Everything posted by GTAbear
-
Rage Launcher issues
Then i do not know the fix -sorry
-
AI police car lightbar
Please post a screenshot. Default the top-bar-lights are red/blue and white at all time. E toggles sound & lights on/off, and 'J' toggles sound alone. If yours are different you have a conflicting plugin installed.
-
hello i have a problem with compressing
One thing to avoid in program are Country-code-page ASCII-chars, (unless they are quotes) Try and change the namespace namespace llamadas_españa to only UNIcode charachters. Make sure you get that change registered throughout the dependencies. Perhaps the easiest way, is to start a new project. If its not fixed we do need the errors-list, try right-click on the component and see if the context-menu has something like Copy-to-clipboard' If not, make screenshots of the errors and make sure the are full-expanded
-
Rage Launcher issues
Yes do not load your GTAV through RAGE For all versions Do like https://www.lcpdfr.com/forums/topic/125624-rph-does-not-open-game/
-
hello i have a problem with compressing
Surely you can use ctrl+a and mark everything, then ctrl+v will insert it If not you need to make good screenshots What program do you use?
-
Natives.CreateVehicle crashes with System.NullReferenceException
- Problems when stopping peds
Yes, I cant see any loaded plugins at all in your log so you only have LSPD:FR is that correct? In that case shut everything down incl. your pc, and restart. The error is from addressing a Ped-model, but unless you have modded ambient Models(?), or made some attempt to open compressed folders in resources -f.i. with something like OpenIV.... (?) -then the error is just odd. If you have used OpenIV or similar, you must have damaged packs with ambient content, then you need to have your installation repaired.- install error
Dont use the installer. Right next to the .exe installer on the download-page, you have the option for a Manual-zip file. Download that! Unpack it and select everything, then simply copy everything When you make first start, in the GTAV-folder.Windows may protest this action, but override that with your Admin-option. When you make first start, You will most likely get a message from RPHook that windows has blocked several files. Here use the option: Let RPHook unblock all files- hello i have a problem with compressing
I do not understand what you mean with 'compressing'. You ought to Build a dll -Is that what you do? I also cant find your Main in the link. Please simply paste your Main.cs here, and copy all the error-messages from your Output, and paste it here too- Problems with textures/ skins Model.Name of Peds
I see! So they wont be identical looking, even when they are of the same model T.Y!- Problems with textures/ skins Model.Name of Peds
I want to spawn a group of LOST-bikers, but are really confused from the Ped-documentation. In the Ped-DB the Available LOST peds are only three, but there are at least 5 more skin-variations in this image alone, and i include the tattooed one The situation is even more strange. I have a method (I simply uses GetNearbyPeds(1) -Ped 0 is then the focussed one) where focused Ped is addressed, and then walk away, after the Model.Name has been logged Each Ped in the picture is logged as G_M_Y_LOST_01 They are identical?! It became even more weird A rainstorm made the bikers leave their positions. Nice behavioural feature! Then they came back, and i did a new check on their Model.Name This time they all where logged as G_M_Y_LOST_02 Same group of different Peds, but same Model.Name?! How is that possible? What are the Model.Name for the Peds that are missing?- Can't choose inventory it is stuck on Patrol
So the issue is only on one of your computers -right Besides removing your Mods and then adding them one by one, and test functionality for each added, i cant see any solution for your issue.- Can't choose inventory it is stuck on Patrol
Meaning that you are using some plugins? Some plugins f.i. StopThePed, will block some weapons. Do you have that installed? If not, Try to re-save your player-char, and then go to the police locker. Select your Dep. and a load-out I strongly recommend stungun-patrol -Otherwise you will only be able to stop Baddies by shooting or clubbing them..- Weird Audio bug
There is only one way to tackle something like that. You need to disable all Mods and try what happens in clean Vanilla with no plugins at all! It would be expected that sounds are perfect. Then add the first of you plugins, restart the game, and test [add the next of you plugins, restart the game, and test] Repeat [] -until á culpit is found. Hope there is just one, and hope that the issue is not a compound from +2, then you are pretty much screwed. Of cause it would make sense to bulk-install all the plugins that most uses without issues, before you start the cumbersome one-by-one expansion- Lights Not Working
Sounds like you may have a plugin that conflicts with 'something'. If you changes mods to _mods (eg disable all mods) does default emergency-lights then work? Default emergency-lights was mended in last release. They now allow you to cut the siren but keep lights -the default key is J- Sirens not working
But have you looked in that path if the wavefile exists? That would be the first thing to do. If its there then test it in a sound-player, it could be corrupt If its not there ao corrupt, you should be able to insert a new wave-file and have that playing, but maybe not if the file is multi-sample Lastly: Contact the Dev that made the pack- Disable ambient suspect encounter
the parameter is in your .ini-file. However random encounter is a strong gameplay feature (except the arresting sequence is bugged for player, not for AI) In what way do random-encounters ruin the game? Instead of removing a symptom of a problem, the problem should be found and removed So Why do you want to remove random-encounters?- Change of position of police stations
What editor do you use that make that possible?- Rage Plugin Hook suspended lauching
Was your GTAV running and in story.mode? Try doing like this https://www.lcpdfr.com/forums/topic/125624-rph-does-not-open-game/- Script to force directions of driver?
Thank you for your detailed feedback! Very appreciated! I think a general method to simply force an addressed entity to complete stop receiving base-game control-input, and forcefully only reacting to input from plugin-cmds, is needed. A cmd like that could solve several glitches in base-game * Ignoring arrest * Removing interaction blocking and indeed * override default paths for vehicles I am experimenting with a state-machine, where entities are being commanded to do the same thing inside while-loops. It kind of 'works'. I can lift a Ped from the ground and move it to a specified position, but it is motion-frozen! It seams that a forced behaviour freezes the entity, and it looks very unnatural. If i manage to improve the script i will ping you.- LSPDFR crashes when somebody starts shooting (during callout)
Open your RPHook and press the cogwheel In bottom left corner it should say: If it does not you do not have latest version- 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! - Problems when stopping peds