falcon4:file_formats:cam_trn_tac:wth_file
Table of Contents
Falcon 4 .WTH file
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.
.WTH File Format
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 |
Structures Used
CellState structure
Field | Data Type | Width (in bytes) | Description | Versions |
---|---|---|---|---|
BaseAltitude | byte | 1 | All | |
Type | byte | 1 | All |
falcon4/file_formats/cam_trn_tac/wth_file.txt · Last modified: 2024/07/31 08:47 by snakeman