Hi everybody,
I just moved from Hyperspin to Launchbox (Bigbox itself) for my pleasure. I am totally a fan of this frontend. My configuration works perfectly between retroarch and retrogamming, on the other hand with regard to Steam games, I encounter a problem that horribles me.
My system works with an IPAC, and to play Steam / PC games, just use a software called UCR which will simulate two xbox 360 pads.
The operation is simple, you just need:
Launch UCR before launching the game
Then exit UCR after leaving the game.
Note that on my old system (hyperspin / rocketLauncher) everything worked perfectly.
Here are the scripts in question (these scripts are compiled (right click: compile) and these are the “.exe” which are called via RocketLauncher):
UCR_Start.ahk
Run, D: \ Path to UCR \ UCR.exe, D: \ Path to UCR
{
WinHide, UCR.exe
Sleep, 10000
}
Exitapp
Return
and
UCR_Stop.ahk
Process, close, UCR.exe
Exitapp
Return
Explanation of my issue:
When I manually launch UCR and then a STEAM game, everything is perfect.
In my old system, RL did the job very well, it launched UCR perfectly before the game and left it after the execution of the game. And all in a perfectly invisible way. Well done RL.
Today with Launchbox,
After configuring "Additional Apps"
with UCR Start in Automatically Run Before Application
and UCR Stop in Automatically Run After Main Application
This does not work, UCR launches well, (we see the window appear 1/10 of a second) but is left when the game launches.
I hope UCR / Launchbox experts can help me ?
Thank you,
See you.