Homebrew help with savegames

mak2

New Member
OP
Newbie
Joined
Mar 24, 2012
Messages
2
Trophies
0
XP
1
Country
Hello, I have a wii 4.1 E. and I use the virtual nand uneek-di, I decided to reinstall everything and now I lost all my savegames. How do I recover? I have to start all the games again ?.
i have a backup of the SD card and USB of old nand, that files i must change if it is possible?
Thank you
 

mak2

New Member
OP
Newbie
Joined
Mar 24, 2012
Messages
2
Trophies
0
XP
1
Country
Hello Excelsiior
thank you for your speedy help
question: I have this folder but restore all or
a specific folder?
thank you again
 

Excelsiior

Well-Known Member
Member
Joined
Sep 13, 2009
Messages
274
Trophies
0
Website
www.nanolx.org
XP
328
Country
Germany
All subfolders are savegames. If you only want a specific one, you'd need to check which folder belongs to which game.

To find out, you can convert ASCII to HEX (case DOES matter, because a != A):

Xenoblade Chronices = SX4P:

S = 53
X = 58
4 = 34
P = 50

So the folder will be title/00010000/53583450/

Edit: Bash-Script to convert asc/hex (save as wiiconvert):

convert ascii to hex:
wiiconvert SX4P
wiiconvert -h SX4P

convert hex to ascii:
wiiconvert -a 53583450

Code:
#!/bin/bash

if [[ $1 == "-h" || ( $1 != "-a" && !$2 ) ]]; then

if [[ $2 ]]; then
shift
fi

echo -n $1 | od -tx1 -An | tr -d ' '

elif [[ $1 == "-a" ]]; then

shift

echo -e $(echo $1 | sed -e 's/../\\x&/g')

fi

//Edit: simplified script.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: https://www.youtube.com/shorts/T78NsMwZOA0