Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
The latest updated version of RAGE Plugin Hook, required to play LSPDFR, can be found inside the LSPDFR download. It is not currently available on the RAGE Plugin Hook website.

all cars being the same in Police Garage

Featured Replies

is it possible to fix the thing where lets say sahp , lspd , fib , noose or whatever have the same car? if i want to get a car from the fib there isnt one its replaced by a car from a mod and there isnt even liveries and its only 1 car is this fixable (tell me if u didnt understand it)

Solved by JLyons

  • Solution

If you mean the garage where you select your vehicle that is controlled through duty_selection.xml in the lspdfr folder.

It is suggested to create a copy of this file and place it in the custom folder. Leave the default one alone as a backup. More Info.

Note: You will have to rename the copied file to "duty_selection_eupfr.xml"

 

To add a vehicle open the XML file and look for

<VehicleDescriptions> 

 

</VehicleDescriptions>

 

In-between these tags add the following line.

 

<Description name="MENUNAME" fullName="FULLNAME" agencyRef="AGENCY">CARNAME</Description>

 

You will need to edit the AGENCY [Replace AGENCY with either lspd, lssd, sahp, fib, etc..]

You will need to edit the CARNAME [Replace CARNAME with the vehicle you would like to add to the garage.]

Not Required: You can edit the MENUNAME to whatever you want.  [This names the car in the menu]

Not Required: You can edit the FULLNAME to whatever you want.  [This names the car on screen while selecting]

Edited by JLyons
Can't spell

  • Author

is there a list of all the vehicles that i can add?
edit 
ive explained everything i meant wrong in general I meant that i have a car pack that replaces vehicles so in  \mods\update\x64\dlcpacks\patchday28ng\dlc.rpf\x64\levels\gta5\vehicles.rpf\

i have replace cars or whatever that is and because of that all of the cars ingame are replaced by that so instead of park rangers showing the actual cars its shows the car pack cars i mean like fib doesnt have fib cars it has lspd  cars "the ones from the mod"

(edit again)
Im dumb i think i got it sorry

also

whats all the name of the cars like idk policet and what they are

 

 

Edited by Meffy
i was dumb

Oh sorry about that. 

For changing the vehicles out, it will be in the agency.xml file.

 

The default police vehicles are:

  • fbi - FIB Buffalo
  • fbi2 - FIB Granger
  • police - Police Cruiser (Stanier)
  • police2 - Police Buffalo
  • police3 - Police Interceptor
  • police4 - Unmarked Police Cruiser
  • policeb - Highway Motorcycle
  • policet - Police Transporter
  • policeold1 - NY State Trooper Cruiser
  • policeold2 - NY State Trooper SUV
  • pranger - Park Ranger Declasse Granger
  • riot - Riot Truck
  • sheriff - Sheriff Cruiser
  • sheriff2 - Sheriff Granger

 

The following are a bit more tricky as they have multiple agency liveries by default.

If you want certain liveries, you will have to state them in the XML. More info.

  • police5 - Stanier LE Cruiser
  • polgauntlet - Gauntlet Interceptor
  • poldominator10 - Vapid Dominator FX Interceptor 
  • poldorado - Bravado Dorado Cruiser 
  • polgreenwood - Bravado Greenwood Cruiser 
  • polimpaler5 - Declasse Impaler SZ Cruiser
  • polimpaler6 - Declasse Impaler LX Cruiser
  • Author
9 hours ago, JLyons said:

Oh sorry about that. 

For changing the vehicles out, it will be in the agency.xml file.

 

The default police vehicles are:

  • fbi - FIB Buffalo
  • fbi2 - FIB Granger
  • police - Police Cruiser (Stanier)
  • police2 - Police Buffalo
  • police3 - Police Interceptor
  • police4 - Unmarked Police Cruiser
  • policeb - Highway Motorcycle
  • policet - Police Transporter
  • policeold1 - NY State Trooper Cruiser
  • policeold2 - NY State Trooper SUV
  • pranger - Park Ranger Declasse Granger
  • riot - Riot Truck
  • sheriff - Sheriff Cruiser
  • sheriff2 - Sheriff Granger

 

The following are a bit more tricky as they have multiple agency liveries by default.

If you want certain liveries, you will have to state them in the XML. More info.

  • police5 - Stanier LE Cruiser
  • polgauntlet - Gauntlet Interceptor
  • poldominator10 - Vapid Dominator FX Interceptor 
  • poldorado - Bravado Dorado Cruiser 
  • polgreenwood - Bravado Greenwood Cruiser 
  • polimpaler5 - Declasse Impaler SZ Cruiser
  • polimpaler6 - Declasse Impaler LX Cruiser

is it possible to add addon vehicles to the dutyselection?

 

  • Author

I’m facing a different problem now. Whenever I go into a police department and try to load into the on duty button, my game crashes at the loading screen. However, when I remove the dutyselection.xml file, the game works perfectly fine without crashing. I’m going to check and update the file to see if anything is wrong. I’ll keep you updated. If anyone knows how to fix this, please help!

Edited by Meffy

1 hour ago, Meffy said:

I’m facing a different problem now. Whenever I go into a police department and try to load into the on duty button, my game crashes at the loading screen. However, when I remove the dutyselection.xml file, the game works perfectly fine without crashing. I’m going to check and update the file to see if anything is wrong. I’ll keep you updated. If anyone knows how to fix this, please help!

 

 

Ensure the code is correct and in the correct location.

 

Basic Example:

<Duty>
 <Peds>
        <Agency>lspd</Agency> 
</Peds>
<Vehicles>
        <Agency>lspd</Agency>
</Vehicles>
 <VehicleDescriptions>
        <Description name="Police Cruiser" fullName="Vapid Police Cruiser" agencyRef="lspd">police</Description>
        <Description name="Police Buffalo" fullName="Bravado Buffalo" agencyRef="lspd">police2</Description>
    </VehicleDescriptions>
</Duty>

 

If you were to add an addon car to this list:

<Duty>
 <Peds>
        <Agency>lspd</Agency> 
</Peds>
<Vehicles>
        <Agency>lspd</Agency>
</Vehicles>
 <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="Addon Car" fullName="LSPD Addon Car" agencyRef="lspd">spawnname</Description>
    </VehicleDescriptions>
</Duty>

 

Spawn Name is what the trainer will show when you go to spawn the vehicle. 

  • Author
9 minutes ago, JLyons said:

 

 

Ensure the code is correct and in the correct location.

 

Basic Example:

<Duty>
 <Peds>
        <Agency>lspd</Agency> 
</Peds>
<Vehicles>
        <Agency>lspd</Agency>
</Vehicles>
 <VehicleDescriptions>
        <Description name="Police Cruiser" fullName="Vapid Police Cruiser" agencyRef="lspd">police</Description>
        <Description name="Police Buffalo" fullName="Bravado Buffalo" agencyRef="lspd">police2</Description>
    </VehicleDescriptions>
</Duty>

 

If you were to add an addon car to this list:

<Duty>
 <Peds>
        <Agency>lspd</Agency> 
</Peds>
<Vehicles>
        <Agency>lspd</Agency>
</Vehicles>
 <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="Addon Car" fullName="LSPD Addon Car" agencyRef="lspd">spawnname</Description>
    </VehicleDescriptions>
</Duty>

 

Spawn Name is what the trainer will show when you go to spawn the vehicle. 

just to be clear the correct place of the copied dutyselection is  Grand Theft Auto V\lspdfr\data\custom

the copied file in there should be named duty_selection_eupfr

right?

9 minutes ago, Meffy said:

just to be clear the correct place of the copied dutyselection is  Grand Theft Auto V\lspdfr\data\custom

the copied file in there should be named duty_selection_eupfr

right?

 

Correct for both.

17 minutes ago, Meffy said:

do 

do they need to have lets say police2.yft or just police2 because it still crashes

 

It would just be police2.

If you don't mind taking a screenshot of your duty_selection_eupfr.xml so I can take a look?

  • Author
9 minutes ago, JLyons said:

 

It would just be police2.

If you don't mind taking a screenshot of your duty_selection_eupfr.xml so I can take a look?

thats the whole duty_selection_eupfr.xml i didnt fit all the agencys in so alot are missing but thats basically it

Could contain: text, screenshot, font, typography, design

Could contain: text, screenshot, font

The following lines have two Spawn Names and an extra </Description> tag. 

 

<Description name="Sheriff Cruiser" fullName="Mustang" agencyRef="lssd">Sheriff</Description>18charger</Description>

Should Be:

<Description name="Sheriff Cruiser" fullName="Mustang" agencyRef="lssd">18charger</Description>

 

 

And

<Description name="Sheriff SUV" fullName="Declasse Granger" agencyRef="lssd">Sheriff2</Description>tahoe</Description>

Should be:

<Description name="Sheriff SUV" fullName="Declasse Granger" agencyRef="lssd">tahoe</Description>

 

This is a support topic.
Only reply here to offer help or assistance to Meffy. Off-topic or "me too" replies will be removed.

Need support yourself? Make a new topic instead.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.