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.

IceGuy221

Members
  • Joined

  • Last visited

Everything posted by IceGuy221

  1. did you edit your dlclist.xml when installing the addons? If so, did you enter all the information properly?
  2. They might not spawn, but typically yes adding them into that directory shouldn't harm anything. If they spawn then it's working, if not try patchday28ng, if that doesn't work then patch2024_02 is the only directory that will get them to spawn. But ideally yes patchday23 should work fine. If the game is still crashing, it might be something else causing the crash but be sure to restore the default files that were in x64e from when you installed your replace there, that could be causing the crash
  3. Where did you install the replace vehicles? And How did you install the addons. It sounds more like an installation issue.
  4. Where are you installing the vehicle? Addon or replace?
  5. Scripthookv does not come with els. It only comes as its own download. For ELS, you should install the 1.05 version of the mod, and then install the latest version of AdvancedHookV you will also need scripthookv and scriphookvdotnet (nightly) for your asi mods and certain plugins. They are all seperate mods from each other. The latest advancedhookv can be found on the els download page. Scripthookv cans be found on this link scripthookvdotnet can be found on this link I also recommend LemonUI, if you choose to install it, you will need to create a scripts folder. You must content within the folders listed below from the download package of lemonui into the scripts folder, should you choose to download the mod: - Content within “RPH” folder - content within “SHVDNC” folder - content within “SHVDN3” folder
  6. Have you updated SHVDN? It’s latest update was this week Also if you still have betterEMS I recommend removing it, as that one does cause a lot of crashes due to being outdated
  7. It should be in Patch2024_02
  8. you shouldn't have to work with the extra's, as most vehicles are made a specific way, and don't have customization options for the parts. I could be wrong, but in my experience I haven't had to work with this. Either way, including the spawn chance is a must when coding these in your .xmls. I would try coding it without the xml's to see if they spawn fine for you, and if they do, then start working with extra's. But make sure they have customizable extras, and that you know how many there are, and what they are.
  9. you need pedproplimitadjuster, it works just like packfilelimitadjuster, and you can increase it to your needs through the .ini
  10. Replace files should be placed in the latest patchday through the following directory(s): (Unless a specific patchday is listed, but should never be installd through x64e, and only through dlcpacks) - GTA V/update/x64/dlcpacks/patch2024_02/dlc.rpf/x64/levels/gta5/vehicles.rpf (Especially for Emergency Vehicles) However, If you use NVE, you must install through: - GTA V/update/x64/dlcpacks/NVE_vehicles/dlc.rpf/x64/levels/gta5/vehicles.rpf (For any replace files when NVE is installed to game) no matter what patchday it states to use, it should be located in dlcpacks
  11. Hello, please try the steps shown below, and if this does not resolve the issue, let me know! (also please make sure scripthookvdotnet is update to date! It was last updated this week!) if you have it
  12. Hello, looks like some mods are outdated, please try removing/updating applicable mods, and if this does not resolve the issue, let me know!
  13. If the above does not help solve or locate the issue, can you please give more details on the crash? When is it crashing and how (by how I mean is it hard crashing, normal crash, game freezing, black screen, something else?) What did you install before the crashing started? I thought i responded to this one as well in the past, but this is the second post where my response apparently did not save or post somehow
  14. I thought I responded to this already but ig my response never posted? Anyways, your logs are not showing any crashes, could you describe what is happening when the game crashes? Also, what mods to you have installed?
  15. It looks like some RPH files are missing. However, lspdfr does not work with Enhanced, at least not yet. LSPDFR devs are working on a project to get lspdfr into working with it, but for now, it only works with legacy. This is the same case for RPH. Below is an image of all the files that should be installed for RPH to work:
  16. your log does not show any crashes. Obviously there was one otherwise you wouldn't be here, however, sometimes the log won't pick them up. What mods to you have installed? At what point during the startup is your game crashing? And what did you install, change/edit before the crash began occurring. Locating the source of the crash is crucial in resolving it.
  17. It's because you coded the .xml's wrong. You listed all the extra parts, this is not needed tho. Also it matters if you are using ultimate backup, and if you are using EUPFR/EUPFR-UE/Ultimate Backup Configurations Below Is How You Coded Your Vehicles: Below This Is How they should Be coded, and it depends on which xml you're editing when it comes to whether or not you or inputting the "pax" portion of the coding as show in the second image: (Image 1) (Image 2) When Editing .xmls These are the xmls you should edit based off what your install is: If you are using base LSPDFR w/out any EUP Configurations/EUPFR or ultimate backup: - Agency.xml (GTA V/lspdfr/data) If you are using LSPDFR with ONLY Ultimate Backup: - Agency.xml (GTA V/lspdfr/data) - CustomRegions.xml (GTA V/plugins/LSPDFR/UltimateBackup) - DefaultRegions.xml (GTA V/plugins/LSPDFR/UltimateBackup) - SpecialUnits.xml (GTA V/plugins/LSPDFR/UltimateBackup) If you are using LSPDFR With EUPFR/EUPFR-UE/Ultimate Backup Configurations With Ultimate Backup and LSPDFR: - Agency.xml (GTA V/lspdfr/data) - CustomRegions.xml (GTA V/plugins/LSPDFR/UltimateBackup) - DefaultRegions.xml (GTA V/plugins/LSPDFR/UltimateBackup) - SpecialUnits.xml (GTA V/plugins/LSPDFR/UltimateBackup) - agency_addons.xml (GTA V/lspdfr/data/custom) - agency_eupfr.xml (GTA V/lspdfr/data/custom) Please Note: When Editing, be aware of what the number for "chance" is set too. The limit to how many vehicles you can set to spawn pure <Vehicles> section is technically 100, but it is based on spawn chance percentages. All vehicle spawn chances must add up to 100%. Therefore, if you have 1 vehicle that you input to spawn, the chance should be "100", if you have 5 vehicles input, the chance for each vehicle should be "20", if you have 10 vehicles, then chance should be "10", and so on so forth. Having these messed up could result in the vehicles refusing to spawn for both NPC's and the Player, even if you are spawning through a trainer, as it messes with the vehicle spawn. If you have any further questions on how to edit these .xml's, don't be shy to ask I recommend keeping the pax at 1, or at whatever it was naturally before editing. "Pax" means how many peds will spawn in/with the vehicle, and should not be set higher than the vehicle's seating allows for. I do not reccomend changing pax_chance from 30, as this is what it is by default, and the default works as is needed. I'm not fully sure on how increasing and decreasing it will effect the spawns.
  18. you need openIV, you can also manually create the mods folder by creating a new folder in your main directory, and naming it "mods" without the quotation marks. be sure to copy your "update" and "x64" folders from the main directory into your mods folder before trying to mod anything that would normally go into the mods folder.
  19. Was it an Add-on or Replace pack? What Path Did You Install it too? Do you have Gameconfig, Heapadjuster, packfilelimitadjuster and Resourceadjuster? And can you explain your crash a little more, as in at what point does crash/how is it crashing (i.e blackscreen, game memory erros, normal crash on startup, etc), as your log does not show any crashes.
  20. 1.05 works, but ELS will not work without the newest AdvancedHookV, which is the separate download titled "AdvancedHookV_b3258.zip" when you click download on this mod. You will still have occasional crashes related to this mod, as well as some bugs with sirens and horns from time to time due to this mod not being updated. It still runs fine, just has it's moments.
  21. do you have scripthookv and scripthookvdotnet
  22. have you tried updating scripthookvdotnet? sometimes the game will crash like this if it's outdated and you have mods in the mods folder. Latest update was yesterday

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.