Necrodome: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
(File format added)
imported>Ikskoks
(Redirected page to Necrodome POD)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* [[GRAFs|Return to the list of games]]
#REDIRECT [[Necrodome POD]]
 
Choose archive extension:
 
== POD ==
 
* ''' Format Type ''':    Archive <br>
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
 
 
=== Format Specifications ===
 
<tt><b>
<font color="blue"> ''' // ARCHIVE HEADER ''' </font> <br>
: char {8}&nbsp;&nbsp;&nbsp;&nbsp; - Header <font color="purple">(PODFILE)(null terminated)</font> <br>
: uint32 {4}&nbsp;&nbsp; - Version <font color="purple">107 - demo, 117 - release</font> <br>
: uint32 {4}&nbsp;&nbsp; - Number Files <br>
: uint32 {4}&nbsp;&nbsp; - Directory Offset <br>
: uint32 {4}&nbsp;&nbsp; - Directory Length <br>
<br>
<font color="blue"> ''' // FILE DATA ''' </font> <br>
: <font color="blue"> ''' // for each file ''' </font> <br>
:: byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>
<br>
<font color="blue"> ''' // DIRECTORY ''' </font> <br>
: <font color="blue"> ''' // for each file (32-bytes per entry) ''' </font> <br>
:: uint32 {4}&nbsp;&nbsp; - File Offset <br>
:: uint16 {4}&nbsp;&nbsp; - File Size <br>
:: uint16 {4}&nbsp;&nbsp; - Unknown Data <br>
:: uint32 {4}&nbsp;&nbsp; - File Name Offset (Directory Offset + This Offset)<br>
</b></tt>
 
=== MultiEx BMS ===
 
Not written yet<br><br>
 
=== Supported Programs ===
 
* [[Xwe]] eXtensible Wad Editor (Partially)

Latest revision as of 12:55, 25 July 2021

Redirect to: