Jump to content
LaunchBox Community Forums

Windows/PC Games Handling


Recommended Posts

I was just curious if there's a good solution out there to better handle Windows/PC games in LaunchBox... Meaning, is there 3rd party software that can launch Windows game executables that would have better control over how a game is handled? I have just noticed that many games doesn't play well with Pause screens, ahk exit scripts and how some handle full screen when it takes over half of another screen on multi display setups and moves desktop icons around. Does the RocketLauncher PCLauncher module do this, or any other software?

Link to comment
Share on other sites

Windows/PC games are kind of their own animal so are not really handled like emulators.  As in, they don't emulate, the just play.  So with that, they innately handle their own Pause and Exit.  Using an AHK script to exit a Windows game is pretty much never a good idea.  Use the games menu's to 'Exit To Windows'.  You can disable the LaunchBox Pause feature for those games so as to not conflict with the game itself.  

The screen setup is also handled by the individual games themselves.  I would think that when you launch one of these games and if the screen/window is all wonky, that if you move/size it to where it's suppose to be (where you want it to be) and then exit the game (though its' menus ;)), it should remember that setup net time you start.

Link to comment
Share on other sites

I don't know of an app but I just make a ahk script this works for most games.

; This section closes PC Game Whatever when pressing Escape
$Esc::
{
    Send !{F4}
}

Compile it into an .exe, then load it in launchbox as an additional app and load it before the game. As far as pausing games I have no idea, but that works usually for exiting games with esc.

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