Evhb: Difference between revisions

42 bytes removed ,  4 years ago
imported>Leoetlino
(Created page with "{{File format|name=evhb}} '''evhb''' is a format for storing event actor hierarchy information for event flows. == Format == === Header === {| class="wikitab...")
 
imported>Leoetlino
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{File format|name=evhb}}
{{File format|name=evhb|version=1|magic=evhb|endianness=little}}
 
'''evhb''' is a format for storing event actor hierarchy information for [[Event flow|event flows]].
'''evhb''' is a format for storing event actor hierarchy information for [[Event flow|event flows]].


Line 13: Line 12:
|0x0
|0x0
|char[4]
|char[4]
|Magic (<code>evhb</code> or <code>EVHB</code>)
|Magic (<code>evhb</code>)
 
After pointer relocation, the magic is set to <code>EVHB</code>.
|-
|-
|0x4
|0x4
|u32
|u32
|Version
|Version (1, unchecked)
|-
|-
|0x8
|0x8
Line 27: Line 28:
|Padding
|Padding
|}
|}
All offsets are validated by the game. Strangely enough, some of the checks and relocation are skipped when the magic is <code>EVHB</code>.


=== Entry ===
=== Entry ===
Anonymous user