-
Notifications
You must be signed in to change notification settings - Fork 96
Temp Fix for applist.txt, Improved applist.txt Search, Added RUNE Crack, Updated Goldberg dll's #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
SquashyHydra
commented
Jan 5, 2026
- added RUNE emu as a crack option
- The steam api is not returning a applist
- changed the download url to be the one from this comment
- Improved the applist searching so it will more easily detect the name with the folder name
- Fixed the problem with the autoupdater, but that is also with a seperate merge
+ Updated GoldBerg version + Added compile setup - Removed Deprecated GetAppList
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds RUNE emulator support as a new crack option, fixes the Steam applist API endpoint (switching to a GitHub-hosted alternative), and implements an improved fuzzy search algorithm for game names with Roman numeral normalization. It also fixes the auto-updater URL and changes the default crack from ALI213 to RUNE.
Key Changes:
- Added RUNE emulator with binary DLL patching and interface extraction logic
- Replaced Steam API applist endpoint with GitHub-hosted alternative
- Implemented complex name matching with normalization and Roman numeral conversion
Reviewed changes
Copilot reviewed 3 out of 13 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| steam_auto_cracker_gui.py | Core logic: RUNE crack implementation, improved applist search with roman numeral support, URL fixes, validation improvements |
| sac_emu/game_rune/files/steam_emu.ini | Configuration template for RUNE emulator with DLC and interface placeholders |
| sac_emu/game_rune/files/rune.dll | Binary RUNE emulator DLL (review not applicable for binary) |
| requirements.txt | Added auto-py-to-exe dependency |
| README.md | Updated documentation to list RUNE as default crack option |
| .gitignore | New file excluding build artifacts and config files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…steam_auto_cracker_gui.py