Dolphin, the GameCube and Wii emulator - Forums

Full Version: How do you import *.wii saves in dolphin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Raenydyne

There's no folder or bin files. I got it off GameFAQs.

The file is ssx_blur_eu.wii


[color=#ff3333]POST UPDATE: You need the Wii Powersave Tool (yes there's another thread but link was dead so here's the file since it's small enough anyway.[/color]  DOWNLOAD HERE


Faster way for me to use this was just extract this in the same directory as your *.wii saves and make a batch file like this:

c:

cd \Users\Candy\Desktop\WII SAVES

sq-dps.exe -d ssx_blur_eu.wii



Copy/paste that in a text editor and save it as CONVERTWIITOBIN.BAT (or whatever) then just DOUBLE click that and you'll have a converted save!

Raenydyne

*UPDATED
Better yet:

sq-dps.exe -d %1

Save it as a batch-file (*.bat) and make sure that the executable is in the same folder as the batch-file. Now drag-and-drop the wii-save onto the batch-file and it should convert. (Untested)