Skip to content

v2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Aug 23:02
5d15c16
  • Region Change Wizard (only reinstalls what needs to change)
  • Unbricking features (fully replacing Decaffinator)
    • Scan System (checks what was tampered with to offer selective reinstall)
    • Wipe System Titles and reinstall them (preserving user titles)
    • Wipe Everything except tickets and reinstall
    • Wipe Everything and reinstall
    • Selective title deletion (while keeping data)
  • settings.txt tools
    • Regenerate settings.txt (with correct permissions!)
    • settings.txt editor
    • settings.txt backup and restore
  • Create all files and directories with stock permissions instead of just chmod 666
  • Bump version to v2.1

Note on Decaffinator:
While Decaffinator is a clever tool and I took huge inspiration from it, it had a few problems:

  • It didn't set the permissions on regeneration of the settings.txt. If the settings.txt was ever deleted or the permissions were otherwise lost, Decaffinator wouldn't fix it, even in aggressive mode. The vWii would just boot to a black screen.
  • It required disabling all update blocks, and many users failed at that.
  • It went straight to the settings app while the updates were still blocked by Aroma, adding to the confusion.

All of this is solved in the compat installer. It regenerates the settings.txt with the correct permissions (which are also detected during the scan) and downloads and reinstalls the system titles by itself. Additionally, the process is significantly faster because it uses the scan to fix only what is actually broken.