phydeaux86
Members
-
Joined
-
Last visited
Reputation Activity
-
phydeaux86 got a reaction from Gyeongeun in Adding Add-on PD cars to garageI'm attempting to add add-on vehicles to the Police Garage with LSPDFR.
The add-on vehicle loads fine with RHM (using Spawn command), but I can't seem to get it in the garage. I also don't use any trainer of sorts.
I have added the vehicle description and model to GTAV>lspdfr>data>agency.xml, duty_selection.xml and also GTAV>lspdfr>data>custom>agency_eup.xml, duty_selection_eup.xml and duty_selection_eupfr.xml (All the same spot/model, and all under LSPD).
Any ideas why it isn't showing up in the garage menu??
Code snippets that might help:
My duty_selection.xml file:
<VehicleDescriptions> <Description name="Police Cruiser" fullName="Vapid Police Cruiser" agencyRef="lspd">police</Description> <Description name="Police Buffalo" fullName="Bravado Buffalo" agencyRef="lspd">police2</Description> <Description name="Police Interceptor" fullName="Vapid Police Interceptor" agencyRef="lspd">police3</Description> <Description name="Police GS350" fullName="GS350" agencyRef="lspd">polgs350</Description> <Description name="Police Transporter" fullName="Declasse Police Transporter" agencyRef="lspd">policet</Description> <Description name="Police Biker" fullName="WMC Police Bike" agencyRef="sahp">policeb</Description> <Description name="Sheriff Cruiser" fullName="Vapid Police Cruiser" agencyRef="lssd">sheriff</Description> <Description name="Sheriff SUV" fullName="Declasse Granger" agencyRef="lssd">sheriff2</Description> <Description name="Police Roadcruiser" fullName="Albany Roadcruiser" agencyRef="nysp">policeold1</Description> <Description name="Police Rancher" fullName="Declasse Rancher" agencyRef="nysp">policeold2</Description> <Description name="Unmarked Cruiser" fullName="Vapid Police Cruiser" agencyName="Local & Federal Agencies">police4</Description> <Description name="Unmarked Buffalo" fullName="Bravado Buffalo" agencyName="Local & Federal Agencies">fbi</Description> <Description name="Unmarked Granger" fullName="Declasse Granger" agencyName="Local & Federal Agencies">fbi2</Description> <Description name="Park Ranger" fullName="Declasse Granger" agencyRef="sapr">pranger</Description> <Description name="Police Riot" fullName="Brute Police Stockade" agencyRef="noose">riot</Description> <Description name="Hydra" fullName="Mammoth Hydra" agencyName="Ultimate Highway Patrol">hydra</Description> </VehicleDescriptions>
My agency.xml file:
<Agencies> <Agency> <Name>Los Santos Police Department</Name> <ShortName>LSPD</ShortName> <ScriptName>lspd</ScriptName> <Inventory>default</Inventory> <TextureDictionary>web_lossantospolicedept</TextureDictionary> <TextureName>web_lossantospolicedept</TextureName> <Loadout> <Name>Patrol Unit</Name> <Vehicles> <Vehicle>police</Vehicle> <Vehicle>police2</Vehicle> <Vehicle>police3</Vehicle> <Vehicle>polgs350</Vehicle> </Vehicles>
All other files referenced look same/similar for the added vehicle (the polgs350).