Retro64 NDX WAD
From XentaxWiki
Back to index | Edit this page
Contents
NDX, WAD
- Format Type : Archive
- Endian Order : Little Endian
- Signature : None
Format Specifications
// NDX file format // 72 bytes = entry size in "Bugatron" // 24 bytes = entry size in "WarHeads SE" num_of_files * { 16 or 64 bytes (char) - file path + padding // e.g. "audio\airball.ogg" 4 bytes (uint32) - file offset 4 bytes (uint32) - file size }
// WAD file format num_of_files * { x bytes - file data }
Notes and Comments
- NDX is an index file and WAD file stores all the data.
- This file format occurs in some games made by Retro64.
Games
List of games using this file format:
- Bugatron (PC) (*.NDX / *.WAD)
- Bugatron Worlds (PC) (*.NDX / *.WAD)
- WarHeads SE (PC) (*.NDX / *.WAD)
QuickBMS Scripts
Compatible Programs
None.