Reputation Activity
-
craftycram got a reaction from Speed. for a file, GarageVehicleSaveThis plugin saves the vehicle you left in the Mission Row police station.
If you want it can also spawn vehicles there on start. To use that feature enable it in the config and set the vehicle model you want to spawn.
You can decide between three different spawning locations. The left, right garage or the parking lot in front.
Also if you leave the garage and you come back later a mechanic fixed your cars.
Installation:
Just place the .dll and the .ini file in the plugins folder and make sure to load it via RagePluginHook.
GitHub:
All of my plugins are OpenSource and can be found on my GitHub page. If you want to contribute to the plugin feel free to do so.
Bug Reports / Feature Requests:
To report a bug or request a feature please use the issues section of my plugins GitHub repository or do so by joining my discord server.
-
craftycram got a reaction from Reddington for a file, MechanicBackupPluginThis plugin allows you to request different backup units.
The units will spawn at the nearest police station or car workshop. Depending on the kind of unit.
To spawn them use the menu key defined it your config file. By default it's set to the back key.
Available units:
- Mechanic Unit: Repairs your car and leaves afterwards
- Towing Unit: Delivers a towtruck to your current location
- Pickup Unit: Like a taxi but with more style and sirens
- DutyVehicle Unit: Delivers your prefered duty vehicle to your current location
Requirements:
- RageNativeUI 1.7.0.0 (included in the download)
Installation:
Just place the .dll and the .ini file in the plugins folder and make sure to load it via RagePluginHook.
GitHub:
All of my plugins are OpenSource and can be found on my GitHub page. If you want to contribute to the plugin feel free to do so.
Bug Reports / Feature Requests:
To report a bug or request a feature please use the issues section of my plugins GitHub repository or do so by joining my discord server.
Video-Tutorial on Installation made by @MattyIsBall:
https://www.youtube.com/watch?v=GZH6WLgXkU8
-
craftycram reacted to ziipzaaapM16A4 for a file, AmbientAICalloutsAmbientAICallouts for LSPDFR
Copyright (C) 2021 ziipzaaapM16A4. All rights reserved.
Any unauthorized modification, reverse engineering, or distribution (including re-uploading of any kind) is strictly prohibited.
PLEASE DO NOT POST A NEGATIVE REVIEW WITHOUT ADDRESSING THE ISSUE AS A COMMENT ON THIS PAGE.
FOR ANY SUPPORT RELATED ISSUES, PLEASE POST A COMMENT ON THIS PAGE.
Join our Discord ---> here
Need Help? Open a support ticket ---> here (discord support channel link)
Want Early Access? Become a Patreon! ---> here
Update V0.9.9.02 Released
Better late than never.
Feature/Function:
AmbientResponse system wich triggers AiCallouts.
- Get police scanner feedback.
--> Units get their own call sign. Less redundancy.
AiCallouts can turn into LSPDFR Callouts.
- 6 AiCallouts included.
- 4 LSPDFR Callouts included. ==> execution only by AiCallout
RageNativeUI Menu
- Watch over the entire Neighborhood and Start Emergency's and other stuff
with the convenience of a easy controllable Menu and a big mini map.
- Partial Settings editor
- Settings Save function
AiCallout API & documentation. Create your own AiCallouts.
--> reload AiCallouts without reloading LSPDFR.
- GrammarPolice Support: no interruption by Dispatch [Outdated API]
- Heli Assistance Support: Helicopter responding to AiCallouts.
Meet other Units while their Breake
- StandingAmbientAI has been developed to make your units more immersive.
Meet your colleagues in the street and idle for emergencies.
RejectedCalloutAI
--> If you don't take the call, AI has to Respond
- The Unit will respond to the location of the call you denied.
Ressource friendly Cop Car Pool
- Units will only be claimed and persistent while emergency's allowing them to be used by other mods.
- Units get their persistent Callsign by writing it on the License Plate.
Custom Voice Line System (API integration later)
- A Custom Voice Line System that allowed us to implement different available voice lines.
- Brian Watts (Homepage Voice Actor) is a Police Officer on Duty with custom voice lines. He drives 1-Lincoln-35.
Here is a List of all development demos & other videos:
How to Use:
- Automatic separate AmbientResponse System which triggers AiCallouts.
- The AI will call for Backup if they need you. It will be shown as a LSPDFR Callout. (you have to be available for calls)
- Attach yourself to an AiCallout
simply use GrammarPolice and tell dispatch "show me responding in addition"
or by pressing CTRL + X (can be changed in .ini)
- Menu for AAIC by pressing LCTRL + F8
- You cannot attach yourself to an Rejected LSPDFR Callout from the RejectectedCalloutAI Feature.
- Console Commands for...
StartRandomAiCallout => Forcing an random AiCallout,
StartAiCallout AiCalloutName => Forcing an specific AiCallout,
AbortAllRunningAiCallouts => Aborting/Cleaning up all AiCallout,
AbortAiCallout FiberNumber => Aborting/Cleanup an specific AiCallout,
ReloadAmbientAICalloutSettings => Reloading AmbientAiCallout Settings,
ReloadAiCalloutPlugins => Reloading the AiCallout dll's from /plugins/LSPDFR/AAIC
Installation:
Paste everything into your main Grand Theft Auto V folder.
Except for the READ_ME.
Requirements:
LSPD First Response.dll
RagePluginHook.dll
Recommended Addon:
Grammar Police V1.4.1.3
Heli Assistance V2.4.2
API and Documentation:
Create your own AiCallout. We provide a textual and visual documentation and template to easily create an AiCallout.
Learn from existing AiCallouts. OpenSource AiCallouts: https://github.com/ziipzaaapM16A4/Default-AiCallouts-Pack
Use the Template to jump right into development. All necessary and recommended are already there and with comments:
https://github.com/ziipzaaapM16A4/AiC_Example
Please don't forget to rate this plugin afterwards.
if you find a bug then give me the chance to take a look at it before posting a negative rating.
Attention: AAIC is penetrating the boundaries of GTA V's ability to manage/tasks objects in the GTA world objects. That doesn't mean that its likely to crash. It just means that if objects are to far from the player, GTA is more likely to prioritize things in the near. It can result in object not tasking things in the distance or GTA cleaning themselves up. This is one of the main reason why AiCallouts aborts themselves. So far this Theory could never be approved by senior developers i want to say i've reviewed the code a dozen times, i cannot find a piece of code causing vehicles to go invalid.
We do prevent crashes but we cannot prevent the abort of an AiCallout.
Important Note: The more mods that are loaded onto the game, the more the instability rises.
Large vehicle packs can greatly reduce an entity's lifetime before it is deleted from the pool by whatever visual or scripted mods.
Known Issue: Please open supportticket on our Discord if you encountered an Error.
- Most of the issues are invalid object errors but they should not lead lspdfr to crash, these errors just give back log.
The Reason might be older versions of ELS which would despawn police vehicles left alone.
Visit Changelog from Released June 28, 2024. Version 1.05
- Sometimes if you are to far from an AiCallout the process will sleep until you're nearby due to rage not executing tasks to reduce resource usage.
-
craftycram got a reaction from 10 40 Hedda for a file, MechanicBackupBridgeA addon plugin for MechanicBackup allowing LSPDFR plugins to use the MechanicBackup API.
Shoutout to @PNWParksFan for helping me fixing my AppDomain issue.
Requirements:
- MechanicBackup
Recommendation:
- Grammar Police
Installation:
Just place the .dll file in the plugins/lspdfr folder.
GitHub:
All of my plugins are OpenSource and can be found on my GitHub page. If you want to contribute to the plugin feel free to do so.
Bug Reports / Feature Requests:
To report a bug or request a feature please use the issues section of my plugins GitHub repository or do so by joining my discord server.
-
craftycram reacted to YobB1n for a file, Door ControlDoor Control
By YobB1n | Version 1.0.0.0 | Released November 25, 2020
Discord Server Link: https://discord.com/invite/Wj522qa5mT
This is a simple LSPDFR Plugin that allows you to change when the door stays open after exiting your police vehicle, and makes managing your police vehicle while on duty a touch easier and more realistic. It requires you to be on duty through LSPDFR. It is not intended as a direct replacement for KTFDO, as it is not a standalone RPH plugin. It rather implements a feature I personally wanted to add to LSPDFR. Door control, as well as the menu, only works for police vehicles.
Features
DOOR CONTROL - The door of your police vehicle will always remain open after exiting. DOOR CONTROL ONLY ON TRAFFIC STOPS/PURSUITS - More Realistic, the door of your police vehicle will only remain open when on a traffic stop, active pursuit, or if the player is in combat. This was the main reason I made this plugin, I wanted a more realistic option - The main times a police officer will leave the door open is for cover, usually on a pursuit, traffic stop, or other high-risk pullover. OTHER VEHICLE OPTIONS - Including Opening/Closing police vehicle doors, cleaning/repairing police vehicle, teleporting to your most recent police vehicle, and spawning your favourite police vehicle. FULL CONTROLLER SUPPORT - The Default Controller Key to Exit the Vehicle is set to 'Y'. If Door Control does not engage, you may have to change it in the .ini. The default menu toggle key is Right Control Key, and there is none for Controller, so you will also have to add it in the .ini if you do not want to use the keyboard. If you have KTFDO already installed, this plugin is still compatible. Simply set "Load Door Control on Startup" to false in the .ini settings, and you can still choose whether or not to keep the door open with the key press. If you enable Door Control on Pursuits/Traffic Stops Only, this makes it very convenient.
Requirements
LSPDFR 0.4.8 (Or Newer, if applicable)
RagePluginHook 1.81.1410.16064 (Or Newer, if applicable)
RageNativeUI
Most Recent, Legal Copy of GTAV (Retail, Epic Games, or Steam all Work)
Installation
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.
How to Use
Go on duty, either by using a police station or typing 'forceduty' into the RPH console. Do NOT load this plugin through the RPH console. This plugin will load automatically once you go on duty. If you can load this plugin through RPH console, you did not install it correctly. Press "Right Control Key" or Whatever You Changed the Key to, to open the menu. By Default, Door Control will be enabled on startup. Door Control only during traffic stops and Pursuits is not. You can change what is enabled on startup in the .ini Settings file, or enable/disable features in-game, using the menu. Please note, if you enable/disable Door Control while currently in a police vehicle, you will have to exit, then re-enter the vehicle for the changes to take effect. What to Do if you Have a Bug/Recommendation
Please, report any/all bugs or issues so that I can work on them. Do NOT report bugs in the review of the plugin. Instead, leave a message in my discord server, or comment on the plugin page of LSPDFR (the page you downloaded this pack from) with a concise description of the problem and a solution if you have one.
Support the Effort
If you enjoy my 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://paypal.me/pools/c/8sIvqh6VGs
Thanks a lot, and Enjoy!
-
craftycram reacted to marsacom for a file, [ELS] Unmarked Vehicle PackMars's Modifications
=UPDATE : 9/1/2024=
Hey everyone! After an unexplainable couple year hiatus I am back and have new motivation to continue my development in LSPDFR. Part of that being finishing this pack, creating new vehicle MEGA PACKS, and creating CALLOUTS!
I also want to thank some of my close friends who even during this crazy couple years have been there and constantly checking in and seeing how I am doing. You guys know who you are, I love you guys, and I love you all!
x. Mars
Hello and thank you for downloading my [ELS] Unmarked Vehicle Pack! This pack isn't based off of any particular department or agency, it is just what I find to look good. These are my first of many more vehicles. This pack is still a WIP. Future vehicles will be released into this pack, another, or standalone!
THANKS EVERYONE!
Hey guys! I want to thank everyone for the continued support. We now have over 80,000+ downloads! Again, I appreciate all of you. Everyone who downloads the pack, joins the discord, and gives their suggestions and support, mean the world to me. Thanks guys!
x. Mars
FEATURES
-Vehicles-
-2014 Tahoe
-2019 Charger Pursuit
-2016 FPIU
-2017 Silverado
-2014 Charger PPV
-Features-
-Ram Bar (extra9) you may need to repair the vehicle to have the ram bar show!
-ALPR's (extra8)
-Blank PNG's so you can set your own color!
NEWS
THE HIGHLY REQUESTED 2014 CHARGER IS HERE!!
One of the most requested vehicle by you guys is finally here! I hope you enjoy!
DISCORD
Be sure to join my discord for EXCLUSIVE vehicle releases as well as just to hangout, report bugs, and even give me suggestions for future vehicles you'd like to see!
=CURRENTLY INNACTIVE=
LIGHTING SHOWCASE
-2014 Tahoe : https://imgur.com/a/AvAjylg
- 2019 Charger : https://imgur.com/a/Iqu9rtk
-2016 FPIU : https://imgur.com/a/iPHRXf4
-2017 Silverado : https://imgur.com/a/Hv07qXa
-2014 Charger: https://imgur.com/a/cZ3zs6G
IMPORTANT
=DO NOT REDISTRIBUTE MY WORK=
=IF YOU ARE USING OR SHOWING OFF MY VEHICLES GIVE CREDIT WHERE CREDIT IS DUE=
=REPORT ANY AND ALL BUGS IN MY DISCORD, NOT THE COMMENTS=
UPCOMING VEHICLES
- 2015 F350
-2018 Mustang
-2020 Tahoe
-
craftycram got a reaction from telinha for a file, MechanicBackupPluginThis plugin allows you to request different backup units.
The units will spawn at the nearest police station or car workshop. Depending on the kind of unit.
To spawn them use the menu key defined it your config file. By default it's set to the back key.
Available units:
- Mechanic Unit: Repairs your car and leaves afterwards
- Towing Unit: Delivers a towtruck to your current location
- Pickup Unit: Like a taxi but with more style and sirens
- DutyVehicle Unit: Delivers your prefered duty vehicle to your current location
Requirements:
- RageNativeUI 1.7.0.0 (included in the download)
Installation:
Just place the .dll and the .ini file in the plugins folder and make sure to load it via RagePluginHook.
GitHub:
All of my plugins are OpenSource and can be found on my GitHub page. If you want to contribute to the plugin feel free to do so.
Bug Reports / Feature Requests:
To report a bug or request a feature please use the issues section of my plugins GitHub repository or do so by joining my discord server.
Video-Tutorial on Installation made by @MattyIsBall:
https://www.youtube.com/watch?v=GZH6WLgXkU8
-
craftycram got a reaction from YobB1n for a file, MechanicBackupPluginThis plugin allows you to request different backup units.
The units will spawn at the nearest police station or car workshop. Depending on the kind of unit.
To spawn them use the menu key defined it your config file. By default it's set to the back key.
Available units:
- Mechanic Unit: Repairs your car and leaves afterwards
- Towing Unit: Delivers a towtruck to your current location
- Pickup Unit: Like a taxi but with more style and sirens
- DutyVehicle Unit: Delivers your prefered duty vehicle to your current location
Requirements:
- RageNativeUI 1.7.0.0 (included in the download)
Installation:
Just place the .dll and the .ini file in the plugins folder and make sure to load it via RagePluginHook.
GitHub:
All of my plugins are OpenSource and can be found on my GitHub page. If you want to contribute to the plugin feel free to do so.
Bug Reports / Feature Requests:
To report a bug or request a feature please use the issues section of my plugins GitHub repository or do so by joining my discord server.
Video-Tutorial on Installation made by @MattyIsBall:
https://www.youtube.com/watch?v=GZH6WLgXkU8