[PR #934] [CLOSED] Parse and process Steam AppIDs and DepotIDs #1241

Open
opened 2026-01-29 16:26:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/934
Author: @HeroponRikiBestest
Created: 1/8/2026
Status: Closed

Base: masterHead: steam


📝 Commits (6)

📊 Changes

2 files changed (+305 additions, -0 deletions)

View changed files

📝 MPF.Frontend/Tools/PhysicalTool.cs (+298 -0)
📝 MPF.Frontend/Tools/SubmissionGenerator.cs (+7 -0)

📄 Description

Waiting on https://github.com/SabreTools/SabreTools.RedumpLib/pull/13, plus everything that PR is waiting on, plus the same requirements for this PR.


🔄 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/934 **Author:** [@HeroponRikiBestest](https://github.com/HeroponRikiBestest) **Created:** 1/8/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `steam` --- ### 📝 Commits (6) - [`33c3d61`](https://github.com/SabreTools/MPF/commit/33c3d611fdfea271fee9a5fb419a665109c947ad) Initial commit - [`115a18d`](https://github.com/SabreTools/MPF/commit/115a18dcadaca767ec89c4786e51345aace0d0e8) Final aside from comments - [`07a0b52`](https://github.com/SabreTools/MPF/commit/07a0b526e7e98df633a48ea03303ec19771bfd19) Remove TODOs - [`6bd4db5`](https://github.com/SabreTools/MPF/commit/6bd4db59a2f8597398e639ac7b4015c02a874029) Missed one - [`8c431f3`](https://github.com/SabreTools/MPF/commit/8c431f3a6f7b6b22cbf2bac8de6976c4ef0008cc) Forgot natural sorting was needed. - [`f9976b9`](https://github.com/SabreTools/MPF/commit/f9976b910b33d28a0bff8f2e791f51d02f74860d) Fix naming ### 📊 Changes **2 files changed** (+305 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Frontend/Tools/PhysicalTool.cs` (+298 -0) 📝 `MPF.Frontend/Tools/SubmissionGenerator.cs` (+7 -0) </details> ### 📄 Description Waiting on https://github.com/SabreTools/SabreTools.RedumpLib/pull/13, plus everything that PR is waiting on, plus the same requirements for this PR. --- <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:26:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1241