Psygnosis RDR: Difference between revisions
Jump to navigation
Jump to search
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...") |
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...") |
(No difference)
| |
Revision as of 15:51, 12 November 2020
RDR
- Format Type : Misc
- Endian Order : Little Endian
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:
- Overboard! / Shipwreckers!
- G-Police
Compatible Programs
None.