A lightweight C# CLI utility that enables seamless Steam achievement syncing with Hydra Launcher for cracked games using RUNE and Goldberg / GSE emulators.
- Universal RUNE Parser: Full support for both
.inistyles ([Section]headers withUnlockTimeand directACH_NAME=1key-values). - Auto-Schema Generator for Goldberg: Download full achievement lists directly using Steam's public global API (No Web API key needed).
- Auto-Sync on Startup: Automatically syncs past unlocked achievements upon launching the bridge.
- Run the application as Administrator.
- Select Option 1.
- Drag & drop the game directory (or enter the path).
- The schema (
achievements.json) will be generated insidesteam_settingsautomatically.
- Run the application as Administrator.
- Select Option 2 and keep it running in the background.
- Play any RUNE game; achievements will mirror to Hydra in real time.
- Windows 10/11 (x64)
- Run as Administrator (required for file monitoring permissions)
- Disk Write Delays: Some RUNE releases do not flush achievement data to
achievements.iniin real time while the game is running. Unlocks may only write to disk upon reaching specific in-game checkpoints or quitting to the desktop. - Empty/Missing Writes: If a game's RUNE DLL fails to write to disk entirely, achievements cannot be detected via file monitoring.
- Recommended Workaround: For 100% real-time tracking, manually replace the game's
steam_api64.dllwith the Goldberg Emulator DLL, then run Option 1 in this tool to generate the requiredsteam_settings\achievements.jsonschema.