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.

nokknokkopenup

Members
  • Joined

  • Last visited

Reputation Activity

  1. Love
    nokknokkopenup reacted to Sebo for a file, EUP Outfit Converter   
    This is a small standalone tool that allows you to convert outfits. You can turn any EUP outfit (preset or created by yourself) into the LSPDFR outfit
    format and also UltimateBackup, so you can always equip the AI with the same clothes as you.
     
     

     
    A Windows PC with the latest updates.
    EUP/LSPDFR/UltimateBackup (at least 2 out of 3, otherwise the tool would be useless for you.)
     
     

     
    Extract the file wherever you want and run it.  Paste in the config lines from one of the 3 outfit formats (See screenshots). Locations for those are down below. Copy the entries from the converted formats and paste them in the corresponding config file.  
    EUP outfits: 
        Grand Theft Auto V\Plugins\EUP\wardrobe.ini for outfits that you have created using EUP menu or     Grand Theft Auto V\Plugins\EUP\presetoutfits.ini to convert premade outfits LSPDFR outfits:
        Grand Theft Auto V\lspdfr\data\outfits.xml or if you are using EUP:FR (Ultimate):     Grand Theft Auto V\lspdfr\data\custom\ and then whatever agency. UltimateBackup: 
        Grand Theft Auto V\Plugins\lspdfr\UltimateBackup\DefaultRegions.xml or     Grand Theft Auto V\Plugins\lspdfr\UltimateBackup\CustomRegions.xml  
     
     
    Disclaimer: Yes I know that VirusTotal is showing that a few (3/60) Antivirus vendors flagged it. It is obviously a false positive and I've submitted the file to all
    kinds of vendors including Microsoft for a manual check. I will happily provide Cyan or LCPDFR.com staff with the source code for manual review to
    prove that it is indeed safe.
    If you still don't trust it for whatever reason, feel free to use Microsoft's Sandbox (comes free with Windows 10 or from the Microsoft Store) and run it 
    from there.
  2. Love
    nokknokkopenup reacted to YobB1n for a file, Realistic Taser   
    Realistic Taser
    By YobB1n | Version 1.1.3 | Released August 19, 2022

    Join My Discord Server for Updates and Early Releases,
    and find more of my Mods at my Website.
    Introduction
     This plugin aims to change one of the most unrealistic parts about LSPDFR - the taser. As it currently stands now, the taser will always successfully stun the suspect up until a certain threshold, where the taser is then out of range and ineffective. This plugin has two options - either a user-defined probability of the taser being effective regardless of the range, or a probability depending on how far away the taser is from the suspect.
     
    Requirements
    LSPDFR 0.4.9 (Or Newer, if applicable)
    Most Recent Version of RagePluginHook
    Most Recent, Legal Copy of GTAV (Steam, Epic, or Retail All Work)
     
    Installation Instructions
    Unzip the file. Copy ALL of the Contents of the “Grand Theft Auto V” folder into your MAIN “Grand Theft Auto V” or “GTAV” Directory, which contains “GTAV.exe” in it.
     
    Features
    All these features can be customized and enabled/disabled in the RealisticTaser.ini Config File.
     
    Taser Success Probability - Specify the probability of the taser being successful, regardless of how far away the player is from the Suspect
    Taser Success Based on Range - The probability of the taser being successful depends on how far the player is from the Suspect. A detailed description is below.
    Scale Factor - Change how the Taser behaves based on your “feel” for the game.
    Limit Reloads - Limit the taser to a certain amount of shots (default is 2) as in real life. Reload Animations can be enabled/disabled.
    Replenish Taser in Vehicle - The Taser will replenish to the specified amount of shots every time the player enters a Police Vehicle
    UI - A basic UI indicating how many shots are left in the Taser, similar to the Ammo Counter for other weapons. Can be adjusted or disabled entirely.
    Dry Fire - The Taser will produce a Dry Fire (click) sound if fired when not reloaded.
     
    How the Plugin Works
    As mentioned, there are two main options with this plugin. A detailed description of how each option works is below:
    User-defined Taser Success Probability
    Using the “Taser Success Probability” option in the Config file, you can specify the probability that the taser will be effective, regardless of how far the player is from the suspect, provided the suspect is within the default taser range. Setting this to 0 means the taser will never work, and 100 will always work (provided the suspect is in range).
     
    By default, this is set to 69% (nice), the average taser effectiveness reported by Police Departments in 12 major U.S. cities in 2015, according to a 2019 NPR article titled “Despite Widespread Use, Police Rate Tasers As Less Effective Than Believed”.

     
    Range-defined Taser Success Probability
    This is, in my opinion, the better option. When “Taser Success Based on Range” is set to true in the Config file, the chance of an effective taser deployment will depend on how far away the player is from the suspect. This is the default setting.

     
    Using the above data from the same article from both New York and Fort Worth, it is clear that taser effectiveness is far higher when the suspect is between 3 feet (1 meters) and 10 feet (3 meters) away. Effectiveness drops significantly after this threshold. Extrapolating this data results in the following graph (note the probability of success (%) is the y-axis, and the range (in meters) is the x-axis.

    If you are curious, this results in the function
    y = 60.7539 / x^0.824732 - 12.821 where x is the range between the Suspect and Officer in meters. Of course, this is only an approximation based on yearly data from just two Police Departments, but it’s what I went with. This means that you will have to be quite close to the suspect in order for the taser to be reliable, which is true to life. The taser may still work at farther distances, but its reliability will drop off considerably quickly as demonstrated in the above graph.
     
    GTAV Distance Scaling - Important!
    An important note, GTAV does not have the same distance scale as real life (distances in GTAV are much larger than they would feel in real life). Think about how you can easily drive over 150 km/h on a city street in GTAV, but it seems far slower than 150 km/h would actually be. The setting “Scale Factor” will multiply the distance between the player shooting the taser and the suspect to compensate for this. The default is 3, higher values will increase the taser’s effective range, lower values will decrease it. You can adjust this to what feels realistic and natural for you.
     
    How to Use
    This is an LSPDFR plugin. It is placed in the Plugins/LSPDFR folder. It will be available once you load LSPDFR and go on duty. This plugin originally was intended as an RPH standalone plugin, however there was a bug that seemed to occur whenever LSPDFR was loaded. I may release the standalone version of this plugin in the future if people request it.
     
    Bug Reporting and Requests
    Please report all bugs or issues so that I can work on them. Please Do NOT report bugs in the review of the plugin. Instead, please leave a message on my discord server in the bug reports channel, or a comment on the plugin page of LSPDFR with a concise description of the problem and a solution if you have one. If you have any improvements for the plugin, or suggestions for future plugins/callouts, please also leave a message in my discord.
     
    Support
    For the best support, please either use the support channel on my server, or the official RagePluginHook Discord Server.
     
    Support the Effort 🙂
    If you enjoy these plugins please share them with your friends and leave a positive review, and report bugs so the experience can be better for everyone. Also, it would mean a lot if you consider supporting me on PayPal, https://bit.ly/3iBmnsn. 
     
    Check out my Other LSPDFR Mods:
    Yobbin Callouts - Unique and detailed callout pack all around San Andreas!
    Fort Zancudo Callouts - Immersive Military Police Mod for Fort Zancudo
    Door Control - Police Vehicle Options Menu
     
    Credits
    I’ve had this idea for a while, but I was finally spurred on by this Forum post.
    Big Thanks to NPR for doing all the research for me lol.
    Thanks to all who reported issues or contributed feedback/ideas to this Plugin!
     
    Once again, thank you for downloading and have fun! Take care 🙂
     
    Please do not redistribute or reupload any of my plugins to other sites. Thank You!
  3. Love
    nokknokkopenup reacted to SK 116 for a file, Fire/Rescue pack [Non-ELS]   
    Just a few Fire/Rescue vehicles I threw together for our server. We're a small group and don't use fire/rescue vehicles often, so I didn't spend as much time on these as my LEO vehicles, however, the pack should still be decent I believe.
     
    VEHICLES:
    FIRETRUK - Pierce Arrow XT
    FIRETRUK2 - HVY T815
    AMBULANCE - Chevy Ambulance
    FIRE1 - Expedition
    FIRE2 - Explorer
    FIRE3 - BMW Motorcycle
    FIRE4 - Silverado
    FIRE5 - F450
     
    360 environmental lighting, bobble antennas, trunk equipment, etc.
    Firetruck is intentionally spelled without the 'c' as that is how GTA has it.
    I don't think North America uses motorcycles for paramedics very much, but it is more common in European countries.
    *You may need to change the handling lines in the vehicle.meta files for a couple of the vehicles. We have a modified handling.meta that the vehicles are set up to, and that meta is not mine so I cant include it with these vehicles*
     
     
     
    Most vehicles can have multiple liveries. Currently, the Firetruk and Fire5 (F450) I believe are limited to just the 1 livery.
    Also, I did template the Silverado with the camper shell too, and I messed it up. So the original template is included in the download, and the camper shell seems to pull the colour from that template. I do plan to redo the template for it, I just don't have time yet.
     
    As long as you do not rip the models/pack or take credit for them, do not violate any terms and conditions of any websites, and do not try to sell the vehicles/packs, then I do not care what you do. You do not need my permission to link this pack, make skins, convert them to replacements/singleplayer, upload to other sites, use in your server or YouTube vids, etc.

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.