Solutions
-
Hendrik3812's post in Vehicle ELS light bar not working... was marked as the answerNext time send the actual text file itself please, don't send a screenshot of the content.
Make sure that you installed the file AdvancedHookV.dll in your main GTA V folder. It's included in the download of ELS.
-
Hendrik3812's post in Looking for vehicle model was marked as the answerI think it's the one that is included in BlueGhost's Unmarked Pack
-
Hendrik3812's post in SimpleHUD | Not working for me was marked as the answerAccording to your log, SimpleHUD couldn't be loaded because you didn't install the LemonUI version for SHVDN3. You need to place the files into your scripts folder.
-
Hendrik3812's post in Changing the air ambulance model in the Bejoljo plugins was marked as the answerGo to GTA V/plugins/lspdfr/UltimateBackup and open the SpecialUnits.xml file.
Search for the following lines:
<SpecialUnit name="Air Ambulance" role="medic" code2="False" code3="True" pursuit="False" traffic_stop="False" felony_stop="False"> <LosSantosCity> <VehicleSet spawn_distance="200"> <Vehicles> <Vehicle livery="2">POLMAV</Vehicle> </Vehicles> <Peds> <Ped>S_M_M_PARAMEDIC_01</Ped> </Peds> </VehicleSet> </LosSantosCity> ...
If you want to change the vehicle model for this unit, change the model name from "POLMAV" to something else in the following line:
<Vehicle livery="2">POLMAV</Vehicle>
Don't forget to change it for the other regions, too. What I described above would only change the vehicle model for "Los Santos City".
I hope this was understandable. Let me know if you have questions.
-
Hendrik3812's post in LSPDFR Crashing on Load -> Attempted to read or write protected memory. was marked as the answerYou need to update RageNativeUI.
Download it from GitHub: https://github.com/alexguirre/RAGENativeUI/releases/download/1.9.2/RAGENativeUI.zip
Open the .zip, drag and drop the RageNativeUI.dll and RageNativeUI.xml into your main GTA V folder, replacing the existing files.
Some LSPDFR plugins come with outdated versions of RageNativeUI. Don't use them and make sure to always keep the latest version installed in the future.
And I recommend removing the AutoPanic plugin.
-
Hendrik3812's post in Game freezes and no crash report? was marked as the answerIncrease your RPH Plugin Timeout Threshold to 60000. You can do it in the RPH Settings GUI by pressing and holding SHIFT when launching RPH. Or edit the `RagePluginHook.ini` (config file) and change it there.
And I recommend removing the XScanner plugin. It's very outdated.
-
Hendrik3812's post in LSPD First Response crash was marked as the answerYou need to update RageNativeUI.
Download it from GitHub: https://github.com/alexguirre/RAGENativeUI/releases/download/1.9.2/RAGENativeUI.zip
Open the .zip, drag and drop the RageNativeUI.dll and RageNativeUI.xml into your main GTA V folder, replacing the existing files.
Some LSPDFR plugins come with outdated versions of RageNativeUI. Don't use them and make sure to always keep the latest version installed in the future.
-
Hendrik3812's post in LSPDFR Crashing after going on duty, please help. was marked as the answerYou made a mistake when editing the GrammarPolice config file(s). A value that should be either "true" or "false" is neither of those.
-
Hendrik3812's post in Please help me find what's wrong! was marked as the answerThere's no logging for the loading of mods so there's no way for me to tell you which part of your mods folder is the issue.
If you installed a car pack or add-on recently, make sure you also have a custom gameconfig, HeapLimitAdjuster and PackfileLimitAdjuster installed.
Otherwise try removing the mod you added most recently.
Or start over with a new, clean mods folder. Don't re-add all your mods at once but one by one. Launch your game after installing each single one and try if your game still works. This is the only way you can find out which mod is breaking your game.