Page MenuHomeFeedback Tracker

Land_FloodLight_F missing Reflectors
Reviewed, NormalPublic

Description

The Land_FloodLight_F vehicle is not functional. I can't turn on the light using switchLamp nor BIS_fnc_switchLamp nor setPilotLight. Please make this flood light workable. I would like to attach them to trucks and buildings and have the ability to easily turn them on/off. Thanks.

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
1709
Category
Config
Steps To Reproduce

run this command in debug console

count configProperties [configFile >> "CfgVehicles" >> "Land_FloodLight_F" >> "Reflectors"]

This returns 0 which means it has no lights to turn on/off and BIS_fnc_switchLamp requires this for it to work.

Additional Information

compare this with light that works because it has reflectors:

count configProperties [configFile >> "CfgVehicles" >> "Land_PortableLight_double_F" >> "Reflectors"]

this returns 2

And this light also works because it has a reflector:

count configProperties [configFile >> "CfgVehicles" >> "Land_PortableLight_single_F" >> "Reflectors"]

this returns 1

Event Timeline

Zectbumo created this task.Feb 1 2018, 9:21 AM
Wulf changed the task status from New to Reviewed.Feb 2 2018, 1:01 PM
Wulf added a subscriber: Wulf.

Hello.

Thank you for the report, we will have a look at it.