RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005355USAF[All Projects] Generalpublic2019-11-18 12:402020-08-11 22:29
ReporterFrozMnd 
Assigned Toreyhard 
PrioritynoneSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version0.5.3 
Summary0005355: Default setting "off" for blackout lights in HMMWV family vehicles
DescriptionThe default setting for blackout lights is on, regardless of anyone entering the vehicle. If spawned empty, or by default, such vehicle should have such lights turned off, so it is harder to detect from distance. The lights are also visible during daylight time, so this affects all 24 hours cycle.
There isn't an option to set state of blackout lights from Eden GUI. I also could find any code to do it as scenario/unit initialization.
Steps To Reproduce1. Spawn HMMWV.
2. Loot at it.
TagsNo tags attached.
Is it a wish/request?Yes
RHS versionStable
Arma 3 version1.94
Did you used any other mod when the error occurred?Yes
Which mods?ACE+RHS+CBA A3+Compats
Attached Files

- Relationships

-  Notes
(0010068)
reyhard (administrator)
2019-11-21 16:25

You can use this to turn it on
nameOfVehicle animate ['light_bo', 1];nameOfVehicle animate ['light_brake_bo', 1]

and this to turn it off
nameOfVehicle animate ['light_bo', 0];nameOfVehicle animate ['light_brake_bo', 0]
(0010934)
reyhard (administrator)
2020-08-11 22:29

all vehicles will have blackout lights set to off by default in next patch

- Issue History
Date Modified Username Field Change
2019-11-18 12:40 FrozMnd New Issue
2019-11-21 16:25 reyhard Note Added: 0010068
2019-11-21 16:25 reyhard Assigned To => reyhard
2019-11-21 16:25 reyhard Status new => feedback
2020-08-11 22:29 reyhard Note Added: 0010934
2020-08-11 22:29 reyhard Status feedback => resolved
2020-08-11 22:29 reyhard Fixed in Version => 0.5.3
2020-08-11 22:29 reyhard Resolution open => fixed


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker