Radcore Cement Library RCF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
(No difference)
| |
Revision as of 15:18, 10 January 2021
Choose archive extension:
RCF
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// ARCHIVE HEADER
- char {32} - Header ("RADCORE CEMENT LIBRARY" + nulls to fill)
- uint32 {4} - Unknown
- uint32 {4} - Directory Offset (2048)
- uint32 {4} - null
- uint32 {4} - Directory Length (including null padding after the entries)
- byte {2000} - null
// DIRECTORY
- uint32 {4} - Number Of Files
- uint32 {4} - Filename Directory Offset
- uint32 {4} - Filename Directory Length (including null padding after the entries)
- uint32 {4} - Unknown
- // for each file
- uint32 {4} - Hash?
- uint32 {4} - File Offset
- uint32 {4} - File Length
- uint32 {4} - Hash?
- byte {X} - null Padding to a multiple of 2048 bytes
// FILENAME DIRECTORY
- uint32 {4} - Number Of Files
- uint32 {4} - null
- // for each file
- uint32 {4} - Filename Length (including null terminator)
- char {X} - Filename
- byte {1} - null Filename Terminator
- uint32 {4} - Unknown
- uint32 {4} - Filename Length (including null terminator)
- byte {X} - null Padding to a multiple of 2048 bytes
// FILE DATA
- // for each file
- byte {X} - File Data
- byte {X} - null Padding to a multiple of 2048 bytes
- byte {X} - File Data
MultiEx BMS
Not written yet