An open API service indexing awesome lists of open source software.

https://github.com/cheatfreak47/applauncher-clone

SteamSADX AppLauncher Replacement
https://github.com/cheatfreak47/applauncher-clone

Last synced: 12 days ago
JSON representation

SteamSADX AppLauncher Replacement

Awesome Lists containing this project

README

          

# applauncher-clone
Made for the BetterSADX project.
Steam SADX runs in an odd way since the update that added achievements.

The game now launches with one of two possible commands.

`-bootgame` or `-bootlauncher`

This is a simple program that accepts these commands and does what I want when they are passed.

`-bootgame` runs `sonic.exe` inside the same folder it is located in.

`-bootlauncher` runs `SAModManager.exe` or `SADXModManager.exe` inside the same folder it is located in.

Thankfully, it seems to "just work" for passing steam's hook to the programs it runs.

Building on windows is intended to be done via MSYS2 with mingw-w64-i686-gcc. Obviously you will need MSYS2 on your PATH variable to run make and build.