Table of contents
The parameters of signals
from Simutrans version 0.89.00The parameters and values are separated by '='.
additional parameters at waytype=track / monorail_track / narrowgauge_track
Parameter | Value | Meaning |
---|---|---|
is_signal | 1 |
normal signal - checks the distance to the next signal or maintenance |
is_presignal | 1 |
2-Block Signal |
Of these parameters is always only one permitted. | ||
can is_signal the parameter together with one of the following parameters each provide a different type of signal: | ||
is_signal free_route |
1 1 |
Signal with a free platform choice (Choose) |
is_signal end_of_choose |
0 1 |
End for signal with clear platform choice (End of Choose) |
is_signal is_longblocksignal |
1 1 |
Route signal - checks the route always until the next signal (LongBlock) from version 0.99.08 until version 0.120.4.1 |
is_longblocksignal |
1 |
Route signal - checks the route always until the next signal (LongBlock) from version 0.121.0 Makeobj 60.3 |
is_prioritysignal | 1 |
greedy multiblock signals from version 0.120.4.1 Makeobj 60.2 |
single_way min_speed |
1 0 |
Sign indicating a direction locks |
additional parameters at waytype=road
Parameter | Value | Meaning |
---|---|---|
is_private | 1 |
only own vehicles can pass traffic sign |
single_way min_speed |
1 0 |
Road sign locks a direction |
free_route | 1 |
Road sign with free holding stop |
min_speed | 50 |
minimum speed for vehicles which are allowed to pass |
Top
Graphics parameters and examples
Rail signals (railway/tramway, monorail/maglev, narrowgauge_track)
signale_src.zip (7.85 Kb)
Signals / Choose signals / track signals (Long Block signal)
Graphic file signale.png
Dat-Datei Signals.dat Copy to clipboard
|
The parameters Image[0] to Image[7] define the light signals. If any form of signals are defined, then these are always displayed. If semaphores defined, the light signals are displayed at electrified lines. The parameters Image[8] to Image[15] define the shape signals. This can also be omitted. The image parameters are the same for normal signals, selection signals (Choose) and track signals (Long Block). |
Top
2-Block-Signale
Graphic file pre_signale.png
Dat file preSignals.dat Copy to clipboard
|
The parameters Image[0] to Image[7] define the light signals. If any form of signals are defined, then these are always displayed. If semaphores defined, the light signals are displayed at electrified lines. The parameters Image[8] to Image[15] define the shape signals. This can also be omitted. |
Top
Road Signs
NoEntry_src.zip (1.40 Kb)
Graphic file NoEntry.png The 4 Image parameters are the same for all signal signs. |
Dat file NoEntry.dat Copy to clipboard
|
Top
Detailed Explanations
The Parameter waytype
This parameter defines, for which traffic routes the signal applies.
Value | Meaning |
---|---|
road | Road |
track | Railroad |
monorail_track | Monorail |
maglev_track | Maglev from version 0.101 |
narrowgauge_track | Narrowgauge from version 0.101 |
water | Waterway |
air | Taxiway / Runway airports |
For tram_track no own signals are possible. For this the track signals can be used.
back
Der Parameter Name
This parameter determines the name of the object. It should not coincide with a name of the files object.*.pak in the used pakset folder.
back
Top