Command Line Options File
Jump to navigation
Jump to search
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers
A useful way to specify command line options is to use a text file named options.txt placed in the same directory as the simulation executable. This text file may be edited so that each command line option is on one line of the file. An example options.txt is shown below:
-x -l -notrains -simspeed
The above options.txt file enabled Developer mode, logging, disallows trains, and allows free simulation speed.
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers