Example of scenario settings: Difference between revisions
Jump to navigation
Jump to search
(Created page with ';<nowiki><Settings></nowiki> :<nowiki><!-- disable catenary expert option: earthing unearthing is handled automatically --></nowiki> ;:<nowiki><CatenaryExpert value="false" typ…') |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DeveloperNav}} | |||
;<nowiki><Settings></nowiki> | ;<nowiki><Settings></nowiki> | ||
| Line 50: | Line 53: | ||
;<nowiki></Settings></nowiki> | ;<nowiki></Settings></nowiki> | ||
{{DeveloperNavBottom}} | |||
Latest revision as of 12:11, 13 July 2011
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers
- <Settings>
- <!-- disable catenary expert option: earthing unearthing is handled automatically -->
- <CatenaryExpert value="false" type="bool"/>
- <!-- allow some engineering works (20% chance of engineering works) -->
- <EngineeringWorks value="20" type="int" />
- <!-- allow switch greasing (50% chance of greasing) -->
- <SwitchGreasing value="50" type="int" />
- <!-- all trains are quick departing platform when departure time occurs -->
- <StationDwelling value="0" type="int" />
- <!-- irregularities and failures are turned off – no train will suffer a defect -->
- <Irregularities value="0" type="int" />
- <!-- visibility is perfect -->
- <PoorWeather value="0" type="int" />
- <!-- prevent super routes with danger labels -->
- <SuperRouteExpert value="false" type="bool" />
- <!-- drivers are impatient when waiting at a red signal -->
- <TrainWaitingExpert value="true" type="bool" />
- <!-- show 'Train Instructions' in status bar of Train Overview -->
- <TimetableInfoExpert value="false" type="bool" />
- <!-- show last comm message with green background -->
- <CommunicationCompleteExpert value="false" type="bool" />
- <!-- prevent stabled trains from being placed -->
- <StabledTrainsExpert value="false" type="bool" />
- <!-- prevent pre-spawned trains being being placed -->
- <PreSpawningExpert value="false" type="bool" />
- </Settings>
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers