Billy Blade and the Temple of Time: Difference between revisions
Jump to navigation
Jump to search
imported>PXR No edit summary |
imported>PXR No edit summary |
(No difference)
| |
Revision as of 11:07, 16 January 2006
PKF
- Format Type : Archive
- Endian Order : Little Endian
- Date Posted : Jan. 16, 2006
Format Specifications
uint32 {4} - Unknown
uint32 {4} - Version? (string(v),byte(152),string(4),byte(18))
uint32 {4} - Number Of Files
// for each file
- char {256} - Filename (null) (including full path)
- char {256} - Filename (null)
- uint32 {4} - File Offset
- uint32 {4} - null
- uint32 {4} - File Length
- uint32 {4} - File Length
- uint32 {4} - Unknown
byte {X} - File Data
MultiEx BMS Script
ImpType Standard ; Set TEMP Byte 6 ; GoTo TEMP 0 ; Get VERSION Byte 0 ; If VERSION <> 52 ; CleanExit ; EndIf ; Get FOOBAR Byte 0 ; Get FILENUM Long 0 ; For F = 1 To FILENUM ; GetDString FNAME 256 0 ; GetDString FNAME 256 0 ; SavePos FOFFSETX 0 ; Get FOFFSET Long 0 ; Get FOOBAR Long 0 ; Get FSIZE Long 0 ; SavePos FSIZEX 0 ; Get FSIZE Long 0 ; Get FOOBAR Long 0 ; Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ; Next F ;