GRAF:Defiance REZ: Difference between revisions
Jump to navigation
Jump to search
imported>EthJkb mNo edit summary |
imported>Ikskoks No edit summary |
||
| (12 intermediate revisions by 6 users not shown) | |||
| Line 2: | Line 2: | ||
== BIO, DAT, REZ == | == BIO, DAT, REZ == | ||
{{GRAFPageMisc | {{GRAFPageMisc}} | ||
=== Format Specifications === | === Format Specifications === | ||
{{GRAFPageFormat|1=char {4} | {{GRAFPageFormat|1=char {4} - Header {{Constant|(BRGR)}}<br> | ||
uint32 {4} - Version {{Constant|(1)}}<br> | |||
uint32 {4} - Directory Size {{InlineComment|(excluding the first 3 fields of the header)}}<br> | |||
uint32 {4} - Version {{Constant|(1)}}<br> | |||
uint32 {4} - {{Unknown}}<br> | |||
uint32 {4} - Number Of Files | |||
{{BlockDescription| // for each file }} | |||
: uint32 {4} - Offset | |||
: uint32 {4} - Length | |||
: uint32 {4} - null | |||
{{BlockDescription| // for each file }} | |||
: char {4} - File Tag / Extension | |||
: uint32 {4} - File Size {{InlineComment|*BIG-ENDIAN!*}} | |||
: byte {X} - File Data}} | |||
=== MultiEx BMS Script === | |||
{{NoBMSScript}} | |||
=== Supported by Programs === | |||
* {{ProgramSupportGameExtracter}} | |||
=== Links === | |||
None | |||
=== Games === | |||
* [[Defiance]] [[BIO|*.bio]] [[DAT|*.dat]] [[REZ|*.rez]] | |||
* [[Bugdom]] [[REZ|*.rez]] | |||
{{GRAFPageFooter}} | |||
{{DEFAULTSORT:{{PAGENAME}}}} | |||
[[Category:PC formats]] | |||
[[Category:File Format]] | |||
Latest revision as of 11:50, 4 January 2021
Back to index | Edit this page
BIO, DAT, REZ
- Format type: Archive
- Endianness: Little-endian
Format Specifications
char {4} - Header (BRGR)
uint32 {4} - Version (1)
uint32 {4} - Directory Size (excluding the first 3 fields of the header)
uint32 {4} - Version (1)
uint32 {4} - Unknown
uint32 {4} - Number Of Files
// for each file
- uint32 {4} - Offset
- uint32 {4} - Length
- uint32 {4} - null
// for each file
- char {4} - File Tag / Extension
- uint32 {4} - File Size *BIG-ENDIAN!*
- byte {X} - File Data
MultiEx BMS Script
None written yet.
Supported by Programs
Links
None