Everything posted by LMS
-
Walkstyle reset after frisking
Thanks for bringing it up again, we will have a look.
-
LSPDFR crashing
It seems your character was saved with a weapon that is no longer valid. Have you changed your weapons by any chance? I will add a safety check in the next patch, too.
-
major textur loss after .041 install
Have you tried setting "PreloadAllModels" to false in your lspdfr.ini?
-
Can not Report Crime - Key not working
Your settings look fine. Are you playing on keyboard or controller mainly? You can also try renaming the keys.ini file to say keys_test.ini file so LSPDFR will load its default configuration. See if using B works again then and go from there.
-
"PoliceStationInterior" causes LSPDFR to crash.
The issue will be fixed in the next patch, thanks for your report.
-
Stuck on "loading LSPDFR"
You seem to be missing RAGENativeUI.dll.
-
There's a coke can spawned in front of my face when stopping a ped
We'll take a look, thanks for your report.
-
Leaving & Returning To Mission Row Causes Crash
Thanks for reporting your issue, it will be fixed in the next patch.
-
RagePluginHook Cruise Control Problem
The easiest way would be to apply the driving task with a specific speed to the player ped. This will also make the player drive (i.e. turn etc.) too, though. You can directly set the speed of the car using the Game.LocalPlayer.Character.CurrentVehicle.Velocity property. This is the physical speed of the car, not its actual speed on the road.
-
Mit meinen LCPDFR 1.0 stimmt was nicht
Benenne MSVCP110.dll zu MSVCP110_o.dll um.
-
Mit meinen LCPDFR 1.0 stimmt was nicht
Du hast die DLL im Hauptverzeichnis, obwohl sie da eigentlich nichts zu suchen hat. Einfach mal umbennen und schauen, ob das hilft.
-
Disable explosion sound during chase
You cannot disable the sound or flashing screen currently. The only setting available is disabling the camera zoom "Chase.DisableCameraFocus".
-
A few ideas and improvement suggestions
Okay thanks, I will have a look.
-
Mit meinen LCPDFR 1.0 stimmt was nicht
Poste bitte einmal deine Logs.
-
A few ideas and improvement suggestions
Could you please elaborate on this? Your personal vehicle at your apartment should "remember" all these things.
-
SpawmAmbiently spawns vehicle with wrong livery
Thanks for your report. You are correct that liveries are not properly assigned for ambient units (neither are extras, I just checked). It will be resolved in the next patch.
-
Make it work AmbientSpawn.MaxCopsInArea
Please note that if you have "AmbientSpawn.DisableRandomUnits" set to true, LSPDFR will not create any ambient units, so setting the number to 60 has no effect. Unfortunately there is no way to make more ambient units respond in the current version, but I can add that in the next patch.
-
LSPDFR Won't Load
Please post your logfile.
-
LSPDFR Sync not updating certain stats?
We do not yet log everything, but feel free to suggest events and we can see about adding those.
-
LSPDFR 0.4.1 - Now Available
Your issue is with Interaction+. It fails to read its settings or something (I don't know how that plugin works), line 71 is bad as you can see in the log. Either remove the plugin or fix the settings.
-
LSPDFR Sync not updating certain stats?
As for arrests, the stats are a little misleading right now. Internally we distinguish between detaining someone (cuffing) and arresting someone (taking them to a station or jail/calling prisoner transport for them). Arrests will hence only increase for the latter. We plan to make this distinction clearer soon when we update the stats system.
-
Issue with loading RPH
You are very welcome!
-
Getting File load exception for a reference
It could also be that a dependency of VocalDispatch is not being loaded, it is not necessarily the dll itself.
-
LSPDFR 0.4 API Update
It should work for the actual status but yes, the menu not being updated properly is a bug. Thanks, I will take a look. As for the object and animation, I cannot give you a definitive answer, we would have to try it internally first and see how well the decoupling works.
-
Issue with loading RPH
Please download and install this: https://www.microsoft.com/en-us/download/details.aspx?id=14632 Then try again with the shortcut and see if there are other problems.