Example of scenario settings

From SignalWiki
Jump to navigation Jump to search

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