ForceWeather
From GECK
(Redirected from FW)
A function included in the GECK for Fallout 3.
Contents
Description
Forces the weather to immediately switch to the specified weather, skipping the normal transition period set by the Trans Delta. If OverrideWeatherFlag is 1, the weather will not change again until ReleaseWeatherOverride is called. Otherwise, the weather will change back in the normal fashion according to the weather system.
Syntax
ForceWeather WeatherID:ref WeatherOverrideFlag:bool
Or:
FW WeatherID:ref WeatherOverrideFlag:bool
Example
ForceWeather MegatonCloudy01 ForceWeather WastelandClear 1 fw rCurrentWeather
See Also
- ReleaseWeatherOverride Releases the override flag and allows the games climate to switch weather as normal
- SetWeather Allows for more smooth transitions