FSB3: Difference between revisions

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


<tt><b>
<tt><b>
char {4}
char {4}&nbsp;&nbsp;&nbsp;&nbsp; - Header <font color="purple">(FSB3)</font> <br>
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 16:52, 8 June 2007

FSB


Format Specifications

char {4}     - Header (FSB3)
uint32 {4}   - Number Of Files
uint32 {4}   - Directory Size
uint32 {4}   - Data size
uint32 {4}   - Unknown
uint32 {4}   - null

//for each file

uint16 {2}   - Entry Size (64)
char {30}    - Filename (null)
uint32 {4}   - Decompressed File Size?
uint32 {4}   - Offset
uint32 {4}   - Compressed File Size
byte {16}    - Other sound information (Khz, bit rate, etc.)


byte {X}     - File Data

MultiEx BMS Script

Not written yet

Compatible Programs

Other Games

These games also use this file format

  • 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