Chicken Little HOG: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>WATTO
mNo edit summary
Line 39: Line 39:
Not written yet<br><br>
Not written yet<br><br>
<br>
<br>
=== Other Games ===
These games also use this format...
* Chicken Little *.hog
* Tak 3: The Great Juju Challenge (XBox) *.hog
=== Supported Programs ===  
=== Supported Programs ===  


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>

Revision as of 10:16, 20 December 2005

Choose archive extension:

HOG


Format Specifications

uint16 {2}   - Version Major (2)
uint16 {2}   - Version Minor (1)
uint32 {4}   - Number Of Files?
uint32 {4}   - Directory Length
uint32 {4}   - Padding Size (2048)
byte {2032}  - null Padding to offset 2048

// for each file

uint32 {4}   - File ID?
uint32 {4}   - File Offset
uint32 {4}   - File Length


// for each file

char {X}     - Filename
byte {1}     - null Filename Terminator


byte {0-2047}      - null Padding to a multiple of 2048 bytes

// for each file

byte {X}     - File Data
byte {0-2047}      - null Padding to a multiple of 2048 bytes

MultiEx BMS

Not written yet


Other Games

These games also use this format...

  • Chicken Little *.hog
  • Tak 3: The Great Juju Challenge (XBox) *.hog

Supported Programs