Firstly, not every vehicle is:
Why would that be? It means some vehicles are not precluded when you:
Now I know under "Configure Hero" I can just not check the Vehicle box, and no longer a problem.
But this is why I noticed. I am working on Ragnarok, a game set just after WWII. Obviously like other source-books it has its own list of gear, weapons, and vehicles. But it is a small list.
I thought it would be cool for a GM to have the option to check the Vehicle box and some how filter out ALL vehicles except those marked as:
But since not every vehicle has the Standard Equipment tag, if you check the Vehicle box, you already see Vehicles you may not want.
This leads me further to suggest that HeroLab does not make very good use of filters regarding Savage Worlds. Even if every vehicle had the Standard Equipment tag added, there is no current way to load vehicles and then filter by something else, aka VehEra (well, at least not with a cool check-box).
I already made a duplicate of thing.vehicles.dat for myself to do a little clean-up and make it a bit more consistent. But seeing as how it is a main file, the next update would just blow away my work. So I am bringing it up here because I am not sure who 'owns' and 'maintains' that datafile. I don't mind cleaning it up and handing it off to proper authorities
Cheers.
Code:
<tag group="Equipment" tag="Standard"/>
Why would that be? It means some vehicles are not precluded when you:
Code:
<tag group="Hero" tag="NoStdGear"/>
Now I know under "Configure Hero" I can just not check the Vehicle box, and no longer a problem.
But this is why I noticed. I am working on Ragnarok, a game set just after WWII. Obviously like other source-books it has its own list of gear, weapons, and vehicles. But it is a small list.
I thought it would be cool for a GM to have the option to check the Vehicle box and some how filter out ALL vehicles except those marked as:
Code:
<tag group="VehEra" tag="WWII"/>
But since not every vehicle has the Standard Equipment tag, if you check the Vehicle box, you already see Vehicles you may not want.
This leads me further to suggest that HeroLab does not make very good use of filters regarding Savage Worlds. Even if every vehicle had the Standard Equipment tag added, there is no current way to load vehicles and then filter by something else, aka VehEra (well, at least not with a cool check-box).
I already made a duplicate of thing.vehicles.dat for myself to do a little clean-up and make it a bit more consistent. But seeing as how it is a main file, the next update would just blow away my work. So I am bringing it up here because I am not sure who 'owns' and 'maintains' that datafile. I don't mind cleaning it up and handing it off to proper authorities

Cheers.