Psygnosis RDR

From XentaxWiki
Revision as of 15:51, 12 November 2020 by imported>Ikskoks (Created page with "== RDR == * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div cla...")
Jump to navigation Jump to search

RDR


Format Specifications

// Psygnosis games
// RDR file format

// little endian


//header
8 bytes (char) - magic // "RDR2   "
4 bytes (uint32) - number of RDT files


//filenames
num_of_rdt_files *
{
   64 bytes (char) - file name + padding
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Games

List of games using this file format:

Compatible Programs

None.