Vinyl Goddess LBR: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
(Changes unknown into filename hash. Look here for info on how to calculate the hash: http://www.student.tue.nl/p/f.a.m.smeijers/sfp/games/vinyl.htm) |
||
| Line 15: | Line 15: | ||
<br> | <br> | ||
<font color="blue"> ''' // for each file ''' </font> <br> | <font color="blue"> ''' // for each file ''' </font> <br> | ||
: uint16 {2} - | : uint16 {2} - Filename hash <br> | ||
: uint32 {4} - File Offset <br> | : uint32 {4} - File Offset <br> | ||
<br> | <br> | ||
Revision as of 16:50, 16 July 2006
Choose archive extension:
LBR
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint16 {2} - Number Of Files
// for each file
- uint16 {2} - Filename hash
- uint32 {4} - File Offset
byte {X} - File Data
MultiEx BMS Script
Not written yet