Dark Reign
Choose archive extension:
FTG
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (BOTG)
uint32 {4} - Directory Offset
uint32 {4} - Number Of Files
byte {X} - File Data
// Directory
- // for each file
- char {28} - Filename (null)
- uint32 {4} - Offset
- uint32 {4} - Size
- char {28} - Filename (null)
MultiEx BMS Script
Not written yet
Notes and Comments
The files are not stored in the directory in the same order as they are stored in the archive. For example, File 1 in the directory is not necessarily the first file in the archive starting at offset 12, it could be File 98 in the archive, or File 67, etc.