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
- Host: GitHub
- URL: https://github.com/cheatfreak47/applauncher-clone
- Owner: cheatfreak47
- License: wtfpl
- Created: 2016-01-30T15:31:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T11:22:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T02:45:28.044Z (over 1 year ago)
- Language: C
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=299808681
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.