Everything posted by Phaxol
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Just an update, mod is dead and I don't know when or if I will be able to code it again due to school, real life issues, and general loss of interest in GTA V. If someone wants to take over development let me know and I will make you a contributor on the file, I will be posting the source code to the unreleased version with new features publicly as I hope people can take from it and learn, even if it is a terrible mess (one class file, very messy code, you have been warned). Open source code has been the biggest part of my journey to teaching myself to code and I hope I can help others too. It will more than likely not work in the current version of LSPDFR but updating it to not crash should be simple enough. Thank you all for your love and support of this plugin, it really means a lot to me. I never thought this plugin would get close to 135,000 downloads and be seen by almost 400,000 people. It has been an incredible journey and one that I have learned a lot from. Interaction+.zip
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Just a quick update, I have been back in school and its a busy semester for me so development has slowed but has not stopped, I only have like 2 more features to code then it will be ready for release. Sorry for the delay guys, hopefully the added functionality when it is released will make up for it 🙂 Make sure you have phone notifications enabled in the in-game settings
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Last I checked Search Warrant by Dark Myre was still working which my plugin is also compatible with, but I am unsure with the new LSPDFR and GTA updates. You can find the file and required file for Search Warrant here: https://www.ausgamer.net/files/file/9-search-warrant/ https://www.ausgamer.net/files/file/24-darkapi/
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Traffic stops are done through LSPDFR with the shift key, to use the Interaction+ menu on traffic stops use "Y" by default Please post your RagePluginHook.log file containing the crash
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Yeah those, not specifically that one from STP, there should be a ped-grab shortcut key in the STP.ini that has "T" also as its value, I would change one of them for compatibility
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Sounds like a conflicting keybinding, probably STP. I would change either the ped grabbing binding for STP or the menu open key for Interaction+ It is possible that the ped entry was deleted from the computer before the reports were created, I would try upping the "ComputerEntryDeleteWait" value from 12 to something like 20 minutes to see if that fixes the issue in the future, on long cases and investigations this can happen
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Seems you are missing and or renamed "CItations.xml" in GTA V\Plugins\LSPDFR\Interaction+, I would reinstall the XML files from this mod What do you mean by not working? Also, is it traffic stop observations or on foot? Controls are in the .ini file, "T" by default opens the Interaction+ menu and "Y" by default opens the computer and traffic stop menu by default
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Looks to be another random null reference crash, I will try and add error handling to prevent this next update I do not know as of yet, there is a chance it is broken since LSPDFR had to be updated to work with the newest DLC update. Development will be pushed back a little to try and migrate to the new version and testing for bugs
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Just got back from vacation and have been staying pretty busy, the next release is close to being ready for beta testing and I hope to finish it within the next week or so
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
I've done everything I can on my end to make it not crash, it has to be a bad interaction between LSPDFR+ and the "DISPLAY_ONSCREEN_KEYBOARD" native function. The only way to fix it now is to report it to Albo to see if he can add error handling
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
I think I was too, then I started to upgrade my PC part by part and figured out my ram was the bottleneck of my rig and causing very bad script lag because I had so many plugins. Might be worth it for you to upgrade too lol
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Your RAM speed could be affecting loading a lot, depending on your current ram speed it may be worth it to upgrade to higher speed ram and at least 16 GB: https://www.newegg.com/p/pl?d=ddr3+16g&N=100007611 600532700 600536667 600551113 6005511173 I would give the fix I gave a try out first to see if that works
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Is your ran DDR3 or 4? That's a pretty outdated rig and I would suspect that LSPDFR isn't being loaded in time to meet RagePluginHook's threshold limit. You can increase this limit by editing the value "PluginTimeoutThreshold" in RagePluginHook.ini in your main GTA V directory. I would recommend something like 50000 (50 seconds)
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Please post the RagePluginHook.log file with the crash in it and I will take a look Yes, this is currently a planned feature for future updates Does it work when set to 2 or 3 days? Try to delete both ".db" files from Plugins\Interaction+ then change the days in the .ini and see if it works. If it works I will have to fix it to work for the one day setting What are your computer specs? Did you change anything before this started to happen?
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
I am looking into adding the option to be compatible with STP in the future, also vanilla LSPDFR API now has an event handler for getting ped IDs, which means I can also make it compatible with that now. As for now, you can get the ID of a ped into the computer system by opening up the Interaction+ menu next to them and selecting the "Ask for ID/Observe" option. Arrested peds should be automatically added to the computer system if not already I will have to investigate the bug more, but if this is happening I believe its a bug in the LSPDFR API, which is used to determine if that option is available: It could also be similar to the issue where the game crashes on traffic stop where the ped becomes null, in this case the ped reference wouldn't exist so it wouldn't be enabled. While typing this I actually had an idea to work around this problem, I will try it out to see if I can fix it
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
The arrest report option becomes available when the ped is currently arrested, if they are in handcuffs and have an ID in the computer system the option should be available. Looks like something made the ped reference null, which is a common problem that happens sometimes due to many plugins interacting with the same ped I believe. I have tried to add a lot of error handling to that function but it seems I am missing it somewhere, it is hard to find though because I have only had this crash once or twice and there seems to be no way to recreate it everytime
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
The license info is generated by the LSPDFR API, including name, DOB, and license status. It should match all other plugins. If you are referring to when you are on a traffic stop and you get the license from the driver and it says "Up to Date", then you run the license on the computer and it shows suspended, this is normal behavior as you cannot see if the license is suspended without checking it on the computer (or radio record check), only the date. As for the wanted reason, if you are comparing wanted reasons with Computer+, they will never be the same as my plugin uses separate files to generate the charges
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
This will now be a problem present without having the game paused anymore to fix compatibility with LSPDFR and LSPDFR+. As far as I know, nothing can be done to fix this problem as you can't stop other plugins from reading input, only the main game thread. The best workaround is to either store evidence before putting the suspect in the car or put it in another police cruiser if present. This is a crash in the LSPDFR 0.4.2 plugin, are you using the latest version? There was a new update on the 20th that fixed some issues:
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
You do not have Traffic Policer installed, which this plugin relies on. Get it here: You must click "Ask for ID/Observe" in the menu in order to get the nearest pedestrians ID.
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
I have released 2.2.8 but have done minor testing due to being busy, so I would consider this a beta build for testing the transition to the new LSPDFR version. Please let me know of any bugs you find, I will be keeping 2.2.7 up until everything with the new update is hammered out. Please post your RagePluginHook.log file with the crash and I can take a look at it Fixed in newest update
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Caused by bad plugin interaction between the pause function of evidence storage and LSPDFR+. Will be fixed in next update (2.2.8), which will hopefully be out today
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
I am not sure of the backwards compatibility, I think 0.4.2 relies on things not present in the 0.4.1 install so it may be buggy or just out right crash I am planning on adding the ability to run a record check on the vehicle in front of the player, since the computer system can't be opened while driving I will probably add a hotkey for it
- 1,005 comments
- 68 reviews