XML:ONCV: Difference between revisions
Jump to navigation
Jump to search
m (Edition -> AE) |
m (should have used vanilla/ path) |
||
Line 3: | Line 3: | ||
===general information=== | ===general information=== | ||
* The xml code on this page is based on onisplit '''v0.9.61.0''' | * The xml code on this page is based on onisplit '''v0.9.61.0''' | ||
* '''ONCV*.oni''' are global. (It can be found in AE/ | * '''ONCV*.oni''' are global. (It can be found in AE/AEInstaller/vanilla/level0_Final.dat) | ||
* New characters with only one costume should use ONCVany. | * New characters with only one costume should use ONCVany. | ||
* This file is used to create random characters <u>and</u> harder character variants on game difficulty level hard. | * This file is used to create random characters <u>and</u> harder character variants on game difficulty level hard. |
Revision as of 13:27, 18 April 2013
ONCV : Oni Character Variant | ||
---|---|---|
XML
ONCC << Other file types >> ONGS |
general information
- The xml code on this page is based on onisplit v0.9.61.0
- ONCV*.oni are global. (It can be found in AE/AEInstaller/vanilla/level0_Final.dat)
- New characters with only one costume should use ONCVany.
- This file is used to create random characters and harder character variants on game difficulty level hard.
- It is also used by XML:BINA/SABD to indentify which character a set of animation sounds applies to. (Looks like only BINADBASKonoko and BINADBASAny have actual content. The rest are links.)
- Every character in BINACJBOCharacter can have a flag for shapeshifting* into a random** ONCC.
- This doesn't effect BINACJBOCharacter properties: the character will keep his/her name, melee profile, drop items, etc..
- * The XML flag is named "RandomCostume" and must be set in CHAR.
- ** The actual ONCC is chosen from all ONCC linking to the ONCV (It's like they create a pool for randomness.)
example
ONCVbarabus.xml
Boss character like Barabas doesn't use the difficulty "hard" upgrade.
<?xml version="1.0" encoding="utf-8"?> <Oni> <ONCV id="0"> <ParentVariant>ONCVstriker</ParentVariant> <CharacterClass>barabus</CharacterClass> <CharacterClassHard></CharacterClassHard> </ONCV> </Oni>