Soldier Front SFF: Difference between revisions
Jump to navigation
Jump to search
imported>Baccello No edit summary |
imported>Baccello |
||
| Line 15: | Line 15: | ||
:: uint32 {4} - File Offset <font color="purple">(start from end of File Directory) </font> <br> | :: uint32 {4} - File Offset <font color="purple">(start from end of File Directory) </font> <br> | ||
:: uint32 {4} - File Length <br> | :: uint32 {4} - File Length <br> | ||
<br> | |||
<font color="blue"> ''' // FILE DATA ''' </font> <br> | |||
: <font color="blue"> ''' // for each file ''' </font> <br> | |||
:: byte {x} - File Data <br> | |||
<br> | <br> | ||
</b></tt> | </b></tt> | ||
Revision as of 10:22, 5 May 2007
SFF
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Number Of Files
// FILES DIRECTORY
- // for each file
- char {128} - Path Filename (included null and filled with 0xCC char)
- uint32 {4} - Filename length
- uint32 {4} - File Offset (start from end of File Directory)
- uint32 {4} - File Length
- char {128} - Path Filename (included null and filled with 0xCC char)
// FILE DATA
- // for each file
- byte {x} - File Data
- byte {x} - File Data
Notes and Comments
None
MultiEx BMS Script
None written yet.
Supported by Programs
Unknown