NYCEmergencyServices Posted March 8, 2015 Report Share Posted March 8, 2015 Hello all,I was wondering if it is possible to have Multiple light patterns instead of having one. (if you get my drift) For Example Brooklyn Mod... they set them with a turn signals so when you put hazards on some warning lights come on. Ive looked around EM-Planet and have found moderate fixes but i want something better more realistic! [if you dont understand what im saying READ BELOW!]When you goto EM4 Editor.exe and go to Edit Lights, and Click the menu with Blue Light, Headlight, Special Light, etc. etc; is it possible to make a light system script to have Whelen 3 position slider to have one command be a set of lights, one for another, and so on. Quote Link to comment Share on other sites More sharing options...
cops Posted March 8, 2015 Report Share Posted March 8, 2015 yes its possible, several mods are using it Quote Link to comment Share on other sites More sharing options...
Newfoundking Posted March 9, 2015 Report Share Posted March 9, 2015 I've got a script in my own mod which covers three different light patterns, I have them set as traffic lights and blue lights. What you're looking for could be achieved by editting one of the already released bluelight scripts to control traffic lights. If you want three separate patterns, you could have them run under green, yellow, or red. When you activate one light, the other two won't stay active. My script runs three stages, so the first stage is just basic lights, and rear flashing, second stage turns on lightbar, some others, and third has headlights, additional intersection lights, etc. I believe in mine it goes traffic green, traffic yellow and blue. I have stage one and two on different traffic lights because it allows for different patterns on the same light model Quote Link to comment Share on other sites More sharing options...
itchboy Posted March 9, 2015 Report Share Posted March 9, 2015 I've got a script in my own mod which covers three different light patterns, I have them set as traffic lights and blue lights. What you're looking for could be achieved by editting one of the already released bluelight scripts to control traffic lights. If you want three separate patterns, you could have them run under green, yellow, or red. When you activate one light, the other two won't stay active. My script runs three stages, so the first stage is just basic lights, and rear flashing, second stage turns on lightbar, some others, and third has headlights, additional intersection lights, etc. I believe in mine it goes traffic green, traffic yellow and blue. I have stage one and two on different traffic lights because it allows for different patterns on the same light modelThis is what I'm running with too. A few of my LA Mod vehicles will have this kind of light setup, but it will be up to the users to make their own script. Just giving these incase someone with the patience and talent sees it.EnableBlueLights();EnableTrafficLight();EnableHeadLights(); People, please don't PM me about this like last time. Quote Link to comment Share on other sites More sharing options...
Newfoundking Posted March 9, 2015 Report Share Posted March 9, 2015 If you look around too, there's several light scripts out there, it's easy to make your own with a little looking And comparison. I agree with the refusal to worP Through PM on explanations. Public tutorials definitely help. Hit an issue post it here and we'll help you troubleshoot but none of us will sit back with arms outstretched to write scripts for everyone Quote Link to comment Share on other sites More sharing options...
NYCEmergencyServices Posted March 10, 2015 Author Report Share Posted March 10, 2015 Okay Thank you all for the tips and Newfoundking for telling me there are scripts already made LOL happy Modding Quote Link to comment Share on other sites More sharing options...