Everything posted by Pazzi
- German VocalDispatch - offizielle deutsche Version
-
LSPDFR 4.3 On Duty freeze
ok good... starting from that state, add your mods folder and then run.... see if it works... Note: if you're upgrading from previous GTA and LSPDFR 0.4.2, you need a clean new update.rpf in the mods folder.
-
LSPDFR Keeps Crashing After StartUp
try to open RPH settings and set "plugin timeout threshold" parameter to 60000
-
LSPDFR 4.3 On Duty freeze
try with clean GTA V + LSPDFR only i mean you have to remove (backup first) mods folder, trainers, and all plugins. (just run with only LSPDFR) let's see if that works.
-
LSPDFR 0.4.3 - Now available!
Hi @Sam & @LMS I'm wondering, does the new "Main.DisableMultiplayerMap" variable affect the game performance and stability? If we disable multiplayer map, what feature will be excluded? Can we still go to police station interior? Does it also affect other house/building interiors? Thanks for your continuous support.
-
LSPDFR Setup That Doesnt Overlap?
try to remove arrest manager
-
Diamond Casino Update - More Info
It's true you can play LSPDFR without ScripthookV, but it'll not be fun. you will not be able to run ASI plugin (e.g. ELS, PLD, trainers)
-
Can you use Vice City in LSPDFR?
some callouts might not work if a fixed coordinate (e.g. store robbery) is used as scene location. all generic location activities should work.
-
Cant initiate foot pursuit.
the passenger might not be added to pursuit by the callout or script. you may force pursuit on ped target using Stop The Ped, by aiming at the ped and double tap "T key".
-
FPS being smashed
have you tried to disable the OpenIV mods folder? some visual mods like NVR and MVGA might cause FPS drops. also try to tweak and disable ambient events on lspdfr.ini filr Main.PreloadAllModels = False WorldEvents.IntervalMultiplier = 0.0f WorldEvents.MaxNumberOfEvents = 0 AmbientSpawn.MaxCopsInArea = 0 Chase.MaxUnits = 4 AmbientSpawn.DisableRandomUnits = True Chase.DisableAmbientAI = True PoliceStation.DisableAmbientSpawn = True
-
LSPDFR Crashes on Startup, but game does not
have you tried to increase "plugin timeout threshold" on RPH settings to 60000 ?
-
[HELP] ELS into NON ELS
i think only the vehicle modeler/author can do that.
-
Crash game
[7/22/2019 5:36:44 PM.197] LSPD First Response: [TRACE] Updating scaleform [7/22/2019 5:36:44 PM.582] LSPD First Response: [TRACE] Updating scaleform [7/22/2019 5:36:47 PM.072] LSPD First Response: All signs removed [7/22/2019 5:36:47 PM.235] LSPD First Response: [INFO] Graceful termination go to RagePluginHook settings, and increase "Plugin Timeout Threshold" to 60000 (60 seconds)
-
Is a GAINWARD GTX 750 TI 2 GB good for lspdfr
it's an old graphic card. it might run LSPDFR, but you will get very low FPS at low settings. and you will also need good CPU and RAM my recommended minimum PC for a good gameplay experience with LSPDFR: CPU: new generation 4 cores CPU GPU: Nvidia GTX 1070 (or the same class) RAM: 16GB DDR4 RAM
-
LSPDFR Crashes after a few minutes
you can use ALPR Lite. it is compatible with LSPDFR 0.4.2
-
LSPDFR Crashes after a few minutes
[7/18/2019 11:56:28 AM.780] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK [7/18/2019 11:56:28 AM.780] LSPD First Response: ------------------------------ [7/18/2019 11:56:28 AM.780] LSPD First Response: Origin: Game fiber "<UNNAMED THREAD>". [7/18/2019 11:56:28 AM.780] LSPD First Response: ------------------------------ [7/18/2019 11:56:28 AM.780] LSPD First Response: Exception type: System.MissingMethodException [7/18/2019 11:56:28 AM.780] LSPD First Response: Exception message: Method not found: 'System.String LSPD_First_Response.Engine.Scripting.Entities.Persona.GetRandomFullName()'. [7/18/2019 11:56:28 AM.780] LSPD First Response: ------------------------------ [7/18/2019 11:56:28 AM.780] LSPD First Response: Inner exceptions: [7/18/2019 11:56:28 AM.780] LSPD First Response: ------------------------------ [7/18/2019 11:56:28 AM.780] LSPD First Response: Stack trace: [7/18/2019 11:56:28 AM.780] LSPD First Response: at .(Vehicle , ELicenseState , Boolean , String& , Boolean , Boolean ) [7/18/2019 11:56:28 AM.780] at .(Vehicle ) [7/18/2019 11:56:28 AM.780] at .(Vehicle , EAlertType , ECamera ) [7/18/2019 11:56:28 AM.780] at .(Vehicle , ECamera ) [7/18/2019 11:56:28 AM.780] at .() [7/18/2019 11:56:28 AM.780] at .() [7/18/2019 11:56:28 AM.780] at Rage.GameFiber.Main() i think a certain plugin tried to call an old LSPDFR API method. make sure all plugins are compatible with the latest LSPDFR 0.4.2
-
[Guide] How to get rid and avoid texture pop-ups (Disappearing assets)
@iMalcolm27 thanks for the video man. it really shows the difference before and after the texture optimization 👍
-
A Cascade of crashes! WHEEEE!
without a full RagePluginHook.log file, it's very difficult to find the root cause.
-
Manipulate ELS through code?
try this: if (Rage.Native.NativeFunction.CallByHash<bool>(xB5CC40FBCB586380, playerVehicle) == true) { Game.DisplaySubtitle("Siren sound is on"); } else { Game.DisplaySubtitle("Siren sound is off"); } and I don't think we can control the ELS sound through the Native API. we can turn on/off lights but not the sound. sound will always follow the lights.. if lights on, then the siren sound will be forced on. (e.g. we can't have lights on and sound off)
-
AI Police Cars
did you try to disable all trainers?
-
Pc restart while playing LSPDFR
no offense, but i don't think there's something to be fixed from LSPDFR side. the logic is: if there are >1000 players can run LSPDFR fine and 1 player has PC restarting problem, we should know where the issue is. i suspect there's some kind of virus or malware in your PC.
-
ELS and Rockstar Editor Help needed
did you try slow motion? (slower play speed) in his video, FTM uses slow motion frames.
-
CORE LSPDFR 0.4.2 RANDOM Crash REPORT
try to disable all ambients generated by LSPDFR WorldEvents.IntervalMultiplier = 0.0f WorldEvents.MaxNumberOfEvents = 0 AmbientSpawn.MaxCopsInArea = 0 AmbientSpawn.DisableRandomUnits = True Chase.DisableAmbientAI = True PoliceStation.DisableAmbientSpawn = True
-
Computer + will cause rage plug in to crash
install this gameconfig: https://www.gta5-mods.com/misc/gta-5-gameconfig-300-cars
-
Missing Animation Feature from LSPDFR 0.3
if you select "Cop" walking style from the menu (press M), sometimes it will play ambient animation (e.g. holding belt)