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.

Julian Tillman

Members
  • Joined

  • Last visited

Reputation Activity

  1. Love
    This is the latest gameconfig.xml by @dilapidated, @PNWParksFan, and the RDE Team. A modified gameconfig is required for most add-on mods. We recommend installing this gameconfig using LML (Lenny's Mod Loader). If you are using LML, you can install this package using the Mod Manager, and it will load a working gameconfig.xml for the latest game version. You do not need to change the file in update.rpf, just load this package and you're ready to go.
     
    You can also install this gameconfig manually by downloading the file, and copying gameconfig.xml from the "latest" folder to [mods]\update\update.rpf\common\data\. 
     
    Please see our github repository for further information and faster updates after new game versions are released.
  2. Love
    Julian Tillman reacted to Rabbit GTA V Development for a file, [ELS] 2023 Chevrolet Silverado   
    🔗 Stay Connected & Support the Project
    Join the Community on Discord!
    Get real-time project updates, participate in community votes, preview work-in-progress content, and more.
    👉 Join the Discord
     
    💸 Support the Project
    Donations are never expected, but always appreciated! Your support helps keep the creativity flowing.
    PayPal
    Cash App
     
     
    🐞 Bug Reports & Support
    Have a bug to report? Please submit any vehicle-related bug reports directly to ЯΛBBIƬ® GTA V Development via the Bug Report Channel on Discord.
    Known Bugs: N/A
     
    ⚠️ Important Disclaimers
    Copyright: I do not own the rights to any parts, images, or insignias featured in this release.
    Support Notice: I do not offer support for vehicle replacements or meta file edits. Please use addon installation methods whenever possible.
    Experience Required: If you're unfamiliar with installing modded vehicles or editing meta files, I strongly recommend consulting forums or YouTube tutorials first.
    Replacement Issues: Reports about vehicle replacements malfunctioning or "rolling over" will be ignored. Negative reviews based on replacement issues may lead to a block across all platforms.
    Liability: Use this mod at your own risk. I am not responsible for any issues it may cause to your game.
    Lighting Info: This model has been tested under the CoreFX lighting environment.
     
    📄 Usage & Redistribution
    Do NOT claim my work as your own or re-upload it elsewhere. Violations will result in removal and bans.
    Alternative Liveries are allowed, but you must credit the original download link.
    You’re welcome to use this release in YouTube, Facebook, Twitch, or Kick content.
    Physical modifications to this release are not allowed without explicit permission.
     
    📦 Installation Instructions
    Add to dlcpacks:
    Open OpenIV and navigate to:
    Grand Theft Auto V\mods\update\x64\dlcpacks
    Drag and drop the folder: um23silverado
     
    Edit dlclist.xml:
    Location:
    Grand Theft Auto V\mods\update\update.rpf\common\data
    Add this line at the bottom:
    <Item>dlcpacks:/um23silverado/</Item>
     
    Install ELS XMLs:
    Install to: Grand Theft Auto V\ELS\pack_default
     
     
        FiveM Ready, NON-ELS available on Patreon Shop

  3. Love
    Julian Tillman reacted to xDZYx for a file, Blaine County Sheriff Pack [ELS]   
    Proudly present you my BCSO Pack.Some Slicktops/some Marked 🙏
     
    Full working Lods.Spotlight works as an Extralight.Toogle H to activate it.
     
    Templates are Included
     
    Cheers
     
    Join my Discord for more https://discord.gg/v5UKZMACmJ 
     
     
    Skin is by @Chaz XL Designs.Check him out
    CVPI Skin by @Tom3k.Check also his stuff out 🔥
     
    Installation __ Models:Mods - Update - x64 - DlcPacks - Patchday (Most recent in your game) - dlc.rpf - x64 - levels - gta5 - vehicles.rpf (Replace/Drag and drop)
     
    FREQUENTLY ASKED QUESTIONS:
    Q: Why r ur lights so shiny pls help
    A: I use QuantV with personal tweaks to make my lights bright, you will need something like this or another mod like it to make your lights as bright as mine.
     
    Q: X isn't working why?
    A: You may be doing something wrong, or I may have fucked something up. If you do find a bug or have a question please comment with a screenshot or video to give me a better idea of what is wrong and I will get back to you.
     
    Q: My lightbar and windows are tinted 
    I try to fix those but sometimes it still happens. Go into vehicles.metafind the line that says diffusetint for the model and find the diffusetint value and replace the value with this<diffuseTint value="0x00FFFFFF" />
     
    Please do not redistribute this pack, or any part of it including the liveries, or models, or screenshots, or use them in clans or public/private servers. Please do not upload this file or a part of it to any other site unless given explicit credit. Thanks for downloading. Please report the bugs in the comments before posting a review about them, it may be a misunderstanding or just an easy fix. Enjoy!
  4. Like
    Julian Tillman reacted to Vari for a file, Damage Tracker Framework   
    Note:
    Unless you are using this mod for development, or using a mod that requires this, this mod does nothing by itself!
     
    Open-Source 1.0 is here!
    1.0 fixes all previous issues such as non-lethal weapons not being tracked with LSPDFR. All damage should now be tracked.
     
    DamageTrackerFramework
    DamageTrackerFramework is an RPH Plugin that acts as a framework by providing events to other plugins for when Peds and the Player take damage. Previously, the way you had to check whether a Ped was damaged was very inefficient and inaccurate and would often cause major performance loss.
     
    DamageTrackerFramework attempts to remedy this by getting the data directly from the game's memory and passing it to other plugins, resulting in accurate, reliable, and performant damage tracking with a negligible loss of ~0-1fps, in comparison with other techniques which would often drop anywhere from 20fps to 60fps, while being less accurate or reliable.
     
    Requirements
    RagePluginHook
     
    Installation
    Install DamageTrackerLib.dll to the GTA V directory.
    Install DamageTrackerFramework.dll to the plugins folder.
    DamageTrackerFramework MUST be started with RagePluginHook.
     
    Issues
    - Damage from Gas Grenades is not tracked.
     
    The best way to contact me or report any issues is via this discord: ULSS then visit my forum.
    You can navigate to the "Varis-Plugins" channel in the "Affiliate Contact" Section near the bottom and make your post tagged with DamageTracker.
     
    Development
    Now supports vehicle damage tracking! Let me know if there is any data you'd like me to track specifically in vehicles.
     
    Source Code
    This plugin is now open source, documentation and source code can be found here: Variapolis/DamageTrackerFramework (github.com)
     
    NuGet
    The library is available as a package on NuGet: https://www.nuget.org/packages/DamageTrackerLib
     
    Example Plugins
    An example plugin has been provided and the source code for it can be found here: Variapolis/DamageTrackerExample (github.com)
     
    Redistribution Rules & License
    This modification is now under the Eclipse Public License v2.0
    You may redistribute the files with your mod as long as you include the license included with these files in your download.
    If you modify the source code, you must make those modifications open-source.
    I ask you to credit me and link to this mod page as a courtesy.
    The Full License can be found within the files.
     
    The Example Plugins are licensed under 0BDL, you are free to modify and redistribute them as you see fit.
     
    Special Thanks
    - @Rohit685
    - @khorio
    - @Echooo
    - @SuperPyroManiac
    - @Vincentsgm
    - My Friend Wagner
    - PNWParksFan
    - LMS
    - alexguirre
    - Helpers in the LSPDFR Dev Discord
     
    Mods Using DamageTrackerFramework
     
  5. Love
    Julian Tillman reacted to Scorpionfam for a file, [ELS Hybrid][Addon] LSSD 2020 Durango   
    Hello peeps! After a little bit of work i got a quick 1 car release for y'all.
    It's a 2020 Durango based off of Franklin County, GA. Which means it uses a all blue lighting setup.
    The vehicle is a ELS/NON-ELS Hybrid. But it does NOT use 32 sirens and DOESN'T require the 32 siren script!
     
    - Features -
    ELS Controlled Lighting
    ELS Controlled T/A
    FCSO Based livery for LSSD
    Realistic Interior and Wiring
    Slideout Trunk
    Working Takedowns
    Working Alley Lights

    ⛖ Question & Answer ⛖
    Q. Is this pack ELS, and if not, can you convert it? A. This pack is a ELS, NON-ELS hybrid which requires use of both systems
    Q. Will there be a FiveM version? A. Short answer, No.
    Q. The pack doesn't work? A. Double check, Especially if no one else is reporting the same issues
    Q. Most of my lights are super screwed up but the T/A and some others? A. You might have another NON-ELS car interfering with this one
    Q. The traffic advisor wont work or stays on? A. Make sure your ELS is working correctly and you installed the correct XML
    Q. What format will the files come in? A. These files will come as a DLC List and will be Addons.
    Q. Are these cars going to have reflective liveries like your last one? A. Maybe if people want it but I'm not planning on it.
    Q. Will you release a Red and Blue Variant? A. No, This is strictly all blue.

     - Vehicles - 
    2020 Durango - lssd20dur

    HOW TO INSTALL!!
    Navigate to GTAV - mods - Update - x64 - dlcpacks
    Drag and drop the "LSSD20DUR" folder
    Next Navigate to GTAV - mods - Update - Update.rpf - common - data
    Open dlclist.xml and add the following line
    <Item>dlcpacks:/LSSD20DUR/</Item>
    For the XML files place them in GTAV - ELS - pack_default
    And your done. go ahead and load up your game!
     
    Vehicle showcase by my man Nutty

    If you have any issues feel free to join the Rocket Mods Discord https://discord.gg/6xHyEE9
     
    As always....
    DO NOT rip or republish my work (Don't be one of those people)
    DO NOT Unlock ANY of my models
    You are ALLOWED to EDIT the YTD files of the vehicles BUT CANNOT use the textures included on other vehicles WITHOUT my permission.
    and if able give me credit if this car is used in yt vid or stream(Helps spread the word)
  6. Love
    Hello peeps!

    THIS PACK REQUIRES THE 32 SIREN SETTING LIMIT ADJUSTER SCRIPT (SSLA). WITHOUT IT SOME LIGHTS WONT WORK!!!

    This pack was another commission by Alex S.
    The liveries are also made by him and the screenshots were taken by him so all thanks goes to him
    This is a small FPIU/Charger pack for South Fulton, GA. All light setups are based on IRL References
    Enjoy!

    -Vehicles-
    2023 Charger - sfpd23chgr
    2023 Charger Blacked out hubcaps - sfpd23chgr2
    2023 Charger Ghosted - sfpd23chgrun
    2020 FPIU - sfpd20fpiu
     
    ⛖ Question & Answer ⛖ 
    Q. Will there be a FiveM version? A. These cars should work in fivem but i'm not making a fivem version.
    Q. The pack doesn't work? A. Double check, Especially if no one else is reporting the same issues
    Q. The Lights wont work or stays on? A. Make sure your ELS is working correctly and you installed the correct XML
    Q. Some lights work. others don't? A. Make sure you have SSLA Installed.
    Q. What format will the files come in? A. These files will come as a Addon ONLY


    HOW TO INSTALL!!!
    Navigate to GTAV - mods - Update - x64 - dlcpacks
    Drag and drop the "sfpd" folder
    Next Navigate to GTAV - mods - Update - Update.rpf - common - data
    Open dlclist.xml and add the following line
    <Item>dlcpacks:/sfpd/</Item>
    For the XML files place them in GTAV - ELS - pack_default
    And your done. go ahead and load up your game!


    Having texture problems?
    Check your graphics setting and make sure your Direct X version is on DX11. Anything lower and it will bug textures.

    If you have any issues feel free to join the Rocket Mods Discord https://discord.gg/6xHyEE9
    As always....
    DO NOT rip or republish my work (Don't be one of those people)
    DO NOT Unlock ANY of my models
    You are ALLOWED to EDIT the YTD files of the vehicles BUT CANNOT use the textures included on other vehicles WITHOUT my permission.
    and if able give me credit if this car is used in yt vid or stream(Helps spread the word)
  7. Love
    Julian Tillman reacted to Scorpionfam for a file, [32 Sirens][DLC][ELS Hybrid] LSPD Legacy Pack   
    THIS PACK REQUIRES THE 32 SIREN SETTING LIMIT ADJUSTER SCRIPT (SSLA). WITHOUT IT SOME LIGHTS WONT WORK!!!

    Hello peeps!
    This pack is a ELS hybrid pack Based off of West Deer Township Police. 
    Features a pretty sweet light pattern and a variety of vehicles to mess around with.
    Been working on this for about a month or two now so I hope you enjoy.

    How to toggle ALPR's
    Using some kind of mod menu. enable extra 10 
    (you may need to fix the car)
     
    - Features -
    ELS Hybrid Lighting
    Whelen Lighting Setup
    Toggleable ALPR's
    Optional All Blue
    Optional Axon Dashcam positions
    Optional Tutorial for backup to use cars
    Slicktops & Unmarkeds
    K9 Variant FPIU
    Realistic Interior and Wiring
    Slideout Trunk
     
    ⛖ Question & Answer ⛖ 
    Q. Will there be a FiveM version? A. Short answer, No.
    Q. The pack doesn't work? A. Double check, Especially if no one else is reporting the same issues
    Q. The Lights wont work or stays on? A. Make sure your ELS is working correctly and you installed the correct XML
    Q. What format will the files come in? A. These files will come as a Addon ONLY
    Q. Are these cars going to have reflective liveries like your last one? A. No

     - Vehicles-
    2023 Lightning - legacy23light
    2023 Charger Slicktop - legacy23chgrun
    2023 Charger - legacy23chgr
    2023 Camaro - legacy23cam
    2020 FPIU - legacy20fpiu
    2016 FPIU Slicktop - legacy16fpiuun
    2016 FPIU K9 - legacy16fpiuk9
    2016 FPIU - legacy16fpiu
    2016 FPIS - legacy16fpis
    2014 Charger - legacy14chgr
    2013 FPIU - legacy13fpiu

    Having texture problems?
    Check your graphics setting and make sure your Direct X version is on DX11. Anything lower and it will bug textures.
     
    HOW TO INSTALL!!!!!
    Navigate to GTAV - mods - Update - x64 - dlcpacks
    Then in the DLC folder, Drag and drop the "lspd legacy pack" folder
    Next Navigate to GTAV - mods - Update - Update.rpf - common - data
    Open dlclist.xml and add the following line
    <Item>dlcpacks:/lspd legacy pack/</Item>
    For the XML files place them in GTAV - ELS - pack_default
    And your done. go ahead and load up your game!


    If you have any issues feel free to join the Rocket Mods Discord https://discord.gg/6xHyEE9
     
    As always....
    DO NOT rip or republish my work (Don't be one of those people)
    DO NOT Unlock ANY of my models
    You are ALLOWED to EDIT the YTD files of the vehicles BUT CANNOT use the textures included on other vehicles WITHOUT my permission.
    and if able give me credit if this car is used in yt vid or stream(Helps spread the word)
  8. Love
    Julian Tillman reacted to khorio for a file, XScanner Pursuit Updates   
    If you like this content, please consider donating to support further development
    or inquire about the upcoming Early Access which will get you early preview builds
    of upcoming releases and first-line support. Thank you.
     

     
    XScanner  
     

     
    XScanner Pursuit Updates (XPU) adds immersive radio chatter to your pursuits featuring over 3200 remastered audio lines,
    including, but not limited to:
     
    Air support feedback Vehicle actions 180 turns Dangerous road conditions Weather updates Vehicle damage Traffic collisions Driving against traffic Vehicle crashes Vehicle direction, speed, location Extensive vehicle descriptions Air updates for almost all of the above  
     

     
    Just drop the contents from "Grand Theft Auto V" in your Grand Theft Auto V folder.
     
     
     
    Showcase from Most Wanted using XPU (audio not related to racers comes from XPU):
     


  9. Love
    Julian Tillman reacted to khorio for a file, XScanner   
    XScanner is an LSPDFR Scanner replacement/addon.
     
    Features:
     
    Full XAudio2 support. Multiple output device support, play background scanner on one device and police scanner on another. Multiple audio emitters to choose from; player, player vehicle, police vehicles. Customizable distortion effects for the police scanner. LSPDFR relay. Broadcast quick selection. Broadcast presets; Top50, Newest Streams, Official Streams, Manual stream input, search for streams. Supports all known audio formats, and then some. Police Scanner playback (frontend and 3d). Background Scanner playback (frontend and 3d) (local files or stream). Preferred audio folder; for dispatch replacements. Audio redirects; for dispatch replacements. The prettiest animated menu around with theming support.

      There is the possibility of editing the ini manually, but I do not recommend it due to the complexity of this plugin.
    Everything can be changed through the menu (default: F8)
    If you already have something bound to F8 you can either:
     
    change the menu key through the consolecommand SetXScannerMenuKey manually open the menu through the consolecommand and change the menu key from within the menu. OpenXScannerMenu  
     
    Installation: Place files from the "Grand Theft Auto V" folder into your game installation folder.
     
     
     
    ⚠️  Known Issues ⚠️ 
    None


     
     
     
     
    ⚠️ DISCLAIMER ⚠️
    Not providing support in the comments anymore.
    Support can be found on my Discord or on the ULSS Discord.
     
     
     
     
     

     
     
  10. Like
    Julian Tillman reacted to Nightz Development for a file, Route One Map   
    FAQ
     
     
    Q: How can I download or purchase additional Nightz Development products?
    A: You can join our Discord server to browse and download products. Some items may also be available on LCPDFR.
     
    Q: How can I get in touch with Nightz Development for collaboration or other inquiries?
    A: Feel free to reach out through Discord or on LCPDFR. We’re open to collaborations, feedback, and any questions you may have.
     
    Q: How often are maps and products updated?
    A: Updates are released based on ongoing development and user feedback. Some updates may coincide with new map releases or enhancements.
     
    Q: What should I do if I encounter an issue with a map, even after reading the provided documentation?
    A: Please join our Discord server and open a support ticket. A developer or support team member will assist you as soon as possible.
     
     
     
    TOS
     
    [1] You shall not claim any products, scripts, or items created by Nightz Development as your own. Respect the effort and originality put into these creations.
     
    [2] You are not permitted to rip, modify, or alter any of Nightz Development's files without express permission.
     
    [3] These files are approved for use in FiveM servers only. Any other usage must receive explicit consent.

    [4] Do not redistribute, resell, or upload these files anywhere else without direct permission from Nightz Development. Unauthorized distribution, whether free or for profit, will result in the removal of these files from your possession and potential further action.
  11. Love
    Julian Tillman reacted to Officer034 for a file, Questioning Reborn   
    Just to stop the comments about "is this coming to PR?" "Do you plan on converting to PR?" "When PR update?" "Will this work with PR" just know QR isnt as simple as drag and drop. It needs reworked from the ground up and ive been busy and lately, lacking spark to work on it. Be patient. It is in the works. Itll happen. Just got to wait. PR questioning is like 10x more in depth and complex than STP. Thank you for your attention, if you comment asking if this is getting converted, I will not respond to it since your answer is right here.

    ABOUT QR:
    After making Charges Reborn and Search Items Reborn, I set out to fully overhaul the entirety of the STP systems and add questioning to the mix! I was held back by a lot but its finally in 1.0!
     
    These questions encompass the majority of your needs with more updates and expansions to come!
     
    Keep in mind the answers have mostly been generated by ChatGPT, which means it is AI content however it has mostly been checked by myself and ALL questions are written by me with help from others.
     
    INSTALLATION:
    Simple installation, just install into your GTA Directory and overwrite your existing Stop The Ped customquestions and trafficstopquestions.xml's
     
    FEATURES:
    In depth questioning for investigations Includes non investigative questioning Questions you can ask on foot can be asked in a vehicle too! And vice versa Upcoming updates and an active roadmap of updates!  
    ROAD MAP:
    Refinement of current questioning  Domestic Disturbance Expansion CVE Expansion  Homicide investigation Expansion - possibly? Vehicle Questioning overhaul/street racing expansion. OPEN TO EXPANSION!  
    SHOWCASE:
    Thank you to BlueLineVibes AND GAMING 4 LIFE for the video showcases and shout out!
     
     
     
    REQUIREMENTS:
    THIS MOD REQUIRES STOP THE PED by bejoijo! Obviously. Please download it from his website.
     
    CLOSING STATEMENT:
    Thank you for the support over this time period of waiting and I'm excited to see this grow and expand! Suggestions are appreciated and I am actively looking for someone to assist in the CVE expansion!
     
    FOR ANY QUESTIONS OR ISSUES!
    Please reach out to the Discord Server!
    https://discord.gg/ECSgHjDj9R
  12. Love
    Julian Tillman reacted to zombieguy for a file, Resource Adjuster   
    A collection of patches (some of which are used by FiveM) to improve stability, reduce texture loss and actually use your system's available resources as much as possible.

    Please note that this script is designed for high end systems with 8GB or more of GPU memory and more than 8GB of system memory available to be used solely by the game, although this is configurable via the included INI file.

    Requirements
    An ASI loader like the one included with ScriptHookV "dinput8.dll".
    Installation
    Place "GTAV.ResourceAdjuster.asi" & "ResourceAdjuster.ini" into your Grand Theft Auto V folder.

    Changelog
    1.0
    Initial release.
  13. Love
    Julian Tillman reacted to doublehook for a file, NPCI   
    NPCI 2.1 is LIVE!
     
    NPCI brings you a new way of interacting with PEDS inside of LSPDFR and adds a whole new level of immersion to your gameplay experience!
     
    ANNOUNCEMENT:
    The new update (2.1) is OUT. This new version finally brings the Microsoft Speech Platform to NPCI, but with a twist! You can now CHOOSE between WSR or MSP in the INI file. You can also tweak the confidence level threshold for each engine in the INI file to find your sweet spot. Lower the value to loosen up the speech recognition or increase the value to tighten it up (you can do it in .01 increments). 
     
    *** Because both engines (WSR & MSP) are intertwined in the new NPCI 2.1 update - YOU MUST have Microsoft Speech Platform installed to use NPCI 2.1, even if you don't intend on using the new Microsoft Speech Platform. If you do not have MSP installed, you can download it from the links below: *** 

    Microsoft Speech Platform: https://www.microsoft.com/en-us/download/details.aspx?id=27225 
    Language Packs:  https://www.microsoft.com/en-us/download/details.aspx?id=27224
    -- For the speech platform install, download the larger 2.6 MB SpeechPlatformRuntime.msi, NOT the 2.2 MB one. 
    -- For English users - download the "MSSpeech_SR_en-US_TELE.msi"
     
    Here's the complete list of changes in NPCI 2.1:
    Spoiler
     
    Need support? Join the NPCI Discord and help grow the NPCI community - join us here: https://discord.gg/CjjtJAgyqw
    Want to show some love for all my hard work on NPCI - join my Patreon here: https://www.patreon.com/cw/Doublehook
     
    How to use the new PED go to crosshair location action:
    Spoiler
     
     NEW XML Nested Phrases Update:
    Spoiler
     
    NPCI v2.1 brings a ton of new features, such as PED actions by voice, Player actions by voice, new PED animations, PED idle animations, a built in animation viewer, the ability to cycle through 49 different walk styles (with the option to set a default walk style when loading up LSPDFR), and more! Interactions in NPCI 2.1 have never felt more alive!
     
    There are 2 versions available in the download: "NPCI 2.1 for PR" & "NPCI 2.1 for STP". Make sure you install the correct one!
     
    Installation:
    Spoiler
     
    XML Customization
    Spoiler
     
    Demonstrations
    These videos are using voice activation and NPCI 2.1 only. No menus, just straight up voice commands. I just added an early preview for NPCI 3.0 as well, so enjoy! 



     


    Keep an eye out on my YT page (https://www.youtube.com/@doublehookmedia) for more videos! I'll be posting videos to show you how to modify your XML files, including the PED animations and idle animations. I'll also go over how to create new PED emotion categories and explain how to customize them to create your own PED animations.
     
    What is NPCI?
    Spoiler
     
    Suggested "must have" LSPDFR plugins & addons to use alongside NPCI
    Policing Redefined & Grammar Police. While NPCI works the same for both PR & STP when it comes to the available features, NPCI runs much smoother with the better coded Policing Redefined, so if you want the best NPCI experience, I strongly suggest you go with PR!
     
    Tutorials
    Spoiler
     
    Suggestions & Bug Reporting:
    All bug reports and suggestions will be done through Discord. Join my Discord server here: https://discord.gg/9RMrrvm5qH
     
    Future releases
    • Add audio voices for the responses (with optional onscreen text)
     
    • Add in more PED and Player action animations
     
    • Future enhancements using AI interaction for more natural, conversational, and unscripted exchanges. 
     
    © 2025 NPCI by doublehook. All rights reserved. Do NOT reverse engineer, modify, or share the contents of my plugin without my express written consent
     
     
     
  14. Love
    Julian Tillman reacted to Alfie's Creations for a file, Florida Compulite Charges & Citations ~   
    Florida State CompuLite | Charges & Citations | V4 [Finished]
    Charges & Citations build for CompuLite using real-life statutes, legislation and sentencing
    By @Alfie's Creations
     
    Contents
    Charges:
    - C777 Accessory, Attempt & Conspiracy
    - C782 Homicide
    - C784 Assault, Battery & Negligence
    - C787 Kidnapping & Human Trafficking
    - C790 Weapons & Firearms
    - C794 Sexual Battery
    - C796 Prostitution
    - C797 Abortion
    - C798 Lewdness & Indecency
    - C806 Arson & Criminal Mischief
    - C810 Burglary & Trespass
    - C812 Theft & Robbery
    - C815 Computer Crimes
    - C817 Fraudulent Practices
    - C823 Public Nuisances
    - C826 Bigamy & Incest
    - C827 Abuse Of Children
    - C828 Animal Cruelty
    - C831 Forgery & Counterfeiting
    - C836 Defamation
    - C837 Perjury
    - C838 Bribery
    - C839 Public Employees
    - C843 Obstructing Justice
    - C847 Obscenity
    - C849 Gambling
    - C856 Drunkenness & Loitering
    - C860 Vehicles & Transport
    - C861 Public Roads & Transport
    - C870 Riots & Assemblies
    - C872 Dead Bodies
    - C874 Criminal Gangs
    - C876 Public Order
    - C877 Miscellaneous Crimes
    - C893 Drug Abuse
    - C895 Racketeering
    - C896 Financial Transactions

    Citations:
    - Moving Violations
    - Non-Moving Violations
    - Public Order Violations
    - Animal & Wildlife Violations
     
    Warnings:
    - (W) Moving Violations
    - (W) Non-Moving Violations
    - (W) Public Order Violations
    - (W) Animal & Wildlife Violations
     
    Information
    Disclaimer:
    Do not redistribute, copy, or modify the files in any way
    Whilst every bit of effort is done to prevent spelling mistakes and small issues. They can still occur, if you have any issues please contact me with the discord link below
    Feel free to post any reviews and comments below!
     
    Installation:
        1. Install RageNativeUI ( https://github.com/alexguirre/RAGENativeUI/releases )
        2. Install Compulite ( https://www.bejoijo.com/post/compulite )
        3. Drag & Drop "plugins" folder into your GTAV Main Directory & Replace
     
    Discord & Commissions:
    Discord: https://discord.gg/BjcZPhawdk
    Website: https://ko-fi.com/alfiescreations
    I do commissions for a small fee for specific regions such as a state or country. If you would like one or have any queries, please open a ticket within the discord. These are done using real life statutes, legislation and sentencing
     
     
     
     
    PoliceMenu Version:
     

    Recommended Vehicle Pack To Go With It: By Trooper Keaton Productions 
     
  15. Like
    Julian Tillman reacted to OutCast for a file, PB Sheriff Mural Graffiti Replacements   
    After doing the PB SAHP/CHP station, I’ve been driving around PB a lot more, and seeing a policeman in what’s supposed to be a sheriff mural on a sheriff station wall gives me anxiety attacks each time (xD). So, I did a quick edit in GIMP to remake it while also removing the ugly hater "pigs" graffiti. Just wanted to upload it and share it with anyone who might want to try it too.
     
     
    SUMMARY
    Two mural replacements to chose from, one done by me and another one by AlexVonShep.
     
     
    1.1 UPDATE
    Added another sheriff mural I found on the internet while editing/removing the hater "pigs" graffiti.
    Credits AlexVonShep.
     
     
    INSTALL
    Replace:
    cs1_16_police_building.ydr 
    cs1_16_police_building+hidr.ytd 
    in mods/x64q.rpf/levels/gta5/_hills/country_01/cs1_16.rpf

    Replace:
    v_47_sheriff2_ext.ydr
    in mods/x64h.rpf/levels/gta5/interiors/v_int_47.rpf
     
     
    ALSO
    If you have a picture or something that can improve (replace) it, share it and I might do an update to add it.
  16. Like
    Julian Tillman reacted to Midwest Mods for a file, 2025 USAF Durango   
    Today I'm releasing one car from a pack I'm working on. 
    Pretty excited to bring you all this as military police cars are few and far between to find.

    So, here's my 2025 Dodge Durango based on the cars I've driven the last 6 years. I based these off of my unit's cars, not the Air Force as a whole.
    Generally speaking, each base has different setups, this is just what my base uses, so don't complain that this isn't "accurate" because I can assure you it is.

    Fully loaded interior, all Whelen setup, trunk lights when you open it for rear visibility, etc. I thought of everything when making this vehicle. 

    Originally was a paid mod and has been out for about 2 months now, so any and all errors should be non existent. If you do happen to come across any, open a ticket in my discord and we'll get you squared away. It's also a great place to hangout if you love all things gaming and want to follow along on the progress of this pack, amongst others. 

    HUGE shoutout to @J. Cerbone (Gandalfvevo) for letting me use his livery. I could never get this one right so thank you.

    Enjoy!

    https://discord.gg/VfEsXF5Qfe
  17. Love
    This mod fixes the terrible distance disappearance bug found in emergency vehicles.

    **this is my first mod so there may be errors or bugs; in this case please let me know in a topic on LCPDFR.com :)**

    !!!!! ATTENTION !!!!!
    IF YOU IMPORT ANOTHER VEHICLES.META FROM ANOTHER MOD AFTER THIS INSTALLATION IN GTA V THIS FIX WILL NO LONGER WORK, SO PAY CLOSE ATTENTION
     
    Vehicle fixed: 
    police1
    police2
    police3
    police4
    fbi
    fbi2
    riot
    sheriff
    sheriff2
    polmav
    ambulance
    firetruk
    pranger

    Istallation: 
    1) Download OpenIV from openiv.com
    2) Setup it and select your operative sistem below Grand Theft Auto 5 
    3) Make sure you have a folder "mods" in your directory. If you don't have one, create one
    4) Activate edit mode at the top right and go to \update\update.rpf\common\data\levels\gta5
    5) Click "copy in mods folder" or "show in mods folder" in the red bar above
    6) Copy and paste vehicles.meta from my archive to this folder

    *************************************************************************************************************************************************************************
    If you have problems in the game after installing my mod in my archive there is an "Original vehicles.meta," which you will need to install in the same directory as the mod. This will remove any crashes or problems, but my mod will no longer be present in the game.
    *************************************************************************************************************************************************************************

    *IF YOU USE THIS MOD IN A MODPACK PLEASE GIVE ME CREDIT, THANKS!*

    CREDITS: 
    There are no credits to give, this is my mod
  18. Love
    This will be my finally pack to finish of all the main departments. Quite a bit more was put into this pack than the last one to hopefully make the best one for being the last. 
     
    Pack contains:
    - Class A, B, C
    - Uniform pants
         - Normal
         - Utility
    - Swat Shirt
    - Polo
    - Bicycle polo + shorts
    - 5 Vests
    K-9 2 Normal Gang taskforce Port patrol - Air support
    - Both Jackets
    - Both coats
     
    - Campaign hat
    - Ballcap
    - Silver badge + rank on badge
    - Different rank color in match clothes
    - Motor helmet
    - Fuzzy winter hat
     
    Many smaller changes.
    Many issues with installing/texture issue can be asked about in the comments or to me in discord. 
     
    [REQUIRED]
     
  19. Love
    Enjoy   Pack Includes: 21-22 Ford F450 Ambulance 2017 Pierce Enforcer   Features: Scene Lighting Handling Included Templates Included Metas Included Whelen Lighting System Motorola Radio Special Features: Multi-Stage Pattern Lighting That Changes With Each Siren Stages (Additional ELS file is included that keeps the same pattern) Coming Soon: - Updated Personal Handling Lines To Match The Vehicle Speed And Handling - Reported Minor Fixes Will Be Gone Contains my SUPERFIX file which fixes any issue you ever had (flipping, disappearing car, handling, audio sound, etc) with the slot/car you are trying to use. That way you can use anybody car from here on out as long as it fits in that slot. People has contacted me so many times how to fix this and that even with other Devs cars. So I created the SUPERFIX to fix the slot completely so you can use anybody car in the future without issues. ***READ ALL READ ME FILES*** ***BACK UP YOUR FILES I AM NOT RESPONSIBLE FOR YOUR GAME ISSUES*** ***ALL FILES NEEDED ARE INCLUDED*** Custom Models And Exclusives !!! Yes We Are Taking Custom Orders !!! Website: https://www.emergencydistributorsfleet.com/ Discord: https://discord.gg/ZGxjWc6kyB Patreon: https://www.patreon.com/emergencydistributors New Blaine County Fire Rescue Packs New Los Santos County Medical Packs New Sheriff Packs New Special Division Packs New Police Packs New Park Ranger Packs New Unmarked Vehicles Plus More !!!!!!!!!!!! *** Blue Files Can Be Provided Upon Request *** *** Can Be Used In FiveM ***  





  20. Love
    Julian Tillman reacted to Keith. for a file, [ELS] Los Santos DWP mini pack   
    Please make back up's of your files first!
    I'm not responsible if your game breaks
     
    I'm Taking a break from police vehicles, so I decided to put this little pack together for you all to enjoy.
    To avoid disappointment, You can not get in the bucket ( don't blame me, It's R*'s model)
    You have to install the vehicles.meta file for the crane to work, although this is purely a visual thing and optional.
     
    Use your roof control to raise/lower the crane 'H' by default
     
    The pack is final, so it will not be edited or updated
     
    Templates are included. There's no Red/Blue options
     
    The ladder on the F350 is set to extra 11 so it won't always spawn, but you can use the vehicle components option in your trainer (SNT)
    All the shelving in the back of the van was built and stocked by me
    As were the bags of sand and cement in the back of the pickup (Blue Circle cement is widely available in the UK as is DIALL building sand ( from B&Q DIY stores ))
     
    The install instructions are in the download
     
    Feel free to use these in videos or whatever
    Just credit me and link my channel please
    https://www.youtube.com/channel/UCs6f68OjkgCPmPvSprG2j_w?view_as=subscriber
     
    Enjoy
     
    Also, if you're feeling a bit rich, 
    You can donate to the cause here
    https://paypal.me/minislayer2010
     
  21. Love
    Julian Tillman reacted to The General Lee for a file, [ELS] Blaine County Regional Police Pack   
    Finally decided to do a pack, probably won't happen again for a long time idk.
     
    Includes:
    BCRP1 - 2018 Charger - Legacy
    BCRP2 - 2018 Charger - Legacy (no pushbar)
    BCRP3 - 2018 Charger - Slicktop
    BCRP4 - 2016 FPIU - Legacy
    BCRP5 - 2016 FPIU - Legacy (traffic)
    BCRP6 - 2013 FPIU - Legacy
    BCRP7 - 2020 F350 - Unmarked
    BCRP8 - 2020 F350 - Unmarked
    BCRP9 - 2020 FPIU - Legacy
    BCRP10 - 2019 Durango - Legacy
    BCRP11 - 2014 Durango - Legacy
    BCRP12 - 2019 Durango - Unmarked (HITT unit)
     
    THIS IS REQUIRED FOR THIS TO WORK!!!!!!!!!!!!!!!!!!!!
    Report any bugs to me on Discord (The General Lee #3441) because I’m more active there. 
     
    If you like my work, please consider joining my Discord server. https://discord.gg/WZUXEsY
     
    READ EVERY DOCUMENT BEFORE ASKING ABOUT SOMETHING.
     
    Do NOT attempt to unlock this in any way.
    Do NOT redistribute this, just send them a link to the website, it aint that hard.
    Do NOT reupload this to any site.
    You may make liveries idc, just don’t release the cars with them.
    Please report any reuploaded versions to me if it is somewhere else and not uploaded by me.
  22. Love
    Julian Tillman reacted to AstroBurgers for a file, Dynamic Density   
    What does it do?
    Dynamic Density spices up your game by adding rush hour traffic, there is the Morning, Lunch, and Evening rush! The times for each Rush are configurable via INI. You can also configure the density of peds and vehicles during rush hour. The density is also affected by the weather, so if its snowing; there's much less peds/vehs. It's all configurable though!
     
    Requirements
    RPH
     
    Notes:
    In the config, the hours are inclusive, meaning if you set the rush to end at 9am, it'll actually end at 10. Forgot to mention it in the config itself.
     
    There is a performance impact depending on the multiplier, if you are experiencing performance issues lower the multiplier. This is a engine limitation, not something I can fix; More models = less frames. If you are on a low to mid range system I wouldn't go above 5x. With a AMD Ryzen 5 5600 and a RTX 2060 Super on 10x I get about 30FPS with LSPDFR running + extra scripts, and QuantV. Do with that what you will.
     
    For the best experience, I recommend setting `Chase.DisableTrafficDensityAdjustments = true` in your LSPDFR INI, by default this value is set to false, and it makes it so there is much less traffic during pursuits.
     
    This mod was inspired by Code Master's Velocity for ScriptHookV.net. I just added way more features, made everything configurable, ported it to RPH, and optimized it. No code was taken from Velocity, it was all written manually.
     
    For any questions, comments, or concerns, join my discord.
  23. Love
    Julian Tillman reacted to RangerZ for a file, [ELS] Del Perro Police Pack [Addon][Replace]   
    About the Pack:
    I have had this pack just sitting here for a while now. I started this project again, fixed some issues, replaced some outdated equipment, and now I have it ready to release. Again, since this pack is "older", I suspect that there will be some issues that were not discovered in testing. Please be patient and report all bugs so I can get them fixed ASAP. This pack was created with the image of a department that has lesser funding than others. I liked the idea of the "older" liberty I with the Dominator and the Avengers. I know this pack isn't super plentiful with the lighting, but I do believe this offers some realism to departments with minimal funding. The side runners were a last minute addition to spice up the pack, and give it a tad bit more lighting. I know the Pro-Guard pushbar is not commonly used, but I like creating content that is unique. As always, thank you all for the support. I hope you enjoy!
     
    Pack Includes:
    Marked FPIS
    Marked Charger
    Marked Tahoe
    Slicktop / Unmarked Charger  (Change the livery w/ a trainer)
    Slicktop / Unmarked Tahoe (Change the livery w/ a trainer)
     
    Optionals include:
    All blue lights (Installed)
    Red & Blue Lights
     
    *** Please Read ***
     
    Installation:
     
    *Note*
    Please use the included ELS files so the lights will function the way they were designed to. Feel free to leave your thoughts in the comments.  DM me if you find any bugs, so I can get them fixed as quick as possible. CONSTRUCTIVE CRITISIM is always appreciated. 
     
    PLEASE READ THE FAQ'S IN THE "READ ME" BEFORE GOING TO THE COMMENTS OR MY DM'S! I WILL NO LONGER RESPOND TO QUESTIONS THAT HAVE ALREADY BEEN ANSWERED!!!!
     
     
    Disclaimer:
    I'm not responsible for any damages caused by this modification. All files should be backed up prior to installation. Do not distribute this file outside of this platform. The files may be used in FiveM servers if you chose to do so. These files were not made to be specifically compatible with FiveM , so there could be issues. The sale of any part of the modification is strictly prohibited. Permission is required for any editing and redistribution of this modification itself. Downloading the file is similar to a license to use the file. IT DOES NOT MEAN YOU OWN THE RESOURCE ITESELF. No access to the locked files will be granted. 
  24. Love
    Julian Tillman reacted to Jedahdiah for a file, Paleto Bay Police Department [ELS]   
    [ELS] Paleto Bay Police Department Pack [Add-on]
    Release date: December 2024
    Updated: January 2025
    Credits last updated: December 2024
     
    ----------------------------------------------------------------
    Information:
    Hello you gorgeous beings, and Merry Christmas! I seem to be getting into the habit of releasing at Christmas, so might as well make this a tradition. This pack features various police units for Paleto Bay based off Holden Police Department, Massachusetts. I began making these about a year ago, and are now apart of a massive state wide pack currently in BETA, and will be public released once done. Consider this release as proof I am still alive. 
     
    If you're interested in the BETA pack, at time of this release, you can get the newest version for free on my discord. Further updates to the pack will be Patreon exclusive content.
     
    Vehicles Included:
    - '11 CVPI - Patrol
    - '14 FPIU - Liberty I Lightbar
    - '14 FPIU - Patrol - Liberty II Lightbar
    - '16 FPIU - Patrol
    - '18 F150 - Patrol, CVE and Off-road Patrol
    - '20 FPIU - Patrol
     
    This pack is solely an addon pack. The spawn names can also be found in the ReadMe. You can spawn these using a simple trainer in-game.
     
    Features: 
    Flashing lights Each vehicle has 4 liveries, changeable in using a trainer. This pack is all blue as default, as it is based off Massachusetts police lighting.  
    A massive thanks to everyone of my Patreon's who BETA tested some of these vehicles and the state wide pack when in early access! If you'd like to find out more about this, please join my discord with the link below.
     
    These vehicles are not made to the specification of any specific department. Please don't comment on it being inaccurate or whatever. It's not meant to be accurate. 
     
    I will not be providing support in installing these files. All the info is in the ReadMe.
    DO NOT USE the review system for reporting installation issues, issues already reported, or for anything other than review.
    Please use the comments and see if your solution to the issue is there, and if not, leave a comment.
     
    Fancy hanging out in a hell hole? Discord:  https://discord.gg/2Mu3XBzjJn
    ----------------------------------------------------------------
    Installation instructions:
    - Each pack should come with it's own set of installation instructions. 
    ----------------------------------------------------------------
    FAQ:
    - An FAQ area is set up and can be updated with anything else people need to know.
    - This area will try and cover as much as possible for you.
    - As said before, I will not be providing support in installing these files.
    - DO NOT USE the review system on the sites for reporting installation issues, issues already reported, or for anything other than review.
    - Please use the comments section on the sites and see if your solution to the issue is there, and if not, leave a comment or join my discord and
        open a support ticket
    ----------------------------------------------------------------
    Credits:
    - For credits, please see the credits documentation in the main file, or the credit's section on this download page.
    ----------------------------------------------------------------
    Known Bugs:
    None yet If there are bugs or whatever, just PM me or leave a comment. 
    ----------------------------------------------------------------
    Terms of use:
    DO NOT distribute my content without my express permission! This includes the file itself, liveries, models or the screenshots.
    Do not modify the carcols codes without my permission. That includes taking the custom codes and using it for your own personal packs, public packs or FiveM server.
    DO NOT use the vehicles in a FiveM server, group or clan without my express permission. Just ask me.
    Please do not upload this file or a part of it to any other website without explicit permission from me
    This file is freeware. Do not sell or distribute the content. The author accepts no responsibility for any damage caused to your PC, game, or anything else. 
    DO NOT rip, dismantle or change the vehicle in any way (except for texture files). Vehicles are LOCKED for a reason.
  25. Like
    This is a mod for the pistol and combat pistol rate of fire, I found the game version too slow, and the other mods like this were way too fast! so I decided to edit my own.
     
    Do not re-upload! 
     
    Back up your files, I am not responsible for any mistakes you make installing this!
     
    Installation is included in the Read me
    Buy me a cup of coffee. https://paypal.me/dwardo225
     
     
     
     
     
     
     

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.