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.

[WIP] [REL] Custom Backup by Location

Featured Replies

  • Author
3 minutes ago, SuperStumpje said:

Is there any way to get peds to spawn with random props? There's an option in backup.xml (RandomizeProps="True") but that doesn't work in CustomBackup.xml.

Not at the moment, sorry. 

[REL] Coastal Callouts: An action-packed mod with new vehicles, maps, capabilities, and callouts in and around the waters of Los Santos

[REL] Police Tape: Make your scenes more realistic while stopping peds and traffic

[REL] Better EMS: Realistic and dynamic EMS response

Join the Parks Benefactor Program to support my work and get early beta access!

  • Replies 229
  • Views 29.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • PNWParksFan
    PNWParksFan

    Big progress today! I got the vehicle customization working, including livery support and functional enabling/disabling of vehicle extras (which is broken in LSPDFR's backup.xml). I also just got colo

  • PNWParksFan
    PNWParksFan

    Possibly, we'll see. There's a standing offer that if any other developer wants to take that on, I'll support their efforts. 

  • PNWParksFan
    PNWParksFan

    Got the basics working. I'll also add a submenu and option to place additional backup types on the submenu. As an example, I added a police bike option so you could specifically call one when desired:

Posted Images

is anyone having issues with this running on the latest Rage Hook 0.47 ? it completely crashes the whole game from the minute it starts up ? as soon as its removed ? gta starts up fine and loads 

3 hours ago, mem1991 said:

is anyone having issues with this running on the latest Rage Hook 0.47 ? it completely crashes the whole game from the minute it starts up ? as soon as its removed ? gta starts up fine and loads 

Mine is working just fine. I'm running on the latest everything. Can you provide a crash log?

2 hours ago, mem1991 said:

all working now was using outdated Rage Native UI :) Cheers man

Glad you got it working!

It would be nice if backup during a traffic stop always spawned on the road behind you. I hate when my backup blocks traffic going the opposite direction or comes into oncomming lanes...

@PNWParksFan  I know you can customize what weapons they spawn with, but is there a way to customize the attachments on those weapons?  Can I have patrol officers spawn with lights on their pistol or SWAT with scopes, supressors and lights, etc?

  • Author
2 hours ago, vt1032 said:

@PNWParksFan  I know you can customize what weapons they spawn with, but is there a way to customize the attachments on those weapons?  Can I have patrol officers spawn with lights on their pistol or SWAT with scopes, supressors and lights, etc?

Not at the moment. Maybe someday. 

[REL] Coastal Callouts: An action-packed mod with new vehicles, maps, capabilities, and callouts in and around the waters of Los Santos

[REL] Police Tape: Make your scenes more realistic while stopping peds and traffic

[REL] Better EMS: Realistic and dynamic EMS response

Join the Parks Benefactor Program to support my work and get early beta access!

On ‎08‎/‎10‎/‎2016 at 2:26 AM, PNWParksFan said:

It uses the custom backup entries to decide what unit to send, not the arrest manager settings. If you want to use the vehicles as defined in arrest manager, then just press 8.

I'm aware, however with the following CustomBackup.xml I still see "local patrol" and all that on the main menu:

 

Spoiler

<!-- 

	For the default menu entries like LocalPatrol, NooseAir, etc. you can set
	mainmenu="false" to put that entry on the "additional options" backup menu. 
	By default, all of the regular backup types will be on the main menu if you 
	don't specify the mainmenu attribute. 
	
	To add custom entries to the menu, scroll down towards the end of the file, 
	and look for <CustomMenuEntries>. 

-->
<CustomBackup>
 	<NooseAir mainmenu="false"></NooseAir>
	<LocalAir mainmenu="false"></LocalAir>
	<LocalPatrol mainmenu="false"></LocalPatrol>
	<LocalSWAT mainmenu="false"></LocalSWAT>
	<StatePatrol mainmenu="false"></StatePatrol>
	<NooseSWAT mainmenu="false"></NooseSWAT>
	<Ambulance mainmenu="false"></Ambulance>
	<CustomMenuEntries>
		<!-- 
	To add a custom menu entry, it must follow the format shown below and have
	all of the attributes specified: 
		name: the name which shows up on the menu for this option. must be unique. 
		default_type: what internal type of backup this is. must be one of
			LocalPatrol, StatePatrol, NooseSWAT, LocalSWAT, LocalAir, NooseAir
		code2: true/false, whether this entry should be enabled for code 2 backup
		code3: true/false, whether this entry should be enabled for code 3 backup
		pursuit: true/false, whether this entry should be enabled for pursuit backup
		mainmenu: if true, the custom entry will go on the main menu. if false, it will
			go on the "additional options" menu. 
			
	Inside the <MenuEntry> tags, you can put in however many <BackupRegion> entries you 
	want, following the same format as described for the rest of this file. 
	
  -->
		<MenuEntry name="NPAS" default_type="LocalAir" code2="false" code3="false" pursuit="true" mainmenu="false">
			<BackupRegion nickname="London Comms">
				<BackupAreas>
					<Area>_ALL_</Area>
				</BackupAreas>
				<VehicleSet>
					<Vehicles>
						<Vehicle>polmav</Vehicle>
					</Vehicles>
					<Peds>
						<Ped comp_tasks="1" comp_decals="0" helmet="true">s_m_y_pilot_01</Ped>
					</Peds>
					<NumPeds min="2" max="3" />
				</VehicleSet>
			</BackupRegion>
		</MenuEntry>
		<MenuEntry name="DPG Motorcycle" default_type="StatePatrol" code2="true" code3="true" pursuit="true" mainmenu="false">
			<BackupRegion nickname="London Comms">
				<BackupAreas>
					<Area>_ALL_</Area>
				</BackupAreas>
				<VehicleSet>
					<Vehicles>
						<Vehicle>policeb</Vehicle>
					</Vehicles>
					<Peds>
						<Ped comp_shirt="1" comp_decals="1" comp_pants="0" prop_head="0">s_m_y_blackops_02</Ped>
					</Peds>
					<NumPeds min="1" max="1" />
					<Weapons>
						<Weapon chance="100">WEAPON_STUNGUN</Weapon>
						<Weapon chance="100">WEAPON_PISTOL</Weapon>
					</Weapons>
				</VehicleSet>
			</BackupRegion>
		</MenuEntry>
		<MenuEntry name="SCO15 Motorcycle" default_type="StatePatrol" code2="true" code3="true" pursuit="true" mainmenu="false">
			<BackupRegion nickname="West London 1">
				<BackupAreas>
					<Area>_ALL_</Area>
				</BackupAreas>
				<VehicleSet>
					<Vehicles>
						<Vehicle>policeb</Vehicle>
					</Vehicles>
					<Peds>
						<Ped comp_shirt="1" comp_decals="1" comp_pants="0" prop_head="0">s_m_y_blackops_02</Ped>
					</Peds>
					<NumPeds min="1" max="1" />
					<Weapons>
						<Weapon chance="90">WEAPON_STUNGUN</Weapon>
					</Weapons>
				</VehicleSet>
			</BackupRegion>
		</MenuEntry>
		<MenuEntry name="TST" default_type="NooseSWAT" code2="false" code3="true" pursuit="false" mainmenu="false">
			<BackupRegion nickname="London Comms">
				<BackupAreas>
					<Area>_ALL_</Area>
				</BackupAreas>
				<VehicleSet>
					<Vehicles>
						<Vehicle>riot</Vehicle>
					</Vehicles>
					<Peds>
						<Ped prop_head="0" tex_decals="1">s_m_y_swat_01</Ped>
					</Peds>
					<Weapons>
						<Weapon chance="100">WEAPON_CARBINERIFLE</Weapon>
						<Weapon chance="10">WEAPON_HEAVYSNIPER</Weapon>
						<Weapon chance="10">WEAPON_SMOKEGRENADE</Weapon>
						<Weapon chance="10">WEAPON_ASSAULTSHOTGUN</Weapon>
					</Weapons>
					<NumPeds min="6" max="10" />
				</VehicleSet>
			</BackupRegion>
		</MenuEntry>
		<MenuEntry name="ERT" default_type="LocalPatrol" code2="true" code3="true" pursuit="true" mainmenu="true">
			<BackupRegion nickname="West London 1">
				<BackupAreas>
					<Area>_ALL_</Area>
				</BackupAreas>
				<VehicleSet>
					<Vehicles>
						<Vehicle chance="22">police</Vehicle>
						<Vehicle chance="22">police2</Vehicle>
						<Vehicle chance="22">police3</Vehicle>
						<Vehicle chance="22">sheriff2</Vehicle>
						<Vehicle chance="12">policet</Vehicle>
					</Vehicles>
					<Peds>
						<Ped chance="60">s_m_y_sheriff_01</Ped>
						<Ped chance="40">s_f_y_sheriff_01</Ped>
					</Peds>
					<NumPeds min="1" max="2" />
					<Weapons>
						<Weapon chance="40">WEAPON_STUNGUN</Weapon>
					</Weapons>
				</VehicleSet>
			</BackupRegion>
		</MenuEntry>
		<MenuEntry name="SCO15" default_type="StatePatrol" code2="true" code3="true" pursuit="true" mainmenu="true">
			<BackupRegion nickname="West London 1">
				<BackupAreas>
					<Area>_ALL_</Area>
				</BackupAreas>
				<VehicleSet>
					<Vehicles>
						<Vehicle chance="30">sheriff</Vehicle>
						<Vehicle chance="30">police4</Vehicle>
						<Vehicle chance="30">policeold2</Vehicle>
					</Vehicles>
					<Peds>
						<Ped prop_head="0" tex_decals="1">s_m_y_hwaycop_01</Ped>
					</Peds>
					<Weapons>
						<Weapon chance="90">WEAPON_STUNGUN</Weapon>
					</Weapons>
					<NumPeds min="1" max="2" />
				</VehicleSet>
			</BackupRegion>
		</MenuEntry>
		<MenuEntry name="SCO19" default_type="LocalSWAT" code2="true" code3="true" pursuit="true" mainmenu="true">
			<BackupRegion nickname="West London 1">
				<BackupAreas>
					<Area>_ALL_</Area>
				</BackupAreas>
				<VehicleSet>
					<Vehicles>
						<Vehicle>fbi2</Vehicle>
					</Vehicles>
					<Peds>
						<Ped prop_head="0" tex_decals="1">s_m_y_ranger_01</Ped>
					</Peds>
					<Weapons>
						<Weapon chance="100">WEAPON_STUNGUN</Weapon>
						<Weapon chance="100">WEAPON_ASSAULTSMG</Weapon>
					</Weapons>
					<NumPeds min="3" max="3" />
				</VehicleSet>
			</BackupRegion>
		</MenuEntry>
	</CustomMenuEntries>
</CustomBackup>

 

 

 

||| SUPPORT |||

Explanation: Honestly, I don't know what's wrong. I've looked over all of the files three times and I can't find what's wrong. I have the proper parkstools.dll and custombackup.dll. Also, Better EMS works like a charm so it's not any files that would be shared between the two.

 

 

backup.xml

CustomBackup.xml

CustomBackupLocations.ini

RagePluginHook_31102016_055832.log

Edited by Narobic

  • Author
5 minutes ago, Narobic said:

||| SUPPORT |||

Explanation: Honestly, I don't know what's wrong. I've looked over all of the files three times and I can't find what's wrong. I have the proper parkstools.dll and custombackup.dll. Also, Better EMS works like a charm so it's not any files that would be shared between the two.

 

 

backup.xml

CustomBackup.xml

CustomBackupLocations.ini

RagePluginHook_31102016_055832.log

You 110% sure you're using the latest release of custom backup? 

[REL] Coastal Callouts: An action-packed mod with new vehicles, maps, capabilities, and callouts in and around the waters of Los Santos

[REL] Police Tape: Make your scenes more realistic while stopping peds and traffic

[REL] Better EMS: Realistic and dynamic EMS response

Join the Parks Benefactor Program to support my work and get early beta access!

3 minutes ago, PNWParksFan said:

You 110% sure you're using the latest release of custom backup? 

I re-downloaded it simply to make sure that wasn't the issue, yes.

  • Author
5 minutes ago, Narobic said:

I re-downloaded it simply to make sure that wasn't the issue, yes.

Put in the default CustomBackup.xml file. It looks like yours has some errors, I'm seeing a bunch of XML errors in your RPH log. 

[REL] Coastal Callouts: An action-packed mod with new vehicles, maps, capabilities, and callouts in and around the waters of Los Santos

[REL] Police Tape: Make your scenes more realistic while stopping peds and traffic

[REL] Better EMS: Realistic and dynamic EMS response

Join the Parks Benefactor Program to support my work and get early beta access!

3 minutes ago, PNWParksFan said:

Put in the default CustomBackup.xml file. It looks like yours has some errors, I'm seeing a bunch of XML errors in your RPH log. 

I put it through the XML validator. Could it be CB Specific errors?

  • Author
3 minutes ago, Narobic said:

I put it through the XML validator. Could it be CB Specific errors?

XML validator only tells you if it's valid XML. It doesn't tell you if it's XML in the format that Custom Backup expects. 

Try with the default XML file. If that works, the problem is in your XML file. 

[REL] Coastal Callouts: An action-packed mod with new vehicles, maps, capabilities, and callouts in and around the waters of Los Santos

[REL] Police Tape: Make your scenes more realistic while stopping peds and traffic

[REL] Better EMS: Realistic and dynamic EMS response

Join the Parks Benefactor Program to support my work and get early beta access!

4 minutes ago, PNWParksFan said:

XML validator only tells you if it's valid XML. It doesn't tell you if it's XML in the format that Custom Backup expects. 

Try with the default XML file. If that works, the problem is in your XML file. 

Will do.

20 minutes ago, PNWParksFan said:

XML validator only tells you if it's valid XML. It doesn't tell you if it's XML in the format that Custom Backup expects. 

Try with the default XML file. If that works, the problem is in your XML file. 

It is indeed an issue with the XML file. I used the default one and it worked fine

I'm having a problem with the custombackup mod. When I call backup they stay for a while then leave soon afterwards, even if I put in the ini file  dismiss=0 and dismiss distance 300

 

 

 

 

On 10/30/2016 at 11:50 PM, Narobic said:

It is indeed an issue with the XML file. I used the default one and it worked fine

 

I've rewritten the xml file over 4 times and I can't find what's wrong. I even used notepad++ to compare it to the default xml file... No luck...

 

If someone was willing to take some time and help me by looking over the xml file, that would be great. Thanks in advance!

 

I figured out the issue and now it works fine. After doing some digging I discovered that I was using a ped model that didn't exist. I accidentally put '04' instead of '03'

 

My stupid mistake. Thanks for an amazing mod!

Edited by Narobic

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.