Environment - Colors: Difference between revisions
Jump to navigation
Jump to search
Muzzleflash (talk | contribs) mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:ArmA 2: Editor Modules]] | [[Category:ArmA 2: Editor Modules]] | ||
[[Category:Take On Helicopters: Editor Modules]] | |||
== [[Arma 2: Operation Arrowhead]] == | |||
[[File:arma2oa_1.51.gif]] | |||
Module changes | Module changes colors and brightness with [[ppEffectCreate]] depending on [[overcast]] and [[daytime | time of day]]. Colors will be desaturated during the night. | ||
== Initialization== | === Initialization=== | ||
=== Startup === | ==== Startup ==== | ||
''F7 > Environment - Colors'' | ''F7 > Environment - Colors'' | ||
=== 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. | ||
::Example: ''this setvariable ["intensity",0.5];'' | ::Example: ''this setvariable ["intensity",0.5];'' | ||
::Default value: 0.8 | ::Default value: 0.8 | ||
== [[Take On Helicopters]] == | |||
[[File:TKOH_1.00.gif]] | |||
Initializes default world specific post-process effects. | |||
Module executes [[BIS_fnc_ambientPostprocess]] with default params. |
Revision as of 08:39, 24 October 2011
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.