Rule of Rose RPK: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks m (Ikskoks moved page RPK RTPK to Rule of Rose RPK) |
imported>Ikskoks m (Ikskoks moved page RPK RTPK to Rule of Rose RPK) |
(No difference)
| |
Revision as of 23:51, 20 January 2021
Contents: GRAFs page - All - 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z - Edit
Format Type: Archive
Extensions: rpk
Platforms: unknown
Endian Order: Little Endian
Format Specifications
// Only some archives store the Filenames
// Only some archives store the File Lengths
// ARCHIVE HEADER
4 - Header (RTPK)
4 - Archive Length
2 - null
2 - Flags
2 - Padding Multiple (2048)
2 - Number of Files
4 - Filename Directory Length (can be null if no names are stored)
12 - null
// FILE DETAILS DIRECTORY
// if (Flags & 1) {
// for each file
4 - File Length
}
// for each file
4 - File Offset
// if (Flags & 16) {
// for each file
2 - Unknown
}
// if (FilenameDirectoryLength != null) {
// for each file
X - Filename
1 - null Filename Terminator
}
0-2047 - null Padding to a multiple of 2048 bytes
// FILE DATA
// for each file
X - File Data
0-2047 - null Padding to a multiple of 2048 bytes
MultiEx BMS Script
No BMS script
Supported Programs
Notes
No additional notes
Games
- Rule of Rose [PS2]