Psygnosis RDT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks (→Games) |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 16: | Line 16: | ||
uint32 {4} - <font color="red"> '' Unknown '' </font> <br> | uint32 {4} - <font color="red"> '' Unknown '' </font> <br> | ||
uint32 {4} - Number Of Files <br> | uint32 {4} - Number Of Files <br> | ||
uint32 {4} - Type/Extension <br> | uint32 {4} - <font color="red"> '' Type/Extension? '' </font> <br> | ||
<br> | <br> | ||
<font color="blue"> ''' // for each file ''' </font> <br> | <font color="blue"> ''' // for each file ''' </font> <br> | ||
: uint32 {4} - Offset <font color="purple">(ignore offsets of 1)</font> <br> | : uint32 {4} - Offset <font color="purple">(ignore offsets of 1)</font> <br> | ||
<br> | <br> | ||
byte {X} - <font color=" | byte {X} - Padding <br> <br> | ||
byte {X} - File Data <br> | |||
<font color="blue"> ''' // for each file ''' </font> <br> | |||
: byte {X} - File Data <br> | |||
<br> | <br> | ||
</b></tt> | </b></tt> | ||
| Line 29: | Line 31: | ||
Not written yet.<br> | Not written yet.<br> | ||
=== Games === | |||
List of games using this file format: | |||
* [[Overboard!|Overboard! / Shipwreckers!]] | |||
* [[G-Police]] | |||
=== Compatible Programs === | === Compatible Programs === | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:Complete Almost Done|Psygnosis RDT]] | |||
[[Category:Platform PC|Psygnosis RDT]] | |||
[[Category:CE None|Psygnosis RDT]] | |||
[[Category:Format_Archive | Type: Archive]] | |||
[[Category:Extension_rdt | Extension: rdt]] | |||
[[Category:BMS_None | BMS: None]] | |||
[[Category:File Format]] | |||
Latest revision as of 15:58, 12 November 2020
RDT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Archive ID?
uint32 {4} - Directory Size
uint32 {4} - null
uint32 {4} - Unknown
uint32 {4} - null
char {4} - Header (RDA2)
uint32 {4} - Unknown
uint32 {4} - Number Of Files
uint32 {4} - Type/Extension?
// for each file
- uint32 {4} - Offset (ignore offsets of 1)
byte {X} - Padding
// for each file
- byte {X} - File Data
MultiEx BMS Script
Not written yet.
Games
List of games using this file format: