SpawnInfo: Difference between revisions

From SignalWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
:When the normal spawn track is unavailable, spawn to this alternative track
:When the normal spawn track is unavailable, spawn to this alternative track
:''<value>'' is the full name of the alternative spawn track.
:''<value>'' is the full name of the alternative spawn track.
;Alternative platform/timetable stops
:ALTSTOP:<station0>;<station1> ... <stationN>'''>'''<altstation0>;<arrive0>;<depart0><altstation1>;<arrive1>;<depart1> ... <altstationN>;<arriveN>;<departN>;





Revision as of 21:23, 7 March 2012

Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers


The SpawnInfo timetable variable defines additional properties that alters spawning behaviour. The items are comma-delimited.

Spawning Speed
SPAWNKMH:<value>
Defines the speed of the spawning train.
<value> must be a positive integer, in km/h.
Spawn Timeout
SPAWNTIMEOUT:<value>
Defines the time after spawning, when the train will start.
<value> must be a positive integer, in seconds.
Alternative spawn track
ALTSPAWN:<value
When the normal spawn track is unavailable, spawn to this alternative track
<value> is the full name of the alternative spawn track.
Alternative platform/timetable stops
ALTSTOP:<station0>;<station1> ... <stationN>><altstation0>;<arrive0>;<depart0><altstation1>;<arrive1>;<depart1> ... <altstationN>;<arriveN>;<departN>;




Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers