feat: add profile and save manager - #24
Merged
Merged
Conversation
TrapEmAll
marked this pull request as ready for review
July 24, 2026 07:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a dedicated Profiles & Saves workspace for safely inventorying and backing up Xbox 360 profile and save data.
Contentlayouts without modifying source mediaDatabase migration
Schema version advances from 5 to 6. The additive migration creates:
profile_scan_runsxbox_profilesprofile_savessave_snapshotssave_snapshot_filesprofile_save_operationsExisting library, knowledge, backup, and XboxUnity catalog data is retained.
Safety and privacy
Le Fluffie / X360 provenance
The STFS field mapping and profile/save model were informed by Dalavin, also known as DJ SkunkieButt / DJ Shepherd, and the archived GPLv3 X360/Le Fluffie source at https://github.com/mtolly/X360.
The repository includes the upstream GPLv3 license text and a clear third-party notice. It does not bundle the legacy executable, updater, artwork, account-modification code, or embedded key resources.
Validation
Next steps
This establishes the safe inventory and snapshot layer. Future work can add GPD inspection, achievement metadata, Xenia interoperability, profile comparison, and explicitly user-supplied resign/rehash workflows after their cryptographic and legal boundaries are designed and reviewed.