Rage Software XFS: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== XFS == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div...") |
imported>Ikskoks |
||
| Line 40: | Line 40: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* This file format occurs in games from Rage | * This file format occurs in games from Rage Software studio. | ||
=== Games === | |||
List of games using this file format: | |||
* eRacer | |||
* Rage Rally | |||
* Eurofighter Typhoon | |||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 22:44, 2 December 2020
XFS
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// XFS file format
// little endian
//header (80 bytes)
8 bytes (char) - magic // "DID DAT\x1A"
2 bytes (uint16) - unknown // "64"
2 bytes (uint16) - separator? // "\xFF\xFF"
4 bytes (uint32) - unknown // "8"
4 bytes (uint32) - unknown // "3"
4 bytes (uint32) - unknown // "80"
4 bytes (uint32) - nulls
52 bytes - unknown
//file array
num_of_entries *
{
4 bytes (uint32) - file size-8
4 bytes - unknown
x bytes - file data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- This file format occurs in games from Rage Software studio.
Games
List of games using this file format:
- eRacer
- Rage Rally
- Eurofighter Typhoon
Compatible Programs
None.