In this post i will link some tutorials about GTA 5 modding, game crash fix, plugins setup, peds setup, etc.
Basic scripts setup
ScriptHookV and ScripthookVDotNet setup:
https://www.youtube.com/watch?v=evp8URzfGDo
Script mods setup:
- Manual setup
- .OIV files setup
Ped models setup
Addon Peds setup:
https://www.youtube.com/watch?v=ILruXAv_JJg
How to add peds to game:
https://www.youtube.com/watch?v=Lkws32GUd7I
How to replace peds in game (Case you don't want Add peds):
https://www.youtube.com/watch?v=75Igq9J6jbw
Game crash FIX:
https://gtaxscripting.blogspot.com/2019/05/gta-5-added-peds-limit-fix.html
Adding a ped model to my mod peds list:
https://gtaxscripting.blogspot.com/2019/05/adding-ped-model-to-one-of-my-mods.html
Troubleshooting
ScripthookVDotNet troubleshooting (NIBMods menu not showing):
http://gtaxscripting.blogspot.com.br/2016/05/ScripthookVDotNet-Troubleshooting.html
Problems with NIBMods Patreon login:
http://gtaxscripting.blogspot.com.br/2018/05/nibmods-patreon-login-problems-and.html
Game crash/script error FIX
- Error: ERR_MEM_EMBEDDEDALLOC_ALLOC issue
- FIX: Install this mod
- Error: Game crash after game patch update
- FIX: Maybe you have outdated update.rpf file inside mods\update folder, delete the outdated file or copy the new one from game update folder. (Keep in mind that you may loose changes made in the old update.rpf file)
- Error: Game crash after adding peds
- FIX: Follow this tutorial to fix
- Error: Script error/crash
- Check the ScripthookVDotNet log file for possible errors, make sure ScripthookVDotNet is updated and run the game as Administrator
Tips
- Install one mod and test game and mod, don't install lot of mods then test, it's harder find a possible issue related to a mod setup
- Always keep your game updated, some of my mods uses latest anims/FX from latest game patches, outdated game patch may cause game crash when using some powers
- Always run the game as Administrator
- Never put the ScripthookVDotNet files inside Scripts folder, it should be only in gta5.exe folder, if you put in scripts folder, .net scripts may not be loaded and the NIBMods menu won't appear
- If you don't have a Scripts folder, create one
- When a mod doesn't appear in the NIBMods menu list, make sure the mod is installed properly and that the .dll file of the mod is inside Scripts folder
- When toggle powers/spawn enemy/ally via NIBMods Spawn menu (Ctrl+D0) don't work, test the mod using the NIBMods menu (Ctrl+N)
That's it for now, if you want support my work, please go to my Patreon profile and make a pledge, each coin helps me keep my modding development :)
Visit my YouTube channel to see more about my mods/tutorials
Basic scripts setup
ScriptHookV and ScripthookVDotNet setup:
https://www.youtube.com/watch?v=evp8URzfGDo
Script mods setup:
- Manual setup
- .OIV files setup
Ped models setup
Addon Peds setup:
https://www.youtube.com/watch?v=ILruXAv_JJg
How to add peds to game:
https://www.youtube.com/watch?v=Lkws32GUd7I
How to replace peds in game (Case you don't want Add peds):
https://www.youtube.com/watch?v=75Igq9J6jbw
Game crash FIX:
https://gtaxscripting.blogspot.com/2019/05/gta-5-added-peds-limit-fix.html
Adding a ped model to my mod peds list:
https://gtaxscripting.blogspot.com/2019/05/adding-ped-model-to-one-of-my-mods.html
Troubleshooting
ScripthookVDotNet troubleshooting (NIBMods menu not showing):
http://gtaxscripting.blogspot.com.br/2016/05/ScripthookVDotNet-Troubleshooting.html
Problems with NIBMods Patreon login:
http://gtaxscripting.blogspot.com.br/2018/05/nibmods-patreon-login-problems-and.html
Game crash/script error FIX
- Error: ERR_MEM_EMBEDDEDALLOC_ALLOC issue
- FIX: Install this mod
- Error: Game crash after game patch update
- FIX: Maybe you have outdated update.rpf file inside mods\update folder, delete the outdated file or copy the new one from game update folder. (Keep in mind that you may loose changes made in the old update.rpf file)
- Error: Game crash after adding peds
- FIX: Follow this tutorial to fix
- Error: Script error/crash
- Check the ScripthookVDotNet log file for possible errors, make sure ScripthookVDotNet is updated and run the game as Administrator
Tips
- Install one mod and test game and mod, don't install lot of mods then test, it's harder find a possible issue related to a mod setup
- Always keep your game updated, some of my mods uses latest anims/FX from latest game patches, outdated game patch may cause game crash when using some powers
- Always run the game as Administrator
- Never put the ScripthookVDotNet files inside Scripts folder, it should be only in gta5.exe folder, if you put in scripts folder, .net scripts may not be loaded and the NIBMods menu won't appear
- If you don't have a Scripts folder, create one
- When a mod doesn't appear in the NIBMods menu list, make sure the mod is installed properly and that the .dll file of the mod is inside Scripts folder
- When toggle powers/spawn enemy/ally via NIBMods Spawn menu (Ctrl+D0) don't work, test the mod using the NIBMods menu (Ctrl+N)
That's it for now, if you want support my work, please go to my Patreon profile and make a pledge, each coin helps me keep my modding development :)
Visit my YouTube channel to see more about my mods/tutorials