The Sims FAR

From XentaxWiki
Revision as of 15:49, 12 December 2005 by imported>WATTO
Jump to navigation Jump to search

FAR


Format Specifications

char {8}     - Header (FAR!byAZ)
uint32 {4}   - Version (1)
uint32 {4}   - Directory Offset

byte {X}     - File Data

// Directory

uint32 {4}   - Number Of Files


// for each file
uint32 {4}   - Raw File Size
uint32 {4}   - Compressed File Size
uint32 {4}   - Offset
uint32 {4}   - Filename Length
char {X}     - Filename


MultiEx BMS Script

Not written yet

Notes and Comments

  • No compression is used in this archive, so the raw and compressed file sizes are the same



Compatible Programs