XML:ONVL: Difference between revisions
Jump to navigation
Jump to search
Paradox-01 (talk | contribs) (+ temp + cat) |
m (linked to new difficulty mode article) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{XML_File_Header | type=ONVL | {{XML_File_Header | prev=ONSK | type=ONVL | next=ONWC | name=Oni Variant List}} | ||
== | ==General information== | ||
* The | * The XML on this page is compatible with OniSplit '''v0.9.61.0'''. | ||
* '''ONVLvariant_list.oni''' is global | * '''ONVLvariant_list.oni''' is global (it can be found in AE/AEInstaller/vanilla/level0_Final.dat). | ||
* See also | * See also [[XML:ONCV]] for more information. | ||
* <u>You can't | * <u>You can't use a dummy entry in this list.</u> Oni checks all its ONVL links at game start and will crash if a ONCV is missing. | ||
* Create new ONCVs and add them to ONVL if you want to create | * Create new ONCVs and add them to the ONVL if you want to create a pool of randomized appearances for a character, or when you want to change which variant of the character spawns on the Hard [[Difficulty modes|difficulty level]]. | ||
==Example== | |||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni> | <Oni> | ||
Line 23: | Line 21: | ||
</Oni> | </Oni> | ||
==Tags== | |||
{| class="wikitable" width="100%" | {| class="wikitable" width="100%" | ||
!width=100px | XML tag | !width=100px | XML tag | ||
!width=100px| | !width=100px| Content type | ||
! | ! Description | ||
|- | |- | ||
|valign=top| <Link> | |valign=top| <Link> |
Latest revision as of 20:18, 7 December 2023
ONVL : Oni Variant List | ||
---|---|---|
XML
ONSK << Other file types >> ONWC |
General information
- The XML on this page is compatible with OniSplit v0.9.61.0.
- ONVLvariant_list.oni is global (it can be found in AE/AEInstaller/vanilla/level0_Final.dat).
- See also XML:ONCV for more information.
- You can't use a dummy entry in this list. Oni checks all its ONVL links at game start and will crash if a ONCV is missing.
- Create new ONCVs and add them to the ONVL if you want to create a pool of randomized appearances for a character, or when you want to change which variant of the character spawns on the Hard difficulty level.
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>
Tags
XML tag | Content type | Description |
---|---|---|
<Link> | link | ONCVname (file suffix .oni not used) |