GRAF:PODArchive1

From XentaxWiki
Revision as of 10:20, 11 December 2005 by imported>WATTO
Jump to navigation Jump to search

Choose archive extension:

POD (Type 1)


Format Specifications

uint32 {4}   - Number Of Files
char {80}    - Archive Name

// for each file

char {32}    - Filename
uint32 {4}   - Size
uint32 {4}   - Offset


byte {X}     - File Data

MultiEx BMS Script

ImpType Standard ;
Get FILENUM Long 0 ;
Set TEMP Long 84 ;
GoTo TEMP 0 ;
For X = 1 To FILENUM ;
GetDString FNAME 32 0 ;
SavePos FSIZEX 0 ;
Get FSIZE Long 0 ;
SavePos FOFFX 0 ;
Get FOFFSET Long 0 ;
Log FNAME FOFFSET FSIZE FOFFX FSIZEX ;
Next X ;


Compatible Programs


Other Games

These games also use this file format

  • 4x4 Evolution *.pod (type 1)
  • 4x4 Evolution 2 *.pod (type 1)
  • CART Precision Racing *.pod
  • Monster Truck Madness *.pod
  • Monster Truck Madness 2 *.pod
  • Terminal Velocity *.pod