X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=docs-mini%2FREADME.IO;h=3d6c4a1707649b9f3fda80915947db089422ca8a;hb=afb0ada81f6fd0fe179ab00f048134d101f5f311;hp=9112d3db8210c2595d1f66389d3aa28062536af1;hpb=39201eec90049515a5248c27f130aee94d82dc21;p=flightgear.git diff --git a/docs-mini/README.IO b/docs-mini/README.IO index 9112d3db8..3d6c4a170 100644 --- a/docs-mini/README.IO +++ b/docs-mini/README.IO @@ -29,7 +29,7 @@ Generic Communication: params can be: serial port communication: serial,dir,hz,device,baud,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. @@ -85,6 +85,14 @@ File I/O: --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: