Everything posted by Pazzi
-
LSPDFR 0.4.9 - Updated for Los Santos Tuners
Thanks Sam. Really appreciate the quick fix!
-
LSPDFR 0.4.9 - Updated for Los Santos Tuners
Hello. It seems there's a bug on this new update of RPH and LSPDFR. During the callout which has a ped in combat with weapon (e.g. gunman), the hostile ped won't fire, as if they don't have the ammo. When I called LSPDFR vanilla backup, the cops also won't fire... they just keep aiming their gun, without firing a bullet. I hope you guys can fix that. Thanks.
-
Major Performance Issues
Stutters in GTA V usually might be caused by: Windows tries to write the Page File. Make sure to put the page file on the fastest Disk. Then set the page file size manually: Min: 4GB Max: 12GB Your GPU or CPU throttle down the clock because of overheating. If that's the case, make sure not to overclock your GPU or CPU and have them to have an adequate cooling. One of the CPU core reaches 100% usage. It is not the average CPU usage, but individual core usage. Make sure to have GTA5.EXE process afinity to use all cores. Not enough windows process priority. Always set GTA5.EXE process priority set to "High Priority".
-
If the devs made their own police sim!
Developing a standalone game is not the same as developing a mod/plugin. For standalone game, you have to have more crews to handle: - Game arts - Game assets - Game sounds - Game animations - Game engine Since GTA V already provides all of the above, developing plugin is relatively easy compared to the standalone game.
-
Wich pursuit backup works best?
They are the same because UB is using LSPDFR API to perform pursuit.
-
Actually how does a warrant work in LSPDFR ???
"Wanted" flag is present on each ped's persona provided by LSPDFR API. The value itself can be set through API, otherwise it is randomized by LSPDFR.
-
When im in a pursuit i get out of my car and lspdfr crashes
red callout is the one which caused it. /30/2020 12:08:25 AM.690] LSPD First Response: ============================== [3/30/2020 12:08:25 AM.690] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK [3/30/2020 12:08:25 AM.690] LSPD First Response: ------------------------------ [3/30/2020 12:08:25 AM.690] LSPD First Response: Origin: Game fiber "<UNNAMED THREAD>". [3/30/2020 12:08:25 AM.690] LSPD First Response: ------------------------------ [3/30/2020 12:08:25 AM.691] LSPD First Response: Exception type: System.IndexOutOfRangeException [3/30/2020 12:08:25 AM.691] LSPD First Response: Exception message: Index was outside the bounds of the array. [3/30/2020 12:08:25 AM.691] LSPD First Response: ------------------------------ [3/30/2020 12:08:25 AM.691] LSPD First Response: Inner exceptions: [3/30/2020 12:08:25 AM.691] LSPD First Response: ------------------------------ [3/30/2020 12:08:25 AM.691] LSPD First Response: Stack trace: [3/30/2020 12:08:25 AM.691] LSPD First Response: at redCallouts.Main.<>c__DisplayClass22_0.<PluginProcess>b__0() in C:\Users\Orley Fenelon\Desktop\GTA Scripting\redCallouts\redCallouts\Main.cs:line 286 [3/30/2020 12:08:25 AM.691] at Rage.GameFiber.Main() [3/30/2020 12:08:25 AM.691] LSPD First Response: ================
-
Issue Creating More Than 1 Ped Discussions
You may separate the dialog with witness and suspect/ public override void Process() { if (Game.LocalPlayer.Character.DistanceTo2D(Witness) <= 3) { Game.DisplayHelp("Press ~g~y~w~, to speak with ~y~Witness"); if (!Game.IsKeyDown(System.Windows.Forms.Keys.Y)) return; if (dialogWithWitnessIndex < dialogWithWitness.Count) { Game.DisplaySubtitle(dialogWithWitness[dialogWithWitnessIndex]); dialogWithWitnessIndex++; } } else if (Game.LocalPlayer.Character.DistanceTo2D(Suspect) <= 3) { Game.DisplayHelp("Press ~g~y~w~, to speak with ~r~Suspect"); if (!Game.IsKeyDown(System.Windows.Forms.Keys.Y)) if (dialogWithSuspectIndex < dialogWithSuspect.Count) { Game.DisplaySubtitle(dialogWithSuspect[dialogWithSuspectIndex]); dialogWithSuspectIndex++; } } } }
-
how decrease random chase?
if you want to disable random pursuit: Ambient.DisableEscapedSuspectEncounter = True
-
Will this PC Run LSPDFR
you should buy a discrete graphic card (nvidia/amd). intel integrated graphic won’t do much.
-
Chill Callouts
I respect for what you're doing by sharing your new callouts and I think you're a talented developer. In your discord, you said that you store the IP address for a few seconds. How do we know if you're storing it only for a few seconds or a few months? It doesn't make sense at all to store LSPDFR character name on your server.
- 255 comments
- 16 reviews
-
Chill Callouts
The dev has testified in his discord that this plugin is storing IP and your LSPDFR character names. This would be a privacy issue if the LSPDFR names are the real player's names. More over, it is taken without player's consents.
- 255 comments
- 16 reviews
-
Terrible FPS
You PC spec is in the lower tier for GTAV/LSPDFR. I don't think you can expect more.
-
Newest Scripthook V
Most probably it's against the rule to distribute the copyrighted content. I hope they got permission from Alex Blade to do so.
-
San Andreas Pack
- 95 comments
- 32 reviews
-
Any fix to the traffic stop lag?
It's a known and long issue that sometimes when you pull over the car, your FPS will drop a bit. Usually it happens in a complex roads/intersections (inner city area) But it will back up as soon as the driver finds the right path and place to stop. I guess it's caused by "the finding stop position" algorithm within LSPDFR and only the LSPDFR dev can fix/improve that.
-
stop the ped keeps crashing once installed
please attach your ragepluginhook.log file from the main GTA folder
-
Strange Peds everywhere
your peds configuration (meta) and models are screwed up. lol if you cannot trace and rollback what have you done prior to this issue, i suggest to start a new mods folder.
-
Suggested upgrades to improve my FPS
My recommended specs: CPU: 8 cores GPU: GTX 1080 RAM: 16GB DDR4 3000
-
Arrest Manager or Stop The Ped
Make sure your PC is connected to the internet Make sure STP dll file is unblocked Add STP to the exception list of your firewall/anti-virus Change your DNS Server on your PC or your router. Try 8.8.8.8 or 1.1.1.1
-
[REL | WIP] LSPDFR Computer+
@Pixelclone Have you tried to install custom gameconfig? If all suggestions have been done, but you're still getting crashes, it's time to move on and use another alternative.
-
Is my pc good enough?
I don't think it will be goood enough for GTA V and LSPDFR, especially with that Intel GPU.
-
How to get user input to end callout
Use this if(Rage.Game.IsKeyDown(System.Windows.Forms.Keys.End)) { End(); }
-
PIT Maneuver "Vehicle Bounced Off" Issue
The pit maneuver mostly works after the suspect car tires hit the spike strips. But, when they are in good condition, PIT is really difficult to do.
-
Working Mod list?
Hi, you can start with these plugins as your core gameplay: Stop The Ped Ultimate Backup Traffic Policer PoliceSmart Radio CompuLite Those plugins are stable and working fine on LSPDFR 0.4.6 After that, you may add callouts and other plugins one by one, so if there's a problem you'll easily know what caused it.