Jump to content
LaunchBox Community Forums

JEA

Members
  • Posts

    3
  • Joined

  • Last visited

JEA's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. I've characterized this a bit more. This primarily happens when two controllers are connected, then the first controller is disconnected and reconnected. Since, at least in my usage, this circumstances this condition happens is know, I was wondering if there's a way either through a command line (batch file) or AHK script to force BigBox (my primary usage) to re-enumerate its list of controllers. That would address my issue. Thanks.
  2. I've noticed an odd behavior with BigBox. With PS4 controllers, when I connect a controller (one that wasn't connected when BigBox was first launched), BigBox won't recognize the controller unless I go in and toggle the "Use All Controllers" off, then back on. With Xbox controllers, this doesn't seem to be a problem, the controller is immediately recognized. Anyone know how to make this work with PS4 controllers as well? Thanks.
  3. I've been working to get Genshin Impact to cleanly work within LaunchBox (and BigBox). This is to avoid their Intro Screen requiring you to press their "Launch" button (which then causes the game to be hidden behind the LaunchBox/BigBox screen) and to avoid the Windows User Account Control (UAC) message asking whether you want to allow this app to make changes to your device (believe this is due to GenshinImpact's anti-cheat algorithm). What I've tried is to first call the GenshinImpact.exe in the "Genshin Impact Game" subdirectory rather than "launch.exe" in the top directory to avoid their Intro Screen and "Launch" button. To avoid the UAC message, I've set up GenshinImpact under the Windows Task Scheduler (Tasksch.exe) with Admin privileges, then use Schedule Tasks (schtask.exe) to invoke the application. This allows you to avoid the UAC message for this game while not fully disabling the UAC for all other applications which poses a security risk. The problem is that doing this causes the Genshin Impact game to be hidden behind the LaunchBox/BigBox screen. I suspect this is due to LaunchBox/BigBox tracking "schtask.exe" as the game rather than "GenshinImpact.exe", but not sure. Anyone know of a fix for this? Had this run as an emulator, it would have probably been possible to establish a script in the "Running AutoHotkey Script" area (e.g. waiting a few seconds, then sending an "Alt-Tab" command), but the Windows Platform doesn't seem to have an equivalent feature. If anyone has a suggestion, that'd be appreciated. Thanks.
×
×
  • Create New...