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

BlueLeafeon

Well-Known Member
Member
Joined
Aug 9, 2016
Messages
224
Trophies
0
XP
159
Country
United States
You should be able to do a simple string search. I'm still not sure if the file's compressed though, so that might not work.
Tried this. Although the player's name and farm name is clearly written in the text portion of the hex editor, I could not find any instance of my pets' names via the search function. Very strange...
 

DesuIsSparta

Well-Known Member
Member
Joined
Oct 13, 2015
Messages
580
Trophies
0
XP
1,037
Country
United States
Tried this. Although the player's name and farm name is clearly written in the text portion of the hex editor, I could not find any instance of my pets' names via the search function. Very strange...

I know i've repeated it in a few places, but it's because the file's compressed. All of the information in the 'header' section of the file are in plain sight because that's the information displayed on the main menu. It would make no sense to decompress the file and load the information just for the sake of displaying a few things on the save select screen. The rest of the information, however, is decompressed when you actually load that save.
 

Pluupy

_(:3」∠)_
Member
Joined
Sep 13, 2009
Messages
1,945
Trophies
1
XP
2,265
Country
United States
Changing columns 05 and 06 for max (FF), gives ou 65535 GP. Changing column 08 for very big values corrupts the save file, so i try to keep it 90, for example. This way I ended up with 9,5 million.
I tried this. So I changed columns 05 and 06 of row 150 into FF. My gold count became 65535G.

When I tried to change my column 08 from 50 to 90, the save became corrupted.

I'm not sure how to get any gold value larger than 65535.

At this point, I will sooner have everything in the game through my own gameplay than through any save editing.

Edit: I had a stupid idea. Since I couldn't make my money go over 65535 via hex editing without corrupting the save, I made my funds in-game somewhere above 100k. Then, I changed both columns 05 and 06 to FF. I ended up with 16,777,186G when I loaded my save again. 16777186 translates to FFFFE2 in hex... I guess this is ok. All I really wanted to buy was the third house expansion.

rU16REL.jpg

JEUGAO5.jpg

I will eagerly await any save editors for this game because I am clearly not smart enough to do any significant hex editing...
 
Last edited by Pluupy,

Pluupy

_(:3」∠)_
Member
Joined
Sep 13, 2009
Messages
1,945
Trophies
1
XP
2,265
Country
United States
So anyone know how to unlock clothes?
We need to find out the hex values for all of the items and entities before that. Sadly, I don't even know where to proceed beyond what was stated on the first page of this topic. I think this save editor project was abandoned, especially after a person half-hijacked the thread with NTR cheats.
 
Last edited by Pluupy,

anhminh

Pirate since 2010
Member
Joined
Sep 30, 2010
Messages
1,594
Trophies
1
Age
31
XP
3,365
Country
Vietnam
the ntr plugin cheat have the unlock code for cloth,hat and glasses but they are each seperate cheat , don't know if it's bug free or no though

We need to find out the hex values for all of the items and entities before that. Sadly, I don't even know where to proceed beyond what was stated on the first page of this topic. I think this save editor project was abandoned, especially after a person half-hijacked the thread with NTR cheats.

So where is this ntr cheat? I don't see any of them.
 

inkdragon

The Ink Dragon
Newcomer
Joined
Dec 2, 2008
Messages
57
Trophies
1
Location
Gladwin, MI
Website
inkdrgn.tumblr.com
XP
413
Country
United States
We need to find out the hex values for all of the items and entities before that. Sadly, I don't even know where to proceed beyond what was stated on the first page of this topic. I think this save editor project was abandoned, especially after a person half-hijacked the thread with NTR cheats.

the unlock code for clothing adds the wedding clothing which shows up as grey boxes in the closet. All the codes are available up on fort42.

that said there are still things NTR can't do, like editing names, adding or removing farm circles, editing the storage/silo inventories or changing personalities or abilities on animals.

I'd still love to see more development for the save editor, but if you think NTR codes do a better job I suppose we'll work with that
 

Pluupy

_(:3」∠)_
Member
Joined
Sep 13, 2009
Messages
1,945
Trophies
1
XP
2,265
Country
United States
I'd still love to see more development for the save editor, but if you think NTR codes do a better job I suppose we'll work with that
What? I never said NTR did a better job and my post does not imply such a thing. There is nothing that can do a better job than a save editor.

The problem is that the most that common people want is lots of money and to unlock all the animals, towns, clothing, etc. Very broad. NTR can do that.

Since there is no existence of a save editor, NTR and Powersaves are the best option for people right now. Considering the popularity of the NTR thread, they are content with what they have.

The second there is a save editor which allows the user to do more than NTR is when it will be given attention.
 

Duchesty

Member
Newcomer
Joined
Mar 17, 2017
Messages
6
Trophies
0
XP
41
Country
United States
I have a question that y'all might be able to answer.

Is it possible to use a hex edit to -remove- all the unlocked clothing/hats/accessories? I accidentally used a cheat to unlock them all on my legit gameplay file without realizing until it was too late. Since we know the codes for unlocking the outfits, is it possible to sort of reverse engineer that same code so that all outfits are not unlocked?
 

inkdragon

The Ink Dragon
Newcomer
Joined
Dec 2, 2008
Messages
57
Trophies
1
Location
Gladwin, MI
Website
inkdrgn.tumblr.com
XP
413
Country
United States
I have a question that y'all might be able to answer.

Is it possible to use a hex edit to -remove- all the unlocked clothing/hats/accessories? I accidentally used a cheat to unlock them all on my legit gameplay file without realizing until it was too late. Since we know the codes for unlocking the outfits, is it possible to sort of reverse engineer that same code so that all outfits are not unlocked?

in theory, yes. Not sure how gateshark codes would translate to save data, so the bigger issue would be to find the values in the save data. Not a difficult problem, you'd just need 2 saves that are mostly identical(ie the same save just with and without the closest modification) and then compare them to find where the differences are. then copy the data from the empty closet save over into the save you want to edit at the same location in that file.

NTR wise, the code that unlocked the closet should be able to reset it, you'd need to talk with the code creator, but it should be as simple as changing the values in the code, from my guess it would be the last two values in the first line of the gateshark code.
 

Duchesty

Member
Newcomer
Joined
Mar 17, 2017
Messages
6
Trophies
0
XP
41
Country
United States
in theory, yes. Not sure how gateshark codes would translate to save data, so the bigger issue would be to find the values in the save data. Not a difficult problem, you'd just need 2 saves that are mostly identical(ie the same save just with and without the closest modification) and then compare them to find where the differences are. then copy the data from the empty closet save over into the save you want to edit at the same location in that file.

NTR wise, the code that unlocked the closet should be able to reset it, you'd need to talk with the code creator, but it should be as simple as changing the values in the code, from my guess it would be the last two values in the first line of the gateshark code.

Thank you, that's very helpful! I'll try to contact the code creator to see if they may already know how to do it, and if not, I'll mess with the codes myself. Thanks again!
 

Kativera

New Member
Newbie
Joined
Mar 21, 2017
Messages
1
Trophies
0
Age
33
XP
54
Country
United States
Tried editing the hex to give myself more money, ended up corrupting both saves. Would it be possible for someone who understands more about it to help? I can send the save. Or if someone could possibly teach me, that'd be nice too. Lol
 

m0rt

Active Member
Newcomer
Joined
Jan 29, 2015
Messages
42
Trophies
0
XP
365
Country
Germany
I managed to directly dump the english item names from a RAM dump, you guys can probably put that to use in a savegame editor =)

See it here http://pastebin.com/v3UhDfDb

I can dump other text too if any is necessary. I can't help with the extraction/file decompressing issue though...
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Sonic Angel Knight @ Sonic Angel Knight: :ninja: