OBD talk:ONVL: Difference between revisions

m
+cat
No edit summary
m (+cat)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
=ONVL: variant list=
=Vanilla ONVL tree=
See ONCV for more information.
This doesn't list the upgrades, just the basic hierarchy of the ONCV. (What upgrades are missing?)
 
Caution: <u>You can't produce a list which contains a placeholder</u>. ONCV is checking all its links at game start, Oni will crash if a ONCV is missing.
 
 
'''when to use'''
 
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. See [[OBD_talk:ONCV|ONCV]]
 
 
'''example'''
 
<?xml version="1.0" encoding="utf-8"?>
<Oni Version="0.9.27.0">
    <Instance id="0" type="ONVL" name="variant_list">
        <Variants>
            <Link>ONCVany</Link>
            <Link>ONCVcomguy</Link>
            ''[...]''
            '''<Link>ONCVmotoko</Link>'''
        </Variants>
    </Instance>
</Oni>
 
 
=ONVL tree=
This doesn't list the upgrades, just the basic hierarchy of the ONCV
*any
*any
**irondemon
**irondemon
Line 41: Line 15:
**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
Line 81: Line 55:
**#tctf_swat
**#tctf_swat
**#*blackops_swat
**#*blackops_swat
{{OBD}}