Project Snowblind R: Difference between revisions
Jump to navigation
Jump to search
(Anh con Ta cung voi nhin nha) |
imported>Ikskoks No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
== R## == | |||
* ''' Format Type ''': Archive <br> | |||
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | |||
=== Format Specifications === | |||
<tt><b> | |||
<font color="blue"> ''' // For Each File ''' </font> <br> | |||
: uint64 {8} - Header <font color="purple">(<font color="purple">(byte)</font>255 + "goefile")</font> <br> | |||
: byte {1} - null <br> | |||
: byte {1} - <font color="red"> '' Unknown <font color="purple">(255)</font> '' </font> <br> | |||
: uint32 {4} - <font color="red"> '' Decompressed File Size? '' </font> <br> | |||
: uint32 {4} - <font color="red"> '' Compression Tag? <font color="purple">(1)</font> '' </font> <br> | |||
: uint64 {8} - File Data Header <font color="purple">(<font color="purple">(byte)</font>255 + "symlist")</font> <br> | |||
: byte {1} - null <br> | |||
: byte {X} - Compressed File Data <br> | |||
: byte {0-2047} - null Padding to a multiple of 2048 bytes <br> | |||
<br> | |||
</b></tt> | |||
=== MultiEx BMS === | |||
Not written yet<br><br> | |||
=== Supported Programs === | |||
* None Yet - More Investigation Needed | |||
[[Category:File Format]] | |||
Latest revision as of 13:22, 17 January 2021
R##
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// For Each File
- uint64 {8} - Header ((byte)255 + "goefile")
- byte {1} - null
- byte {1} - Unknown (255)
- uint32 {4} - Decompressed File Size?
- uint32 {4} - Compression Tag? (1)
- uint64 {8} - File Data Header ((byte)255 + "symlist")
- byte {1} - null
- byte {X} - Compressed File Data
- byte {0-2047} - null Padding to a multiple of 2048 bytes
MultiEx BMS
Not written yet
Supported Programs
- None Yet - More Investigation Needed