Necrodome POD: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
* [[GRAFs|Return to the list of games]] | * [[GRAFs|Return to the list of games]] | ||
Choose archive extension: | |||
== POD == | == POD == | ||
| Line 11: | Line 13: | ||
<tt><b> | <tt><b> | ||
char {8} - Header <font color="purple">(PODFILE\0)</font> <br> | char {8} - Header <font color="purple">(PODFILE\0)</font> <br> | ||
uint32 {4} - Version Number <br> | uint32 {4} - Version Number <font color="purple">(107 - demo, 117 - release)</font><br> | ||
uint32 {4} - Number Of Files <br> | uint32 {4} - Number Of Files <br> | ||
uint32 {4} - Directory Offset <br> | uint32 {4} - Directory Offset <br> | ||
| Line 34: | Line 36: | ||
</b></tt> | </b></tt> | ||
=== | === MultiEx BMS === | ||
Not written yet<br><br> | |||
=== Supported Programs === | |||
* [[XWE|eXtensible Wad Editor]]<br> | * [[XWE|eXtensible Wad Editor]]<br> | ||
<br><br> | |||
[[Category:File Format]] | |||
Latest revision as of 12:54, 25 July 2021
Choose archive extension:
POD
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {8} - Header (PODFILE\0)
uint32 {4} - Version Number (107 - demo, 117 - release)
uint32 {4} - Number Of Files
uint32 {4} - Directory Offset
uint32 {4} - Directory Length (includes all directory entries and filenames)
byte {X} - fileData
// Directory
- // for each file 32 bytes
- uint32 {4} - Data Offset
- uint32 {4} - File Size
- uint32 {4} - Filename Offset [+dirOffset]
- uint32 {4} - Data Offset
// Note that some files have 0 as the offset and size, this is marker
// for each file
- char {X} - Filename
- byte {1} - null
// FILE DATA
- // for each file
- byte {X} - File Data
- byte {X} - File Data
MultiEx BMS
Not written yet
Supported Programs