ROM Hack [Release] Fire Editor - Fire Emblem: Awakening's save editor

JAMSDream

New Member
Newbie
Joined
Sep 7, 2018
Messages
4
Trophies
0
Age
33
XP
56
Country
Spain
Excuse me, how do I put a modified save file on my Citra emulator?

I mean... when I edit my Chapter 0 save file, the save file is exported like "Compressed_Chapter0" or "Decompressed_Chapter0"

How do I make Citra to load that modified save file instead of the old save file?
 
Last edited by JAMSDream,

nickdos

Active Member
Newcomer
Joined
Oct 16, 2015
Messages
37
Trophies
0
Age
29
XP
106
Country
Greece
Excuse me, how do I put a modified save file on my Citra emulator?

I mean... when I edit my Chapter 0 save file, the save file is exported like "Compressed_Chapter0" or "Decompressed_Chapter0"

How do I make Citra to load that modified save file instead of the old save file?
Rename the "compressed_chapter0" you downloaded to "Chapter0" and place it in citra's save files location
 
Last edited by nickdos,

livipup

Well-Known Member
Newcomer
Joined
Feb 23, 2019
Messages
53
Trophies
0
Age
26
Location
Toronto
XP
144
Country
Canada
How do you edit skills with this? I want to get certain skills for my units without grinding them until they're way too strong. Also is it possible to change your difficulty with this tool?
 

trainboy2019

Well-Known Member
Member
Joined
Oct 6, 2015
Messages
1,114
Trophies
0
Age
23
Location
GA
XP
1,107
Country
United States
How do you edit skills with this? I want to get certain skills for my units without grinding them until they're way too strong. Also is it possible to change your difficulty with this tool?
With the Java version, select your unit, then select one of the skill slots at the bottom. Type in the name of the skill you want, and select it. For difficulty, select Miscellaneous, and set your difficulty.

Not sure about the web version
 

nickdos

Active Member
Newcomer
Joined
Oct 16, 2015
Messages
37
Trophies
0
Age
29
XP
106
Country
Greece
With the Java version, select your unit, then select one of the skill slots at the bottom. Type in the name of the skill you want, and select it. For difficulty, select Miscellaneous, and set your difficulty.

Not sure about the web version
There are links to 6 different .jar builds in the op alone, which one has that?
 

livipup

Well-Known Member
Newcomer
Joined
Feb 23, 2019
Messages
53
Trophies
0
Age
26
Location
Toronto
XP
144
Country
Canada
The latest stable .jar is what I use. (link redacted)
Make sure you decompress your saves with FEAST before editing, and compress them after editing.
What is FEAST? I use Citra for my modded playthrough. Do I need it?

EDIT: I downloaded the program, but when I double click on the jar it doesn't open.
 
Last edited by livipup,

trainboy2019

Well-Known Member
Member
Joined
Oct 6, 2015
Messages
1,114
Trophies
0
Age
23
Location
GA
XP
1,107
Country
United States
What is FEAST? I use Citra for my modded playthrough. Do I need it?

EDIT: I downloaded the program, but when I double click on the jar it doesn't open.
FEAST stands for Fire Emblem Awakening Save Tool, a tool by scores to decompress awakening's saves. https://github.com/SciresM/FEAST/releases
It doesn't matter if you're using citra or an actual 3ds, it's the way the actual game stores it's saves.

You can force it to run via the command prompt.

Code:
java.exe -jar <Name of jar file>.jar
 

livipup

Well-Known Member
Newcomer
Joined
Feb 23, 2019
Messages
53
Trophies
0
Age
26
Location
Toronto
XP
144
Country
Canada
FEAST stands for Fire Emblem Awakening Save Tool, a tool by scores to decompress awakening's saves. https://github.com/SciresM/FEAST/releases
It doesn't matter if you're using citra or an actual 3ds, it's the way the actual game stores it's saves.

You can force it to run via the command prompt.

Code:
java.exe -jar <Name of jar file>.jar
Wouldn't I need to know where the file is? I'm not good at using the command prompt...

EDIT: So I realized that would be pretty easy to figure out and so I did it. The command prompt said that it couldn't find java.dll or Java SE Runtime Environment, so I downloaded and installed the latest version. I tried again and got the same error.

Code:
Microsoft Windows [Version 10.0.17763.316]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\Olivia Lemaire>java.exe -jar FireEditor-nightly-v0.2.3.jar
Error: Unable to access jarfile FireEditor-nightly-v0.2.3.jar

C:\Users\Olivia Lemaire>cd Users\Olivia Lemaire\Documents
The system cannot find the path specified.

C:\Users\Olivia Lemaire>cd Users
The system cannot find the path specified.

C:\Users\Olivia Lemaire>cd Documents

C:\Users\Olivia Lemaire\Documents>cd My Games\3DS

C:\Users\Olivia Lemaire\Documents\My Games\3DS>cd Tools\Fire Editor

C:\Users\Olivia Lemaire\Documents\My Games\3DS\Tools\Fire Editor>java.exe -jar FireEditor-nightly-v0.2.3.jar
Error: opening registry key 'Software\JavaSoft\Java Runtime Environment'
Error: could not find java.dll
Error: Could not find Java SE Runtime Environment.

C:\Users\Olivia Lemaire\Documents\My Games\3DS\Tools\Fire Editor>java.exe -jar FireEditor-nightly-v0.2.3.jar
Error: opening registry key 'Software\JavaSoft\Java Runtime Environment'
Error: could not find java.dll
Error: Could not find Java SE Runtime Environment.

C:\Users\Olivia Lemaire\Documents\My Games\3DS\Tools\Fire Editor>
 
Last edited by livipup,

IcebergMM

Member
Newcomer
Joined
Sep 13, 2009
Messages
17
Trophies
1
Age
40
XP
1,784
Country
United States
You should be able to right-click on the jar file go to "open with" and select "java platform se binary". if that option isn't their choose "choose another app" then "more apps" then scroll to the bottom and pick "look for another app on this pc" navigate to "C:\Program Files\Java\jre1.8.0_201\bin\" and select "java.exe".
 

trainboy2019

Well-Known Member
Member
Joined
Oct 6, 2015
Messages
1,114
Trophies
0
Age
23
Location
GA
XP
1,107
Country
United States
You should be able to right-click on the jar file go to "open with" and select "java platform se binary". if that option isn't their choose "choose another app" then "more apps" then scroll to the bottom and pick "look for another app on this pc" navigate to "C:\Program Files\Java\jre1.8.0_201\bin\" and select "java.exe".
Thanks for telling me about that. Not that used to running Java on Windows.
 

livipup

Well-Known Member
Newcomer
Joined
Feb 23, 2019
Messages
53
Trophies
0
Age
26
Location
Toronto
XP
144
Country
Canada
Can anyone upload Finn from Fire emblem 4&5 please?
I'm about 99% sure that's not possible. This tool can't create new content and it can't go outside of the bounds of what is technically possible (that is to say what is possible from a technological perspective based on the game's code and the systems the editor is working with)
 

Only_Thumbs

New Member
Newbie
Joined
Oct 7, 2016
Messages
4
Trophies
0
XP
59
Country
I can confirm, the latest release from the web-app is 0.5.1-b. Pressing update doesn't help, this is tested with firefox and chrome. Is there a working 0.6-b offline release that I've missed?
 

Belphenix

New Member
Newbie
Joined
Aug 21, 2019
Messages
1
Trophies
0
Age
26
XP
34
Country
Nicaragua
Hi @Olmectron, I wanted to ask you about the online editor version, I have a problem when I try to download the file I already edited, what I'm looking for is to add a DLC character and a male morgan to my game, I don't know if you can help me.

The problem is that I don't download anything when I give the option to download the file already decompressed

PS: the java version works really well for me, but I don't see an option to add characters so I tried the online one, apart from that I would like to know if you speak Spanish?
 
Last edited by Belphenix,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: i think im a bad person