diff options
author | orwell96 <orwell@bleipb.de> | 2020-01-30 13:59:46 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2021-02-10 16:36:24 +0100 |
commit | aee7f0d4198c441c3dd4cb5d33f488607a1a81a5 (patch) | |
tree | 4a0d1eecb99885e88f3f00c606fffc7d07cd5c00 /advtrains_luaautomation/README.txt | |
parent | 119a09b784ad3f3c6bfd327f32164cb099f47f10 (diff) | |
download | advtrains-aee7f0d4198c441c3dd4cb5d33f488607a1a81a5.tar.gz advtrains-aee7f0d4198c441c3dd4cb5d33f488607a1a81a5.tar.bz2 advtrains-aee7f0d4198c441c3dd4cb5d33f488607a1a81a5.zip |
Fix things, rework signal aspect select dialog, transform old aspects on-the-fly
Diffstat (limited to 'advtrains_luaautomation/README.txt')
-rw-r--r-- | advtrains_luaautomation/README.txt | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/advtrains_luaautomation/README.txt b/advtrains_luaautomation/README.txt index 952efad..177bbc9 100644 --- a/advtrains_luaautomation/README.txt +++ b/advtrains_luaautomation/README.txt @@ -123,17 +123,15 @@ asp = { -- -1 = section is free, maximum speed permitted -- false = Signal doesn't provide distant signal information. - info = { - -- the character of call_on and dead_end is purely informative - call_on = <boolean>, -- Call-on route, expect train in track ahead (not implemented yet) - dead_end = <boolean>, -- Route ends on a dead end (e.g. bumper) (not implemented yet) - - w_speed = <integer>, - -- "Warning speed restriction". Supposed for short-term speed - -- restrictions which always override any other restrictions - -- imposed by "speed" fields, until lifted by a value of -1 - -- (Example: german Langsamfahrstellen-Signale) - } + -- the character of call_on and dead_end is purely informative + call_on = <boolean>, -- Call-on route, expect train in track ahead (not implemented yet) + dead_end = <boolean>, -- Route ends on a dead end (e.g. bumper) (not implemented yet) + + w_speed = <integer>, + -- "Warning speed restriction". Supposed for short-term speed + -- restrictions which always override any other restrictions + -- imposed by "speed" fields, until lifted by a value of -1 + -- (Example: german Langsamfahrstellen-Signale) } As of January 2020, the 'dst', 'call_on' and 'dead_end' fields are not used. |