Delaware St John PAK

From XentaxWiki
Revision as of 19:36, 29 March 2022 by imported>Ikskoks (→‎Other Games)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Choose archive extension:

PAK


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