Jump to content
NYCEmergencyServices

New Light Scripts?

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

This 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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...