Add implementation of multi-aspect signalling and GRF support
Requires realistic braking See: #247
This commit is contained in:
@@ -508,6 +508,8 @@
|
||||
|
||||
<li>m3 bits 7..4: bit set = signal 3..0 present</li>
|
||||
<li>m4 bits 7..4: bit clear = signal 3..0 shows red</li>
|
||||
<li style="color: blue">m7 bits 5..3: signal aspect for signal 0 or 1 (only valid if signal is present and not red, and multi-aspect signalling is in effect)</li>
|
||||
<li style="color: blue">m7 bits 2..0: signal aspect for signal 2 or 3 (only valid if signal is present and not red, and multi-aspect signalling is in effect)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>m2 bits 8..10: track reserved for pbs
|
||||
@@ -1740,6 +1742,8 @@
|
||||
<li>m6 bit 0: set = entrance signal shows green, clear = entrance signal shows red</li>
|
||||
<li>m2 bit 15: for bridge entrances only: storage for visual red/green state of signals starting from 15 is allocated outside the map array</li>
|
||||
<li>m2 bits 14..4: for bridge entrances only: for signals 0..10 on bridge, signal is visually red if corresponding bit in 4..14 is set</li>
|
||||
<li>m3 bits 5..3: entrance signal aspect (only valid if signal is present and not red, and multi-aspect signalling is in effect)</li>
|
||||
<li>m3 bits 2..0: exit signal aspect (only valid if signal is present and not red, and multi-aspect signalling is in effect)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>m5 bits 3..2: transport type
|
||||
|
||||
Reference in New Issue
Block a user