New to modding
-
How do I add mods that require you to edit the dlclist using the <item></item> tags, i have done everything that the instructions say to but when loading into single player it updates my game usually about 1gb, then it clears the line of code where i added it and doesn't add the reskin, an example of this would be the futurama express ship. (https://www.gta5-mods.com/vehicles/planet-express-ship). I have the latest version of ScriptHookV and ScriptHookVDotNet, I use OpenIV and have the ASI loader installed and the OpenIV.asi installed, i add the dlc folder to the right place and add the code it requires to the right place. Do some mods not work on standard gta 5? because I am not using FiveM singleplayer to load these mods i already have
-
You didn't do everything. It updates because you are modifying the game's files directly instead or copying them to a mods folder and modifying those files.
-
So am I supposed to put them in the mods folder OpenIV creates?
-
Hi, if you use a mods folder this would prevent the game from updating your code.
-
-
Alternatively you can use https://www.gta5-mods.com/tools/no-gtavlauncher which prevents the game updates and file verifications however I strongly recommend you to use mods folder in case something goes wrong. You can find and delete the problematic mod a lot faster and easier that way and the worst case scenario is, you can just go ahead and delete mods folder.
-
Thanks for the help guys, all works now appreciate it.