mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 05:37:45 +00:00
[Request] MPF.Check - Add merging of Wii Cleanrip files #848
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PurpleNekoNova on GitHub (Jun 27, 2025).
Originally assigned to: @mnadareski on GitHub.
Just ran my first Wii disc through Check and noticed it doesn't have the ability to merge the 5 or 8 parts generated together. (Single Layer & Dual Layer respectively)
Suggesting to add this as a feature, I run this command manually on my parts to generate a full image:
copy /b *.part0.iso+*.part1.iso+*.part2.iso+*.part3.iso+*.part4.iso+*.part5.iso+*.part6.iso+*.part7.iso fulliso.iso@mnadareski commented on GitHub (Oct 11, 2025):
May be implemented as of
882243316c. It just needs some testing to make sure it works with both SL and DL.@mnadareski commented on GitHub (Oct 19, 2025):
Synthetic tests around this are showing that it's working. If there are any issues with this, they will need to be reported separately.