XML:ONCC: Difference between revisions

1,055 bytes added ,  6 April 2012
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
=ONCC: Oni character class=
__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
     <Instance id="3" type="ONCP">
     <ONCP id="3">
         <Particles>
         <Particles>
             <ONCPParticle>
             <ONCPParticle>
Line 21: Line 28:
             [...]
             [...]
         </Particles>
         </Particles>
     </Instance>
     </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'''
     <Instance id="4" type="ONIA">
     <ONIA id="4">
         <Impacts>
         <Impacts>
             <ONIAImpact>
             <ONIAImpact>
Line 43: Line 72:
             </ONIAImpact>
             </ONIAImpact>
             [...]
             [...]
     </Instance>
     </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.


    <Instance id="7" type="CBPM">
    <CBPM id="7">
         <Materials>
         <Materials>
             <Link>MtrlCloth</Link>
             <Link>MtrlCloth</Link>
Line 76: Line 105:
             <Link>MtrlArmor</Link>
             <Link>MtrlArmor</Link>
         </Materials>
         </Materials>
    </Instance>
    </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.
     <Instance id="8" type="CBPI">
     <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>
     </Instance>
     </CBPI>


=special ONCC overview=
=special ONCC overview=
8,018

edits