On the Vehicle Block character sheet it has System, Response, Firewall, and Signal, but they are all blank.
System isn't needed because that's your Pilot, unless it's supposed to represent a commlink that is on the
vehicle/drone. At which point there should be some place for the Response, Firewall and Signal that goes
with the Pilot.
What I find strange is there is a specific place for Autosofts, but they are still listed in Gear.
System isn't needed because that's your Pilot, unless it's supposed to represent a commlink that is on the
vehicle/drone. At which point there should be some place for the Response, Firewall and Signal that goes
with the Pilot.
What I find strange is there is a specific place for Autosofts, but they are still listed in Gear.
Perhaps you could send your .chum file, because the System, Response and such are filling in for my chars. Chummer doesn't assign those 4 values specifically for a vehicle, so we find those values from any commlink attached to this Vehicle or in character general gear. I'm not super confident on the rules for Vehicles, but I know vehicles should have those 4 values in some way. Any guidance we can get as to specific Rules from where these values should come would be very helpful.
The sheet shows all gear attached to the vehicle, the autosofts can come from the vehicle or from general character gear, or also it can be from a commlink attached to the vehicle or the general character gear. I suppose we could filter the gear listed to not show Autosofts and those specific Programs listed on the sheet.
Edit:
Looking at the file, you can change line 389 to:
CODE
<xsl:for-each select="gears/gear[(category != 'Matrix Programs' and (name != 'Analyze' or name != 'Encrypt' or name != 'Scan' or name != 'Armor' or name != 'ECCM')) and category!= 'Autosofts']">
and line 403 to:
CODE
(<xsl:for-each select="children/gear[(category != 'Matrix Programs' and (name != 'Analyze' or name != 'Encrypt' or name != 'Scan' or name != 'Armor' or name != 'ECCM')) and category!= 'Autosofts']">
That will filter out the Program type items listed separately. It will, however, also remove the ability to see any mods made to the programs.