Everything posted by Joshy24
-
Auto Pursuit Backup
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Hey there, back from holidays :) When you're not in a current call and you have your sirens off press and hold (in your case) Num0. You may need to hold it longer (depending on what the custom unitJoinIntervalMs is set at, higher it is the longer you'll have to press) I'm going to put key presses in a seperate thread so that you can just tap the buttons. For the next update though :)
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Hey Ams, Yes, there is a manual toggle on and off for the whole mod, (default NumPad0), but you can change it to whatever you like in the .ini :) I gave a web link to a list of acceptable button inputs in the .ini too. Just make sure your sirens and lights are off so you can tell dispatch you don't want any more units any more if it's on Have a good one
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Hi there, With the earlier versions of my mod, it would crash other plugins, however since I have updated it and it now runs in its own thread (which was the underlying issue). The updated version is 2.0.3. Cheers
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
I'm sure it'll work for you this time! Sorry about the buggy stage, Albo helped me out as you said and it's pretty good now. Just take a look at the .ini and tweak it how you like.
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Hi guys, That was actually a brilliant idea, so I added it in to this update along with some other code optimizations. Edit the enabler key in the .ini Have a good one
- 108 comments
- 16 reviews
-
GTA V Plugin .INI Browser
- 420 downloads
- Version 1.0.1
Do you have too many mods? Want to go through and edit all of the .ini files you have but don't have the time or feel lazy? This tool has it in one place; just place the standalone .exe in the root GTA V directory, run the program and it will detect all .ini files in the user's plugin folder. Don't worry, I also included all sub folders as well, so it's not just the plugins folder, but also our beloved LSPDFR folder too. I love Windows Forms. Peace and Happy New Years!!- 1 comment
- 2 reviews
-
Auto Pursuit Backup
- 108 comments
- 16 reviews
-
Plugin Development: Main()
Hi LMS, Albo helped me out with this one, I had to create a new GameFiber thread. Thanks :)
-
Auto Pursuit Backup
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Hey, Open the INI and tweak around a bit, reduce the delay timer and of course make sure you have your sirens on in a pursuit! Also just check that you unblocked the .dll file in Windows too.
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
1. If you force duty, I have noticed that odd things may happen, however if you go on duty via a police station it should work normally. I'm working to fix the issues and some of them seem to be happening in the base mod, however I can't be too sure and need to troubleshoot extensively to get it working as a whole. 2. Yes, this is normal and sometimes backup will take longer to arrive. Sorry it's a bit buggy at the moment, finding out what's going wrong!
- 108 comments
- 16 reviews
-
Plugin Development: Main()
Hi everyone, As someone who isn't new to C#, but is new to plugin dev, it seems like if I run my code loop through Main(), it will hog the whole of LSPDFR will halt, or if I have my code loop through OnOnDutyStateChanged it works, however when I force start duty (jump + F9) it seems to have really weird side effects to LSPDFR. Is there something I'm missing or perhaps I am forgetting something really simple? I can get my code to work, it's just that when accepting a callout, the flashing radius blip won't update to the 'enemy', thus kind of halting everything anyway. Thanks everyone in advance
-
Auto Pursuit Backup
Unfortunately I'm still fixing that one up so straight answer is no, this is just a hotfix. Sorry it's taking a while
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Oh dear, okay. I'll fix that up now. Sorry! @Zachford111 @Pumpk1in Edit: I've fixed the problem and have tested the new patch vigorously, simply download the new patch at the top of the page and have yourself a lovely day :)
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Thanks guys, I'll have a look and see what I can do to make it work with the other plugins. I'll try and get it out as soon as I can :)
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Hi, Go into the INI for me and change the 'unitJoinIntervalMs' to something a little higher. I usually run with 20000; however they shouldn't be called when you do a traffic stop. I'll look into it for you and make another update. Thanks! Thanks everyone for 1k downloads!!! <3
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Hey there, Sorry that it's not working on your system, the mod uses RequestBackup using the LSPDFR API, does using the 'B' menu work at all? Quite strange, I'll look into it however it is known that some mods can interfere in some way to affect the mod. Thanks for bringing it to my attention!
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Hi and thank you! I believe it will work with any Rage Hook version that is compatible with LSPDFR itself as it is an LSPDFR plugin. As soon as I can iron out bugs and methods I plan to add many more features. And yes, that is planned, I will be integrating some aspects into other modifications, toggable within the INI file.
- 108 comments
- 16 reviews
-
Spawning cops at beginning of pursuit
As showcased in my mod, http://www.lcpdfr.com/files/file/9719-auto-pursuit-backup/ As @alexguirre mentioned, you use Functions.RequestBackup(Vector3, EBackupResponseType, EBackupUnitType); However! The cops won't pursue unless you use EBackupType.Pursuit. Otherwise they go to your last known location and fumble around.
-
Auto Pursuit Backup
Cheers for the feedback! That's actually a great idea, I'll work on that one after a few bug fixes! Hi Easye323, Place the two files in the "Plugins\LSPDFR" folder, since it uses the LSPDFR API to work. Thanks! Hi Albo!! I've heard much about you and I use your traffic policer mod myself! Thanks so much for trying it out, I hope it's okay!! Cheers!
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Hi, I believe it will work with any Rage Hook that operates fine with LSPDFR, since it is an LSPDFR plugin not an independent mod. That said I work with Rage Hook v0.29.817.5806. Hope that answers your question!
- 108 comments
- 16 reviews
-
Auto Pursuit Backup
Hi all! I did some research and discovered that some other mods may force crash LSPDFR while Auto Pursuit Backup is installed. My advice is to remove all mods except for Auto Pursuit and slowly re-add them if you wish. I am working at the moment on user control on the 'unit join pursuit' interval (the interval that the plugin adds a unit to the chase) to be defined in the INI file. You will see an update in the near future. Till then!
- 108 comments
- 16 reviews