diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-03-27 21:38:26 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-03-27 21:38:26 +0300 |
commit | 3285e2b4b3b4cfa1dc803687cb761e5dec1ab911 (patch) | |
tree | 62dd55face71af27847cdfe746dae90eee6257ba | |
parent | c748db99831af73b3553922a2c7ee96b096b145e (diff) |
readme upd
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,6 +5,8 @@ This mod introduces railroad equipment, mostly from the 1986 signaling manual fo An accessory that makes a railroad switch look professional. Also helps users of advtrains without train_operator privilege to operate switches in style. +The point levers are actually nothing but mesecon switches which look fancy. + ### With black&white arrow: ``` {'dye:black', 'dye:white', 'dye:black'}, @@ -32,13 +34,15 @@ way. Isn't synced with advtrains ndb, so works only with manned trains for now. ``` ## Shunting signal -A small signal for shunting operations. Blue = shunting prohibited, white = shutung allowed. +A small signal for shunting operations. Blue = shunting prohibited, white = shunting allowed. ``` {'', 'dye:white', ''}, {'', 'dye:blue', ''}, {'', 'default:stone', ''}, ``` +It accepts mesecon signals (on = switch to white, off = switch to blue) + ## Delimiting post: It is placed near switches to show the point past which the locomotive may not be parked, since it would collide with the train on the other track. |