OBD talk:ONVL: Difference between revisions
Jump to navigation
Jump to search
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
{{Template:XMLModdingHints}} | {{Template:XMLModdingHints}} | ||
{| border=0 cellspacing=20 cellpadding=0 align=center | |||
| The xml code on this page is compatible with onisplit '''v0.9.61.0''' | |||
|} | |||
'''general information''' | '''general information''' | ||
Line 13: | Line 16: | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni | <Oni> | ||
< | <ONVL id="0"> | ||
<Variants> | <Variants> | ||
<Link>ONCVany</Link> | <Link>ONCVany</Link> | ||
<Link>ONCVcomguy</Link> | <Link>ONCVcomguy</Link> | ||
''[...]'' | ''[...]'' | ||
<Link>ONCVblackops_swat</Link> | |||
</Variants> | </Variants> | ||
</ | </ONVL> | ||
</Oni> | </Oni> | ||
=ONVL tree= | =Vanilla ONVL tree= | ||
This doesn't list the upgrades, just the basic hierarchy of the ONCV | This doesn't list the upgrades, just the basic hierarchy of the ONCV. (What upgrades are missing?) | ||
*any | *any | ||
**irondemon | **irondemon | ||
Line 41: | Line 44: | ||
**striker | **striker | ||
**#barabus | **#barabus | ||
**#bomber (not indexed in ONVL, so not available for ONCC) | **#bomber (not indexed in ONVL, so not available for ONCC (bomber and madbomber .. wut?) | ||
**#comguy | **#comguy | ||
**##copmale | **##copmale |
Revision as of 13:46, 7 April 2012
ONVL: variant list
The xml code on this page is compatible with onisplit v0.9.61.0 |
general information
- ONVLvariant_list.oni is global. (It can be found in edition/GameDataFolder/level0_... )
- See also ONCV for more information.
- You can't produce a list which contains a placeholder. ONVL is checking all its links at game start, Oni will crash if a ONCV is missing.
- Create new ONCVs and add them to ONVL if you want to create groups for random designs or when you want to change character spawning on game difficulty level hard.
example
<?xml version="1.0" encoding="utf-8"?> <Oni> <ONVL id="0"> <Variants> <Link>ONCVany</Link> <Link>ONCVcomguy</Link> [...] <Link>ONCVblackops_swat</Link> </Variants> </ONVL> </Oni>
Vanilla ONVL tree
This doesn't list the upgrades, just the basic hierarchy of the ONCV. (What upgrades are missing?)
- any
- irondemon
- konoko
- copfem
- doctorfem
- genericfem
- red
- red_easy
- red_med
- red_hard
- shinatama
- shinzom
- striker
- barabus
- bomber (not indexed in ONVL, so not available for ONCC (bomber and madbomber .. wut?)
- comguy
- copmale
- doctormale
- genericmale
- griffin
- griffin_swat
- madbomber
- muro
- mutantmuro
- ninja
- ninjabot
- ninja_easy
- ninja_med
- ninja_hard
- super_ninja
- security
- sniper
- tanker
- tanker_easy
- tanker_med
- tanker_hard
- tanker_casual
- tctf_lite
- blackops_lite
- thug
- thug_air
- thug_mfg
- thug_neuro
- thug_pow
- thug_wh
- elite
- elite_easy
- elite_med
- elite_hard
- striker_easy
- striker_med
- striker_hard
- tctf_swat
- blackops_swat