Marvel's Guardians of the Galaxy

Marvel's Guardians of the Galaxy

View Stats:
Got the Shakes Oct 26, 2021 @ 10:57am
Skip launcher when starting game
Is there a way to launch the game without loading the launcher (or whatever it’s called with the game options)? After setting my graphics setting the first time, I’d like to bypass that screen completely on launch if possible.
Originally posted by ian.moran:
using the launch option -nolauncher will remove the launcher from the boot flow. (the same option is used for the no launcher play option)
< >
Showing 16-30 of 32 comments
jgardxi Oct 26, 2021 @ 9:13pm 
Originally posted by LorKhan:
Originally posted by burnpsy:
Just tried this, no change.
It did for me. You need to launch the game in BPM.
Launching the game within BPM works yes, but outside of that it would be awesome if the launcher wasn't initiated after first run. I'm gonna try and make some actions within playnite and see if i can get it to run without the launcher present.
Last edited by jgardxi; Oct 26, 2021 @ 9:14pm
burnpsy Oct 26, 2021 @ 9:15pm 
Originally posted by LorKhan:
Originally posted by burnpsy:
Just tried this, no change.
It did for me. You need to launch the game in BPM.
We are aware that launching the game in actual big picture mode works. A developer just said so.

We're trying to figure out if we can trick the game into not showing the launcher without resorting to Big Picture Mode.
Last edited by burnpsy; Oct 26, 2021 @ 9:18pm
Got the Shakes Oct 27, 2021 @ 5:34am 
Originally posted by jgardxi:
Originally posted by LorKhan:
It did for me. You need to launch the game in BPM.
Launching the game within BPM works yes, but outside of that it would be awesome if the launcher wasn't initiated after first run. I'm gonna try and make some actions within playnite and see if i can get it to run without the launcher present.
Should you figure out a solution via Playnite, please let me know.
jgardxi Oct 27, 2021 @ 6:23am 
Originally posted by Got the Shakes:
Originally posted by jgardxi:
Launching the game within BPM works yes, but outside of that it would be awesome if the launcher wasn't initiated after first run. I'm gonna try and make some actions within playnite and see if i can get it to run without the launcher present.
Should you figure out a solution via Playnite, please let me know.

Well i kinda found a workaround. Using a Steam Launcher utility for playnite.

https://github.com/darklinkpower/PlayniteExtensionsCollection/releases/tag/v1.0.1

Install that into playnite, update under addons. Configure this to Exit steam then load steam BPM on the Selected Mode with GoTG. What this does is when you launch GoTG on playnite Fullscreen or Desktop Mode it exits steam>>loads steam BPM>>then loads GoTG in turn bypassing the launcher. Its not what exactly i want but it does that job. It just automates the process a little bit.
burnpsy Oct 27, 2021 @ 7:14am 
Automating the above a bit further, including exiting Big Picture Mode:

Have Playnite execute this script before starting the game:
$Steam = Get-Process Steam -ErrorAction SilentlyContinue if ($Steam) { Start-Process 'C:\Program Files (x86)\Steam\steam.exe' "steam://open/bigpicture" } else { Start-Process 'C:\Program Files (x86)\Steam\steam.exe' "-bigpicture" }

This is a smoother version of what that extension does, in that this doesn't close Steam if it's already open.

Next, set Playnite to execute this after the game is closed:
$Steam = Get-Process Steam -ErrorAction SilentlyContinue if ($Steam) { $Steam | Stop-Process -Force } Start-Process 'C:\Program Files (x86)\Steam\steam.exe'

Since there does not appear to be a way to exit Big Picture Mode via script, this closes Steam and then opens it again, which should take you to the desktop version of the program. The extension linked above does not do this.
Last edited by burnpsy; Oct 27, 2021 @ 7:16am
jgardxi Oct 27, 2021 @ 8:25am 
That works pretty good thanks. Now to figure out why the game crashes on exit. Seems to be an exclusive full screen issue.
Got the Shakes Oct 27, 2021 @ 9:52am 
Originally posted by burnpsy:
Automating the above a bit further, including exiting Big Picture Mode:

Have Playnite execute this script before starting the game:
$Steam = Get-Process Steam -ErrorAction SilentlyContinue if ($Steam) { Start-Process 'C:\Program Files (x86)\Steam\steam.exe' "steam://open/bigpicture" } else { Start-Process 'C:\Program Files (x86)\Steam\steam.exe' "-bigpicture" }

This is a smoother version of what that extension does, in that this doesn't close Steam if it's already open.

Next, set Playnite to execute this after the game is closed:
$Steam = Get-Process Steam -ErrorAction SilentlyContinue if ($Steam) { $Steam | Stop-Process -Force } Start-Process 'C:\Program Files (x86)\Steam\steam.exe'

Since there does not appear to be a way to exit Big Picture Mode via script, this closes Steam and then opens it again, which should take you to the desktop version of the program. The extension linked above does not do this.
Just to clarify, if I run this script then downloading the extension isn’t necessary? This takes place of needing the addon in Playnite?
burnpsy Oct 27, 2021 @ 10:27am 
Yes, the script does everything on its own.
MiKE Nov 2, 2021 @ 8:44am 
+1 как запустить marvel's guardians of the galaxy без ланчера?
HardcoreFrog Dec 18, 2021 @ 5:50am 
Originally posted by Got the Shakes:
Is there a way to launch the game without loading the launcher (or whatever it’s called with the game options)? After setting my graphics setting the first time, I’d like to bypass that screen completely on launch if possible.
-nosplash -nolauncher did the trick
A developer of this app has indicated that this post answers the original topic.
ian.moran  [developer] Dec 23, 2021 @ 1:09am 
using the launch option -nolauncher will remove the launcher from the boot flow. (the same option is used for the no launcher play option)
SenMithrarin85 Dec 23, 2021 @ 4:24pm 
Originally posted by ian.moran:
using the launch option -nolauncher will remove the launcher from the boot flow. (the same option is used for the no launcher play option)

the fact you added a toggle to the game when you click "play" to launch it with or without the launcher and then make THAT unremovable is a new level of incompetence and also makes that command void
Texus Dec 26, 2021 @ 2:55am 
It's the first time a game ask me about a "no launcer" start.
Do I need to know anything about that? Does it affect anything?
CyberKewl Nov 1, 2023 @ 4:35am 
Thanks ! -nosplash -nolauncher works perfectly!
Originally posted by ian.moran:
using the launch option -nolauncher will remove the launcher from the boot flow. (the same option is used for the no launcher play option)
Just not working.
< >
Showing 16-30 of 32 comments
Per page: 1530 50