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 .EVT file is one of the files embedded within a .CAM/.TRN/.TAC file. The .EVT file holds some history of events that happen in the campaign. It is closely related to the associated trigger file (.TRI file, which is not contained in the .CAM/.TRN/.TAC file), recording which events have happened. Unlike some other embedded files, it is not compressed.
Field | Data Type | Width (in bytes) | Description | Versions |
---|---|---|---|---|
numEvents | Signed 16-bit integer | 2 | All | |
campEvents[] | CampEvent[numEvents] | (4 * numEvents) bytes | All |
Field | Data Type | Width (in bytes) | Description | Versions |
---|---|---|---|---|
id | Signed 16-bit integer | 2 | All | |
flags | Signed 16-bit integer | 2 | All |