EA ARC FLSH RNIB: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == ARC == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> === Format Specifica...") |
imported>Ikskoks |
||
| Line 14: | Line 14: | ||
// big endian | // big endian | ||
// header | // header (16 bytes) | ||
4 bytes (uint32) - tail offset (little endian) | |||
4 bytes (uint32) - align? // 256 | |||
8 bytes (double) - timestamp? | |||
// data | // data | ||
num_of_files * | num_of_files * | ||
{ | { | ||
4 bytes (uint32) - unknown // 3 or 4 | |||
4 bytes (char) - chunk signature // "FLSH" | 4 bytes (char) - chunk signature // "FLSH" | ||
4 bytes - padding // 0xFF 0xFF 0xFF 0xFF | 4 bytes - padding // 0xFF 0xFF 0xFF 0xFF | ||
| Line 29: | Line 32: | ||
// tail | // tail | ||
x bytes - | 4 bytes (uint32) - number of files | ||
num_of_files * | |||
{ | |||
4 bytes (uint32) - some CRC? | |||
4 bytes (uint32) - chunk offset | |||
4 bytes (uint32) - chunk size | |||
x bytes (char) - chunk name | |||
8 bytes - timestamp? | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 23:53, 17 July 2021
Back to index | Edit this page
ARC
- Format Type : Archive
- Endian Order : Big Endian
Format Specifications
// EA ARC archive file format
// big endian
// header (16 bytes)
4 bytes (uint32) - tail offset (little endian)
4 bytes (uint32) - align? // 256
8 bytes (double) - timestamp?
// data
num_of_files *
{
4 bytes (uint32) - unknown // 3 or 4
4 bytes (char) - chunk signature // "FLSH"
4 bytes - padding // 0xFF 0xFF 0xFF 0xFF
4 bytes (uint32) - filename length
x bytes (char) - filename // e.g. "s2c_comp_dpad_down"
4 bytes (uint32) - file size
x bytes - file data
}
// tail
4 bytes (uint32) - number of files
num_of_files *
{
4 bytes (uint32) - some CRC?
4 bytes (uint32) - chunk offset
4 bytes (uint32) - chunk size
x bytes (char) - chunk name
8 bytes - timestamp?
}
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
- None.
Games
List of games using this file format:
- The Sims 3 (WII) (*.ARC)
- The Sims Castaway (WII) (*.ARC)
Compatible Programs
None.