Recent content by CrescendoLite

  1. CrescendoLite

    ROM Hack [wip] Story of Seasons: Trio of Towns Save Editor

    Sorry for the lack of activity, as life has been a little too active lately. I ran into a major problem with a coder when we attempted to write the code. It seems that hex values can sometimes change position according to changes we tried to make. I have been told this may be because of a...
  2. CrescendoLite

    ROM Hack Any available references to make a save editor?

    Welp, this is embarrassing. So, I really want to make a save editor. I've bought a few books on the subject, I bought an online tutorial about coding in C# as well, but the more I attempt working on a save editor, even with other source codes from other, more completed save editors, I just...
  3. CrescendoLite

    ROM Hack [wip] Story of Seasons: Trio of Towns Save Editor

    Fear not, I haven't forgotten about the editor! A few weeks after studying the game files, I began realizing my progress would have to be changed for the NA release of the game. I've been reading XSeed's developper blog as well, especially regarding their changes in terms of content, and I...
  4. CrescendoLite

    ROM Hack [wip] Story of Seasons: Trio of Towns Save Editor

    This is incredibly helpful, thank you so much! I've been compiling the easiest data through save files so far. I'm currently dumping the romfs. I'm learning a lot thanks to your save editor, too.
  5. CrescendoLite

    ROM Hack [wip] Story of Seasons: Trio of Towns Save Editor

    So I know the game has yet to arrive here in America, but I still caved in and bought a copy of the new Story of Seasons game and it's a blast. I figured that no one will make a save editor until it's release in 2017, so I thought it'd be nice to work on one ( and learn about hex editing while...