Psygnosis RDI: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== RDI == * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div cla...") |
(No difference)
|
Revision as of 15:47, 12 November 2020
RDI
- Format Type : Misc
- Endian Order : Little Endian
Format Specifications
// Psygnosis games
// RDI file format
// little endian
//header
8 bytes (char) - magic // "RDI2 "
4 bytes (uint32) - number of entries
4 bytes (uint32) - unknown
8 bytes - nulls
//info array
num_of_entries *
{
45 bytes (char) - extension + '\x20' + filename // "WAV BOMBLETS"
4 bytes (uint32) - entry ID
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
Compatible Programs
None.