Jump to content
Sign in to follow this  
Gruman

Chopper Indoorlights

Recommended Posts

Hi everybody.

Im working on a chopper at the moment. My squad wishes an indoor light in red for night operations.

Now i can add some markerlights, of course, but is it possible to make it aktive and inactive via the actionmenu without using any scripts?

If scripts are needed, whats the simplest script solution?

Thanks in advance.

		
class MarkerLights
{
class Indoorlight 
{
	name = "indoor_light";
	color[] = {1.0, 0.1, 0.1, 1};
	ambient[] = {0.1, 0.01, 0.01, 1};
	brightness = 0.001;
	blinking = false;
	};
};

Share this post


Link to post
Share on other sites

You could create light sources via script and attach them to the vehicle. It really doesn't you see any better though. While it will illuminate the vehicle, the crew/cargo proxies won't be.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×