Difference between revisions of "Project Snowblind R"
From XentaxWiki
(Anh con Ta cung voi nhin nha) |
Dinoguy1000 (talk | contribs) m (Reverted edits by 37.59.80.67 (talk) to last revision by WATTO) |
||
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 |
Revision as of 06:42, 26 June 2012
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