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.

Yasd

Community Team
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Yasd reacted to virxuis for a file, ShotSpotter Callouts   
    Hello everyone,
    This is my first official LSPDFR callout, adapted from a FiveM concept to bring the realism of ShotSpotter technology to single-player patrols. The ShotSpotter system uses acoustic sensors to detect and triangulate gunfire locations across the city, dispatching officers to investigate possible shootings.
    When responding to a ShotSpotter alert, you will arrive in a defined search area where shots were detected. The outcome of each call is randomized for a more dynamic and unpredictable patrol experience.
    Features
    Each ShotSpotter activation can result in one of the following outcomes:
    Flee on Arrival – The suspect flees immediately upon your arrival.
    Engage on Arrival – The suspect begins firing as soon as you approach.
    Fired in the Air – The suspect is located and has discharged a firearm into the air.
    Shoot Player then Flee – The suspect engages briefly, then runs from the scene.
    False Alarm – No suspect is located, indicating a false detection or someone who fled prior to your arrival.
    INI Configuration
    An included .ini file allows full customization of callout behavior, including:
    Adjusting the probability of each possible outcome.
    Forcing specific outcomes for testing or preference.
    Modifying search radius, scene timing, and other response settings.
  2. Love
    Yasd got a reaction from AWT for a file, NewsHeli   
    NewsHeli – LSPDFR Plugin by Yasd
    NewsHeli adds a news helicopter to police pursuits. By default, it joins the chase 30 seconds after the pursuit starts (this delay is fully customizable).
    Optional custom dispatch sounds can play when the helicopter arrives and when the pursuit ends.
    A news van is also available (toggleable), which follows the suspect’s vehicle about 40 seconds into the pursuit (also customizable).
     
    The INI file allows you to configure these key settings.
    The XML file lets you customize which vehicles and peds are used.
     
    NewsHeli is a remastered version of NewsHeliPursuit by Albo, with the goal to:
        - make it open-source https://github.com/yasd2/NewsHeli
        - offer greater customization
        - include more features

     
    HeliView - a side feature enables a gta news camera! - NEW!
    With a keypress you can toggle this camera and follow the chase from the view of a helicopter! Definitely worth checking out!
    You can choose the camera type between police, news style or random.
    You can customize the appearing text with the news overlay.
    You can also jump between different suspects. Make sense if one is running on foot and another speeding in a vehicle. 
    This is made possible by SSStuart - https://github.com/SSStuart/HeliView_LSPDFRPlugin
     

    Installation
    Open the NewsHeli zip file and drag and drop all files into your main gta folder.
     
     
    Fitting vehicle pack
    https://de.gta5-mods.com/vehicles/the-breaking-news-pack-add-on-liveries
     
     
    Alternative Newsreader voice (male/ female)
     
  3. Thanks
    Yasd reacted to ApparentlyRohan for a file, Dialogue System   
    Dialogue System
    The DialogueSystem is a framework designed to give developers the tools to create interactive, branching conversations for their plugins or callout packs. It provides the underlying logic and data handling needed for dynamic dialogues, including linked questions, multiple answers, and conditional outcomes that react to player choices. 
    Web Editor Integration
    To make building complex conversations easier, the DialogueSystem is fully integrated with a custom built web editor: https://dialoguesystem.vercel.app.

    The Web Editor allows creators to visually design branching dialogue trees by connecting questions and answers, setting conditions, and defining outcomes.
    The editor exports your dialogue as a JSON file, which mods or callout packs can load using the DialogueSystem’s API.
    Developers and advanced players can edit these exported JSON files directly or modify them through the Web Editor to change how in‑game interrogations, conversations, or roleplay interactions unfold.
    This makes it possible for the community to customize existing dialogues, add new lines, or adapt tone and pacing without altering core gameplay logic.
    The combination of the DialogueSystem framework and the Web Editor tool creates a powerful, modular system where both mod creators and players can shape dialogue experiences to fit their worlds, from simple Q&A interactions to deep, branching narrative systems.
     
    Note
    It’s important to note that the DialogueSystem itself does not add any gameplay content or dialogue by default. Instead, it acts as a foundation that other mods, callout packs, or plugins can build upon. Without a supporting mod or callout that uses it, the DialogueSystem will not trigger or display any conversations on its own. Its purpose is to supply the necessary structure (data parsing, state handling, and runtime management) so that mod authors can easily integrate interactive dialogue into their own creations.
    For a full overview of how conversations flow and how to design your own dialogues, see the Github Wiki: https://github.com/DialogueSystemV/DialogueSystem/wiki.
    Finally
    If you enjoy immersive roleplay, investigative storytelling, or natural-feeling character interactions, encourage your favorite mod developers and callout creators to integrate the DialogueSystem into their work. Your feedback and requests help developers see the value of integration. The more mods that use the DialogueSystem, the richer and more interactive the game world becomes for everyone. 
     
    Support/Hangout: https://discord.gg/pqHurm4W2V
  4. Love
    Yasd reacted to AWT for a file, More Immersive Voices for 'NewsHeli by Yasd'   
    This modification replaces the woman who speaks with a british accent at the start and end of chases with an american accent male or female (cause well, Los Santos is in the US), and removes mention of real life News names and replaces them with the in-lore "Weazel News". It also adds a helicopter noise in the background of the voicelines.
     
    This mod only changes the audios, not the rest of the mod, please make a back up first just in case!
     
    Pre-requisites:
    (REQUIRED) NewsHeli by Yasd:
     
    Installation:
    Choose only either Erick (male voice) or Angela (female voice)
    Paste the "lspdfr" folder inside your GTA V directory where the GTA5.exe is. Click "Replace" when asked to.
     

    I made these for personal use but got Yasd's permission to share it 🙂
    I will try and update the audios when and if Yasd decides to add more entries to NewsHeli. All credits to Yasd.
     
    Support or changes for this modification can be requested in the comments down below.
     
    AI was used for the making of the audios.

    Small video showcase:
     
     
     
  5. Love
    Yasd reacted to Echooo for a file, Gate Fix   
    This is a very simple plugin I made in about an hour, when its loaded it fixes the prison gate and Michaels gate and makes them open properly again. If you have another annoying gate in your game that doesn't open let me know and I may add it into a future update. The plugin is very lightweight too, literally 5 lines of code.

    Note: If the plugin does not seem to work, load it again after you've spawned into the game, sometimes loading it on startup may cause inconsistent results (I say load it again because the plugin automatically unloads itself after running through the few lines of code)

    If you have any issues, or wanna see WIPs of future plugins, join my Discord! https://discord.gg/xerjdGeTA7
  6. Love
    Yasd reacted to 11john11 for a file, Los Santos Airport Police Mini-Pack (LSIAPD) [Add-On | DLS]   
    Feel free to join our discord server for support and previews of my upcoming projects:
    LoreHub

    DESCRIPTION
    An extension pack for my San Andreas Policing Overhaul pack, adding a law enforcement agency for the Los Santos International Airport with 3 vehicles.

    SPAWN NAMES
    LSIAPD Stanier - lsiapdstanier
    LSIAPD Scout - lsiapdnscout
    LSIAPD Warrant (Unmarked) - lsiapdumk

    LSIAPD Officer Ped - s_m_y_lsiacop_01

    REQUIREMENTS
    Custom Gameconfig
    Heap Limit Adjuster
    Packfile Limit Adjuster
    Sirensetting Limit Adjuster

    INSTALLATION
    1. Start OpenIV.
    2. Navigate to the 'mods' folder
    3. Move the provided "11john11_lsiapd_pack" folder inside: mods\update\x64\dlcpacks
    4. Locate 'dlclist.xml': mods/update/update.rpf/common/data
    5. Add the following line to the bottom: dlcpacks:/11john11_lsiapd_pack/

    Note that this pack makes use of the new siren shader Rockstar Games
    introduced on police cars from recent DLC.
    If your lights are barely visible make sure following values are present in the visualsettings.dat:
    (located in: mods\update\update.rpf\common\data)

    car.sirenlight.day.emissive.off
    car.sirenlight.day.emissive.on
    car.sirenlight.night.emissive.off
    car.sirenlight.night.emissive.on

    You can increase the "on" values if you feel that your lights are too dim, I recommend a value around 750 for day & night

    TERMS OF USE
    - Do not exploit content of this pack for commercial, financial or personal gain,
    - Do not reupload this file to other websites.
    - If you intent on using assets made by me:
    feel free to use them for your projects as long as credits are given and other terms of use are respected.
    - If you intent on using assets from this pack that weren't made by me:
    Please ask the authors yourself to ensure they are alright with that.
  7. Love
    Yasd reacted to Arctic Development for a file, LEO Vigilante | Lore | FiveM Ready   
    🔧 Basic Information
    Introducing a fully lore LEO vehicle — the LEO Vigilante. This unit seamlessly blends into the GTA universe, designed specifically for LEO use.
    📦 What’s Included?
    🔴🔵 Red & Blue Lighting Variation
    🔵🔵 Blue & Blue Lighting Variation
    🚗 Vehicle Features
    🚨 Glass Lighting
    🔫Working Weapons
    🚀 Working Rocket Boost
    🌐 Discord Support
    Join our community for updates, support, or just to connect:
    https://discord.com/invite/AHqq4EBhhQ
    📜 Terms of Service
    By downloading or using this content, you agree to the following:
    ❌ Do NOT unlock, extract, or tamper with the model files.
    ❌ Do NOT edit or modify any part of the asset.
    ❌ Do NOT sell, trade, or use this for monetary gain.
    ❌ Do NOT claim this work as your own.
    ❌ Do NOT redistribute this content on any platform or forum.
    This vehicle was created with passion and respect for the GTA V modding community. Please honor that by following the terms listed above.
  8. Like
    Yasd got a reaction from TheRealRGTV for a file, Star Chase Tracker   
    Star Chase Tracker
    What is a Star Chase Tracker?
    A Star Chase Tracker is a GPS tracking device that launches from a police vehicle and attaches to a suspect’s vehicle. This allows officers to safely abort a high-speed pursuit and apprehend the suspect once they come to a stop.

    This plugin lets you fire a tracker from the player's police vehicle.
    It comes with a custom tracker model, which must be installed as a dlcpack.
    The StarChaseTracker.ini config file gives you several options for customization.
     
     
    How to install
    1. Go to 'Grand Theft Auto V/plugins' and drag and drop the 'plugins' folder in your main gta folder.
    2. Open the 'Dlcpack' folder and install the 'starchase' folder in 'mods/update/x64/dlcpacks' with OpenIV.
    3. Go to 'mods/update/update.rpf/common/data/dlclist.xml' and add a new line:
    <Item>dlcpacks:/starchase/</Item>
     
     

    Support and Questions
    Discord: https://discord.gg/utNranQJSr
    Thx to @Echooo for the tracker model!
    dlcpack weapon model: WEAPON_STARCHASE
    dlcpack model name: w_ex_starchase
     

    Alternative Tracker Models

     
  9. Love
    Yasd got a reaction from Wolfgard for a file, Policing Redefined deutsch   
    Policing Redefined deutsche Übersetzung von Yasd
    This is a german translation for Policing Redefined.
     
    Vorraussetzungen
    Es wird mindestens PolicingRedefined v1.0.0.2 benötigt, da erst diese Sonderzeichen wie ä,ö und ü unterstützt.
     
    Installation
    Öffne die .zip Datei und ziehe den plugins Ordner in dein Hauptverzeichnis.
    Es wird lediglich die Datei LocalizationSettings.ini ersetzt.
     
  10. Love
    Yasd reacted to SSStuart for a file, More Fire   
    🇺🇸 English
    This RAGEPluginHook plugin make fires burn longer/spread further.
    It also adds a console command : RemoveAllFire which... removes all fires.
     
    Preview :
     
    🔧 Configuration
    You can adjust some settings in the .ini file :
    The fire duration,
    The max number of fires,
    The radius of fire propagation (how fast it spreads),
    The fire extinguishers' efficiency.
    If the player should be fire proof
     
    ⚠ Know issues
    Water hoses on trucks are not effective
     
    📂 Installation
    1. Prerequisites
    RAGE Plugin Hook
    2. Installation
    Open the downloaded .zip archive, then drag and drop the contents of the “Grand Theft Auto V” folder into your game folder.
    Note: If you have modified the configuration file (.ini), compare the two instead of replacing the file.
    After installation, you should have the following files:
    [Game folder]/plugins/MoreFire.dll
    [Game folder]/plugins/MoreFire.ini
    3. Enable the plugin
    Automatically on startup: go to RPH settings > “Plugins” tab > check that the plugin is selected (or that all plugins are loaded on startup).
    Manually in-game: Open the RPH console and type LoadPlugin MoreFire.dll
     
    📑 Changelog
    See below the description
    0.1.2 :
    Added a setting to control the max number of fires.
    Code refactoring and optimization.
    Added an Update Check system for future versions.
    0.1.1 :
    Added configuration (.ini) file.
    0.1.0 :
    Initial release.
     
    🔗 Links
    Source code : github.com/SSStuart/MoreFire_RPHPlugin
    Discord : @ssstuart
     
    - - - - - - - - - -
     
    🇫🇷 Français
    Ce plugin RAGEPluginHook permet aux feux de brûler plus longtemps et de se propager plus.
    Il ajoute également une commande : RemoveAllFire qui éteint tous les feux.
    Vidéo de présentation : voir la partie en anglais.
     
    🔧 Configuration
    Vous pouvez ajuster certains paramètres dans le fichier .ini :
    La durée du feu,
    Le nombre maximum de feux,
    Le rayon de propagation du feu (à quel vitesse il se propage),
    L'efficacité des extincteurs,
    Si le joueur devait être résistant au feu.
     
    ⚠ Problèmes connus
    Les lances à eau des camions ne sont pas efficaces.
     
    📂 Installation
    1. Prérequis
    RAGE Plugin Hook
    2. Installation
    Ouvrez l'archive .zip téléchargée, puis glissez le contenu du dossier “Grand Theft Auto V” dans votre dossier du jeu.
    Remarque : si vous avez modifié le fichier de configuration (.ini), comparez les deux fichiers au lieu de remplacer le fichier.
    Après l'installation, vous devriez avoir les fichiers suivants :
    [Game folder]/plugins/MoreFire.dll
    [Game folder]/plugins/MoreFire.ini
    3. Activation du plugin
    Automatiquement au lancement : allez dans les paramètres de RPH > onglet "Plugins" > vérifiez que le plugin est coché dans la liste (ou que tous les plugins sont chargés au lancement).
    Manuellement en jeu : Ouvrez la console RPH et entrez LoadPlugin MoreFire.dll
     
    Liens : Voir la partie en anglais.
    Changelog : Voir ci-dessous
  11. Love
    Yasd reacted to MarcelWRLD for a file, Policing Redefined   
    The new era of LSPDFR is here.
    After two years of development, it's here. Policing Redefined is a LSPDFR plugin similar to popular plugins such as Stop The Ped, Ultimate Backup by Bejoijo, LSPDFR+, or Arrest-Manager by Albo1125. It aims to provide an even more feature-rich and immersive experience to your LSPDFR Patrol, advancing ped and traffic stops as well as adding additional vehicle stops and on-foot traffic stops.
    And that is just a small portion of what PR (Policing Redefined) has to offer!
     
    Installation:
    Extract the contents of the downloaded Policing Redefined v[VERSION].zip archive. Drag-and-drop the contents of the "GTAV MAIN DIRECTORY" folder into your GTA 5 root directory. Read the "Get Started" guide on our site  
    After installing your Settings/ folder will be empty, which is normal!
    Go on duty at least once: PR will generate them then.

    If you don't already have them, download and install these
    Requirements:
    RageNativeUI Damage Tracker Framework: For Developers:
    If you are a developer, you can read about PR and it's APIs here.

    Features:
    Policing Redefined has a ton of features which all cannot be listed here. However here is a rundown of the biggest:
    Ped Interaction: Custom questioning menu, field sobriety tests, Front/Back cuffing, citations, and more. Inventory Management: Store and bag evidence, test substances, replenish ammo, and more. Backup: Call police, fire, and EMS with a full RTS style management menu to assign tasks to each unit.  
    Disclaimer, Please Read.
    First, this will be completely incompatible with Stop The Ped, Ultimate Backup, and Compulite, it is recommended you remove them for the smoothest experience.
     
    Second!
    This is a BETA. This means that you may encounter bugs, crashes, weird behaviors, etc.
    The mod itself works as intended. Any major breakages (e.g. the mod crashing on load), are likely due to user error.
    PR has been rigorously tested for the past year by various testers and content creators, with no major issues that have yet to be patched.
    Should you encounter any issues: Join our Discord, where we can help you solve any problems. Support will NOT be given via the comments.

    Showcases:
     
  12. Love
    Yasd reacted to SSStuart for a file, Delete That Entity   
    🇺🇸 English
    This RAGEPluginHook plugin can be used to delete almost all in-game entities :
    - Vehicles (except trains/trams)
    - Peds
    - Some objects...
    Deletion is only temporary (e.g. to quickly remove a vehicle that is blocking the way); if you move too far away, reload the game, or edit a sequence in the Rockstar Editor, the changes will not be saved.
     
    📖 Usage
    Aim a weapon at an entity, then press Delete (⌨)/ A (🎮).
    The selected entity should become partially transparent.
    Then press Delete (⌨)/ A (🎮) a second time to confirm deletion, or press Enter (⌨)/ B (🎮) to cancel.
    Preview :
     
    📂 Installation
    1. Prerequisites
    RAGE Plugin Hook
    2. Installation
    Open the downloaded .zip archive, then drag and drop the contents of the “Grand Theft Auto V” folder into your game folder.
    After installation, you should have the following files:
    [Game folder]/plugins/DeleteThatEntity.dll
    3. Enable the plugin
    Automatically on startup: go to RPH settings > “Plugins” tab > check that the plugin is selected (or that all plugins are loaded on startup).
    Manually in-game: Open the RPH console and type LoadPlugin DeleteThatEntity.dll
     
    📑 Changelog
    See below the description
    0.1.2 :
    Code refactoring.
    Added an Update Check system for future versions.
    0.1.1 :
    Initial release.
     
    🔗 Links
    Source code : github.com/SSStuart/DeleteThatEntity_RPHPlugin
    Discord : @ssstuart
     
    - - - - - - - - - -
     
    🇫🇷 Français
    Ce plugin RAGEPluginHook permet de supprimer presque toutes les entitées en jeu :
    - Véhicules (sauf les trains/trams)
    - Personnes
    - Certains objets...
    La suppression n'est que temporaire (par exemple pour enlever rapidement un véhicule qui gêne); si vous vous éloignez trop, que vous rechargez le jeu, ou que vous éditez une séquence dans l'Éditeur Rockstar, les modifications ne seront pas sauvegardés !
     
    📖 Utilisation
    Visez une entité avec une arme, puis appuyez sur Suppr (⌨)/ A (🎮).
    L'entité sélectionnée devrait devenir semi transparente.
    Appuyez ensuite une seconde fois sur Suppr (⌨)/ A (🎮) pour confirmer la suppression, ou appuyez sur Entrée (⌨)/ B (🎮) pour annuler.
    Vidéo de présentation : voir la partie en anglais.
     
    📂 Installation
    1. Prérequis
    RAGE Plugin Hook
    2. Installation
    Ouvrez l'archive .zip téléchargée, puis glissez le contenu du dossier “Grand Theft Auto V” dans votre dossier du jeu.
    Après l'installation, vous devriez avoir les fichiers suivants :
    [Dossier du jeu]/plugins/DeleteThatEntity.dll
    3. Activation du plugin
    Automatiquement au lancement : allez dans les paramètres de RPH > onglet "Plugins" > vérifiez que le plugin est coché dans la liste (ou que tous les plugins sont chargés au lancement).
    Manuellement en jeu : Ouvrez la console RPH et entrez LoadPlugin DeleteThatEntity.dll
     
    Changelog et liens : Voir la partie en anglais.
  13. Love
    Yasd got a reaction from Wolfgard for a file, Star Chase Tracker   
    Star Chase Tracker
    What is a Star Chase Tracker?
    A Star Chase Tracker is a GPS tracking device that launches from a police vehicle and attaches to a suspect’s vehicle. This allows officers to safely abort a high-speed pursuit and apprehend the suspect once they come to a stop.

    This plugin lets you fire a tracker from the player's police vehicle.
    It comes with a custom tracker model, which must be installed as a dlcpack.
    The StarChaseTracker.ini config file gives you several options for customization.
     
     
    How to install
    1. Go to 'Grand Theft Auto V/plugins' and drag and drop the 'plugins' folder in your main gta folder.
    2. Open the 'Dlcpack' folder and install the 'starchase' folder in 'mods/update/x64/dlcpacks' with OpenIV.
    3. Go to 'mods/update/update.rpf/common/data/dlclist.xml' and add a new line:
    <Item>dlcpacks:/starchase/</Item>
     
     

    Support and Questions
    Discord: https://discord.gg/utNranQJSr
    Thx to @Echooo for the tracker model!
    dlcpack weapon model: WEAPON_STARCHASE
    dlcpack model name: w_ex_starchase
     

    Alternative Tracker Models

     
  14. Like
    Yasd got a reaction from Officer Here for a file, Policing Redefined deutsch   
    Policing Redefined deutsche Übersetzung von Yasd
    This is a german translation for Policing Redefined.
     
    Vorraussetzungen
    Es wird mindestens PolicingRedefined v1.0.0.2 benötigt, da erst diese Sonderzeichen wie ä,ö und ü unterstützt.
     
    Installation
    Öffne die .zip Datei und ziehe den plugins Ordner in dein Hauptverzeichnis.
    Es wird lediglich die Datei LocalizationSettings.ini ersetzt.
     
  15. Like
    Yasd got a reaction from Lennyy for a file, Policing Redefined deutsch   
    Policing Redefined deutsche Übersetzung von Yasd
    This is a german translation for Policing Redefined.
     
    Vorraussetzungen
    Es wird mindestens PolicingRedefined v1.0.0.2 benötigt, da erst diese Sonderzeichen wie ä,ö und ü unterstützt.
     
    Installation
    Öffne die .zip Datei und ziehe den plugins Ordner in dein Hauptverzeichnis.
    Es wird lediglich die Datei LocalizationSettings.ini ersetzt.
     
  16. Like
    Yasd got a reaction from Michael21107 for a file, NewsHeli   
    NewsHeli – LSPDFR Plugin by Yasd
    NewsHeli adds a news helicopter to police pursuits. By default, it joins the chase 30 seconds after the pursuit starts (this delay is fully customizable).
    Optional custom dispatch sounds can play when the helicopter arrives and when the pursuit ends.
    A news van is also available (toggleable), which follows the suspect’s vehicle about 40 seconds into the pursuit (also customizable).
     
    The INI file allows you to configure these key settings.
    The XML file lets you customize which vehicles and peds are used.
     
    NewsHeli is a remastered version of NewsHeliPursuit by Albo, with the goal to:
        - make it open-source https://github.com/yasd2/NewsHeli
        - offer greater customization
        - include more features

     
    HeliView - a side feature enables a gta news camera! - NEW!
    With a keypress you can toggle this camera and follow the chase from the view of a helicopter! Definitely worth checking out!
    You can choose the camera type between police, news style or random.
    You can customize the appearing text with the news overlay.
    You can also jump between different suspects. Make sense if one is running on foot and another speeding in a vehicle. 
    This is made possible by SSStuart - https://github.com/SSStuart/HeliView_LSPDFRPlugin
     

    Installation
    Open the NewsHeli zip file and drag and drop all files into your main gta folder.
     
     
    Fitting vehicle pack
    https://de.gta5-mods.com/vehicles/the-breaking-news-pack-add-on-liveries
     
     
    Alternative Newsreader voice (male/ female)
     
  17. Like
    Yasd got a reaction from J0SHV1B3S for a file, Star Chase Tracker   
    Star Chase Tracker
    What is a Star Chase Tracker?
    A Star Chase Tracker is a GPS tracking device that launches from a police vehicle and attaches to a suspect’s vehicle. This allows officers to safely abort a high-speed pursuit and apprehend the suspect once they come to a stop.

    This plugin lets you fire a tracker from the player's police vehicle.
    It comes with a custom tracker model, which must be installed as a dlcpack.
    The StarChaseTracker.ini config file gives you several options for customization.
     
     
    How to install
    1. Go to 'Grand Theft Auto V/plugins' and drag and drop the 'plugins' folder in your main gta folder.
    2. Open the 'Dlcpack' folder and install the 'starchase' folder in 'mods/update/x64/dlcpacks' with OpenIV.
    3. Go to 'mods/update/update.rpf/common/data/dlclist.xml' and add a new line:
    <Item>dlcpacks:/starchase/</Item>
     
     

    Support and Questions
    Discord: https://discord.gg/utNranQJSr
    Thx to @Echooo for the tracker model!
    dlcpack weapon model: WEAPON_STARCHASE
    dlcpack model name: w_ex_starchase
     

    Alternative Tracker Models

     
  18. Like
    Yasd got a reaction from Operation for a file, NewsHeli   
    NewsHeli – LSPDFR Plugin by Yasd
    NewsHeli adds a news helicopter to police pursuits. By default, it joins the chase 30 seconds after the pursuit starts (this delay is fully customizable).
    Optional custom dispatch sounds can play when the helicopter arrives and when the pursuit ends.
    A news van is also available (toggleable), which follows the suspect’s vehicle about 40 seconds into the pursuit (also customizable).
     
    The INI file allows you to configure these key settings.
    The XML file lets you customize which vehicles and peds are used.
     
    NewsHeli is a remastered version of NewsHeliPursuit by Albo, with the goal to:
        - make it open-source https://github.com/yasd2/NewsHeli
        - offer greater customization
        - include more features

     
    HeliView - a side feature enables a gta news camera! - NEW!
    With a keypress you can toggle this camera and follow the chase from the view of a helicopter! Definitely worth checking out!
    You can choose the camera type between police, news style or random.
    You can customize the appearing text with the news overlay.
    You can also jump between different suspects. Make sense if one is running on foot and another speeding in a vehicle. 
    This is made possible by SSStuart - https://github.com/SSStuart/HeliView_LSPDFRPlugin
     

    Installation
    Open the NewsHeli zip file and drag and drop all files into your main gta folder.
     
     
    Fitting vehicle pack
    https://de.gta5-mods.com/vehicles/the-breaking-news-pack-add-on-liveries
     
     
    Alternative Newsreader voice (male/ female)
     
  19. Love
    Yasd reacted to AstroBurgers for a file, EUPToPR Converter   
    Disclaimer, Please Read.
    We are not responsible for any damage to your game files, use at your own risk.
     
    Installation:
    Extract the contents of the downloaded EUPToPR v[VERSION].zip archive. Drag-and-drop the 'plugins' folder into your GTA 5 root directory.  
    Usage:
    Load the plugin Equip the outfit you'd like to convert in EUP Menu Open the RPH Console (default F4) Type "PrintCurrentOutfit" Fill out the fields Hit Enter You can now use the Ped entries found in the plugins/EUPToPR/ConvertedLines.txt file in your Policing Redefined backup configurations
    Discord
  20. Love
    Yasd got a reaction from Benjamin Compton for a file, MCCallouts   
    Early access is available on Ko-Fi

     
    support on multiplayer ped and vehicle customization in DefaultRegions.xml
    + a lot of realistic AI-Voices in dialogue based callouts!
    adds 19 new callouts with multiple variations & locations
    a Donator+ role at the discord server (add your discord name to your Kofi account)


    19 extra callouts only in the Kofi beta version:
     
    Spoiler
     
     
     
    This is MCCallouts:
    31 different exiting callouts!
    Available in 🇺🇸 🇩🇪 🇫🇷 🇨🇿 🇷🇺 🇹🇭 🇯🇵 🇮🇹 🇵🇱 🇪🇸 🇻🇳 🇨🇳 🇧🇷 🇮🇩 & many more to follow!
    Comes with its own Menu!
    Different outcomes & multiple locations!
    Compatible with PolicingRedefined, StopThePed & UltimateBackup!
     
     
     
     
     

     
    You want to be a part of MCCallouts?
    Do you have questions or have found a bug?
    You’ll also find support there.
    Feel free to join our new discord server:
    https://discord.gg/utNranQJSr
     
     
     
     
     

     
    It is required to install Enable All Interiors Mod:
    https://de.gta5-mods.com/scripts/enable-all-interiors-wip
     
     
     
     
     

     
     
    Spoiler
     
     
     
     
     
     

     
    The MCMenu comes with a lot of useful features. Equip a rifle, gear & heal up or request a specific callout!
     
     
     
     
     
     

     
    MCCallouts supports English 🇺🇸, German 🇩🇪, French 🇫🇷, Czech 🇨🇿, Russian 🇷🇺, Thai 🇹🇭, Japanese 🇯🇵, Italian 🇮🇹, Polish 🇵🇱, Spanish 🇪🇸, Vietnamese 🇻🇳,  Chinese 🇨🇳, Portuguese 🇧🇷 & Indonesian 🇮🇩
    at this time, configurable in the .ini.
    You want to help translating?
    You can either do that on https://github.com/yasd2/MCCallouts-Translations or on my discord server linked at the top.
     
     
     
     
     

     
    Open the downloaded MCCallouts folder, then drag-&-drop all files in the main gta folder.
     
     
     
     
     

     
    Spoiler
     
     
     
     
     
    © 2025 MCCallouts by Yasd. All rights reserved. Do not modify or share it without my consent.
     
  21. Love
    Yasd 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
     
  22. Love
    Yasd reacted to Lennyy for a file, EUP 9.10 Policing Redefined Configurations   
    Seamlessly integrate EUP 9.10 outfits into Policing Redefined with realistic configurations.
    Thank you for your interest in EUP Policing Redefined. This config pack allows you to use EUP 9.10 outfits with PR.
     
    ⚠️ Important Note
    This release was made and tested using EUP 9.10, which can be obtained by pledging to the EUP Teams Patreon page.
    While I have not personally tested it, it should theoretically work with EUP 9.7, 9.8 and 9.9 as well.

    📦 Installation
    1. Back up your files (recommended)
    Navigate to GTAV\Plugins\LSPDFR\PolicingRedefined\Backup\ and save a copy of your current XML files (4 in total) somewhere on your PC.
     
    2. Install EUP Policing Redefined
    Drag and drop the Plugins folder from the EUP PR download archive into your main GTA V directory.
    You will be prompted to replace existing files. Select 'Yes' to overwrite your old files.
     
    3. Customise your XMLs
    After installing EUP PR, you can edit the XML files to fit your installed (addon) weapons, cars, EUP items, adjust loadouts, vehicle assignments, and other configurations.
    For more information regarding edits to the backup files, please consult the PR Team’s User Guide: https://policing-redefined.netlify.app/docs/user-docs/configuration/backup
     
    The XMLs provided with EUP PR only include default content provided by Alex Ashfold and the EUP Team in EUP 9.10. No edits have been made to any outfits apart from sergeant rank insignias.
     
    4. Switching from Ultimate backup
    If you are switching from Ultimate Backup and wish to keep your current XML files, you can just drag those into GTAV\Plugins\LSPDFR\PolicingRedefined\Backup\
    Policing Redefined will automatically convert them to their XML structure
     
    Converted XML files from Ultimate Backup will be missing the following:
    - Custom Name List IDs
    - Comments
    - Custom Offsets
     
    ⚡ Features
    Preconfigured XMLs ready to use for EUP 9.10 Includes standard agencies such as LSPD, BCSO, LSSD, SAHP, SASP, LSFD, LSCoFD, Coroner and much more... Ready for drag-and-drop installation Realistic spawn chance distribution based on real-life data  
    💬 Support
    If you encounter any issues, please leave a comment on the download page or PM me here on the forums. If we share a server on Discord, you may also PM me there (probablylenny).
     
    While all files have been thoroughly checked, some issues may still occur.
  23. Love
    Yasd got a reaction from googleplex2010 for a file, NewsHeli   
    NewsHeli – LSPDFR Plugin by Yasd
    NewsHeli adds a news helicopter to police pursuits. By default, it joins the chase 30 seconds after the pursuit starts (this delay is fully customizable).
    Optional custom dispatch sounds can play when the helicopter arrives and when the pursuit ends.
    A news van is also available (toggleable), which follows the suspect’s vehicle about 40 seconds into the pursuit (also customizable).
     
    The INI file allows you to configure these key settings.
    The XML file lets you customize which vehicles and peds are used.
     
    NewsHeli is a remastered version of NewsHeliPursuit by Albo, with the goal to:
        - make it open-source https://github.com/yasd2/NewsHeli
        - offer greater customization
        - include more features

     
    HeliView - a side feature enables a gta news camera! - NEW!
    With a keypress you can toggle this camera and follow the chase from the view of a helicopter! Definitely worth checking out!
    You can choose the camera type between police, news style or random.
    You can customize the appearing text with the news overlay.
    You can also jump between different suspects. Make sense if one is running on foot and another speeding in a vehicle. 
    This is made possible by SSStuart - https://github.com/SSStuart/HeliView_LSPDFRPlugin
     

    Installation
    Open the NewsHeli zip file and drag and drop all files into your main gta folder.
     
     
    Fitting vehicle pack
    https://de.gta5-mods.com/vehicles/the-breaking-news-pack-add-on-liveries
     
     
    Alternative Newsreader voice (male/ female)
     
  24. Like
    Yasd got a reaction from Mr.KobraX for a file, MCCallouts   
    Early access is available on Ko-Fi

     
    support on multiplayer ped and vehicle customization in DefaultRegions.xml
    + a lot of realistic AI-Voices in dialogue based callouts!
    adds 19 new callouts with multiple variations & locations
    a Donator+ role at the discord server (add your discord name to your Kofi account)


    19 extra callouts only in the Kofi beta version:
     
    Spoiler
     
     
     
    This is MCCallouts:
    31 different exiting callouts!
    Available in 🇺🇸 🇩🇪 🇫🇷 🇨🇿 🇷🇺 🇹🇭 🇯🇵 🇮🇹 🇵🇱 🇪🇸 🇻🇳 🇨🇳 🇧🇷 🇮🇩 & many more to follow!
    Comes with its own Menu!
    Different outcomes & multiple locations!
    Compatible with PolicingRedefined, StopThePed & UltimateBackup!
     
     
     
     
     

     
    You want to be a part of MCCallouts?
    Do you have questions or have found a bug?
    You’ll also find support there.
    Feel free to join our new discord server:
    https://discord.gg/utNranQJSr
     
     
     
     
     

     
    It is required to install Enable All Interiors Mod:
    https://de.gta5-mods.com/scripts/enable-all-interiors-wip
     
     
     
     
     

     
     
    Spoiler
     
     
     
     
     
     

     
    The MCMenu comes with a lot of useful features. Equip a rifle, gear & heal up or request a specific callout!
     
     
     
     
     
     

     
    MCCallouts supports English 🇺🇸, German 🇩🇪, French 🇫🇷, Czech 🇨🇿, Russian 🇷🇺, Thai 🇹🇭, Japanese 🇯🇵, Italian 🇮🇹, Polish 🇵🇱, Spanish 🇪🇸, Vietnamese 🇻🇳,  Chinese 🇨🇳, Portuguese 🇧🇷 & Indonesian 🇮🇩
    at this time, configurable in the .ini.
    You want to help translating?
    You can either do that on https://github.com/yasd2/MCCallouts-Translations or on my discord server linked at the top.
     
     
     
     
     

     
    Open the downloaded MCCallouts folder, then drag-&-drop all files in the main gta folder.
     
     
     
     
     

     
    Spoiler
     
     
     
     
     
    © 2025 MCCallouts by Yasd. All rights reserved. Do not modify or share it without my consent.
     
  25. Love
    Yasd got a reaction from Officer Here for a file, MCCallouts   
    Early access is available on Ko-Fi

     
    support on multiplayer ped and vehicle customization in DefaultRegions.xml
    + a lot of realistic AI-Voices in dialogue based callouts!
    adds 19 new callouts with multiple variations & locations
    a Donator+ role at the discord server (add your discord name to your Kofi account)


    19 extra callouts only in the Kofi beta version:
     
    Spoiler
     
     
     
    This is MCCallouts:
    31 different exiting callouts!
    Available in 🇺🇸 🇩🇪 🇫🇷 🇨🇿 🇷🇺 🇹🇭 🇯🇵 🇮🇹 🇵🇱 🇪🇸 🇻🇳 🇨🇳 🇧🇷 🇮🇩 & many more to follow!
    Comes with its own Menu!
    Different outcomes & multiple locations!
    Compatible with PolicingRedefined, StopThePed & UltimateBackup!
     
     
     
     
     

     
    You want to be a part of MCCallouts?
    Do you have questions or have found a bug?
    You’ll also find support there.
    Feel free to join our new discord server:
    https://discord.gg/utNranQJSr
     
     
     
     
     

     
    It is required to install Enable All Interiors Mod:
    https://de.gta5-mods.com/scripts/enable-all-interiors-wip
     
     
     
     
     

     
     
    Spoiler
     
     
     
     
     
     

     
    The MCMenu comes with a lot of useful features. Equip a rifle, gear & heal up or request a specific callout!
     
     
     
     
     
     

     
    MCCallouts supports English 🇺🇸, German 🇩🇪, French 🇫🇷, Czech 🇨🇿, Russian 🇷🇺, Thai 🇹🇭, Japanese 🇯🇵, Italian 🇮🇹, Polish 🇵🇱, Spanish 🇪🇸, Vietnamese 🇻🇳,  Chinese 🇨🇳, Portuguese 🇧🇷 & Indonesian 🇮🇩
    at this time, configurable in the .ini.
    You want to help translating?
    You can either do that on https://github.com/yasd2/MCCallouts-Translations or on my discord server linked at the top.
     
     
     
     
     

     
    Open the downloaded MCCallouts folder, then drag-&-drop all files in the main gta folder.
     
     
     
     
     

     
    Spoiler
     
     
     
     
     
    © 2025 MCCallouts by Yasd. All rights reserved. Do not modify or share it without my consent.
     

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.