From 0719cdda33a0a03b7ae9cf6f77468955ad5782c5 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 17 Jun 2009 10:03:05 +0000 Subject: [PATCH] sync. with source version --- Docs/README.IO | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Docs/README.IO b/Docs/README.IO index 9112d3db8..3d6c4a170 100644 --- a/Docs/README.IO +++ b/Docs/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: