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.

WildManDan

Members
  • Joined

Reputation Activity

  1. Like
    WildManDan got a reaction from GTAKING23000 for a file, Semi Fictional Staffordshire Police Ford Mondeo Reskin   
    Staffordshire Police Ford Mondeo Reskin by WildManDan

    Model: gta5-mods.com/vehicles/2018-metropolitan-police-ford-mondeo-marked-els
     
    I changed the matrix board so it says "police" instead of "Police" followed by "Stop" 
    this was just my own preference and I forgot I did this, So, I've provided my reskin with and without the matrix board changes
    Remember to rename my sheriff.ytd to match whatever model the original install is, or whatever you've gone with. 
     
    Titled Semi Fictional purely because an FOI release by Staffs police indicates they no longer use this mondeo and I cannot find any of when or if they did use them online to use as reference. Unless anyone knows otherwise I'm sure Staffordshire police dont use this exact 2018 Mondeo model. 
     
  2. Like
    WildManDan got a reaction from GTAKING23000 for a file, Staffordshire Police Volvo V90 Cross Country Reskin   
    Staffordshire Police Volvo V90 Cross Country Reskin by WildManDan
     
    Model: gta5-mods.com/vehicles/2018-2019-volvo-v90-cross-country-marked-unmarked-els-pack-replace-els
     
    Make sure you remember to rename my fbi2.ytd to the respective vehicle you have the model installed under, I forgot what it was by default but 
    you will see for yourself upon downloading it.
  3. Love
    WildManDan got a reaction from High Authority for a file, National Express West Midlands Platinum Enviro400 Reskin   
    Model: https://unionmods.com/listing/2054
    Install instructions for the model are in the description of the models download page linked above
    Once installed locate the e400mmc.ytd and replace with mine

    Note: I worked really hard on this, I know it is not perfect and I know there are minor differences, For example in real life the back window is usually covered, in the gta version the back top window is not covered, I have worked with what's there. In real life the red line on the top deck exterior has a curve as it reaches the front, mine does not.
    I can send the PSD to anyone who wants it for this skin so you can make adjustments if this bothers you at all. 
     
    As I still have the PSD I will be adding variants soon to fit, as the real life NX west mids platinum buses have hundreds of buses all with slightly differing liveries, My reskin has interior tweaks but those tweaks are just there to make the inside look more in tune with the rest of the bus, it is not 100% accurate yet and will be updated as soon as I get a chance to jump on a bus so I can do some proper recon. 
     
    Massive shoutout to the model creator xiaoling44 for this awesome model and for giving me permission to release the reskin I'm  really grateful for that!
  4. Like
    WildManDan got a reaction from drlut for a file, Staffordshire Police Volvo V90 Cross Country Reskin   
    Staffordshire Police Volvo V90 Cross Country Reskin by WildManDan
     
    Model: gta5-mods.com/vehicles/2018-2019-volvo-v90-cross-country-marked-unmarked-els-pack-replace-els
     
    Make sure you remember to rename my fbi2.ytd to the respective vehicle you have the model installed under, I forgot what it was by default but 
    you will see for yourself upon downloading it.
  5. Love
    LSPDFR crashes in the middle of a pursuit. We've all been there. Maybe it's while developing a new callout, maybe it's a slightly unstable plugin you like to use, maybe LSPDFR just crashes on your computer sometimes. Now your map is littered with flashing red and blue blips and the suspect is still showing up red even though you arrested them. You reload LSPDFR, but the messy map remains. Abandoned police cars block the road. Do you waste a bunch of time restarting GTA, or do you just move some cars to the side of the road and deal with it? 
    Well, now there's a better solution! The CleanAllTheThings Plugin has several different modes to help you clean up the game world - whether there was a crash, some cops just randomly abandoned their vehicles, or just because you feel like it. 

    CleanUpLSPDFRCrash removeEmptyPoliceVehicles
    Combines most commonly used commands when cleaning up from an LSPDFR crash during a pursuit. Calls the following commands, described below:
    RemoveAllBlips DismissPeds DismissVehicles (policeOnly=true, occupiedOnly=false) DeletePeds (deadOnly=true) DeleteVehicles (policeOnly=true, unoccupiedOnly=true) IF removeEmptyPoliceVehicles is true FixAllVehicles policeOnly, occupiedOnly
    Repairs and cleans all vehicles in the game. If policeOnly is true, only fixes police vehicles. If occupiedOnly is true, only fixes occupied vehicles. 
    This command is useful if you're in a pursuit and a police vehicle is unrealistically damaged due to smashing into things thanks to the hyper-active pursuit AI. 
    RemoveAllBlips
    Removes all blips from the map, including red/blue flashing blips for pursuits. Note that this command does NOT delete the underlying object, it just removes the blip from your map! That means if you call this command while a pursuit is active, the pursuit will continue - you just won't be able to see where the suspect is. You would have to use a Dismiss or Delete command to actually remove the underlying objects. 
    RemoveBlipsFromVehicles policeOnly, occupiedOnly
    Turns off the blips for all vehicles loaded in game. Specify true or false for policeOnly and occupiedOnly to only remove blips from police vehicles, and/or only remove blips from occupied vehicles. 
    DismissVehicles policeOnly, occupiedOnly
    Dismisses vehicles, clearing any tasks assigned to them and allowing the game to unload the vehicle if you leave the area they are in. Specify true or false for policeOnly and occupiedOnly to only dismiss police vehicles or occupied vehicles. 
    DeleteVehicles policeOnly, occupiedOnly, unoccupiedOnly
    Deletes vehicles, and any peds inside those vehicles, anywhere in the game world. Specify true or false for policeOnly, occupiedOnly, and/or unoccupiedOnly. 
    policeOnly = only deletes police vehicles occupiedOnly = only deletes vehicles with peds in them unoccupiedOnly = only deletes vehicles without peds in them If you specify both occupiedOnly and unoccupiedOnly to be both true or both false, then it will delete all vehicles. 
    DeletePeds deadOnly
    Deletes all peds in the game. Specify true or false for deadOnly to only delete dead peds, or to delete all peds. Note that in some cases, a ped may appear to be dead, but
    is actually alive and set to appear unconscious by a plugin. If deadOnly is set to true, these peds will not be removed. 
    DismissPeds
    Dismisses all peds, terminating any tasks and allowing the game to despawn them if you leave their area. Any peds stuck in place due to a callout should start walking or driving away, including any arrested peds. 
    _____________________________
     
    Hope you find this plugin useful! Please leave a comment and let me know if you encounter any problems, and if the plugin helps you out consider leaving a review. 
    Plugin tested on RPH 0.34 with LSPDFR 0.3. 
  6. Like
    WildManDan got a reaction from drlut for a file, 2019 NYP Ford Ranger Network Rail response vehicle retexture   
    Simple Network Rail Response Unit - Ford Ranger 2019 Reskin
    Reskin by WildManDan
     
    Model Download: https://unionmods.com/listing/1897

    Troubleshooting for the model itself should you have any issues are included in the ReadMe
     
    This retexture includes an ELS file which is required because of the change from blue to amber lights 
     
     
    Preview:

     
  7. Like
    WildManDan got a reaction from drlut for a file, Wrightbus Streetlite DF 10.8m Chaserider Reskin   
    Wrightbus Streetlite ChaseRider Reskin
    Install instructions included in the description of the models found in the link below
    Model: https://unionmods.com/listing/1826

    This is as close as I could get to the real life Chase Rider bus, Some have ads some dont
    There are two variants, One with and one without the ad on the rear 

    Not that most would need it but just in case, To install the reskin 
    simply replace the ytd from the original model download with mine 
    so go to the streetlite dlc: mods>update>x64>vehicles.rpf and slap it in there
  8. Like
    WildManDan got a reaction from drlut for a file, National Express West Midlands Platinum Enviro400 Reskin   
    Model: https://unionmods.com/listing/2054
    Install instructions for the model are in the description of the models download page linked above
    Once installed locate the e400mmc.ytd and replace with mine

    Note: I worked really hard on this, I know it is not perfect and I know there are minor differences, For example in real life the back window is usually covered, in the gta version the back top window is not covered, I have worked with what's there. In real life the red line on the top deck exterior has a curve as it reaches the front, mine does not.
    I can send the PSD to anyone who wants it for this skin so you can make adjustments if this bothers you at all. 
     
    As I still have the PSD I will be adding variants soon to fit, as the real life NX west mids platinum buses have hundreds of buses all with slightly differing liveries, My reskin has interior tweaks but those tweaks are just there to make the inside look more in tune with the rest of the bus, it is not 100% accurate yet and will be updated as soon as I get a chance to jump on a bus so I can do some proper recon. 
     
    Massive shoutout to the model creator xiaoling44 for this awesome model and for giving me permission to release the reskin I'm  really grateful for that!
  9. Like
    WildManDan got a reaction from drlut for a file, Semi-Fictional West Midlands Fire Service Volvo Retexture   
    A semi realistic semi fictional West Midlands Fire Service Volvo used by some fire stations across the north of the West Midlands 
     
    Model: https://unionmods.com/listing/1889#google_vignette
     
     
    The CCTV notice on the back replaces the London themed cyclist warning that came with the model itself, There are a few WMFS engines that have CCTV notice on the back but not many tbh, My variation is fictional thus the title, Mostly everything else is accurate, I used a photo of an idle Willenhall based fire engine in Walsall town in 2021 for reference while making this 
     
    To install simply replace the lfb7.ytd that comes with the model download with my ytd, you can change the models names to firetruk.ytd etc yourself if you know what you're doing. Follow instructions from the model dev for full install instructions. 
     
    NOTE: use the provided ELS file for the rotary lights and all that jazz, I've also slightly untinted the windows to fit the retexture as the windows are not fully blacked out irl
     
    Night-With Lights on Preview:
     
     
  10. Love
    WildManDan got a reaction from BorkiiLVMPD for a file, National Express West Midlands Platinum Enviro400 Reskin   
    Model: https://unionmods.com/listing/2054
    Install instructions for the model are in the description of the models download page linked above
    Once installed locate the e400mmc.ytd and replace with mine

    Note: I worked really hard on this, I know it is not perfect and I know there are minor differences, For example in real life the back window is usually covered, in the gta version the back top window is not covered, I have worked with what's there. In real life the red line on the top deck exterior has a curve as it reaches the front, mine does not.
    I can send the PSD to anyone who wants it for this skin so you can make adjustments if this bothers you at all. 
     
    As I still have the PSD I will be adding variants soon to fit, as the real life NX west mids platinum buses have hundreds of buses all with slightly differing liveries, My reskin has interior tweaks but those tweaks are just there to make the inside look more in tune with the rest of the bus, it is not 100% accurate yet and will be updated as soon as I get a chance to jump on a bus so I can do some proper recon. 
     
    Massive shoutout to the model creator xiaoling44 for this awesome model and for giving me permission to release the reskin I'm  really grateful for that!
  11. Like
    WildManDan got a reaction from Cyan for a file, National Express West Midlands Platinum Enviro400 Reskin   
    Model: https://unionmods.com/listing/2054
    Install instructions for the model are in the description of the models download page linked above
    Once installed locate the e400mmc.ytd and replace with mine

    Note: I worked really hard on this, I know it is not perfect and I know there are minor differences, For example in real life the back window is usually covered, in the gta version the back top window is not covered, I have worked with what's there. In real life the red line on the top deck exterior has a curve as it reaches the front, mine does not.
    I can send the PSD to anyone who wants it for this skin so you can make adjustments if this bothers you at all. 
     
    As I still have the PSD I will be adding variants soon to fit, as the real life NX west mids platinum buses have hundreds of buses all with slightly differing liveries, My reskin has interior tweaks but those tweaks are just there to make the inside look more in tune with the rest of the bus, it is not 100% accurate yet and will be updated as soon as I get a chance to jump on a bus so I can do some proper recon. 
     
    Massive shoutout to the model creator xiaoling44 for this awesome model and for giving me permission to release the reskin I'm  really grateful for that!
  12. Confused
    WildManDan reacted to LMS for a file, Compatibility Patch for GTA IV: Complete Edition   
    This file contains fixes for the various hooks required for most GTA IV mods including LCPDFR to make them work with the GTA IV Complete Edition. Please note that some features are disabled or might not work correctly as not everything has been updated. Most memory offsets have been ported to patterns to support future (if any) patches. Included are:
     
    AdvancedHook.dll - Includes most of its original features except for the livery limit bypass. Many functions will not operate correctly as game offsets have changed
    AdvancedHookInit.asi - Fully updated
    aCompleteEditionHook.asi - Runtime fix for aru's C++ Script Hook (which is still needed!). Should be feature complete, albeit the original hook relies on field order for a few things and I might not have found all. The name is really just a simple way to make it load before any other asi files so it can fix up the hook early.
    ScriptHookDotNet.asi - Fully updated except for the phone number feature
     
    Installation
    The files act as replacements to the original hooks with the exception of the aCompleteEditionHook.asi file, which still needs the original C++ ScriptHook to run properly. Feel free to change the name if you have asi files loaded earlier. Place all files in the GTA IV directory and launch the game. It is recommended to first install any mods before installing this fix to ensure you are using the latest fixed files.
     
    Known LCPDFR issues
    I only played LCPDFR briefly, so not much has been tested. One known issue is incorrect keys being displayed in the help boxes sometimes, for instance for the Enter key.
     
    Support
    Please note that I have no interest in providing any kind of support for GTA IV, LCPDFR or these fixes. I might update the files here occasionally to fix up more functions, but until then a debugger is your best friend if things go south.
  13. Like
    WildManDan got a reaction from TheKetrab123 for a file, 2021 F250 Los Angeles Animal Care & Control Livery (Fictional)   
    -California Animal Control Reskin-
    Link to model: www.lcpdfr.com/downloads/gta5mods/vehiclemodels/37242-2021-f250-animal-control-service-pack-dlc
    Model By: Emergency Distributors
    Reskin by: WildManDan
     
    To install simply rename rebel2.ytd to whatever vehicle you want to replace it with (Make sure its the same as what you have the original model as)
     
    Inspiration: www.flickr.com/photos/34249366@N03/8707530062
    (I added extra bits as the irl one is a bit plain so mine isn't a carbon copy of the real one)
     
    Either use my els xmls or the ones included with the model (Mine are for red and blue light version do not use mine if you've gone with amber)
     
    Permission to upload was sought before posting.
  14. Love
    WildManDan reacted to Officer Clarke for a file, LASD Volunteers Liveries Pack (2K/4K/8K)   
    Hey!
     
    Once I was looking for LASD volunteer liveries, unfortunately I didn't find any so I decided to make my own and here they are! 😉
     
     
     
    DO NOT edit/modify and reupload on other sites
     
     
    Also if you want to check more of my skins join my discord here 😉 https://discord.gg/VnbjqymatD
     
    Vehicle Packs:
     
    https://modification-universe.com/forums/resources/els-98-05-lasd-cvpi-pack.646/
     
     
  15. Love
    WildManDan reacted to Venoxity for a file, SimpleHUD   
    SimpleHUD is script modification for your game displaying player's current location, as well as a compass and the time.
     
    Features
    Postal System Speed Limit Advisory Signs Time County Cardinal Direction  Customize Menu Custom INI Road Name Integration with Future Mods 👀  

     
    Requirements
     ScriptHookV  
    To install this script, place the provided .asi and .ini files inside your main Grand Theft Auto V game directory.
     
    Drive where GTA V is installed → Programs (x86) / SteamLibrary → Steam → steamapps → common → Grand Theft Auto V
     

     
    If you need support, please join our discord server and create a ticket eventually someone will get to you! 
     
    Discord Server: Venoxity Network [www.discord.com]
    Installation Video: BlueLine Vibes [www.youtube.com]
     

     
    I would be happy to receive feedback. If there are any Bugs, please let me know!
  16. Like
    WildManDan got a reaction from Tizerthegamer for a file, West Mids Police Mercedes Sprinter [ELS]   
    Feedback is appreciated so I can look to improve.
    Credits 
    GTASA Model - Himmel 
    Prisoner Cage - DoubleDoppler 
    Lightbars - BritishGamer88 
    Textures - BritishGamer88 
    Template's - BritishGamer88 
    Riot Shield - Matthew Cammack(ObsidianGames)   
    Foot Step's - Kieran Chandler/Matthew Cammack(ObsidianGames) 
     
    INSTALLATION:
    Installation can vary, I downloaded the Scotland Police pack and ever since I've used patchday11 to replace police vehicles, 
    This can be different for others so check where you have your modded police vehicles installed, If this is your first time 
    installing a model which I doubt it will be, install this into your latest patchday
     
    The XML document belongs in the pack_default folder located in - main directory>ELS>Pack_Default
     
    Enjoy!
     
    Carvariation and Meta files have instructions within their folders
     

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.