Delaware St John PAK: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>PXR (→PAK) |
||
| Line 23: | Line 23: | ||
byte {X} - null Padding to offset 10240 <br> | byte {X} - null Padding to offset 10240 <br> | ||
byte {X} - File Data <br> | byte {X} - File Data <br> | ||
</b></tt> | </b></tt><br> | ||
=== MultiEx BMS === | === MultiEx BMS === | ||
<pre>ImpType Standard ; | |||
Get FILENUM Long 0 ; | |||
For F = 1 To FILENUM ; | |||
Get IDENT Long 0 ; | |||
Get ID Long 0 ; | |||
GetDString FNAME 12 0 ; | |||
If IDENT = 1 ; | |||
SavePos FOFFSETX 0 ; | |||
Get FOFFSET Long 0 ; | |||
SavePos FSIZEX 0 ; | |||
Get FSIZE Long 0 ; | |||
Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ; | |||
Else ; | |||
Get FOO Long 0 ; | |||
Get BAR Long 0 ; | |||
End If ; | |||
Next F ;</pre><br> | |||
=== Compatible Programs === | |||
* [[Game Extractor|Game Extractor]] | |||
* [[MultiEx_Commander|MultiEx Commander]] | |||
<br> | <br> | ||
=== Other Games === | |||
These games use this file format<br> | |||
* Delaware St John: Volume 1 *.pak | |||
* Delaware St John: Volume 2 *.pak | |||
Revision as of 15:55, 16 January 2006
Choose archive extension:
PAK
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Number Of Files and Directories
// for each file
- uint32 {4} - File/Directory Identifier (0=directory 1=file)
- uint32 {4} - File ID (Incremental from 0) (directories = 0)
- char {12} - Filename (null)
- uint32 {4} - File Offset
- uint32 {4} - File Length (directories = 0)
byte {X} - null Padding to offset 10240
byte {X} - File Data
MultiEx BMS
ImpType Standard ; Get FILENUM Long 0 ; For F = 1 To FILENUM ; Get IDENT Long 0 ; Get ID Long 0 ; GetDString FNAME 12 0 ; If IDENT = 1 ; SavePos FOFFSETX 0 ; Get FOFFSET Long 0 ; SavePos FSIZEX 0 ; Get FSIZE Long 0 ; Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ; Else ; Get FOO Long 0 ; Get BAR Long 0 ; End If ; Next F ;
Compatible Programs
Other Games
These games use this file format
- Delaware St John: Volume 1 *.pak
- Delaware St John: Volume 2 *.pak