Alright... I have plugging in almost all of Mercenary Breed and have asked practically no questions. And, dangit, I _really_ hate to ask this one but I am stumped by a minor cosmetic issue...
I am plugging in ranged weapons. I want all of the Mercenary Breed stuff to appear away from commonly establish gear since it will work better. Anyhow, while it does appear away from other gear, it only shows one label - I cannot create discrete groupings of weapons
That code example is condensed and non-functional - I just pulled all of the relevant lines so the naming conventions and so on were readily evident.
Everything that I am adding appears at the top of the selection list under "Mercenary Breed Rifles" and then shows up in alphabetical order. There is no group of pistols, or MGs, or rifles - everything is failing to honor the weapon groups that they have been assigned to.
What is going on?
I am plugging in ranged weapons. I want all of the Mercenary Breed stuff to appear away from commonly establish gear since it will work better. Anyhow, while it does appear away from other gear, it only shows one label - I cannot create discrete groupings of weapons
Group definitions (individual weapons are members of appropriate groups)
<tag group="WeaponType" tag="MB2_1pist" name="Mercenary Breed Pistols" abbrev="Merc Breed Pistols"/>
<tag group="WeaponType" tag="MB2rifles" name="Mercenary Breed Rifles" abbrev="Merc Breed Rifles"/>
<tag group="WeaponType" tag="MB2_mchgun" name="Mercenary Breed MGs" abbrev="Merc Breed MGs"/>
List label definitions - only RIFLES are visible and all weapons are under it
<thing id="wpMB2xlab3" name="– Mercenary Breed MGs –" compset="Ranged" isshowonly="yes">
<usesource source="MB2"/>
<tag group="WeaponType" tag="MB2_mchgun"/>
</thing>
<thing id="wpMB2xlab4" name="– Mercenary Breed Rifles –" compset="Ranged" isshowonly="yes">
<usesource source="MB2"/>
<tag group="WeaponType" tag="MB2rifles" name="Mercenary Breed Rifles" abbrev="Merc Breed Rifles"/>
</thing>
<thing id="wpMB2xlab2" name="– Mercenary Breed Pistols –" compset="Ranged" isshowonly="yes">
<usesource source="MB2"/>
<tag group="WeaponType" tag="MB2_1pist"/>
</thing>
That code example is condensed and non-functional - I just pulled all of the relevant lines so the naming conventions and so on were readily evident.
Everything that I am adding appears at the top of the selection list under "Mercenary Breed Rifles" and then shows up in alphabetical order. There is no group of pistols, or MGs, or rifles - everything is failing to honor the weapon groups that they have been assigned to.
What is going on?