Aquarnoid 2 GOB

From XentaxWiki
Revision as of 06:01, 5 December 2005 by 83.233.252.65 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GOB

  • Format Type : Archive
  • Endian Order : Little Endian
  • Date Posted : Dec. 5, 2005

Format Specifications

char {4}     - Header (GOB + null byte)
uint32 {4}   - Number of files

// Directory

// for each file
uint32 {4}   - File Offset
uint32 {4}   - File Length
char {260}    - Filename (null)

byte {X}     - File Data

MultiEx BMS Script

ImpType Standard ;
IDString 0 GOB ;
Get FOOBAR Byte 0 ;
Get FILENUM Long 0 ;
For X = 1 To FILENUM ;
SavePos FOFFSETX 0 ;
Get FOFFSET Long 0 ;
SavePos FSIZEX 0 ;
Get FSIZE Long 0 ;
GetDString FNAME 260 0 ;
Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ;
Next X ;

Supported by Programs

Other Games

These games also use this file format: