Cultures 2 LIB
From XentaxWiki
Back to index | Edit this page
Contents |
LIB
Format Type: Archive
Endianness: Little-endian
Date Posted: 23:00, 23 Jan 2008 (GMT)
Format Specifications
uint32 {4} - Version (1)
uint32 {4} - Number Of Folders
uint32 (4) - Number Of Files
// For each folder
- uint32 (4) - Length Of Folder Name
- char {x} - Folder Name
- uint32 (4} - Tree Depth
// For each file
- uint32 {4} - Filename Length
- char {x} - Filename
- uint32 {4} - File Offset
- uint32 {4} - File Size
Notes and Comments
MultiEx BMS Script
Get Dummy Long 0 ; Get numDirs Long 0 ; Get numFiles Long 0 ; Do ; Get Dummy Long 0 ; GetDString DummyS Dummy 0 ; Get Dummy Long 0 ; Math counter += 1 ; While counter <> numDirs ; Math counter = 0 ; Do ; Get Length Long 0 ; GetDString Filename Length 0 ; Get Offset Long 0 ; Get Size Long 0 ; Log Filename Offset Size Math counter += 1 ; While counter <> numFiles ;
Supported by Programs
Unknown

