Jump to content
LaunchBox Community Forums

Ary Caramez

Members
  • Posts

    2
  • Joined

  • Last visited

Ary Caramez's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. I developed a program that solves the problem with importing games from XBOX Game Pass. Basically, the problem with importing is that the game is executed using uwp, which is a new method of executing programs. It is possible that LB is incompatible with this method, I'm not sure but it's a possibility. I made a program that lists all Windows uwp's, selects the ones you want and allows you to create a .bat file, to run the games. LB can import and execute the .bat files like executables and run the game, which solves the problem to some extent. You can download the executable from my GitHub, follow the link below: https://github.com/arycaramez/uwp2bat_for_launch_box?tab=readme-ov-file
  2. I use LaunchBox to organize my game library and I identified a problem when trying to import games from XBOX Game Pass. I couldn't import them even when logging into my account or running the game. When I tried to create a shortcut to the game on my desktop, I understood the problem. The shortcut uses "uwp" (Universal Windows Platform) to run shortcuts, so it is not compatible with LB. While looking for a solution, I tested whether LB would run ".bat" files, and yes, it does. I had the idea of creating a simple application that lists the uwp's and allows the user to select specific ones. From there, the program can generate .bat files for each selected uwp that will be used to start the game, as if it were an executable. This allows you to import games from XBOX Game Pass without any problems. The program are available for download on Github and more information, follow the link below: https://github.com/arycaramez/uwp2bat_for_launch_box
×
×
  • Create New...