ROM Hack Story of Seasons: Trio of Towns NTR Plugin

Lavaminer89

Story of Seasons 3OT PLG Dev
Member
Joined
Apr 8, 2017
Messages
214
Trophies
0
XP
389
Country
United States
Then I’ll wait until the morning to make the plugin. I’m pretty sure most people will want to have the FP code. Also does anyone think it’s possibly to have your family visit you all the time like a code that just resets them coming over and over again. Or basically activates the visits the next day.

--------------------- MERGED ---------------------------

Did you make sure the glitch isn’t happening anymore?

here's how i know for sure its working because i looked at the old codes for 1.0, they had no glitches in them , so i used the last 8 numbers of each code to fix the problem

thats how i made the mining code, and some others lol
 
  • Like
Reactions: Queen of SoS

Silrae

Well-Known Member
Member
Joined
Mar 28, 2016
Messages
347
Trophies
0
XP
1,240
Country
United States
here's how i know for sure its working because i looked at the old codes for 1.0, they had no glitches in them , so i used the last 8 numbers of each code to fix the problem

thats how i made the mining code, and some others lol
Actually that's how I made the code in the first place too, but if you look in the hex data with ctprf you'll notice that the cheat is still overwriting a lot of character data that isn't a part of the FP values. I have no idea how the last plugin didn't cause issues, but it's definitely not working correctly, even if it doesn't seem to have any problems in-game.

Anyways, I guess the issue was the second part of the code was completely unnecessary? The second address didn't actually change the villagers' FP, so I just removed it. Here's the fixed codes, as far as I can tell it does affect everyone's FP, and it definitely isn't overwriting other data.

Code:
[++Villager FP++]

[Villager FP Max]
C0000000 0000002A
007FB0C4 00015FFF
DC000000 00000058
D2000000 00000000
007FAEDC 00015FFF
007FAF3C 00015FFF

[White Flower]
C0000000 0000002A
007FB0C4 0000000A
DC000000 00000058
D2000000 00000000
007FAEDC 0000000A
007FAF3C 0000000A

[Purple Flower]
C0000000 0000002A
007FB0C4 0000277F
DC000000 00000058
D2000000 00000000
007FAEDC 0000277F
007FAF3C 0000277F

[Light Blue Flower]
C0000000 0000002A
007FB0C4 00004E8F
DC000000 00000058
D2000000 00000000
007FAEDC 00004E8F
007FAF3C 00004E8F

[Dark Blue Flower]
C0000000 0000002A
007FB0C4 0000759F
DC000000 00000058
D2000000 00000000
007FAEDC 0000759F
007FAF3C 0000759F

[Light Green Flower]
C0000000 0000002A
007FB0C4 00009CAF
DC000000 00000058
D2000000 00000000
007FAEDC 00009CAF
007FAF3C 00009CAF

[Dark Green Flower]
C0000000 0000002A
007FB0C4 0000CB3F
DC000000 00000058
D2000000 00000000
007FAEDC 0000CB3F
007FAF3C 0000CB3F

[Yellow Flower]
C0000000 0000002A
007FB0C4 0000EACF
DC000000 00000058
D2000000 00000000
007FAEDC 0000EACF
007FAF3C 0000EACF

[Orange Flower]
C0000000 0000002A
007FB0C4 000111DF
DC000000 00000058
D2000000 00000000
007FAEDC 000111DF
007FAF3C 000111DF

[Pink Flower]
C0000000 0000002A
007FB0C4 000138EF
DC000000 00000058
D2000000 00000000
007FAEDC 000138EF
007FAF3C 000138EF

[Red Flower]
C0000000 0000002A
007FB0C4 00015FFF
DC000000 00000058
D2000000 00000000
007FAEDC 00015FFF
007FAF3C 00015FFF

[--]
 
Last edited by Silrae,
  • Like
Reactions: Lavaminer89

Daniella

Well-Known Member
Newcomer
Joined
Sep 23, 2016
Messages
56
Trophies
0
Age
31
XP
193
Country
Venezuela
Hi!! i would like to make a txt file of the plugin but... there are too many posts :ha:...... whatis the order of the codes and how do i place the correctly on the notes for all the cheats to work? i made one already but some codes did not appear because of some [--] where missplased...... any help would be apreciated!! (sorry for my bad english)
 

LeonMagnus

Member
Newcomer
Joined
May 17, 2017
Messages
21
Trophies
0
Age
34
XP
90
Country
Malaysia
I split these up into these own separate codes for anyone who wants them. Also added the birthday code @LeonMagnus asked for and two codes that keeps all the animal's food bowls/bins full.

Code:
[++Pets++]
[Max Pet Stats w/ No Stress]
C0000000 0000000C
107DE762 000003E8
007DE764 0000000F
107DE7D4 00002710
107DE7CC 00000000
DC000000 000000C0
D2000000 00000000

[No Stress]
C0000000 0000000C
107DE7CC 00000000
DC000000 000000C0
D2000000 00000000

[Max Affection]
C0000000 0000000C
007DE762 000003E8
DC000000 000000C0
D2000000 00000000

[Max Level]
C0000000 0000000C
107DE7D4 00002710
DC000000 000000C0
D2000000 00000000

[Always Fed/Pet]
C0000000 0000000C
007DE764 0000000F
DC000000 000000C0
D2000000 00000000

[Food Bowls Always Full]
C0000000 0000000C
107E5B24 0000070C
DC000000 0000001E
D2000000 00000000
[--]

[++Livestock++]

[No Aging]
C0000000 0000001E
107DCBF6 00000063
DC000000 00000094
D2000000 00000000

[Fodder Bins Always Full]
C0000000 00000000
207E1AA5 00000007
207E1AA7 00000007
207E1AA9 00000007
207E1AAB 00000007
DC000000 00000158
{Fill bins before activating}

[Empty Fodder Bins]
C0000000 00000000
207E1AA5 00000000
207E1AA7 00000000
207E1AA9 00000000
207E1AAB 00000000
DC000000 00000158
[--]

@Queen of SoS When you make the plugin don't add the FP codes! They're causing a permanent glitch that I'm working on fixing.

@Silrae thank for adding the animal birth code^_^.It kinda sad to see the animal dead of old age
 

NicheGamer

Well-Known Member
Newcomer
Joined
Jun 11, 2017
Messages
76
Trophies
0
XP
567
Country
United States
Hi!! i would like to make a txt file of the plugin but... there are too many posts :ha:...... whatis the order of the codes and how do i place the correctly on the notes for all the cheats to work? i made one already but some codes did not appear because of some [--] where missplased...... any help would be apreciated!! (sorry for my bad english)

The thread author will probably update the thread with all of the codes they've compiled once they've gotten these last ones done, they've been going on a cheat making spree so rather than update it a billion times they're waiting until everything is done first (especially with testing codes out and stuff since borked save files are not fun), so we just have to be patient. If you really can't wait then I believe they started posting the codes around page 34-35. :)
 
  • Like
Reactions: Queen of SoS

leanderson2006

Well-Known Member
Newcomer
Joined
Dec 19, 2012
Messages
90
Trophies
1
Location
Rio de Janeiro, Rio de Janeiro
XP
1,061
Country
Brazil
Hi!! i would like to make a txt file of the plugin but... there are too many posts :ha:...... whatis the order of the codes and how do i place the correctly on the notes for all the cheats to work? i made one already but some codes did not appear because of some [--] where missplased...... any help would be apreciated!! (sorry for my bad english)

Thanks to all who are finding the codes for us. I am updating the codes that have already been found with txt file tidy. all being identified in action replay.
 

Attachments

  • 000400000019F500.txt
    27.8 KB · Views: 362
  • Like
Reactions: Queen of SoS

Silrae

Well-Known Member
Member
Joined
Mar 28, 2016
Messages
347
Trophies
0
XP
1,240
Country
United States
Here's a last minute addition for max town link points and fixes to some tiny bugs from other cheats released that I found while playing around. The fixes were for the all outfits/hats cheats, the max upgraded tools cheat, and the day/seasons/year cheats.

Code:
[Max Town Link Points]
C0000000 00000003
1080DCE0 00002710
DC000000 0000000C
D2000000 00000000
{Ship something to each town to raise rank}

[All Outfit]
C0000000 000000AB
007DC274 00000007
DC000000 00000008
D2000000 00000000

[All Hats]
C0000000 0000004F
007DC7E4 00000007
DC000000 00000008
D2000000 00000000

[Disable All Outfit]
C0000000 000000AB
007DC274 00000000
DC000000 00000008
D2000000 00000000

[Disable All Hats]
C0000000 0000004F
007DC7E4 00000000
DC000000 00000008
D2000000 00000000

[Max Upgraded Tools]
C0000000 0000001E
207FDAD9 00000006
207FDAD7 00000004
207FDAD8 00000004
207FDB2E 00000006
207FDADA 00000006
DC000000 0000000C
D2000000 00000000
207FDB22 00000000

[++Day++]

[Day 1]
207DC263 00000001

[Day 5]
207DC263 00000005

[Day 10]
207DC263 0000000A

[Day 15]
207DC263 0000000F

[Day 25]
207DC263 00000019

[Day 31]
207DC263 0000001F

[--]

[++Seasons++]

[Spring]
207DC262 00000000

[Summer]
207DC262 00000001

[Fall]
207DC262 00000002

[Winter]
207DC262 00000003

[--]

[++Year++]

[Year 1]
107DC260 00000001
D2000000 00000000

[Year 2]
107DC260 00000002
D2000000 00000000

[Year 3]
107DC260 00000003
D2000000 00000000

[--]

The bugs I fixed weren't game breaking, just minor. The outfit cheats didn't give you the new clothes from the update, the max upgraded tools cheat broke the pitchfork, and the day/seasons/years cheats were all conflicting with each other's values (like if you changed the season the day would change to 00).
 
Last edited by Silrae, , Reason: forgot to add day/seasons/year cheats woops

Lavaminer89

Story of Seasons 3OT PLG Dev
Member
Joined
Apr 8, 2017
Messages
214
Trophies
0
XP
389
Country
United States
Here's a last minute addition for max town link points and fixes to some tiny bugs from other cheats released that I found while playing around. The fixes were for the all outfits/hats cheats, the max upgraded tools cheat, and the day/seasons/year cheats.

Code:
[Max Town Link Points]
C0000000 00000003
1080DCE0 00002710
DC000000 0000000C
D2000000 00000000
{Ship something to each town to raise rank}

[All Outfit]
C0000000 000000AB
007DC274 00000007
DC000000 00000008
D2000000 00000000

[All Hats]
C0000000 0000004F
007DC7E4 00000007
DC000000 00000008
D2000000 00000000

[Disable All Outfit]
C0000000 000000AB
007DC274 00000000
DC000000 00000008
D2000000 00000000

[Disable All Hats]
C0000000 0000004F
007DC7E4 00000000
DC000000 00000008
D2000000 00000000

[Max Upgraded Tools]
C0000000 0000001E
207FDAD9 00000006
207FDAD7 00000004
207FDAD8 00000004
207FDB2E 00000006
207FDADA 00000006
DC000000 0000000C
D2000000 00000000
207FDB22 00000000

[++Day++]

[Day 1]
207DC263 00000001

[Day 5]
207DC263 00000005

[Day 10]
207DC263 0000000A

[Day 15]
207DC263 0000000F

[Day 25]
207DC263 00000019

[Day 31]
207DC263 0000001F

[--]

[++Seasons++]

[Spring]
207DC262 00000000

[Summer]
207DC262 00000001

[Fall]
207DC262 00000002

[Winter]
207DC262 00000003

[--]

[++Year++]

[Year 1]
107DC260 00000001
D2000000 00000000

[Year 2]
107DC260 00000002
D2000000 00000000

[Year 3]
107DC260 00000003
D2000000 00000000

[--]

The bugs I fixed weren't game breaking, just minor. The outfit cheats didn't give you the new clothes from the update, the max upgraded tools cheat broke the pitchfork, and the day/seasons/years cheats were all conflicting with each other's values (like if you changed the season the day would change to 00).

wow and i was so close to finding the town link code lol, thanks for the fixes btw :)
 
  • Like
Reactions: Silrae

NicheGamer

Well-Known Member
Newcomer
Joined
Jun 11, 2017
Messages
76
Trophies
0
XP
567
Country
United States
You guys are awesome for doing all of this! And so quickly too, it's really impressive. I tried my hand at doing the town link one myself and got absolutely nowhere, so great work. (tbh all I want are the outfits and the avatar modifiers XD)
 
  • Like
Reactions: Silrae

Silrae

Well-Known Member
Member
Joined
Mar 28, 2016
Messages
347
Trophies
0
XP
1,240
Country
United States
That’s funny I’ll need the fixes in a new txt file. I was ready to upload this now.
Ah sorry, I should've given you my txt file in that post. I'm actually walking to a lecture right now so I can't do it right now.

I'll upload it if no one makes you one when I get back!

Edit: Sorry for the double quotes, this is why you don't text while walking kids
 
Last edited by Silrae,
  • Like
Reactions: NicheGamer

Daniella

Well-Known Member
Newcomer
Joined
Sep 23, 2016
Messages
56
Trophies
0
Age
31
XP
193
Country
Venezuela
I don't know if this helps but i made a txt file with Silrae's last fixes and codes...
 

Attachments

  • Silrae´s last minute codes.txt
    1.2 KB · Views: 300

Lavaminer89

Story of Seasons 3OT PLG Dev
Member
Joined
Apr 8, 2017
Messages
214
Trophies
0
XP
389
Country
United States
I don't know if this helps but i made a txt file with Silrae's last fixes and codes...

thanks appreciate your contribution

--------------------- MERGED ---------------------------

@Queen of SoS here it is the ultimate modmenu for 3OT

--------------------- MERGED ---------------------------

so now i guess its safe for me to say i will now work on Harvest moon a new beginning cheat menu, but it will be slow because i just got a job so i will be solisting help from you guys
 

Attachments

  • 30TISREADY.txt
    20.5 KB · Views: 239
  • 30TISREADY.txt
    20.5 KB · Views: 231
  • 30TISREADY.txt
    20.5 KB · Views: 405
  • Like
Reactions: Queen of SoS

Queen of SoS

Story of Seasons Queen
OP
Member
Joined
Feb 13, 2016
Messages
865
Trophies
0
Age
26
XP
2,115
Country
United States
thanks appreciate your contribution

--------------------- MERGED ---------------------------

@Queen of SoS here it is the ultimate modmenu for 3OT

--------------------- MERGED ---------------------------

so now i guess its safe for me to say i will now work on Harvest moon a new beginning cheat menu, but it will be slow because i just got a job so i will be solisting help from you guys
Which file is it?
 
  • Like
Reactions: Lavaminer89

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • SMG4
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
    SMG4 @ SMG4: hi