OBD:Impt: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (design)
No edit summary
Line 1: Line 1:
{{OBD_File_Header | type=Impt | prev=IGSt | next=IPge | name=Impact Tree | family=Character | align=center}}
{{OBD_File_Header | type=Impt | prev=IGSt | next=IPge | name=Impact Tree | family=Character | align=center}}
All Impt files are 0 byte files. That means that Oni takes the information out of the Impt files of level 0. Below is an example of an Impt file of level 0.




Line 13: Line 10:
{{OBDtr| 0x00 | res_id  |FF0000| 01 03 10 00 | 4099  | 04099-Bar_Super_Kick.Impt }}
{{OBDtr| 0x00 | res_id  |FF0000| 01 03 10 00 | 4099  | 04099-Bar_Super_Kick.Impt }}
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 00 | 0    | level 0 }}
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 00 | 0    | level 0 }}
{{OBDtr| 0x08 | int16    |FFC8C8| FF FF      |unknown| unknown; always the same }}
{{OBDtr| 0x08 | int16    |FFC8C8| FF FF      | -1    | ignored; overwritten at runtime }}
{{OBDtr| 0x0A | char[6]  |FFFFC8| AD DE      | dead  | unused }}
{{OBDtr| 0x0A | char[6]  |FFFFC8| AD DE      | dead  | unused }}
{{OBDtr| 0x10 | link    |C8FFC8| 01 04 10 00 | 4100  | link to 04100-Kick_Hit.Impt (parent impact) }}
{{OBDtr| 0x10 | link    |C8FFC8| 01 04 10 00 | 4100  | link to 04100-Kick_Hit.Impt (parent impact) }}

Revision as of 14:43, 25 May 2008

ONI BINARY DATA
IGSt << Other file types >> IPge
Impt : Impact Tree
switch to XML:Impt page
Overview @ Oni Stuff
OBD.png


Impt all.gif


Offset Type Raw Hex Value Description
0x00 res_id 01 03 10 00 4099 04099-Bar_Super_Kick.Impt
0x04 lev_id 01 00 00 00 0 level 0
0x08 int16 FF FF -1 ignored; overwritten at runtime
0x0A char[6] AD DE dead unused
0x10 link 01 04 10 00 4100 link to 04100-Kick_Hit.Impt (parent impact)
0x14 char[12] AD DE dead unused


04100-Kick_Hit.Impt links to 04149-Kick.Impt. This links to 04146-Melee.Impt. And this to 04106-Default.Impt, which links into nothingness.


ONI BINARY DATA
IGSt << Other file types >> IPge
Impt : Impact Tree
Character file