ROM Hack [Release] Hyrule Warriors Legends Save Editor & NTR Plugin

Status
Not open for further replies.

Gadorach

Electronics Engineering Technologist
Member
Joined
Jan 22, 2014
Messages
970
Trophies
0
Location
Canada
XP
944
Country
Canada
I just couldn't get my head around forms, as bad as it sounds, and at the time my programming assignment was C# Console so I just used what I knew :') I'll upgrade it to a form at some point xD
If you need a hand figuring it out, just let me know. You can reuse a lot of your code anyway, so it's more the design process that'll take some time over the actual programming.
 
  • Like
Reactions: Scarlet

Absolute_Vile

Perfect Reploid
Member
Joined
Nov 5, 2015
Messages
270
Trophies
0
Age
36
XP
1,193
Country
Mexico
I dont know if its posible to add to the save editor the option to unlock all the costumes...ive ben looking like crazy for an easy way to do it and theres juts not a way since i cant get the cheat plugin to work at all
 
Last edited by Absolute_Vile,

RemixDeluxe

Well-Known Member
Member
Joined
Nov 23, 2010
Messages
4,583
Trophies
0
XP
2,514
Country
United States
Someone I'm chatting with claims they exists. For Link there would be a Magic Sword+, I dont know where he got his info but I'll ask.
 

Chris_Highwind

Well-Known Member
Member
Joined
Mar 21, 2010
Messages
434
Trophies
1
Age
32
Location
Mooresville, NC
XP
532
Country
United States
Are you sure that's not just a Magic Sword with a higher damage? I didn't find any evidence of Level 4 weapons when I was cycling through the offsets.

Nope, Level 4 weapons exist, here's an image of a Level 4 Great Fairy
mrg_0008.png
 

Scarlet

Soy Consoomer
Editorial Team
GBAtemp Patron
Joined
Jan 7, 2015
Messages
4,662
Trophies
2
Location
Middleish North-Right
XP
12,297
Country
United Kingdom
Free tip: It is ;3
Free tip #2: Try setting a weapon id to 4B and see if that turns it into the Great Sky Fairy + ;3
Ah that makes sense. I had a gap between Zant and Cia, and I just figured it was space between the normal characters and DLC ones. Many thanks <3

As a quick question, do you know the default weapon power for Level 3 and 4 weapons? I like things to be as legit as possible, but I don't know those ones ;-;
 
Last edited by Scarlet,

lasercut

Member
Newcomer
Joined
Oct 13, 2011
Messages
19
Trophies
0
XP
151
Country
United States
I found this save file:
all character unlocked
all character lv 99
all gold skulltula
all heart container/pieces
10 my faeries/ two styles for each element
all my fairy costume
all my fairy consumables
all weapon unlocked with 5 star 8 slot lv4 weapon for each character
 

Attachments

  • zmha.zip
    7.6 KB · Views: 157
  • Like
Reactions: I pwned U!

Chris_Highwind

Well-Known Member
Member
Joined
Mar 21, 2010
Messages
434
Trophies
1
Age
32
Location
Mooresville, NC
XP
532
Country
United States
Ah that makes sense. I had a gap between Zant and Cia, and I just figured it was space between the normal characters and DLC ones. Many thanks <3

As a quick question, do you know the default weapon power for Level 3 and 4 weapons? I like things to be as legit as possible, but I don't know those ones ;-;

I can't remember the Level 3 default weapon power, but a thread for the Wii U version says 280. The default weapon power for Level 4 is seen in the image (500)
 
  • Like
Reactions: Scarlet

Scarlet

Soy Consoomer
Editorial Team
GBAtemp Patron
Joined
Jan 7, 2015
Messages
4,662
Trophies
2
Location
Middleish North-Right
XP
12,297
Country
United Kingdom
I can't remember the Level 3 default weapon power, but a thread for the Wii U version says 280. The default weapon power for Level 4 is seen in the image (500)
Hm... Level 1 weapons have base power 80 + 8 per star.
Level 2 have Base 150 + 15 per star.
Level 3 = ???
Level 4 is 500 + ??? per star.

Well that's a good start for me, thankee <3
 

nedron92

Well-Known Member
Member
Joined
Feb 18, 2016
Messages
261
Trophies
0
Age
30
Website
www.github.com
XP
374
Country
Germany
Sorry for late reply^^.
I couldn't finish the program yet, too much uni-stuff ^^.
But here are the Offsets I use + the formula based of them, where each Chara-lvl, exp, atk and his unlock-state is located. :)

http://pastebin.com/rw5ZfpU4

Yes, they different from @ScarletKohaku s offets, but with that beginning you are able to calculateall other offsets for each character, so easier to use.
Also I found out, that the first offsets of each chara hold the medals, but couldn't found out how they will be calculated.

Maybe that could be an helf for you ScarletKohaku ;)

EDIT:
Here are the length of those offsets:
LVL: OneOffset (XX), max: 63
EXP: you know that already, four (XX XX XX XX), max length you know.
ATK: Two Offsets long, (XX XX), Max: 03 E7
Unlock, one offset: (XX) , Max Value: 01
 
Last edited by nedron92,

Chris_Highwind

Well-Known Member
Member
Joined
Mar 21, 2010
Messages
434
Trophies
1
Age
32
Location
Mooresville, NC
XP
532
Country
United States
Hm... Level 1 weapons have base power 80 + 8 per star.
Level 2 have Base 150 + 15 per star.
Level 3 = ???
Level 4 is 500 + ??? per star.

Well that's a good start for me, thankee <3

I'm guessing Level 4 is 500 + 50 per star, as a 5-star Level 4 weapon has a power of 750
 

Scarlet

Soy Consoomer
Editorial Team
GBAtemp Patron
Joined
Jan 7, 2015
Messages
4,662
Trophies
2
Location
Middleish North-Right
XP
12,297
Country
United Kingdom
I'm guessing Level 4 is 500 + 50 per star, as a 5-star Level 4 weapon has a power of 750
Fook me that's a powerful weapon o.o

Sorry for late reply^^.
I couldn't finish the program yet, too much uni-stuff ^^.
But here are the Offsets I use + the formula based of them, where each Chara-lvl, exp, atk and his unlock-state is located. :)

http://pastebin.com/rw5ZfpU4

Yes, they different from @ScarletKohaku s offets, but with that beginning you are able to calculateall other offsets for each character, so easier to use.
Also I found out, that the first offsets of each chara hold the medals, but couldn't found out how they will be calculated.

Maybe that could be an helf for you ScarletKohaku ;)
Ah that's really cool! I knew the EXP offsets, but I had no clue where the unlocks were. What do you mean about the medals though? :o
 

nedron92

Well-Known Member
Member
Joined
Feb 18, 2016
Messages
261
Trophies
0
Age
30
Website
www.github.com
XP
374
Country
Germany
Fook me that's a powerful weapon o.o


Ah that's really cool! I knew the EXP offsets, but I had no clue where the unlocks were. What do you mean about the medals though? :o

For example: Links Offset begin a 0x2EBF2, if you change this offset (also the next ones, maybe up to 0x2EBFC), it has an effect to the percentage of the character medals, biut could not found out, how it works really.
If I change the value of 2EBF2 to FF (and all other are zero), I had nearly 40% (or less) of ATK-Medals from Link.
 
Last edited by nedron92,
Status
Not open for further replies.
General chit-chat
Help Users
    SylverReZ @ SylverReZ: Chilli dog