Configure Xbox360 Achievements - eFMann/playnite-successstory-plugin GitHub Wiki
Overview
First-time implementation of Xbox 360 achievements through Xenia Canary emulator.
Setup
- Go to Add-ons > Generic > SuccessStory and tick "Enable Xbox360 achievements"
- Specify your Xenia_canary.exe path in SuccessStory settings
- For this method to work, first you must Add Manual achievements to your Xbox360 Game via ExoPhase. Right click > SuccessStory > Add > ExoPhase > {YourXbox360GameName}
- Play the game, unlock a new achievement and Success Story will auto update this for you.
Notification Pop Ups will be triggered by Xenia Canary Emulator.
Note: Xenia Canary Emu compared to many other Emulators (DuckStation, PCX2, RPCS3, Dolphin) has a very basic achievements implementation. Xenia emu doesn't store this info properly, it only logs the achievements unlocked in your previous session. Meaning, the notification pop-ups will be triggered every time you play the game and unlock the same achievement.
Supported Features
- Real-time achievement tracking
- Achievement notifications via Xenia Canary Emu
Special Thanks
A huge thank you to Koriebonx98 for providing the foundational PowerShell scripts that made Xbox 360 achievement support possible. His early implementation was key in bringing this feature to life.