ROM Hack FEFTwiddler - Fire Emblem Fates Save Editor

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,016
Country
United States
So I could use her if I wanted, and she'd function kinda like how she does in My Castle battles, but including the mechanics other playable characters use? So sorry to be bothering you this much.
Kind of? Like I said, a few functions are a bit broken but most things work. I think pairing her up in guard stance after the battle prep screen crashes though. Works fine on the prep screen. Also, I haven't found a way to give her movement. Best I've found is Warp. Lillith might not get you shadowbanned, but her class will (I think, but pretty sure). I don't mind helping at all.
 

Chaos370

Member
Newcomer
Joined
Mar 1, 2016
Messages
5
Trophies
0
Age
31
XP
44
Country
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 ...

Is this work with einherjan unit or log book unit?
 

Soaprman

Well-Known Member
OP
Member
Joined
Apr 9, 2016
Messages
166
Trophies
0
Location
Georgia, USA
XP
727
Country
United States
Anybody else running into strange issues when using the checkboxes for einherjar and recruited units? Using the checkboxes to edit them will cause my game to close and restart the system after going into the inventory, or any other, screen and checking the unit, however using the hex editor and changing the values does not cause units to crash my game.

I'll look into this.

What do the "Versus" files do?

They appear after you do any sort of multiplayer battle, I think. I actually never had one until recently.

What are internal exp/level? In the editor?​

Internal level is added to the level for use in experience calculations (i.e. how much EXP they get when doing things). For most units, it's either 0 (unpromoted) or equal to the level they promoted at.

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

As for shadowbanning questions, I can't really answer those. Your best bet to figure out what's causing it is to make small edits and test after each edit so you can isolate the change that did it.
 

Deallocate

Active Member
Newcomer
Joined
Apr 16, 2016
Messages
44
Trophies
0
Age
29
XP
62
Country
United States
They appear after you do any sort of multiplayer battle, I think. I actually never had one until recently.

Figured I should be a bit more specific for the heck of it. They actually contain data for each of the up to 5 multiplayer battle teams you can make with the 'Create Team' command under 'Wireless Battle'. Versus0 for the first one, Versus1 for the second, and so on. They hold the data for up to five characters, and the items they're holding. They don't point to any save file, which explains why they can be created in-game, but not modified.
 

Pichi-Hime

Well-Known Member
Newcomer
Joined
Feb 15, 2016
Messages
66
Trophies
0
Age
25
XP
70
Country
United States
Would it be possible to make a generic unit into an opposite gender MU with no issues? And would everything like hair and face, name, etc. just go to deafult?

EDIT: Actually, it does this weird thing. It uses the hooded figure sprite from the chapter 5 boss. It looks like it uses the default Maid's face with default Corrin's hair color. She also keeps the name of the generic unit that was captured.
Where could I edit these things to make her appear like a normal MU? Like supports and all, if that's even possible.
 
Last edited by Pichi-Hime,

Soaprman

Well-Known Member
OP
Member
Joined
Apr 9, 2016
Messages
166
Trophies
0
Location
Georgia, USA
XP
727
Country
United States
@samsbrotherinlaw: You're going to need to tell me specifically what changes you made (and provide your save). I tried removing and adding some flags using the checkboxes and it's working as it should after loading the game.

Can you possibly make a megacheat that adds all of the bonuses to each unit's stats?

I don't see the point. Mind clarifying what you're looking for? I don't plan on adding one for statue bonuses because they get overwritten at least when you change your My Castle layout (and maybe more often than that). As for the rest, they're also temporary, so changing them is kind of pointless unless you need temporary help with a story chapter or something.
 

RainThunder

Well-Known Member
Member
Joined
Jun 22, 2012
Messages
212
Trophies
0
Location
Hanoi
XP
351
Country
I don't see the point. Mind clarifying what you're looking for? I don't plan on adding one for statue bonuses because they get overwritten at least when you change your My Castle layout (and maybe more often than that). As for the rest, they're also temporary, so changing them is kind of pointless unless you need temporary help with a story chapter or something.
I think he means the temporary stat bonuses in the stat editor.
 

TorchPegasus2089

Member
Newcomer
Joined
Oct 3, 2015
Messages
24
Trophies
0
Age
36
XP
73
Country
Canada
@samsbrotherinlaw: You're going to need to tell me specifically what changes you made (and provide your save). I tried removing and adding some flags using the checkboxes and it's working as it should after loading the game.



I don't see the point. Mind clarifying what you're looking for? I don't plan on adding one for statue bonuses because they get overwritten at least when you change your My Castle layout (and maybe more often than that). As for the rest, they're also temporary, so changing them is kind of pointless unless you need temporary help with a story chapter or something.
When you click "Edit" for the stats of a unit, you can click "All Bonuses" to give that unit the bonuses. I don't like having to go through every single unit each time it resets, so a megacheat button to give all of your units those bonuses would be nice, please.
 

Soaprman

Well-Known Member
OP
Member
Joined
Apr 9, 2016
Messages
166
Trophies
0
Location
Georgia, USA
XP
727
Country
United States
Those go away after doing a battle, though, right?

I'll probably still add it, since there's plenty of space left on the Megacheats tab and not a whole lot more to ever be added to it. Just a little confused about why someone would want it is all. :P
 

Soaprman

Well-Known Member
OP
Member
Joined
Apr 9, 2016
Messages
166
Trophies
0
Location
Georgia, USA
XP
727
Country
United States
Internal level should never be higher than 20, as far as I know. I kind of forgot to cap the field. That said, there's no reason to ever want to raise it, because it would just cause you to get less experience.

If you always wait until level 20 to promote your units, you'll have a lot of 20s for internal levels. Some of the units who join pre-promoted have a lower internal level.
 

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,016
Country
United States
Would it be possible to make a generic unit into an opposite gender MU with no issues? And would everything like hair and face, name, etc. just go to deafult?

EDIT: Actually, it does this weird thing. It uses the hooded figure sprite from the chapter 5 boss. It looks like it uses the default Maid's face with default Corrin's hair color. She also keeps the name of the generic unit that was captured.
Where could I edit these things to make her appear like a normal MU? Like supports and all, if that's even possible.
Removing the shield and Einherjar marks from a logbook avatar will give you what you want. Or copying the last section of another avatar's block but that gets complicated. Keep in mind that the first way gives you a mute avatar which is fixable by manually hex editing the value for the avatar's voice. 00, 01 and 02 are legal values I think.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    RedColoredStars @ RedColoredStars: At least someone other than myself thought it was funny :rofl: +1