R4IDER 10 Posted May 7, 2014 I have been trying to work out how to go about turning off the runway lights and the small red lights at the top of the light posts at the main air field on Altis. Currently its simple to turn off all of the other lights by setting the damage to 0.97 but it seems runway lights don't take damage so that method doesn't work. It also seems that SwitchLight isn't working in ARMA 3 so I am sort of lost on how to solve this issue. Below is a list of class names that I am using for the lights, I don't think it is possible to turn off the lights since its not even possible to shoot them out. _lights = ["Land_PortableLight_double_F","Land_PortableLight_single_F","Land_FloodLight_F","Land_NavigLight","Land_NavigLight_3_F","Land_Flush_Light_yellow_F","Land_Flush_Light_red_F","Land_Flush_Light_green_F","Land_runway_edgelight","Land_runway_edgelight_blue_F","Land_Runway_PAPI","Land_Runway_PAPI_2","Land_Runway_PAPI_3","Land_Runway_PAPI_4","Lamps_Base_F","PowerLines_base_F","Land_PowerPoleWooden_F","Land_LampHarbour_F","Land_LampShabby_F","Land_PowerPoleWooden_L_F","Land_PowerPoleWooden_small_F","Land_LampDecor_F","Land_LampHalogen_F","Land_LampSolar_F","Land_LampStreet_small_F","Land_LampStreet_F","Land_LampAirport_F","Land_PowerPoleWooden_L_F"]; Share this post Link to post Share on other sites
IT07 10 Posted May 7, 2014 What about this? https://community.bistudio.com/wiki/setLightBrightness Would be a dirty fix, but it might work. This thread is about the same thing: http://forums.bistudio.com/showthread.php?154541-How-turn-off-the-lights-in-the-lighthouse-and-base-city Share this post Link to post Share on other sites
R4IDER 10 Posted May 8, 2014 thanks for your reply I will give it a try and report back. ---------- Post added at 16:25 ---------- Previous post was at 15:24 ---------- sadly it seems that brightness settings don't work on runway lights either. Share this post Link to post Share on other sites
IT07 10 Posted May 8, 2014 Ok too bad :( Found something new though: https://community.bistudio.com/wiki/switchLight Share this post Link to post Share on other sites
R4IDER 10 Posted May 8, 2014 Problem with that is it doesn't work in arma 3, the only way of turning off lights is doing a bit of damage to them. There has got to be way of modifying the runway lights, I am just missing something. Share this post Link to post Share on other sites