diff --git a/docs/newgrf-additions-nml.html b/docs/newgrf-additions-nml.html index 087cf68b38..e693c344b6 100644 --- a/docs/newgrf-additions-nml.html +++ b/docs/newgrf-additions-nml.html @@ -42,6 +42,13 @@ Programmable pre-signals have a signal type (getbits(extra_callback_info2, 16, 8)) of 6. +
No-entry signal graphics come in groups of 8. These groups contain sprites in the same order as the red sprites of 1275-1290 in trg1[r].grf and Action 5 type 4 (signals); + red only, for each of: SW-facing, NE-facing, NW-facing, SE-facing, E-facing, W-facing, S-facing, N-facing. +
| Group | Contents |
|---|---|
| 0 | Semaphore no-entry signals |
| 1 | Lighted no-entry signals |
@@ -159,6 +178,13 @@ Programmable pre-signals have a signal type (getbits(extra_callback_info2, 16, 8)) of 6. +
This is indicated by the feature name: action0_railtype_programmable_signals, version 1
+This enables Action 2/3 - Railtype custom signal sprites for no-entry signals.
+ No-entry signals have the signal type value: 07.
+ The property length is 1 byte. 0 is disabled (default). 1 is enabled.
+
This is indicated by the feature name: action0_railtype_no_entry_signals, version 1
This applies to Action 2/3 - Railtype custom signal sprites.
When enabled, bit 24 of variable 18 (extra callback info) is set if the signal is restricted (has a routing restriction program attached).
@@ -314,6 +320,12 @@
The Action 0 Id field is not used, the value is ignored.
This is indicated by the feature name: action0_signals_programmable_signals, version 1
+This enables Action 2/3 Signals (Feature 0E) custom signal sprites for no-entry signals for this GRF.
+ No-entry signals have the signal type value: 07.
+ The property length is 1 byte. 0 is disabled (default). 1 is enabled.
+
This is indicated by the feature name: action0_signals_no_entry_signals, version 1
This applies to Action 2/3 Signals (Feature 0E) custom signal sprites for this GRF.
When enabled, bit 24 of variable 18 (extra callback info) is set if the signal is restricted (has a routing restriction program attached).
@@ -418,5 +430,15 @@
This is indicated by the feature name: action5_programmable_signals, version 1
+No-entry signal graphics come in groups of 8. These groups contain sprites in the same order as the red sprites of 1275-1290 in trg1[r].grf and Action 5 type 4 (signals); + red only, for each of: SW-facing, NE-facing, NW-facing, SE-facing, E-facing, W-facing, S-facing, N-facing. +
| Group | Contents |
|---|---|
| 0 | Semaphore no-entry signals |
| 1 | Lighted no-entry signals |
This is indicated by the feature name: action5_no_entry_signals, version 1