FSB3: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Mr.Mouse
m (Reverted edits by NtqQw3 (Talk); changed back to last version by WATTO)
imported>WhjY6i
mNo edit summary
Line 8: Line 8:


<tt><b>
<tt><b>
char {4}&nbsp;&nbsp;&nbsp;&nbsp; - Header <font color="purple">(FSB3)</font> <br>
char {4}
uint32 {4}&nbsp;&nbsp; - Number Of Files <br>
uint32 {4}&nbsp;&nbsp; - Directory Size <br>
uint32 {4}&nbsp;&nbsp; - Data size <br>
uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>
uint32 {4}&nbsp;&nbsp; - null <br>
<br>
<font color="blue"> ''' //for each file ''' </font> <br>
: uint16 {2}&nbsp;&nbsp; - Entry Size <font color="purple">(64)</font> <br>
: char {30}&nbsp;&nbsp;&nbsp; - Filename <font color="purple">(null)</font> <br>
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Decompressed File Size? '' </font> <br>
: uint32 {4}&nbsp;&nbsp; - Offset <br>
: uint32 {4}&nbsp;&nbsp; - Compressed File Size <br>
: byte {16}&nbsp;&nbsp;&nbsp; - Other sound information <font color="purple">(Khz, bit rate, etc.)</font> <br>
<br>
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>
<br>
</b></tt>
 
=== MultiEx BMS Script ===
 
Not written yet<br><br>
 
=== Compatible Programs ===
 
* [[Game Extractor|Game Extractor]]<br><br>
 
=== Other Games ===
 
These games also use this file format<br>
* American Chopper 2: Full Throttle *.fsb
* Cold Fear (PS2) *.fsb
* Evil Dead: Regeneration *.fsb
* Heroes Of The Pacific *.fsb
* NRL 2003 *.fsb
* Rainbow Six: Lockdown (XBox) *.xbx

Revision as of 13:17, 8 June 2007

FSB


Format Specifications

char {4}