Delaware St John PAK: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
 
(5 intermediate revisions by 2 users not shown)
Line 23: Line 23:
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - null Padding to offset 10240 <br>  
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - null Padding to offset 10240 <br>  
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
</b></tt>
</b></tt><br>


=== MultiEx BMS ===  
=== MultiEx BMS ===  


Not written yet<br><br>
<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>
=== Supported Programs ===


* [[Game Extractor|Game Extractor]]<br>
=== Other Games ===
 
These games use this file format<br>
* Delaware St John: Volume 1 *.pak
* Delaware St John: Volume 2 *.pak
 
 
[[Category:Extension_pak | Extension: pak]]
[[Category:File Format]]

Latest revision as of 19:36, 29 March 2022

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