Aquarnoid 2 GOB: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
imported>WATTO
(No difference)

Revision as of 14:11, 13 December 2005

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:

  • Aquarnoid 2
  • Barkanoid 2