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
  • Thanks 1
Link to comment
Share on other sites

  • 4 months later...
  • 1 year later...
On 8/12/2022 at 5:44 PM, azzarq said:

It works!!!!!

thank you A.I Overlord I really appreciate your solution.

Its good that someone thought outside the box for this solution because honestly, what your asking is to circumvent DRM, which nobody can do for fear of causing the site legal problems in the future. All these launchers are annoying, just like all other forms of DRM, but you've gotta find a fix on your own to bypass them. Luckily, this solution doesnt get rid of the 2K launcher at all, but manages to work around the real issue... You can probably use this script with minor editing for other launchers too. Clever.

Link to comment
Share on other sites

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...