Jump to content
Sign in to follow this  
Alert23

reduce light intensity for Reflectors?

Recommended Posts

is it possible to reduce the light intensity for the Reflectors?

the one came with contact dlc = Reflector_Cone_01_narrow_white_F

i want to attach it to the player as a shoulderMountedFlashlight but i find the light intensity to strong

 

for now i use this:

ShoulderFlashlight = "#lightpoint" createVehicleLocal position player;                               
ShoulderFlashlight setLightUseFlare true;   
ShoulderFlashlight setLightFlareSize 0.5;   
ShoulderFlashlight setLightFlareMaxDistance 30;   
ShoulderFlashlight setLightBrightness 0.25;   
ShoulderFlashlight setLightColor [1, 1, 1];
ShoulderFlashlight attachTo [player, [0.065,0.025,0.1], "leftshoulder"]; 

but lightpoint dosent have any cone so i cant set the direction or is there any other way achive this without to use a mod?

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  

×