Environment - Colors: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 12: Line 12:
====Set variables to module with desired values====
====Set variables to module with desired values====


*'''intensity = <number>;''' - Intensity, range is probably from 0 to 1.
*'''intensity = <number>;''' - Intensity, range is probably from 0 to 1. Works backwards, 1 is lowest intensity.
::Example: ''this setvariable ["intensity",0.5];''
::Example: ''this setvariable ["intensity",0.5];''
::Default value: 0.8
::Default value: 0.8

Revision as of 20:16, 19 August 2011

ARMA 2: Operation Arrowhead ONLY


Module changes colors and brightness with ppEffectCreate depending on overcast and time of day. Colors will be desaturated during the night.

Initialization

Startup

F7 > Environment - Colors

Optional parameters

Set variables to module with desired values

  • intensity = <number>; - Intensity, range is probably from 0 to 1. Works backwards, 1 is lowest intensity.
Example: this setvariable ["intensity",0.5];
Default value: 0.8