beter should have synced the base package with this one, reverting.
This commit is contained in:
parent
39201eec90
commit
b360d917ce
1 changed files with 9 additions and 1 deletions
|
@ -29,7 +29,7 @@ Generic Communication:
|
||||||
params can be:
|
params can be:
|
||||||
serial port communication: serial,dir,hz,device,baud,protocol
|
serial port communication: serial,dir,hz,device,baud,protocol
|
||||||
socket communication: socket,dir,hz,machine,port,style,protocol
|
socket communication: socket,dir,hz,machine,port,style,protocol
|
||||||
output to a file: file,dir,hz,filename,protocol
|
i/o to a file: file,dir,hz,filename,protocol
|
||||||
|
|
||||||
See README.protocol for how to define a generic protocol.
|
See README.protocol for how to define a generic protocol.
|
||||||
|
|
||||||
|
@ -85,6 +85,14 @@ File I/O:
|
||||||
|
|
||||||
--native=file,in,10,flight1.fgfs --fdm=external
|
--native=file,in,10,flight1.fgfs --fdm=external
|
||||||
|
|
||||||
|
You can make the replay from a file loop back to the beginning
|
||||||
|
when it reaches the end of the file with the "repeat" flag:
|
||||||
|
|
||||||
|
--generic=file,in,20,flight.out,playback,repeat
|
||||||
|
|
||||||
|
With a numeric argument, FlightGear will exit after that number of repeats.
|
||||||
|
--generic=file,in,20,flight.out,playback,repeat,5
|
||||||
|
|
||||||
|
|
||||||
Moving Map Example:
|
Moving Map Example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue