No Scripts Folder In Gta 5
GTA 5 mod menu. Hey, what is going on it’s me Ajaj here back with a brand in the post and in this post I will be guiding you to install the GTA 5 mod menu in your GTA 5 and most of the guys are getting an error! First off all let’s talk about what you need to know before installing GTA 5 mod menu.
In my GTA V directory I don't see a scripts folder, so I tried both leaving my scripts in the directory and then when that didn't work I just created a scripts folder but it still didn't work. So how come I don't have a scripts folder? I see in tutorials that sometimes when people download Scripthook it comes with the folder but my download didn't. I'm having the exact same issue, my trainers work but non of my script mods are working now, for example the batman car mod pack it will add all the cars but not the afterburners or the cinematic camera walking script won't work either, it's acting like the script folder isn't there.
How to make a script to change the GTA 5 launch folder
Make a copy of your clean game folder (I copied mine on my Desktop and added -Clean to the folder name, but it doesn't matter where you put it)
Open a texteditor
Write:
reg add 'HKEY_LOCAL_MACHINESoftwareWow6432Noderockstar gamesGrand Theft Auto V' /f /v 'InstallFolder' /t REG_SZ /d 'C:UsersYOURNAMEDesktopGTA V - ONLINEGrand Theft Auto V - Clean'
start /d 'C:UsersYOURNAMEDesktopGTA V - ONLINEGrand Theft Auto V - Clean' PlayGTAV.exe
Make sure you replace 'C:UsersYOURNAMEDesktopGTA V - ONLINEGrand Theft Auto V - Clean' with your path to your clean game folder.
4. Save it as 'GTAScript_Clean.bat' <- or whatever you want it to name. Makes no difference, it is just important to have .bat at the end. 5. Open your texteditor. Now we will paste the same code snippet, but this time linked to the modded folder!
reg add 'HKEY_LOCAL_MACHINESoftwareWow6432Noderockstar gamesGrand Theft Auto V' /f /v 'InstallFolder' /t REG_SZ /d 'C:Program FilesRockstar GamesGrand Theft Auto V -Modded'
start /d 'C:Program FilesRockstar GamesGrand Theft Auto V -Modded' PlayGTAV.exe
Make sure you replace 'C:Program FilesRockstar GamesGrand Theft Auto V -Modded' with your path to your modded game folder.
6. Save it as 'GTAScript_Modded.bat' <- or whatever you want it to name. Makes no difference, it is just important to have .bat at the end.
You can already use it now, but you always have to run it as an administrator, which is annoying for me. You can overcome that by doing these extra steps:
Gta 5 Folder Download
7. Now create a shortcut for each .bat file. 8. Right click on the short cut, click on Properties. 9. In the shortcut tab, click on Advanced 10. Check the box which says 'Run as admin' 11. Press Ok,and then Apply.
FIN