Skip to content

Releases: GabyPCgeeK/savemii

Savemii 1.2.0.mod5

13 Aug 01:46
Compare
Choose a tag to compare
Savemii 1.2.0.mod5 Pre-release
Pre-release

Changelog

  • Batch backup support.
  • Now shows game icon at diferent screens.
    • Small icon at game list.
    • Large icon at task selection and in task screen.
  • No longer using OSScreen text rendering. Now uses Freetype2 to load CafeStd.ttf through the OSGetSharedData call.
    • This means Unicode text support (Japanese game names, Mii names with symbols, etc).
  • Now user can choose which user account to backup (or all accounts).
  • Added "cross account" restore. User can choose which account backed up on SD to restore to which account on Wii U.
  • Now also looks for vWii saves in 00010001 and 00010004.
  • For the vWii the slot 255 now backups/restores to/from the "SaveGame Manager GX" save path. (the default sd:/savegames path)

Todo (Tentative)

  • If requested add batch restore.
  • Add account selection to Loadiine tasks.
  • Change code to c++.
  • Change from OSScreen to GX2.
  • Add config file.
  • Get save path from SaveGame Manager GX's config.
  • Research/Ask to see if there is a way to manually change owner/group of a file. (Probably will make all restored saves deletable in "System Settings" even ones where there was no save folder structure. Wii has ES_SetUid that seems to affect the owner but haven't found anything like that on Wii U.)
  • Add support for backup/restore to/from cloud storage.

Savemii 1.2.0.mod4v2

24 Jul 22:04
Compare
Choose a tag to compare
Savemii 1.2.0.mod4v2 Pre-release
Pre-release

Fix Copy Savedata

Savemii 1.2.0.mod4

17 Jul 03:42
Compare
Choose a tag to compare
Savemii 1.2.0.mod4 Pre-release
Pre-release

Changelog:

  • Now title list is by default sorted by name.
  • Instead of only asking the WiiU what titles are installed, now also goes through save folders to find saves of titles not installed (disc games).
  • Now warns if save folder hasn't been initialized. Run title at least one time to init save folder and metadata. (Posible to restore without been initialized but can lead to unwanted behavior.)
  • Now warns when entering task selection screen of Haxchi/CBHC DS VC save. (Restoring or Wiping save could lead to problems.)

Savemii 1.2.0.mod3

15 Jul 04:32
Compare
Choose a tag to compare
Savemii 1.2.0.mod3 Pre-release
Pre-release

Changelog:

  • No longer uses libxml2, uses string searching and manipulation for getting title name (Not noticed any strange behavior but need more testing).
  • Fixed "Wipe Savedata", now it deletes folders.
  • Added option in "Wipe Savedata" to delete saves from all users or only delete from current user.
  • Changed all filesystem interaction to the IOSUHAX_FSA functions
    • Now saves restored work ok even if files didn't exist previously
      • If restoring a save when the 8000000X folder doesn't exist (game not run by user or deleted save in "System Settings") the save will work but will not be deletable using "System Settings", will need to use "Wipe Savedata" of Savemii.
        • /usr/save/XXXXXXXX/XXXXXXXX/user/8000000X
    • This change made sdcard writing slower (about 150KB/s)
  • Show titleID, productCode and shortName in task selecting screen.
  • Don't show option to backup/restore common save if common folder doen't exist in (NAND,USB)/SD.
  • Began working (Not yet implemented) on being able to select the user (Of the ones in the WiiU console) to backup save from and restore save to.

Savemii 1.2.0.mod2

08 Jul 00:06
Compare
Choose a tag to compare
Savemii 1.2.0.mod2 Pre-release
Pre-release

Changelog:

  • Got savemii working in CBHC but was not extensively tested.

Some things that I wanted added to Savemii:

  • Add ability to sort Titles. Press R to change sorting method and press L to change between descending and ascending.
  • Also use L-Stick to navigate menus
  • Show number of titles on main menu
  • Show user ID (ex. 80000006) to the right of "<this user>"

Savemii 1.2.0.mod1

30 Apr 17:58
Compare
Choose a tag to compare
Savemii 1.2.0.mod1 Pre-release
Pre-release

Changelog:

Some things that I wanted added to Savemii:

  • Remember position when going back to title list
  • When selecting a backup/restore slot show next to it if it is used or empty
  • Show in which storage the title save is located (NAND/USB)
  • If title is in both NAND and USB add option to copy save from one to another and also ask to make a backup of destination (If selected title is in nand add option to "Copy Savedata to Title in USB" and "Copy Savedata to Title in NAND" if selected title is in USB)