Hacking [Compilation] Wii U Save Editors

Gadorach

Electronics Engineering Technologist
OP
Member
Joined
Jan 22, 2014
Messages
970
Trophies
0
Location
Canada
XP
956
Country
Canada
This is a thread for my personal Wii U save editors as well as any that the community makes later.

At the time of writing, these editors require access to your raw save files. This means you need to either be using Loadiine, or Saviine to backup and write your raw saves.



Save Editors by [Gadorach]

(All Editors require Windows and .Net 4.0)

Only works on your Autosave file. (rehashing not implemented yet)
Let me know if it doesn't work for you, and include your save file along with any information you know, like halo amount etc.

Current Version = 1.0.5

Download: http://www.mediafire.com/download/qdo14rz8o949a01/Bayonetta_WiiU_SE_1.0.5.zip

Source: http://www.mediafire.com/download/xc2ux0icz0x8oe2/Bayonetta_WiiU_SE_Source_1.0.5.zip

PS. The source is fully commented, which should help anyone trying to learn how to make a C# save editor.
Only works on your autosave (not that any other exists) as rehashing isn't implemented.
This is largely untested, so make a backup of your save before you try using it. Let me know if it doesn't work for you, and include a copy of your save along with any information you can, like halo amount, etc.

Current Version = 1.0.1

Download: http://www.mediafire.com/download/1mwabi0yxqpfide/Bayonetta2_WiiU_SE_1.0.1.zip

Source: Not available yet (cleaning up and adding features)
This editor allows you to change your Karma value on any of your saves.
Let me know if it doesn't work for you, and include your save file along with any information you know, like Karma amount etc. Information may be used to add new features as well.

Offsets found by asper

Current Version = 1.0.0

Download: http://www.mediafire.com/download/kmm1ri9jj72a3i5/NinjaGaiden3_WiiU_SE_1.0.0.zip

Source: Not available yet.
This editor allows you to edit your total Gems.

Offsets found by asper

Current Version: 1.0.0

Download: http://www.mediafire.com/download/w1pgz31w8hk6a9z/YoshiWW_WiiU_SE_1.0.0.zip

Source: Not available yet.
This editor allows you to edit your total BP, and unlock all available Tank models.

Offsets found by asper

Current Version: 1.0.1

Download: http://www.mediafire.com/download/32w3j2sbcd62ibm/TankX3_WiiU_SE_1.0.1.zip

Source: Not available yet.
This editor allows you to edit your total Rings and Coins.

Offsets found by asper

Current Version: 1.0.1

Download: http://www.mediafire.com/download/z0fsfn9aw6aowgk/MS2016OG_WiiU_SE_1.0.1.zip

Source: Not available yet.
 
Last edited by Gadorach,

Gadorach

Electronics Engineering Technologist
OP
Member
Joined
Jan 22, 2014
Messages
970
Trophies
0
Location
Canada
XP
956
Country
Canada
You're welcome, and if you have a game in mind that you'd like to see an editor for, that isn't XCX or SSBU (no time for that shit right now), then let me know and I'll look into it. Bonus points if you include some offsets you've already found, as that'll make putting together an editor a lot faster.
 

Gadorach

Electronics Engineering Technologist
OP
Member
Joined
Jan 22, 2014
Messages
970
Trophies
0
Location
Canada
XP
956
Country
Canada
Added Ninja Gaiden 3 editor to OP. (credits to @asper for the offsets)

By the way, I'd love some reports as well to tell me if these editors work or not for anyone other than myself. Please include your save file when reporting a broken editor, along with any relevant information about the save.

Thanks in advance!
 
Last edited by Gadorach,

Gadorach

Electronics Engineering Technologist
OP
Member
Joined
Jan 22, 2014
Messages
970
Trophies
0
Location
Canada
XP
956
Country
Canada
can't seem to open the save file for Tank Tank Tank. Says not a valid save. Any clues?
Upload your save and I'll check it. Tank Tank Tank is a bit tricky to make a proper verifier I've found. I need more samples haha
 

asper

Well-Known Member
Member
Joined
May 14, 2010
Messages
942
Trophies
1
XP
2,030
Country
United States
Dungeons & Dragons Chronicles of Mystara [USHWPF]

File: AutoSave.save
PG point (2bytes value): offsets 0x00009502-0x00009503, no checksum; this value gives you points to unlock specials in the caveau: a good value to unlock everything should be 0x07D0 (2000 Dec) becasue each unlock is 20 PGs and you must unlock almost 100 of them. You earn PGs accomplishing in-game tasks, some of which can be very boring, this is the reason of me looking into that value.
Some saves
 
Last edited by asper,

I pwned U!

I am pleased to beat you!
Member
Joined
Jun 14, 2013
Messages
927
Trophies
3
Age
28
Website
gbatemp.net
XP
680
Country
United States
You're welcome, and if you have a game in mind that you'd like to see an editor for, that isn't XCX or SSBU (no time for that shit right now), then let me know and I'll look into it. Bonus points if you include some offsets you've already found, as that'll make putting together an editor a lot faster.
I would like to see a save editor for Hyrule Warriors. There is currently one available for Hyrule Warriors Legends, but the structure almost certainly has tons of differences due to the game's extra/different content and features.

I would also like something to repair a character's EXP/level from a RAM edit gone wrong. I tried a level up code a while back on Ganondorf with TCPGecko.net, but it did not work correctly, and now the game will not let him gain any more EXP. He is currently stuck at level 197.

If you or anyone else can help me with this problem, it will be greatly appreciated.

My save (dumped with ddd) is attached below.
 

Attachments

  • ProjectZ-SAVEDATA.rar
    12.9 KB · Views: 398
  • Like
Reactions: The Cringe

Gadorach

Electronics Engineering Technologist
OP
Member
Joined
Jan 22, 2014
Messages
970
Trophies
0
Location
Canada
XP
956
Country
Canada
Why using limited save editor when we can use gecko ?
pyGecko isn't properly compatible with Loadiine 4+ yet. Also, there may come a time when we can dump saves from consoles that aren't hackable, which means these will be the only option. Beyond that, I've been using these as a project in learning C#, so their functional usefulness is just a bonus to me.
I would like to see a save editor for Hyrule Warriors. There is currently one available for Hyrule Warriors Legends, but the structure almost certainly has tons of differences due to the game's extra/different content and features.

I would also like something to repair a character's EXP/level from a RAM edit gone wrong. I tried a level up code a while back on Ganondorf with TCPGecko.net, but it did not work correctly, and now the game will not let him gain any more EXP. He is currently stuck at level 197.

If you or anyone else can help me with this problem, it will be greatly appreciated.

My save (dumped with ddd) is attached below.
Once I have some more free time, I'll look into it, for sure.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Sonic Angel Knight @ Sonic Angel Knight: :ninja: