It is now possible to customize how air units are affected by level lighting, separately for AircraftTypes and infantry/vehicles with Jumpjet Locomotor.
AircraftLevelLightMultiplier & JumpjetLevelLightMultiplier are direct multipliers to level lighting applied on the units, for height levels above the cell they are on.
In rulesmd.ini
[AudioVisual]
AircraftLevelLightMultiplier=1.0 ; floating point value, percents or absolute
JumpjetLevelLightMultiplier=0.0 ; floating point value, percents or absolute
Additional changes:
Fixed Nuke & Dominator Level lighting not applying to AircraftTypes.
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.
Customizing effect of level lighting on air units
It is now possible to customize how air units are affected by level lighting, separately for AircraftTypes and infantry/vehicles with Jumpjet
Locomotor
.AircraftLevelLightMultiplier
&JumpjetLevelLightMultiplier
are direct multipliers to level lighting applied on the units, for height levels above the cell they are on.In
rulesmd.ini
Additional changes: