In my .user setting I have:
And here are some sample vehicles:
So the separators show up in the selection menu for vehicles, but the vehicles are not showing up listed under the appropriate separators. Unfortunately in the core files there are no good examples of Vehicle separators but I think I have everything correct.
Also, the separators are not centered in the Vehicles list like those in the Gear list, FYI.
So any ideas where I went wrong?
Code:
<thing
id="vhSepTRAi"
name="– Aircraft –"
compset="Vehicle"
isshowonly="yes"
description="">
<usesource source="Travel"/>
<tag group="VehType" tag="Aircraft"/>
</thing>
<thing
id="vhSepTRGr"
name="– Ground –"
compset="Vehicle"
isshowonly="yes"
description="">
<usesource source="Travel"/>
<tag group="VehType" tag="Ground"/>
</thing>
And here are some sample vehicles:
Code:
<thing
id="vhTRTATV"
name="All Terrain Vehicle, Tracked"
description=""
compset="Vehicle">
<fieldval field="vhAccel" value="5"/>
<fieldval field="vhTopSpeed" value="20"/>
<fieldval field="vhTough" value="18/18/16"/>
<fieldval field="vhArmor" value="4/4/2"/>
<fieldval field="vhCrew" value="1+16"/>
<fieldval field="grCost" value="30,000"/>
<fieldval field="vhCost" value="$30K+"/>
<usesource source="Travel"/>
<tag group="VehEra" tag="Military"/>
<tag group="VehType" tag="Ground"/>
<tag group="User" tag="Military"/>
<tag group="Vehicle" tag="HvyArmor"/>
<tag group="Vehicle" tag="Tracked"/>
<tag group="thing" tag="holder_top"/>
</thing>
<thing
id="vhTRAirRaf"
name="Air/Raft"
description=""
compset="Vehicle">
<fieldval field="vhAccel" value="10"/>
<fieldval field="vhTopSpeed" value="30"/>
<fieldval field="vhClimb" value="15"/>
<fieldval field="vhCrew" value="1+3"/>
<fieldval field="vhTough" value="13"/>
<fieldval field="vhArmor" value="3"/>
<fieldval field="grCost" value="600,000"/>
<fieldval field="vhCost" value="$600K+"/>
<usesource source="Travel"/>
<tag group="VehEra" tag="Civilian"/>
<tag group="VehType" tag="Aircraft"/>
<tag group="Vehicle" tag="Spacecraft"/>
<tag group="Vehicle" tag="Atmosphere"/>
<tag group="thing" tag="holder_top"/>
</thing>
So the separators show up in the selection menu for vehicles, but the vehicles are not showing up listed under the appropriate separators. Unfortunately in the core files there are no good examples of Vehicle separators but I think I have everything correct.
Also, the separators are not centered in the Vehicles list like those in the Gear list, FYI.
So any ideas where I went wrong?
