Conquest Frontier Wars: Difference between revisions
Jump to navigation
Jump to search
imported>Hoenir |
imported>Ikskoks No edit summary |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{GRAFPageHeader}} | {{GRAFPageHeader}} | ||
<blockquote>'' NOTE: The archives have no file extension. I wrote UTF because the header of those files is "UTF". ''</blockquote> | |||
== UTF == | == UTF == | ||
{{GRAFPageMisc | {{GRAFPageMisc}} | ||
=== Format Specifications === | === Format Specifications === | ||
| Line 22: | Line 24: | ||
{{BlockDescription|// For each entry in table}}<br> | {{BlockDescription|// For each entry in table}}<br> | ||
:uint32 {4} - NextOffset {{InlineComment|(table offset of next entry in same hierarchy level)}} | :uint32 {4} - NextOffset {{InlineComment|(table offset of next entry in same hierarchy level)}} | ||
:uint32 {4} - NameOffset {{InlineComment|(offset of entry's name in name table)}} | :uint32 {4} - NameOffset {{InlineComment|(offset of entry's name in name table)}} | ||
:uint32 {4} - Flags {{InlineComment|(16:folder else:file)}} | :uint32 {4} - Flags {{InlineComment|(16:folder else:file)}} | ||
:uint32 {4} - uk {{Unknown}} | :uint32 {4} - uk {{Unknown}} | ||
:uint32 {4} - DataOffset {{InlineComment|(file:offset in file data, folder:offset of its first entry in table)}} | :uint32 {4} - DataOffset {{InlineComment|(file:offset in file data, folder:offset of its first entry in table)}} | ||
:uint32 {4} - TotalSize | :uint32 {4} - TotalSize | ||
:uint32 {4} - Size | :uint32 {4} - Size | ||
:uint32 {4} - Size | :uint32 {4} - Size | ||
:uint32 {4} - uk {{Unknown}} | :uint32 {4} - uk {{Unknown}} | ||
:uint32 {4} - uk {{Unknown}} | :uint32 {4} - uk {{Unknown}} | ||
:uint32 {4} - uk {{Unknown}} | :uint32 {4} - uk {{Unknown}} | ||
}} | }} | ||
| Line 52: | Line 54: | ||
{{GRAFPageFooter}} | {{GRAFPageFooter}} | ||
[[Category:Complete Complete | [[Category:Complete Complete]] | ||
[[Category:PC formats]] | |||
[[Category:File Format]] | |||
Latest revision as of 14:58, 3 January 2021
Back to index | Edit this page
NOTE: The archives have no file extension. I wrote UTF because the header of those files is "UTF".
UTF
- Format type: Archive
- Endianness: Little-endian
Format Specifications
char {4} - Header (UTF)
uint32 {4} - Version
uint32 {4} - TableOffset
uint32 {4} - TableSize
uint32 {4} - uk (always 0)
uint32 {4} - EntrySize (always 44)
uint32 {4} - NameTableOffset(always 56)
uint32 {4} - TotalNameTableSize
uint32 {4} - NameTableSize
uint32 {4} - FileDataOffset
uint32 {4} - uk (always 0)
uint32 {4} - uk (always 0)
uint32 {4} - uk Unknown
uint32 {4} - uk Unknown
char {x} - NameTable(null padded?)
// For each entry in table
- uint32 {4} - NextOffset (table offset of next entry in same hierarchy level)
- uint32 {4} - NameOffset (offset of entry's name in name table)
- uint32 {4} - Flags (16:folder else:file)
- uint32 {4} - uk Unknown
- uint32 {4} - DataOffset (file:offset in file data, folder:offset of its first entry in table)
- uint32 {4} - TotalSize
- uint32 {4} - Size
- uint32 {4} - Size
- uint32 {4} - uk Unknown
- uint32 {4} - uk Unknown
- uint32 {4} - uk Unknown
Notes and Comments
None
MultiEx BMS Script
None written yet.
Supported by Programs
Unknown
Links
None