Jagged Alliance 2 SLF: Difference between revisions
Jump to navigation
Jump to search
(Directory offset formula was invalid! Previous formula retrieved the entry of the 2nd file, not 1st) |
(Directory offset formula was invalid! Previous formula retrieved the entry of the 2nd file, not 1st) |
(No difference)
| |
Revision as of 18:45, 10 October 2006
Choose archive extension:
SLF
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {256} - Archive Name (null)
char {256} - Directory Name (null)
uint32 {4} - Number Of Files
byte {16} - Unknown
byte {X} - File Data
// Directory --> Offset = ArchiveSize -(numFiles*280) - 280
- // for each file
- char {256} - Filename (null)
- uint32 {4} - Data Offset
- uint32 {4} - File Length
- byte {16} - Unknown
- char {256} - Filename (null)
MultiEx BMS Script
Not written yet