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.

Coroner and P.Transport customizazion on defaultregions is ignored by STP

Featured Replies

My defaultregions file (in UB folder) is totally ignored by STP, and the coroner and p. transport are still spawned as default models by STP ini file.

 

This feature is broken for me:

// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ATTENTION !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// If you have "Ultimate Backup" installed, the customization for Police Transport in this ini file be ignored
// You can customize Police Transport ped and vehicle models on "DefaultRegions.xml" file in "Ultimate Backup" folder
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

I have valid and working vehicles addon, i can spawn with no issue @BejoIjo

Edited by Officerporci

Check your CustomRegions.xml in the UltimateBackup folder. As far as I know, the contents of this file are given priority over DefaultRegions.xml.

It would be also useful to know which changes you made in your config files exactly (.ini's and .xml's). Copy the lines and attach them as a code snippet here.

  • Author

INI FILE

[CoronerService]

// Whether the coroner service is enabled (yes/no)
CoronerServiceEnabled=yes

// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ATTENTION !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// If you have "Ultimate Backup" installed, the customization for Coroner in this ini file be ignored
// You can customize Coroner ped and vehicle models on "DefaultRegions.xml" file in "Ultimate Backup" folder
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

// The vehicle model name for coroner unit
CoronerVehicleModel=SPEEDO

// The coroner ped model name
CoronerPedModel=S_M_M_DOCTOR_01

// The spawn distance of the coroner service. Warning: changing the spawn distance might affect your waiting time. (default=100)
CoronerServiceSpawnDistance=100

 

 

DEFAULTREGIONS.XML FILE

Spoiler

<Coroner>
            <LosSantosCity> <!--Coroner-->
                <VehicleSet spawn_distance="100" chance="100">    <!--Coroner-->
                    <Vehicles>
                        <Vehicle chance="50">CORONER</Vehicle>
                        <Vehicle chance="50">CORONER2</Vehicle>
                    </Vehicles>
                    <Peds>
                        <!--Male-->
<!--Class B-->            <Ped chance="25" comp_shirtoverlay="76" tex_shirtoverlay="9" comp_shirt="87" comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
<!--Class C-->            <Ped chance="25" comp_shirtoverlay="75" tex_shirtoverlay="9" comp_shirt="93" comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
                        <!--Female-->
<!--Class B-->            <Ped chance="25" comp_shirtoverlay="27" tex_shirtoverlay="9" comp_shirt="102" comp_accessories="8" comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
<!--Class C-->            <Ped chance="25" comp_shirtoverlay="26" tex_shirtoverlay="9" comp_shirt="110" comp_accessories="8" comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
                        <!--Male Winter-->
<!--Class B-->            <Ped snow_outfit="true" chance="50" comp_shirtoverlay="76" tex_shirtoverlay="9" comp_shirt="87"  comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
                        <!--Female Winter-->
<!--Class B-->            <Ped snow_outfit="true" chance="50" comp_shirtoverlay="27" tex_shirtoverlay="9" comp_shirt="102" comp_accessories="8"  comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
                        <!--Male Rain-->
<!--Class B-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="76" tex_shirtoverlay="9" comp_shirt="87"  comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
<!--Class C-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="75" tex_shirtoverlay="9" comp_shirt="93"  comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
                        <!--Female Rain-->
<!--Class B-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="27" tex_shirtoverlay="9" comp_shirt="102" comp_accessories="8"  comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
<!--Class C-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="26" tex_shirtoverlay="9" comp_shirt="110" comp_accessories="8"  comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
                    </Peds>
                </VehicleSet>
            </LosSantosCity>
            <LosSantosCounty> <!--Coroner-->
                <VehicleSet spawn_distance="100" chance="100">    <!--Coroner-->
                    <Vehicles>
                        <Vehicle chance="50">CORONER</Vehicle>
                        <Vehicle chance="50">CORONER2</Vehicle>
                    </Vehicles>
                    <Peds>
                        <!--Male-->
<!--Class B-->            <Ped chance="25" comp_shirtoverlay="76" tex_shirtoverlay="9" comp_shirt="87" comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
<!--Class C-->            <Ped chance="25" comp_shirtoverlay="75" tex_shirtoverlay="9" comp_shirt="93" comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
                        <!--Female-->
<!--Class B-->            <Ped chance="25" comp_shirtoverlay="27" tex_shirtoverlay="9" comp_shirt="102" comp_accessories="8" comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
<!--Class C-->            <Ped chance="25" comp_shirtoverlay="26" tex_shirtoverlay="9" comp_shirt="110" comp_accessories="8" comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
                        <!--Male Winter-->
<!--Class B-->            <Ped snow_outfit="true" chance="50" comp_shirtoverlay="76" tex_shirtoverlay="9" comp_shirt="87"  comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
                        <!--Female Winter-->
<!--Class B-->            <Ped snow_outfit="true" chance="50" comp_shirtoverlay="27" tex_shirtoverlay="9" comp_shirt="102" comp_accessories="8"  comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
                        <!--Male Rain-->
<!--Class B-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="76" tex_shirtoverlay="9" comp_shirt="87"  comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
<!--Class C-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="75" tex_shirtoverlay="9" comp_shirt="93"  comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
                        <!--Female Rain-->
<!--Class B-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="27" tex_shirtoverlay="9" comp_shirt="102" comp_accessories="8"  comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
<!--Class C-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="26" tex_shirtoverlay="9" comp_shirt="110" comp_accessories="8"  comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
                    </Peds>
                </VehicleSet>
            </LosSantosCounty>
            <BlaineCounty> <!--Coroner-->
                <VehicleSet spawn_distance="100">    <!--Medical Examiner-->
                    <Vehicles>
                        <Vehicle chance="100">BCCORONER</Vehicle>
                    </Vehicles>
                    <Peds>
                        <!--Male-->
<!--Set 1-->            <Ped chance="25" comp_shirtoverlay="308" tex_shirtoverlay="20" comp_shirt="87" comp_accessories="24" tex_accessories="1"  comp_pants="5" tex_pants="10" comp_shoes="52" comp_hands="30" tex_hands="24">MP_M_FREEMODE_01</Ped>
<!--Set 2-->            <Ped chance="25" comp_shirtoverlay="308" tex_shirtoverlay="20" comp_shirt="87" comp_accessories="24" tex_accessories="3"  comp_pants="5" tex_pants="4"  comp_shoes="52" comp_hands="30" tex_hands="24">MP_M_FREEMODE_01</Ped>
                        <!--Female-->
<!--Set 1-->            <Ped chance="25" comp_shirtoverlay="295" tex_shirtoverlay="21" comp_shirt="106" comp_accessories="24" tex_accessories="7" comp_pants="2" tex_pants="2"  comp_shoes="11" comp_hands="30" tex_hands="24">MP_F_FREEMODE_01</Ped>
<!--Set 2-->            <Ped chance="25" comp_shirtoverlay="295" tex_shirtoverlay="21" comp_shirt="106" comp_accessories="24" tex_accessories="3" comp_pants="2" tex_pants="7"  comp_shoes="11" comp_hands="30" tex_hands="24">MP_F_FREEMODE_01</Ped>
                    </Peds>
                </VehicleSet>
            </BlaineCounty>
            <NorthYankton> <!--Coroner-->
                <VehicleSet spawn_distance="200" chance="50">    <!--Medical Examiner-->
                    <Vehicles>
                        <Vehicle chance="50">CORONER</Vehicle>
                        <Vehicle chance="50">CORONER2</Vehicle>
                    </Vehicles>
                    <Peds>
                        <!--Male-->
<!--Set 1-->            <Ped chance="25" comp_shirtoverlay="308" tex_shirtoverlay="21" comp_shirt="89" comp_accessories="179" tex_accessories="1"  comp_pants="11"  tex_pants="5" comp_shoes="11" comp_eyes="39" tex_eyes="7" comp_hands="95">MP_M_FREEMODE_01</Ped>
<!--Set 2-->            <Ped chance="25" comp_shirtoverlay="308" tex_shirtoverlay="21" comp_shirt="89" comp_accessories="179" tex_accessories="14" comp_pants="11"  tex_pants="2" comp_shoes="11" comp_eyes="39" tex_eyes="1" comp_hands="95">MP_M_FREEMODE_01</Ped>
                        <!--Female-->
<!--Set 1-->            <Ped chance="25" comp_shirtoverlay="295" tex_shirtoverlay="20" comp_shirt="105" comp_accessories="24" tex_accessories="1"  comp_pants="134" tex_pants="2" comp_shoes="14" comp_hands="95">MP_F_FREEMODE_01</Ped>
<!--Set 2-->            <Ped chance="25" comp_shirtoverlay="295" tex_shirtoverlay="20" comp_shirt="105" comp_accessories="24" tex_accessories="3"  comp_pants="134" tex_pants="1" comp_shoes="14" comp_hands="95">MP_F_FREEMODE_01</Ped>
                    </Peds>
                </VehicleSet>
                <VehicleSet spawn_distance="200" chance="50">    <!--Coroner-->
                    <Vehicles>
                        <Vehicle chance="50">CORONER</Vehicle>
                        <Vehicle chance="50">CORONER2</Vehicle>
                    </Vehicles>
                    <Peds>
                        <!--Male-->
<!--Class B-->            <Ped chance="25" comp_shirtoverlay="76" tex_shirtoverlay="9" comp_shirt="87" comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
<!--Class C-->            <Ped chance="25" comp_shirtoverlay="75" tex_shirtoverlay="9" comp_shirt="93" comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
                        <!--Female-->
<!--Class B-->            <Ped chance="25" comp_shirtoverlay="27" tex_shirtoverlay="9" comp_shirt="102" comp_accessories="8" comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
<!--Class C-->            <Ped chance="25" comp_shirtoverlay="26" tex_shirtoverlay="9" comp_shirt="110" comp_accessories="8" comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
                        <!--Male Winter-->
<!--Class B-->            <Ped snow_outfit="true" chance="50" comp_shirtoverlay="76" tex_shirtoverlay="9" comp_shirt="87"  comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
                        <!--Female Winter-->
<!--Class B-->            <Ped snow_outfit="true" chance="50" comp_shirtoverlay="27" tex_shirtoverlay="9" comp_shirt="102" comp_accessories="8"  comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
                        <!--Male Rain-->
<!--Class B-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="76" tex_shirtoverlay="9" comp_shirt="87"  comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
<!--Class C-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="75" tex_shirtoverlay="9" comp_shirt="93"  comp_accessories="89" comp_pants="36" comp_shoes="52">MP_M_FREEMODE_01</Ped>
                        <!--Female Rain-->
<!--Class B-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="27" tex_shirtoverlay="9" comp_shirt="102" comp_accessories="8"  comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
<!--Class C-->            <Ped rain_outfit="true" chance="25" comp_shirtoverlay="26" tex_shirtoverlay="9" comp_shirt="110" comp_accessories="8"  comp_pants="35" comp_shoes="53">MP_F_FREEMODE_01</Ped>
                    </Peds>
                </VehicleSet>
            </NorthYankton>
        </Coroner>

 

 

 

Also we can found these lines in CUSTOMREGIONS.XML:

"These are supported backup types:
      - Local Patrol
      - Local SWAT
      - Female Local Patrol
      - K9 Local Patrol
      - Ambulance
      - PoliceTransport "

 

 

 

Edited by Officerporci

50 minutes ago, Officerporci said:

 

Line 1550 for p.transport

Line 1859 for coroner

RagePluginHook.log 189.67 kB · 2 downloads

The immediate thing I see is your ragenativeui is outdated 1.8.2 which may have caused a crash

Latest is 1.9.2 https://github.com/alexguirre/RAGENativeUI/releases

 

Ultimate backup is outdated 1.8.6.1 

Latest is 1.8.7.0 https://www.bejoijo.com/

 

Try updating those then try again, I can't seem to find anything wrong with your xml

 

 

Edited by Pavy

ezgif-6-144362ad229a.gif.57018b8c27af72d3d8c4f522a6146a18.gif

 

This is a support topic.
Only reply here to offer help or assistance to Officerporci. 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.