Everything posted by GTAbear
-
I can't install any plugins to LSPDFR
Plugin ManiacCallouts is no longer supported It also readout in your screenshot, that ManiacCallouts has defect Assembly. Ask for a supported plugin that has similar content as ManiacCallouts Alas, I know neither
-
game launching in older version
I had the same issue with my EPIC version. I'm afraid i had to re-install.. THIS IS FOR EPIC ONLY The 'trick' that should force an update is to delete GTAV.exe, and then connect with EPICgameLauncher, and it work untill the 'greenish-tint' is removed from the game-icon.
-
Bug: random encounter pursuits are missing interaction with suspect
Yes, that is what you need to do. Stand next to the suspect, and use the call-back-up option code3/pursuit , then the suspect will be 'attacked' and arrested by the AI-police. You wont be able to interact in that process, but that is only so for the random encounters. Btw a stungun is next to necessary for playing the game. You cant stop suspects without killing them if you do not have a stungun. Press F4 and write giveWeapon, then browse down the list for stungun, select it and press TAB then enter. You should now have a stungun. I have a key for that in my plugin
-
Robbery
Have you Mods installed? Inside your GTAV folder, you have a file RagePluginHook.log Everything that happens in LSPDFR is logged in that file Attach it to a post here, then someone with insight perhaps will be able to see something. You also have a file in ..\GTAV\lspdfr Called lspdfr.ini The property Holdup.TimeMultiplier holds a "Float" (thats just computerlingo for decimal-number) of 1.0f a higher value would/should extend the time before the route is removed, so you can experiment with a higher value OBS the 'f' (1.0f) has to be trailing the number!
-
Bug: random encounter pursuits are missing interaction with suspect
Correct! Driving Suspects from random encounters are never marked as perpetrators that the player can interact with. To be precise it happens when a Half-sized blip marks a possible criminal in a car. First part, where the player needs to drive close by the suspect does work. The tiny blip changes size, and become a proper blip, and a normal chase is initiated. The bugged situation is when the player manage to bring the perpetrator to a halt, and the Ped(s) that was in the car surrenders, then any interaction, with either E ao Q, is blocked. Calling backup will solve the situation, because the AI-cops can interact with the non-responsive Peds. They will be both arrested and transported by the AI-unit.
-
EPIC: Getting strange error message after update
Sure! I found one 'fault' and marked it My game is not Steam, it is EPIC, but i think the "Game is" just check if it is retail -right? The "############## <message> ################# is made by my own plugin, other wise everything is vanilla, but that is also shown in the log, so.. 🙄 Log: RagePluginHook01.log
-
EPIC: Getting strange error message after update
Just an update. The new GTAV installation gave no issues at all. LSPD:FR read the new files a expected and launched correctly. Sadly i have no clue why i 'lost' my previous install. Propl just 'one of those things' . In case anyone else needs to go that way, you only need to copy your plugins to new identical folders and also your Player-characters from \GTAV\lspdfr\chars Then every thing works as before you made the new install I do have one odd issue though This gadget hangs and also block the 'timer-bars' in arrest-sequence etc. I do not know why Cmd gotoDuty omit the 'joke', and the glitch is gone.
-
EPIC: Getting strange error message after update
Not well 8 p I decided to follow the lead from EPIC-Troubleshooter, and start all over.... Basically EPIC says : Delete the whole folder and then re-install 2½ hour so that was a breeze.. 🙄 Now i will do LSPDFR tomorrow, cause its dead late ..or early here Thanks for your interest! You too @qaws
-
EPIC: Getting strange error message after update
I get this problem. It looks like RPHook cant see the updated game I do have version 1.02824.0_v1, as can be seen in the Version box, that is a screenshot from EPIC-games Library. How can i make RPHook aware of the fully updated game?
-
Block updates
Yes i found it! Thank You! Right now and here Charlie advised a method for disabling on EPIC Now someone need to explain a method for Steam
-
Block updates
Woot where min the launcher did you find that? Its exactly what i have been looking for. I have even been told that there was nothing to do
-
Block updates
My uneducated guess is that this option is available for Steam and Steam only. I know for sure that it is not possible to avoid updating if it is on EPIC-games. Updating starts imediately and there is no setting in EPICgameLauncher that can prospone updating -Or aqt least non that i have found.. That is imho a big miss from EPIC, because updating other games (mandatory) makes any game laggy and not playable. Of cause updating should be a user chosen process, and not a mandatory process as soon as any game is activated.
-
Added Oficer does not act as police
It works! What i did was to add all to an array, and then check if they had HATE-relations towards player, witch would make them hostiles. Here is the code in case someone else has the same problem Thanks again!
-
Added Oficer does not act as police
Hi Thank you for assisting once more! No i have not tried that, and i do not know how to sort out the gang-members from other Peds. I expected that using the default relationshipgroup COP would make the partner cop react to all gangs. That could be a mistake! But how can i avoid adding normal civilians to a list of gangsters Ped[] suspectGroup = Game.LocalPlayer.Character.GetNearbyPeds(10); Could include civilians driving on the street. (they flee screaming -very nice touch : )
-
Added Oficer does not act as police
I have issues with a code that i meant would spawn a 'partner' that would take part in interactions with hatedGroups My code : Instead of reacting towards the hostiles the partner-Ped stands motionless and does not react, even when hit by bullets There are hostiles in all yellow circles. I know the code is used, because i get the trivial-sentence logged. I am missing 'something' in the activation code, but after searching i have not been able to get a responsive 'partner'.
-
Default RelationshipGroup ?
I have searched for a list of the RelationshipGroups, but i cant find it I believe COP is a default group, but what else are also default groups? I have found the list There is one at pasteBin These are the groups:
-
Most Efficient Way To Test a Plugin?
There is one trick. After you have been through one sequence of cmds, You do not need to type in CLI again. If you hold Ctrl and press arrow-keys then you can browse through all your previous CLI cmds. It is marginally more efficient than having to type letters in the 3 cmds needed for unloadingPluginLSPDFR, loadingPluginLSPDFR and forceduty, where the bolds are the only necessary tokens for the CLI-cmd in question.
-
I can't launch a game from the Epic Games Store
Dont do that First launch GTAV and enter story-mode completely Then launch RPHook
-
Script to force directions of driver?
oH! THATS... I am so sorry. I have eye-sight issues : / This should work https://www.sendspace.com/file/a9452n
-
Script to force directions of driver?
I have made the plugin. Please read the textfile. It also explain 'installation' (copy paste). If you have issues or ideas for improvements please let me know. link: https://www.sendspace.com/delete/rreumu/8d7f526f6f800b4ad0b38d15e1c67ee8
-
Functions.GetPersonaForPed(ped) causing a NullReferenceExcpetion
I cant help im afraid But i have to ask where this comes from? Neither docs.ragepluginhook.net/ or Natives has this "GetPersonaForPed" method. What is the API you are using? Is there a page for this LSPDFR API ? I have only used RAGE and Natives in my programs, so if one more exists, i would really like to dig into that For your issue I would look into what LSPDFR.GetPersonaForPed(subject) Actually contain, is it by chance a null-reference ? Try dumping it into log and see what comes out
-
Can't put suspects in vehicles
True, transport of suspects in own cars backseat is not working, however you can get transport of suspects If you have your suspect kneeling !!! (Must kneel!) : Press B and select Suspect-transport & Local-unit. A police-unit drives to your position and pick up the kneeling suspect. You also need to read about the speciel suspects from spontaneous chases :
-
Functions.RequestSuspectTransport not working
Afaik you do need to do the arrest-sequence and have the suspect kneeling, then you can call the transport without having to use any menu, with the code i gave you. Total automated arrests are not possible, after all.. YOU are playing the game : )
-
Script to force directions of driver?
@FelixAB1988 I have implemented stopping cars and then directing them You can see the plugin functionality here: Let me know if you want the plugin. B.r.
-
Functions.RequestSuspectTransport not working
Yes! It is even written on screen Suspect must be kneeling for transport1 -Except the case i described above ------------- In case you do not know To get the suspect to kneel, you tab Q after you have cuffed the suspect (if you hold Q you will frisk the suspect)