8,018
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
__TOC__ | |||
{{Template:XMLModdingHints}} | {{Template:XMLModdingHints}} | ||
{| border=0 cellspacing=20 cellpadding=0 align=center | |||
| The xml code on this page is based on onisplit '''v0.9.61.0''' | |||
|} | |||
=ONCC: Oni character class= | |||
'''general information''' | '''general information''' | ||
* ONCP, ONIA, OBPI and OBPM are part of '''ONCC*.oni''' files. | * ONCP, ONIA, OBPI and OBPM are part of '''ONCC*.oni''' files. | ||
Line 12: | Line 19: | ||
'''XML structure | '''XML structure | ||
< | <ONCP id="3"> | ||
<Particles> | <Particles> | ||
<ONCPParticle> | <ONCPParticle> | ||
Line 21: | Line 28: | ||
[...] | [...] | ||
</Particles> | </Particles> | ||
</ | </ONCP> | ||
: <Name> is anchor for TRAM link | : <Name> is anchor for TRAM link; vanilla names: | ||
:: '''acid''' - for death event in bio lab (level 3) | |||
:: barabwave - for Baraba's earthquaker | |||
:: blanka - for one of MutantMuro's special attacks | |||
:: '''contrail''' - for colored heavy attacks (character specific <Type>) | |||
:: daodan - Konoko's daodan blow | |||
:: daodan2 - Konoko's daodan blow (last level) | |||
:: '''death''' | |||
:: '''dust''' | |||
:: fireball - Mukade's devil star | |||
:: flash - attack impact flash | |||
:: '''glow''' - colored glow particle for attacks | |||
:: murowave - for MutantMuro's ''ass bomb'' | |||
:: '''snap''' - health indicator particle ? | |||
:: teleport - for Mukade's teleport animation | |||
:: '''thud''' | |||
:: thunderbolt - for one of MutantMuro's special attacks | |||
:: '''trail''' - white color contrail for standard attacks | |||
:: rocket - for Baraba's jetpack | |||
:: super_attractor - for MutantMuro | |||
:: super_glow - body daodan glow particle | |||
:: super_l_hand - left hand daodan glow particle (<BodyPart>LeftFist) | |||
:: super_r_hand - right hand daodan glow particle (<BodyPart>RightFist) | |||
: <Type> provide particle (file name without prefix BINA3RAP and without suffix .oni) | : <Type> provide particle (file name without prefix BINA3RAP and without suffix .oni) | ||
: <BodyPart> means bone Id, see [[OBD:TRIA#Bones|TRIA]] | : <BodyPart> means bone Id, see [[OBD:TRIA#Bones|TRIA]]; also allowed: "KillImpact" | ||
Line 35: | Line 64: | ||
'''XML structure''' | '''XML structure''' | ||
< | <ONIA id="4"> | ||
<Impacts> | <Impacts> | ||
<ONIAImpact> | <ONIAImpact> | ||
Line 43: | Line 72: | ||
</ONIAImpact> | </ONIAImpact> | ||
[...] | [...] | ||
</ | </ONIA> | ||
Line 54: | Line 83: | ||
The link Id is equal to bone list in [[OBD:TRIA#Bones|TRIA]]. For example: eleventh material links to character's head. | The link Id is equal to bone list in [[OBD:TRIA#Bones|TRIA]]. For example: eleventh material links to character's head. | ||
<CBPM id="7"> | |||
<Materials> | <Materials> | ||
<Link>MtrlCloth</Link> | <Link>MtrlCloth</Link> | ||
Line 76: | Line 105: | ||
<Link>MtrlArmor</Link> | <Link>MtrlArmor</Link> | ||
</Materials> | </Materials> | ||
</CBPM> | |||
Line 87: | Line 116: | ||
The link Id is equal to bone list in [[OBD:TRIA#Bones|TRIA]]. For example: eleventh material links to character's head. | The link Id is equal to bone list in [[OBD:TRIA#Bones|TRIA]]. For example: eleventh material links to character's head. | ||
< | <CBPI id="8"> | ||
<HitImpacts> | <HitImpacts> | ||
<Link>ImptKick_Hit</Link> | <Link>ImptKick_Hit</Link> | ||
Line 151: | Line 180: | ||
<Link>ImptPunch_Killed</Link> | <Link>ImptPunch_Killed</Link> | ||
</KilledImpacts> | </KilledImpacts> | ||
</ | </CBPI> | ||
=special ONCC overview= | =special ONCC overview= |
edits