ROM Hack Discussion Fire Emblem: Three Houses General Hacking

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
ok, i fixed the unlock regular classes code to include the DLC classes:
Code:
[Unlock all regular Classes including new class DLC]
580F0000 01B12190
780F0000 00000717
300E0000 0000003C
610F1000 00000000 000000FF
640F1000 00000000 FFFFFDFF
780F0000 00000001
610F0000 00000000 00000052
780F0000 0000000A
610F0000 00000000 0000000F
780F0000 0000023C
310E0000
it needed an additional add to it. and this code doesnt include unique classes like the "Enlightened One" or "lord Of Liberation"

Is there any cheat that increases growth rates? I know there are codes which add +1 to every stat, but I'm trying to find something less extreme
is there a specific Growth stat for a specific character or in general?
 
D

Deleted User

Guest
guys i am really dumb and don't know much about hacking games n stuff. that being said, i'm trying to get s support dimitri w male byleth by following ningyoplug's guide from august last year lol. i get how to export/import byleth's character file, but when i go to edit it in hxd shit kinda just goes over my head. is 0x24 column 00, row 00000240? because when i change the 00 to 01, import the edited character file back onto my save and boot up the game (from yuzu), everything is the same when i skip from sunday (the day my last save is on) to when byleth is standing over jeralt's grave. i.e. the only supports i get are the girls i maxed out relationships with
if anyone is willing to walk me through a bit i'd really appreciate it. i saw people talking about using edizone but that stuff seems even more complicated to use since it's my first time hearing about it lmao. also sorry if it's been explained already, the thread has over a hundred pages
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
but when i go to edit it in hxd shit kinda just goes over my head. is 0x24 column 00, row 00000240?
temp.jpg
 
  • Like
Reactions: Deleted User

miss_nakano

Well-Known Member
Member
Joined
Feb 27, 2016
Messages
179
Trophies
0
Age
28
XP
1,006
Country
Australia
if anyone has the 010 editor, trial or licensed, i have made a template for *.character files...

Gamerjin, Is there a way to set character models as attire?
For example: Rhea has 3 models, lets say we set the archbishop model as default and the other two(rhea without cloak and "battle" rhea) can be chosen via "attire" menu like byleth's attire etc. Is it possible? Thank you gamerjin.
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
Gamerjin, Is there a way to set character models as attire?
so i asked around, it seem not likely with Rhea because she a "unique" model, but that model for storyboard and are simple using that model. as for Rhea battle model(in the story), i dont know if it possible to copy the model data.

the same thing applies to other "unique" models: Sothis, Kronya (or -Spoiler-), Solon, Thales, and select other NPCs...


Oooh do tell
this make editing the *.character that Falo's Save Editor uses for exporting and importing character with. but it only work for 010 editor.
 

Attachments

  • CharacterSaveTemplate.zip
    22.4 KB · Views: 187
  • Like
Reactions: DestinyFeather

SilverBlade

Well-Known Member
Newcomer
Joined
Jan 8, 2012
Messages
73
Trophies
1
Age
28
XP
278
Country
United States
so i asked around, it seem not likely with Rhea because she a "unique" model, but that model for storyboard and are simple using that model. as for Rhea battle model(in the story), i dont know if it possible to copy the model data.

the same thing applies to other "unique" models: Sothis, Kronya (or -Spoiler-), Solon, Thales, and select other NPCs...



this make editing the *.character that Falo's Save Editor uses for exporting and importing character with. but it only work for 010 editor.
This is quite handy, since one can edit weapon ranks and spell list, which Falo's editor is currently unable to do. Thank you very much!
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
This is quite handy, since one can edit weapon ranks and spell list, which Falo's editor is currently unable to do. Thank you very much!
you're welcome, but keep in mind, i believe that if you level up or change class, your hacked spell will disappear. the only way to make stick, is by converting a rom-hack to cheat code, the example below modifies the default spells for the Main MC:
Code:
[Modify Byleth default Spells]
081A0000 AE83DD61 171B1A20 0509080C
021A0000 AE83DD69 00002425
081A0000 AE83DD75 171B1A20 0509080C
021A0000 AE83DD7D 00002425
 

SilverBlade

Well-Known Member
Newcomer
Joined
Jan 8, 2012
Messages
73
Trophies
1
Age
28
XP
278
Country
United States
you're welcome, but keep in mind, i believe that if you level up or change class, your hacked spell will disappear. the only way to make stick, is by converting a rom-hack to cheat code, the example below modifies the default spells for the Main MC:
Code:
[Modify Byleth default Spells]
081A0000 AE83DD61 171B1A20 0509080C
021A0000 AE83DD69 00002425
081A0000 AE83DD75 171B1A20 0509080C
021A0000 AE83DD7D 00002425
Oh, I didn't know that was a thing. How would I go about doing that?
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
Oh, I didn't know that was a thing. How would I go about doing that?
I'm also interested in how to do this, do you know of any guides I could take a look at?
i had help from the fire emblem 3ds/th hacking server. there not really a specific guide per se. all i did what search for the original bytes, then used the memory viewer to confirm by matching the surrounding bytes. then convert the changes i want.

so using the above example:

  • i had to find/download certain game files, in this case: fixed_persondata.bin
  • next (after getting the 010 templates from the same source) found the spell table under "spell list table > spell list > spell list data
  • then i find who i want to modify, ie M!Byleth is spell list data [0].
  • i look at what the byte were for spells:
    Reason -> 00030102 FF
    Faith -> 181C19FF 1E
  • now i look for bytes in the same area that look unique enough: 02FF181C19FF1E02
  • search for those bytes ^
  • use the memory viewer to confirm that its the right place.
  • then using the 010 editor, i made the changes so now its like the above code.
  • finally, i test the code to make sure it works. (and in fact the above code does work for both male and female version of Byleth. but i found out you need to change class for it to kick in....)
Im not good with teaching how i do things, so i hope i didnt confuse you....
 
  • Like
Reactions: DestinyFeather

Nemmeh88

Member
Newcomer
Joined
Feb 15, 2020
Messages
16
Trophies
0
Age
36
XP
73
Country
United Kingdom
this make editing the *.character that Falo's Save Editor uses for exporting and importing character with. but it only work for 010 editor.

Interestingly when I edited a couple of spells to solon's and thale's character file they kept the spells even after levelling up and ranking up, without the cheat. I also was wondering how you "create" those *.character files, does anyone know?
 
Last edited by Nemmeh88,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: https://gbatemp.net/profile-posts/163064/