Skip OpenIV Game Selection Menu - Auto Start with GTA V
-
Are you annoyed that every time you start OpenIV it's asking you which game you want to mod and all the time you having to keep selecting GTA V?
Me too...
While I was checking the settings, I found this useful option to skip that part and auto start with GTA V modding
Some or many might already know this maybe but for the ones that doesn't I wanted to share it
-
@MissySnowie There are many interesting options for those that are curious.
You can start OpenIV with a simple modification to the shortcut.
You can also launch GTA5 without logging in by passing your user ID and password in a batch file as well.
https://forums.gta5-mods.com/topic/32985/open-openiv-quickly
-
@JohnFromGWN Oh sorry, I haven't seen that topic of yours
By the by can OpenIV really bypass ID password like that?
That would be very useful for me. Because I'm in an old version and the game doesn't let me play when I don't have internet anymore
-
@MissySnowie No. sorry for the lack of clarity. I meant you can run GTA5 without the extra steps. Just put the lines below in a text file, call it whatever you want. and change the extension from .txt to .bat.
Simple way
start "" "C:\Program Files (x86)\steam\steam.exe" -dev -login UserID Password start steam://rungameid/271590
Better way
start "" "C:\Program Files (x86)\steam\steam.exe" -dev -login UserID Password start steam://rungameid/271590 timeout 60 wmic process where name="GTA5.exe" CALL setpriority "high priority" wmic process where name="gtavlauncher.exe" CALL setpriority "idle" wmic process where name="subprocess.exe" CALL setpriority "idle"
-
@JohnFromGWN Oh you meant the auto login thingy I understand now