From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Sets number of simul weather layers, affects quality of simul weather clouds.
- Problems:
- Prior to Arma 3 v2.20 the effect of this command seems to be persistent across the game instance, e.g. restarting a mission will not reset it.
- Groups:
- Environment
Syntax
- Syntax:
- setSimulWeatherLayers layers
- Parameters:
- layers: Number - cloud layers. -1 to reset to defaults (since 2.20), 0 to disable simul weather.
- Return Value:
- Nothing
Examples
- Example 1:
CopysetSimulWeatherLayers 0; // Very flat clouds
Additional Information
- See also:
- simulCloudDensity simulCloudOcclusion simulInClouds
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here!
Add Note
- Sa-Matra - c
- Posted on Aug 01, 2022 - 12:09 (UTC)
-
You can revert clouds back to volumetric ones by executing this script:
Pressing "Cancel" button in Video menu makes engine re-init the clouds, reverting results of this command. Make sure its in unscheduled environment, otherwise players might see flashing menu and you'll have a serialization error message.