Recent content by flameofstorm33

  1. flameofstorm33

    ROM Hack [WIP] Paragon (Fire Emblem Fates)

    I'm not certain, but from what I've heard, the skill is "fake", and the actual Self-Destruct mechanism is hard coded into the chapter itself, so you'd have to mess around with scripting in order to recreate it elsewhere.
  2. flameofstorm33

    ROM Hack Fire Emblem Fates: ROM Hacking General Thread

    Does anyone know how to make multiple mods that affect the Code.ips work together?
  3. flameofstorm33

    ROM Hack [WIP] Paragon (Fire Emblem Fates)

    I'm having an issue where when I create a terrain script for custom chapters that I make, the chapter won't load when I click on it from the battle select screen, but when I remove the terrain script from the game files, this issue goes away. Does anyone know what might be causing this?
  4. flameofstorm33

    ROM Hack [WIP] Paragon (Fire Emblem Fates)

    Thanks, that helped a lot! Do you know how to change the victory condition on a map? For example, in the same chapter that I created an escape point, I want to change the objective to "escape with all units" like in Conquest 21.
  5. flameofstorm33

    ROM Hack [WIP] Paragon (Fire Emblem Fates)

    I'm editing chapters using Paragon, and I was wondering if there was a way to make an escape point, like in Birthright chapter 12, or an escape row, like in Conquest chapter 21.
  6. flameofstorm33

    ROM Hack Discussion Fire Emblem: Three Houses General Hacking

    Is it possible to use Fodlan Editor to create new classes, or would I have to simply edit existing ones?
  7. flameofstorm33

    ROM Hack Discussion Fire Emblem: Three Houses General Hacking

    Yes, but when I changed the budding talents for characters and added new ones for those who don't have them in the base game, the budding talents only showed for those who already had them before. Raphael is supposed to have a budding talent in reason. I can send the persondata file if that...
  8. flameofstorm33

    ROM Hack Discussion Fire Emblem: Three Houses General Hacking

    Is there a way to add budding talents for characters without removing them from others?
  9. flameofstorm33

    ROM Hack Discussion Fire Emblem: Three Houses General Hacking

    Ah, I actually fixed my issue. It turns out I just needed to paste the fixedpersondata file to atmosphere's contents folder.
  10. flameofstorm33

    ROM Hack Discussion Fire Emblem: Three Houses General Hacking

    I changed Edelgard's base stats using Fodlan Editor, but when I boot up the game, her stats in the prologue are unchanged. I started the game from the beginning, confirmed that the changes were saved, and played through to chapter 1 to see if her stats were different in the Monastery (they...
  11. flameofstorm33

    ROM Hack Fire Emblem Fates: ROM Hacking General Thread

    Edit: Also, if I wanted to set an escape point like in chapter 12 of Birthright or Conquest, how would I go about doing that? Though I'm not sure why, it seems that I managed to fix the problems I was having by copying the Scripts folder and pasting it to Paragon's output location. Another...
  12. flameofstorm33

    ROM Hack Fire Emblem Fates: ROM Hacking General Thread

    Well, I located the Scripts folder, and I copied the A014.cmb file, and renamed the new one RR008.cmb to match my chapter's CID_RR008, but the game is still telling me that it failed to load the file. What am I missing?
  13. flameofstorm33

    ROM Hack Fire Emblem Fates: ROM Hacking General Thread

    I'm currently trying to create a new chapter in Fates (specifically Revelation) using Paragon, but when I try to test it, I get an error message stating that the game "failed to read file". How would I go about fixing this?
  14. flameofstorm33

    ROM Hack [WIP] Paragon (Fire Emblem Fates)

    No, I just hadn't realized it wasn't necessary to build it. Thank you for pointing me towards the release builds. Edit: It seems that, in order to create a properly functioning new chapter, I need to copy the script files of the original chapter that I copied. If this is true, where can I find...
  15. flameofstorm33

    ROM Hack [WIP] Paragon (Fire Emblem Fates)

    After following all of the instructions to install Paragon in the readME, I tried to run python paragon/ui/main.py to use Paragon, and I got this error message: "Traceback (most recent call last): File "paragon/ui/main.py", line 5, in <module> from paragon.model.configuration import...