ForceWeather

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

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

[help]
ForceWeather WeatherID:ref WeatherOverrideFlag:bool 

Or:

FW WeatherID:ref WeatherOverrideFlag:bool

Example

ForceWeather MegatonCloudy01
ForceWeather WastelandClear 1
fw rCurrentWeather 

See Also