Jump to content
LaunchBox Community Forums

disable epic games 2k launcher from bigbox


azzarq

Recommended Posts

14 hours ago, azzarq said:

I have a couple of games that start with the annoying 2k launcher. In bigbox it ruins the experience. Is there a way to disable it and just go straight to the game? I googled the problem, but there seems to be a steam solution.

I have the Bioshock trilogy on the Epic Store that launch via the 2K launcher. I use an AutoHotKey script to click Play in the 2K launcher so that once I start the game from LaunchBox it goes into the game without further interaction. Try the following AutoHotKey script. In LaunchBox add it as an additional app to your games.

#NoEnv
#SingleInstance
SetTitleMatchMode, 1
SendMode Input

WinWait, 2K Launcher |
Sleep 1500
Send {Tab 4}
Sleep 200
Send {Space}
ExitApp

If you don't know how to add a script to your game as an additional app I wrote how to do that here:

 

Edited by Your Friendly A.I Overlord
Link to comment
Share on other sites

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...