Weather configuration - Global-Conflicts-ArmA/gc-reforger-missions GitHub Wiki
Adjusting time/weather in the editor
You can do this using the tool with the Cloud button in the top. Editor time/weather is adjusted seperately from the actual mission, so this is only temporary.
Adjusting time/weather in the mission
- Select your gamemode prefab
- Find the SCR_TimeAndWeatherHandlerComponent.
- Edit it to your liking.
- If you just want to set the time or enable weather randomization, you can do this directly there.
- If you want to set a specific weather, tick "use predefine starting time and weather" and add an entry to "starting weather and time".
- Weather preset name refers to a weather state from the terrains weather config. Vanilla states are
Clear
,Cloudy
,Overcast
andRainy
. - We currently use the Atmospheric Weather mod, it has additional weather states. You can look them up in WeatherStates.conf, which it overrides with the new states.