Falcon 4.0 Forum, Falcon 4 Home, Falcon 4 Campaign, Falcon 4 Cockpits, Falcon 4 Database, Falcon 4 File Formats, Falcon 4 SRTM Terrain, Falcon 4 Terrain, Falcon 4 Textures, Falcon 4 Tools
The .WTH file holds information about the weather conditions. This includes things such as the current temperature, wind speed and direction and cloud cover.
Field | Data Type | Width (in bytes) | Description | Versions |
---|---|---|---|---|
WindHeading | single-precision 32-bit floating point | 4 | All | |
WindSpeed | single-precision 32-bit floating point | 4 | All | |
LastCheck | unsigned 32-bit integer | 4 | All | |
Temp | single-precision 32-bit floating point | 4 | All | |
TodaysTemp | byte | 1 | All | |
TodaysWind | byte | 1 | All | |
TodaysBase | byte | 1 | All | |
TodaysConLow | byte | 1 | >=27 | |
TodaysConHigh | byte | 1 | >=27 | |
xOffset | single-precision 32-bit floating point | 4 | All | |
yOffset | single-precision 32-bit floating point | 4 | All | |
nw | unsigned 32-bit integer | 4 | All | |
nh | unsigned 32-bit integer | 4 | All | |
cellState[] | CellState[nw*nh] | (2*nw*nh) bytes | All |
Field | Data Type | Width (in bytes) | Description | Versions |
---|---|---|---|---|
BaseAltitude | byte | 1 | All | |
Type | byte | 1 | All |