ROM Hack FEFTwiddler - Fire Emblem Fates Save Editor

Pokéfan Kieran

Well-Known Member
Member
Joined
Sep 30, 2015
Messages
398
Trophies
0
Age
21
XP
190
Country
0.9.0 is released! https://github.com/Soaprman/FEFTwiddler/releases/tag/0.9.0

Changelog:
  • Add: Support for Global saves. It's a little... unrefined right now. I might polish it in the future.
  • Add: A cheat to unlock all conversations in the support log. In case you were looking to get some summer reading in!
  • Add: A panel to change the hair colors of the Corrins and childrens in the support log. In case their hair isn't anime enough already!
  • Add: Item icons in the inventory view.
  • Fix: A few small things.

--------------------- MERGED ---------------------------



Oh hey, I guess this got asked today!

I missed most of the last couple pages of posts because the last few times I've logged into gbatemp, the bell icon hasn't shown anything. Guess I should manually check the thread!
Sweeeeet. Hey, I have another request. You know those +63 weapons? I was wondering if you could put a button for that too. Not just +7
 

Soaprman

Well-Known Member
OP
Member
Joined
Apr 9, 2016
Messages
166
Trophies
0
Location
Georgia, USA
XP
727
Country
United States
Nah, I try to keep the GUI fields and buttons limited to "legal" ranges. If you want to forge something above +7 or do something similar like give a character more than two Boots, the hex editor will work for that.
 

Soaprman

Well-Known Member
OP
Member
Joined
Apr 9, 2016
Messages
166
Trophies
0
Location
Georgia, USA
XP
727
Country
United States
I'll likely add reviving soon. Some of the more recent backend changes I've made have been to make stuff like reviving characters possible. It'd actually be pretty easy to add given the current state of the codebase!
 

solitonmedic

Double Trouble
Member
Joined
Sep 9, 2015
Messages
160
Trophies
0
Age
27
XP
295
Country
United States
I'll likely add reviving soon. Some of the more recent backend changes I've made have been to make stuff like reviving characters possible. It'd actually be pretty easy to add given the current state of the codebase!

Yay~ my best Birthright waifu archer can live again!
 

Juelz Proasheck

Member
Newcomer
Joined
Sep 21, 2015
Messages
14
Trophies
0
XP
85
Country
United States
I remember finding this on Github before the compiled version was released, and within such a short amount of time it's become such an amazing tool. The learned skills GUI is amazing, something I hoped for when I messed around with Awakening save hacking.

Speaking of Awakening, any plans to make a small tool for that too? Learned skills function the same way as they do in Fates.
 

Pokéfan Kieran

Well-Known Member
Member
Joined
Sep 30, 2015
Messages
398
Trophies
0
Age
21
XP
190
Country
Nah, I try to keep the GUI fields and buttons limited to "legal" ranges. If you want to forge something above +7 or do something similar like give a character more than two Boots, the hex editor will work for that.
That's cool. I can respect that. This is AMAZING progress. don't ever stop (not literally)
 

Soaprman

Well-Known Member
OP
Member
Joined
Apr 9, 2016
Messages
166
Trophies
0
Location
Georgia, USA
XP
727
Country
United States
Thanks for the compliments, everyone!

I remember finding this on Github before the compiled version was released, and within such a short amount of time it's become such an amazing tool. The learned skills GUI is amazing, something I hoped for when I messed around with Awakening save hacking.

Speaking of Awakening, any plans to make a small tool for that too? Learned skills function the same way as they do in Fates.

I have no plans to do anything with Awakening. That said, probably a good bit of the code could be reused if someone else were to take a stab at making an Awakening spin-off. I'm definitely willing to answer questions about the code if anyone decides they're up for that!

That's cool. I can respect that. This is AMAZING progress. don't ever stop (not literally)

Sorry to say it, but I'll definitely be stopping eventually. No idea of any timeframe, but it'll certainly coincide with me getting bored enough that I'd rather do something else with the time I'm spending on this. :P
 

Thunder Kai

#TeamRem
Member
Joined
Sep 4, 2015
Messages
1,394
Trophies
0
Location
with Rem
XP
864
Country
United States
Interesting. Does it also kick the unit back to the "living units" block when you start the game? I haven't tried it myself.
When I 0'ed out the....uhh..number thingy that removes shields, I saved the file and reloaded it in the editor and was in the living units with the death check mark gone
 

Soaprman

Well-Known Member
OP
Member
Joined
Apr 9, 2016
Messages
166
Trophies
0
Location
Georgia, USA
XP
727
Country
United States
Yeah, the death flag is in the same group of bytes as the shield flag.

The GUI does indeed look at that flag when deciding whether to show the character in the "living" or "dead" blocks. That might be a bug, though. It'd be interesting to see how the game handles that.
 

C02

Well-Known Member
Member
Joined
Sep 15, 2015
Messages
234
Trophies
0
Age
47
XP
195
Country
United States
i Keep getting an error when i try to open a file. did not have this problem until the newest version.
 

Relic Song

Well-Known Member
Member
Joined
Dec 3, 2015
Messages
129
Trophies
0
XP
141
Country
United States
Yeah, the death flag is in the same group of bytes as the shield flag.

The GUI does indeed look at that flag when deciding whether to show the character in the "living" or "dead" blocks. That might be a bug, though. It'd be interesting to see how the game handles that.
That's odd.. Charlotte died literally a turn after I recruited her(Lunatic!Classic is really a pain) and she's nowhere to be seen when I load my save in the editor. Was she supposed to survive the entire chapter first?
 

DeathChaos

Unmei wo koeru!
Member
Joined
Oct 21, 2015
Messages
1,364
Trophies
0
Age
29
XP
1,736
Country
Puerto Rico
That's odd.. Charlotte died literally a turn after I recruited her(Lunatic!Classic is really a pain) and she's nowhere to be seen when I load my save in the editor. Was she supposed to survive the entire chapter first?
Units are not added to your party until you clear the chapter, so if she died as soon as you got her, as far as the game is concerned, you didn't get anything.
 

RainThunder

Well-Known Member
Member
Joined
Jun 22, 2012
Messages
212
Trophies
0
Location
Hanoi
XP
351
Country
Could you inform me of how to do it? I would like to add it to my guide and I have some...uses for the knowledge. Thanks.

You need to edit the byte near the beginning of a character block. Typically, a character block begins with
Code:
07 xx xx xx xx xx xx xx xx ...

If you want anyone can use Fujin Yumi, just edit one byte to 0x40:
Code:
07 xx xx xx 40 xx xx xx xx ...

Similarly, you can also edit some bytes to allow other characters to use exclusive weapons:
Yato:
Code:
07 04 xx xx xx xx xx xx xx ...
Raijinto:
Code:
07 xx xx xx 80 xx xx xx xx ...
Brynhildr:
Code:
07 xx xx xx xx 01 xx xx xx ...
Siegfried:
Code:
07 xx xx xx xx 02 xx xx xx ...
 
  • Like
Reactions: Relic Song

Omegablu

We shall not yield to the Kingdom of Nohr!
Member
Joined
Mar 10, 2016
Messages
1,140
Trophies
0
Location
Ice Tribe Village
XP
1,026
Country
United States
You need to edit the byte near the beginning of a character block. Typically, a character block begins with
Code:
07 xx xx xx xx xx xx xx xx ...

If you want anyone can use Fujin Yumi, just edit one byte to 0x40:
Code:
07 xx xx xx 40 xx xx xx xx ...

Similarly, you can also edit some bytes to allow other characters to use exclusive weapons:
Yato:
Code:
07 04 xx xx xx xx xx xx xx ...
Raijinto:
Code:
07 xx xx xx 80 xx xx xx xx ...
Brynhildr:
Code:
07 xx xx xx xx 01 xx xx xx ...
Siegfried:
Code:
07 xx xx xx xx 02 xx xx xx ...
Thank you so much. Mind if I screenshot that to add to my resource thread?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: https://www.youtube.com/watch?v=AV8dBxGdNxk