Jump to content
Sign in to follow this  
SandMan13

Adding Lights

Recommended Posts

Hey I'm doing a mission at night and I want to add lights to the camp I've created. How can I do this? The only light I can find is the wall lamp and it doesn't even make light when it is night time. This is in ARMA 2.

Also if there is a way to make the static spotlights look across an open field or move their point of aim, how would you go about doing that?

Edited by SandMan13

Share this post


Link to post
Share on other sites

create a game logic > objects, and put this into it's init field:

light="#lightpoint"createVehicleLocal(position this);  light setLightBrightness 0.08;  light setLightAmbient[0.0,0.0,0.0];  light setLightColor[1.0,1.0,1.0];  light lightAttachObject[this,[0,0,3]];

for your next task there is a script package that I believe will do what you are wanting.

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  

×