Psygnosis RDI
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.