GRAF:PODArchive2: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 45: | Line 45: | ||
* Blair Witch Project *.pod | * Blair Witch Project *.pod | ||
* Nocturne *.pod | * Nocturne *.pod | ||
[[Category:File Format]] | |||
Latest revision as of 00:37, 3 January 2021
POD (Type 2)
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (POD2)
uint32 {4} - Unknown
char {80} - Archive Name
uint32 {4} - Number Of Files
uint32 {4} - Number Of Trails
// for each file
- uint32 {4} - Filename Offset (from start of filename directory)
- uint32 {4} - Size
- uint32 {4} - Offset
- uint64 {8} - Unknown
// for each file
- char {X} - Filename (null)
byte {X} - File Data
// for each trail
- byte {312} - Unknown
MultiEx BMS Script
Not written yet
Compatable Programs
Other Games
These games also use this file format
- 4x4 Evolution *.pod (type 2)
- 4x4 Evolution 2 *.pod (type 2)
- Blair Witch Project *.pod
- Nocturne *.pod