The International Simutrans Forum

Simutrans Extended => Simutrans-Extended paksets => Pak128.Britain-Ex => Topic started by: accord2 on December 03, 2018, 09:25:34 PM

Title: Addon: Signal doesn't have max speed
Post by: accord2 on December 03, 2018, 09:25:34 PM
obj=roadsign
copyright=Accord2
name=30maxspeed
waytype=track
cost=800
max_speed=30
intro_year=1840
intro_month=1
allow_underground=2

Image[0]=images/rail-speed-sign30.0.0
Image[1]=images/rail-speed-sign30.0.1
Image[2]=images/rail-speed-sign30.0.2
Image[3]=images/rail-speed-sign30.0.3
Icon=> images/icon30.0.0
Cursor=images/rail-speed-sign30.0.0


When I use it in game speed is 160km/h
Title: Re: Addon: Signal doesn't have max speed
Post by: Vladki on December 03, 2018, 09:37:51 PM
max_speed is not meant for signs. If you just want trains to run slower, use slower tracks.

max_speed is meant for signals (is_signal=1), it is the max speed at which the driver can clearly recognize the displayed aspect, and act accordingly. For Czech railways this speed is 120 km/h. Higher speeds are allowed only with working cab signal repeater. And dwarf signals are allowed only for speeds below 60 (or 40 I'm not sure) The rules may be different in other countries.
Title: Re: Addon: Signal doesn't have max speed
Post by: accord2 on December 03, 2018, 09:43:13 PM
Ohhh, thank you