Environment - Colors: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|arma2\| +" to "{{GameCategory|arma2|")
m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ")
Line 12: Line 12:


==== Optional parameters ====
==== Optional parameters ====
=====Set variables to module with desired values=====
===== Set variables to module with desired values =====


*'''intensity = <number>;''' - Intensity, range is probably from 0 to 1. Works backwards, 1 is lowest intensity.
*'''intensity = <number>;''' - Intensity, range is probably from 0 to 1. Works backwards, 1 is lowest intensity.

Revision as of 19:52, 31 January 2021


Arma 2: Operation Arrowhead

arma2oa 1.51.gif

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

Take On Helicopters

TKOH 1.00.gif

Initializes default world specific post-process effects.

Module executes BIS_fnc_ambientPostprocess with default params.