
That didn't appear to workI still haven't had a chance to take a look into it yet but I am seeing something that could work that you can try.
Try this:
userdata.dat and rename it 1.save then take savegame.dat and rename that 2.save and then replace the original 1.save/2.save files on your PC with the renamed Wii U save files and see if it will load the game save on the pc.
Is there any progress so far?I am currently downloading my Watch_Dogs on PC for testing.
Big endian. So:not sure what the wii u is
Can't work. You have to (at least, possibly you also need to remove and/or add some headers/footers) byte-swap the files.Try this:
userdata.dat and rename it 1.save then take savegame.dat and rename that 2.save and then replace the original 1.save/2.save files on your PC with the renamed Wii U save files and see if it will load the game save on the pc.
Alright good luckYeah this is going to be complicated, @Alee I will let you know if I get anywhere with it. So far I am just crashing the game right now with my modified saves.
*Edit* So I no longer crash but it says my saves are corrupted, I am no expert but if the saves need to pass a CRC check to load (which could be likely) then it is definitely above my lowly skillset. I will keep tinkering with it I guess but I probably won't get anywhere.


Did you ever find enough time to write that script?Hello everyone. It's been well over two years, but after doing some work on it, I've managed to do it.
I'm writing a small script to automate this work between Wii U and PC versions, but in the meantime I should give the manual steps to do it.
Seems like, the main file we should focus is "2.save" and "savegame.dat"
Open both of these files in a hex editor, like HxD (I would recommend hexed.it for this, but sadly copying bytes over in hexed.it is not practical.)
View attachment 447387View attachment 447388
As you can see, around offset 5B on the Wii U file and offset 2A5 on the PC file is what matters. Copy all the bytes from 5B to the end of the file, go to the PC save and select the 2A5th byte (00), right click and click "Paste insert". Click yes on the filesize warning and you're good to go. Now you can replace the files and end up with...
View attachment 447389View attachment 447390
I think I'll probably create a new thread once I finish the script. It should be handy for switching gameplay between Wii U and PC constantly.

I will try to make a script for the conversion!