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 |
||
| Line 50: | Line 50: | ||
;<nowiki></Settings></nowiki> | ;<nowiki></Settings></nowiki> | ||
{{ScenariosNav}} | |||
Revision as of 18:44, 2 July 2011
- <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>
Return to Scenario Creation