[PR #701] [MERGED] Add Xbox Backup Creator support to MPF.Check #1118

Closed
opened 2026-01-29 16:25:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/701
Author: @Deterous
Created: 5/16/2024
Status: Merged
Merged: 5/17/2024
Merged by: @mnadareski

Base: masterHead: xbc


📝 Commits (8)

📊 Changes

10 files changed (+1151 additions, -105 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Core/Converters/EnumConverter.cs (+6 -0)
📝 MPF.Core/Data/Enumerations.cs (+1 -0)
📝 MPF.Core/DumpEnvironment.cs (+1 -0)
📝 MPF.Core/Modules/BaseParameters.cs (+54 -0)
📝 MPF.Core/Modules/DiscImageCreator/Parameters.cs (+5 -48)
📝 MPF.Core/Modules/PS3CFW/Parameters.cs (+0 -56)
MPF.Core/Modules/XboxBackupCreator/Parameters.cs (+677 -0)
📝 MPF.Core/UI/ViewModels/CheckDumpViewModel.cs (+1 -1)
📝 MPF.Core/Utilities/Tools.cs (+405 -0)

📄 Description

Adds XboxBackupCreator as a program for support within MPF.Check

  • Looks for and parses XBC logs
  • Rewrite of ss_sector_range and ss-angle-fixer to deal with SS.bin
  • Gets SS ranges
  • Hashes DMI/PFI/SS
  • Gets layerbreak from *.dvd file

Fixes #659


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/701 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 5/16/2024 **Status:** ✅ Merged **Merged:** 5/17/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `xbc` --- ### 📝 Commits (8) - [`972b9c3`](https://github.com/SabreTools/MPF/commit/972b9c340976f28c194d8f4c4491b899794c8b45) Initial XBC support - [`1f98e53`](https://github.com/SabreTools/MPF/commit/1f98e53e5347ff4dfa36027d7cf3117132e0aae4) Complete but untested XBC support - [`4ea79a6`](https://github.com/SabreTools/MPF/commit/4ea79a6253ebc1ee2d710e7ccf6cdda15726a699) Merge branch 'master' into xbc - [`68696bf`](https://github.com/SabreTools/MPF/commit/68696bf223e8392ee485377804862a08cc5b05b6) Update changelog - [`6582296`](https://github.com/SabreTools/MPF/commit/65822966a57158a5670b01a03f5603fc9fc77988) Fix SS recreation bug - [`5591b50`](https://github.com/SabreTools/MPF/commit/5591b50b684f2aa639531065a76b001236dadf3a) Parse XeMID from DMI - [`d9e4cc4`](https://github.com/SabreTools/MPF/commit/d9e4cc400302ea787c3bdadbf5da85051d8ba4a4) Nitpicks - [`1efc5af`](https://github.com/SabreTools/MPF/commit/1efc5afab523f387e229231074bc8ac833788b03) Merge master ### 📊 Changes **10 files changed** (+1151 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Core/Converters/EnumConverter.cs` (+6 -0) 📝 `MPF.Core/Data/Enumerations.cs` (+1 -0) 📝 `MPF.Core/DumpEnvironment.cs` (+1 -0) 📝 `MPF.Core/Modules/BaseParameters.cs` (+54 -0) 📝 `MPF.Core/Modules/DiscImageCreator/Parameters.cs` (+5 -48) 📝 `MPF.Core/Modules/PS3CFW/Parameters.cs` (+0 -56) ➕ `MPF.Core/Modules/XboxBackupCreator/Parameters.cs` (+677 -0) 📝 `MPF.Core/UI/ViewModels/CheckDumpViewModel.cs` (+1 -1) 📝 `MPF.Core/Utilities/Tools.cs` (+405 -0) </details> ### 📄 Description Adds XboxBackupCreator as a program for support within MPF.Check - Looks for and parses XBC logs - Rewrite of ss_sector_range and ss-angle-fixer to deal with SS.bin - Gets SS ranges - Hashes DMI/PFI/SS - Gets layerbreak from *.dvd file Fixes #659 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1118