Environment - Colors: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category: *Arma 2: *([a-zA-Z0-9 :-]+)\]\]" to "{{GameCategory|arma2|$1}}") |
Lou Montana (talk | contribs) m (Text replacement - "[[daytime" to "[[dayTime") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{GameCategory|arma2| Editor Modules}} | {{GameCategory|arma2|Editor Modules}} | ||
[[Category:Take On Helicopters: Editor Modules]] | [[Category:Take On Helicopters: Editor Modules]] | ||
Line 5: | Line 5: | ||
[[File:arma2oa_1.51.gif]] | [[File:arma2oa_1.51.gif]] | ||
Module changes colors and brightness with [[ppEffectCreate]] depending on [[overcast]] and [[ | Module changes colors and brightness with [[ppEffectCreate]] depending on [[overcast]] and [[dayTime | time of day]]. Colors will be desaturated during the night. | ||
=== Initialization=== | === Initialization=== | ||
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. |
Latest revision as of 00:03, 13 July 2021
Arma 2: Operation Arrowhead
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
Initializes default world specific post-process effects.
Module executes BIS_fnc_ambientPostprocess with default params.