ROM Hack Discussion Fire Emblem: Three Houses General Hacking

NextChallenger

Well-Known Member
Newcomer
Joined
Jul 23, 2019
Messages
61
Trophies
0
Location
the heart of battle.
XP
346
Country
United States
Question is there a way to add the stats increasing items to the convoy using the save editor?
Yep, you can. Here's what each of them do:

1016 - Seraph Robe - +5 HP
1017 - Energy Drop - +2 Strength
1018 - Spirit Dust - +2 Magic
1019 - Secret Book - +2 Dexterity
1020 - Speedwing - +2 Speed
1021 - Goddess Icon - +4 Luck
1022 - Giant Shell - +2 Defense
1023 - Talisman - +2 Resistance
1024 - Black Pearl - +2 Charm
1025 - Shoes of the Wind - +1 Movement

so that nobody has to guess at it like I did lol

Yes, I added them myself. Just go to the Items tab. Select a slot in the left column and then go to the Item Editor box to the right. Change the ID to the item you want, it starts at Seraph Robe and continues to Shoes of the Wind for stat items. Then just set the amount and durability and click Save Changes. Then just choose the next slot on the left and repeat. By default these items have 1 use each, but you can change the durability to 99 to get multiple uses out of a single item.

Didn't know that, thanks. Good to know.
 
Last edited by NextChallenger,
  • Like
Reactions: Tere Valentin

Vidik514

Member
Newcomer
Joined
Jul 18, 2018
Messages
5
Trophies
0
Age
33
XP
264
Country
United States
Has anyone tested save editing their file to recruit different house leaders (Edelgard, Dimitri, Claude)? Does it have any negative effects?
 

DEMONDICE

K-K-Kureiji
Member
Joined
Dec 7, 2013
Messages
1,014
Trophies
1
Age
33
XP
2,016
Country
United States
So does anyone know the EXP values required for level 5, 10, 20 and 30? It could be useful for catching up characters that you recruit later or don't use much via the EXP cheat.
 

8bitNoble

Active Member
Newcomer
Joined
Jul 27, 2019
Messages
37
Trophies
0
Age
34
Location
New England
XP
651
Country
United States
Serenes Forest doesn't have the complete chart for skill levels and the XP required for each. Anyone have a completed chart? I can't find it in the search here.
 

AshuraBlade

Active Member
Newcomer
Joined
Jun 22, 2018
Messages
38
Trophies
0
XP
250
Country
United States
So does anyone know the EXP values required for level 5, 10, 20 and 30? It could be useful for catching up characters that you recruit later or don't use much via the EXP cheat.
For reference.. I used the 8000exp, my characters' level up from
15 ==>> 20,
25 ==>> 31
The codes say that it's for all characters, but few of my characters didn't level up..
I'm playing in BE's Edelgard path, and Edelgard, Ashe, Lysithea, Dorothea, Felix didn't get exp from the codes.
 

JrpgAddict

Well-Known Member
Member
Joined
Oct 7, 2016
Messages
697
Trophies
0
Age
38
XP
1,650
Country
Netherlands
For reference.. I used the 8000exp, my characters' level up from
15 ==>> 20,
25 ==>> 31
The codes say that it's for all characters, but few of my characters didn't level up..
I'm playing in BE's Edelgard path, and Edelgard, Ashe, Lysithea, Dorothea, Felix didn't get exp from the codes.
U need to use them in menu before u go to battle and the exp will load up until it reaches 0, then u get normal exp until u go back into another battle, dont use 2 exp cheat at time i dont know what happens lol
 
Last edited by JrpgAddict,

AshuraBlade

Active Member
Newcomer
Joined
Jun 22, 2018
Messages
38
Trophies
0
XP
250
Country
United States
U need to use them in menu before u go to battle and the exp will load up until it reaches 0, then u get normal exp until u go back into another battle, dont use 2 exp cheat at time i dont know what happens lol
I used the code before the battle, well.. I said Edelgard didn't level up, but after I'm done with one battle quest, I do one more battle quest, all of the sudden Edelgard level up. It's weird, but it seems like few characters need few battle to trigger the exp code, while the code works on few characters right off the bat.
 

ianshen

Member
Newcomer
Joined
Jul 31, 2018
Messages
5
Trophies
0
Age
38
XP
60
Country
China
Hey guys which version or region of the game are you using? EUR?GB?JPN?US? I mean does it matter? Since I have been playing the JPN version and I could not edit anything successfully. And the cheat does not work at all even they were shown on Edizon.
The editor seems to be working and it reads most of the things from my save files correctly (some equiped things are not there), but when I try to edit anything, it does not show in the game (amounts of items etc.)
After the editing, I loaded into the game, nothing changed. And I played for a while, saved again, dumped save file again and used the editor to read the file. My previous editing were still there (but not in the game). It's so strange.
 

TuHVo

Well-Known Member
Newcomer
Joined
May 28, 2017
Messages
46
Trophies
0
Age
32
XP
140
Country
United States
Will there be a code for skill exp multiplier when instructing? It takes me a good half an hour to max out 5 or 6 skills for one character.
 
  • Like
Reactions: Melonbear

Falo

Well-Known Member
Member
Joined
Jul 22, 2012
Messages
680
Trophies
2
XP
2,627
Country
Germany
Interesting how the save editor now says My professor level is E when it's actually maxed out
That's a bug, i was calculating it wrong, i had to add 1 more entry in the exp array to make the calculation work.

Code:
public static int[] TeacherLevelupRank = { 0, 0, 0, 0, 0, 6400, 10900, 16300, 24000, 32800, 44500 }; //<- old, bug
public static int[] TeacherLevelupRank = { 0, 0, 0, 0, 0, 6400, 10900, 16300, 24000, 32800, 44500, 99999999 }; //<- new fixed (any higher number would work ^^)
//first few numbers are missing, but i fix this later...

Hey guys which version or region of the game are you using? EUR?GB?JPN?US? I mean does it matter? Since I have been playing the JPN version and I could not edit anything successfully. And the cheat does not work at all even they were shown on Edizon.
The editor seems to be working and it reads most of the things from my save files correctly (some equiped things are not there), but when I try to edit anything, it does not show in the game (amounts of items etc.)
After the editing, I loaded into the game, nothing changed. And I played for a while, saved again, dumped save file again and used the editor to read the file. My previous editing were still there (but not in the game). It's so strange.

There is no regional version, FE:TH is region free, for the cheats, most likely you don't have the update installed.
For the save, maybe you are trying to load the wrong save ? The game has an auto-save feature.
About the missing items, can you send me the save?

Will there be a code for skill exp multiplier when instructing? It takes me a good half an hour to max out 5 or 6 skills for one character.
working on it, so far i couldn't find the battle exp and skill exp calculation routines in the code...
 
Last edited by Falo,

TuHVo

Well-Known Member
Newcomer
Joined
May 28, 2017
Messages
46
Trophies
0
Age
32
XP
140
Country
United States
That's a bug, i was calculating it wrong, i had to add 1 more entry in the exp array to make the calculation work.

Code:
public static int[] TeacherLevelupRank = { 0, 0, 0, 0, 0, 6400, 10900, 16300, 24000, 32800, 44500 }; //<- old, bug
public static int[] TeacherLevelupRank = { 0, 0, 0, 0, 0, 6400, 10900, 16300, 24000, 32800, 44500, 99999999 }; //<- new fixed (any higher number would work ^^)
//first few numbers are missing, but i fix this later...



There is regional version, FE:TH is region free, for the cheats, most likely you don't have the update installed.
For the save, maybe you are trying to load the wrong save ? The game has an auto-save feature.
About the missing items, can you send me the save?


working on it, so far i couldn't find the battle exp and skill exp calculation routines in the code...

No problem man. Take your time. Thanks for the work so far.
 

Deobulakenyo

Well-Known Member
Member
Joined
Oct 8, 2018
Messages
584
Trophies
0
Age
49
XP
1,422
Country
Philippines
Code:
[All Characters - 100 EXP - Use Before Battle]
580F0000 019D76F0
780F0000 00000670
300E0000 0000003C
620F0000 00000000 00000064
780F0000 00000230
310E0000

[All Characters - 250 EXP]
580F0000 019D76F0
780F0000 00000670
300E0000 0000003C
620F0000 00000000 000000FA
780F0000 00000230
310E0000

[All Characters - 500 EXP]
580F0000 019D76F0
780F0000 00000670
300E0000 0000003C
620F0000 00000000 000001F4
780F0000 00000230
310E0000

[All Characters - 1000 EXP]
580F0000 019D76F0
780F0000 00000670
300E0000 0000003C
620F0000 00000000 000003E8
780F0000 00000230
310E0000

[All Characters - 2000 EXP]
580F0000 019D76F0
780F0000 00000670
300E0000 0000003C
620F0000 00000000 000007D0
780F0000 00000230
310E0000

[All Characters - 4000 EXP]
580F0000 019D76F0
780F0000 00000670
300E0000 0000003C
620F0000 00000000 00000FA0
780F0000 00000230
310E0000

[All Characters - 6000 EXP]
580F0000 019D76F0
780F0000 00000670
300E0000 0000003C
620F0000 00000000 00001770
780F0000 00000230
310E0000

[All Characters - 8000 EXP]
580F0000 019D76F0
780F0000 00000670
300E0000 0000003C
620F0000 00000000 00001F40
780F0000 00000230
310E0000

[All Characters - 9999 EXP]
580F0000 019D76F0
780F0000 00000670
300E0000 0000003C
620F0000 00000000 0000270F
780F0000 00000230
310E0000

for any1 wanting some kinda multypliers

just for clarification:

Do these exp cheats set the experience of the characters to the amount set by the cheat? (example a character who has already 1345 Experience will ll be set to 100 experience when using the cheat)

or

Do the amount set in the cheats are added as experience to the current experience level of characters? (example a character has already gained 2345 experience but will be given additional 100 because of the cheat?)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: @salazarcosplay, I'm good. Thanks.