Billy Blade and the Temple of Time: Difference between revisions
Jump to navigation
Jump to search
imported>PXR No edit summary |
imported>Ikskoks No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 53: | Line 53: | ||
* [[MultiEx Commander|MultiEx Commander]]<br> | * [[MultiEx Commander|MultiEx Commander]]<br> | ||
[[Category:File Format]] | |||
Latest revision as of 13:49, 3 January 2021
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 ;