You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `DigitalDisplay.Health.FakeAtDisguise`, if set to true on an
InfantryType with Disguise, will use the disguised TechnoType's
`Strength` value as the maximum value of health display. The current
value will be displayed as the percentage of its current health
multiplies the new maximum value.
In `rulesmd.ini`:
```ini
[SOMETECHNOTYPE]
DigitalDisplay.Health.FakeAtDisguise=true ; boolean
```
Copy file name to clipboardExpand all lines: docs/User-Interface.md
+35-32Lines changed: 35 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,54 +57,57 @@ IngameScore.LoseTheme= ; Soundtrack theme ID
57
57
- Default `Shape.Spacing` for buildings is `4,-2`, `4,0` for others.
58
58
-`ValueScaleDivisor` can be used to adjust scale of displayed values. Both the current & maximum value will be divided by the integer number given, if higher than 1. Default to 1 (or 15 when set `ValueAsTimer` to true).
59
59
60
+
-`DigitalDisplay.Health.FakeAtDisguise`, if set to true on an InfantryType with Disguise, will use the disguised TechnoType's `Strength` value as the maximum value of health display. The current value will be displayed as the percentage of its current health multiplies the new maximum value.
61
+
60
62
In `rulesmd.ini`:
61
63
```ini
62
64
[DigitalDisplayTypes]
63
65
0=SOMEDIGITALDISPLAYTYPE
64
66
65
67
[AudioVisual]
66
-
Buildings.DefaultDigitalDisplayTypes= ; List of DigitalDisplayTypes
67
-
Infantry.DefaultDigitalDisplayTypes= ; List of DigitalDisplayTypes
68
-
Vehicles.DefaultDigitalDisplayTypes= ; List of DigitalDisplayTypes
69
-
Aircraft.DefaultDigitalDisplayTypes= ; List of DigitalDisplayTypes
68
+
Buildings.DefaultDigitalDisplayTypes= ; list of DigitalDisplayTypes
69
+
Infantry.DefaultDigitalDisplayTypes= ; list of DigitalDisplayTypes
70
+
Vehicles.DefaultDigitalDisplayTypes= ; list of DigitalDisplayTypes
71
+
Aircraft.DefaultDigitalDisplayTypes= ; list of DigitalDisplayTypes
70
72
71
-
[SOMEDIGITALDISPLAYTYPE]; DigitalDisplayType
73
+
[SOMEDIGITALDISPLAYTYPE]; DigitalDisplayType
72
74
; Generic
73
-
InfoType=Health ; Displayed value enumeration (Health|Shield|Ammo|Mindcontrol|Spawns|Passengers|Tiberium|Experience|Occupants|GattlingStage|ROF|Reload|SpawnTimer|GattlingTimer|ProduceCash|PassengerKill|AutoDeath|SuperWeapon|IronCurtain|TemporalLife|FactoryProcess)
0 commit comments