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
May I ask how you learned how to do it? Or did you just sort of play around with it until you figured it out?

ok for instance money cheat lets say if you have 3000G on SOS you go to search and change byte to 4 and put equal to 3000G then search. after its done buy something, and change put equal to the current amount of G you have after spending on something, it says like 2 or 1 hits you edit it and put something like 9999 and input that and check your gold ammount after you notice it changed, go back to search (Press x for options which will have a edit, etc what you can choose from) then press A on new cheat

Name the cheat max gold or something.. this is my cheat for max Gold

007D7780 FFFFFFFF BTW 007D7780 is the address for the gold lml
 
  • Like
Reactions: shamz

Queen of SoS

Story of Seasons Queen
OP
Member
Joined
Feb 13, 2016
Messages
865
Trophies
0
Age
26
XP
2,114
Country
United States
@shamz thats okay i just wanted to know if you were using it

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


wait till @KunoichiZ finds out lol
Yea I'm pretty sure she’ll be pretty surprised!! Lol should have known she was paying attention.
 
Last edited by Queen of SoS,

shamz

Member
Newcomer
Joined
Jan 28, 2018
Messages
20
Trophies
0
Age
27
XP
324
Country
United States
ok for instance money cheat lets say if you have 3000G on SOS you go to search and change byte to 4 and put equal to 3000G then search. after its done buy something, and change put equal to the current amount of G you have after spending on something, it says like 2 or 1 hits you edit it and put something like 9999 and input that and check your gold ammount after you notice it changed, go back to search (Press x for options which will have a edit, etc what you can choose from) then press A on new cheat

Name the cheat max gold or something.. this is my cheat for max Gold

007D7780 FFFFFFFF BTW 007D7780 is the address for the gold lml

Thank you so much! That helps a lot! I'll try it out.
 
  • Like
Reactions: Lavaminer89

Lavaminer89

Story of Seasons 3OT PLG Dev
Member
Joined
Apr 8, 2017
Messages
214
Trophies
0
XP
389
Country
United States
[All Hats]
C0000000 00000047
007DC7E4 00000007
DC000000 00000008
D2000000 00000000

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

[All Glasses]
C0000000 0000001A
007DCA84 00000007
DC000000 00000008
D2000000 00000000

[Disable All Glasses]
C0000000 0000001A
007DCA84 00000000
DC000000 00000008
D2000000 00000000
 

wicksand420

Well-Known Member
Member
Joined
Nov 13, 2016
Messages
2,787
Trophies
1
Age
39
XP
2,295
Country
United States
[All Hats]
C0000000 00000047
007DC7E4 00000007
DC000000 00000008
D2000000 00000000

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

[All Glasses]
C0000000 0000001A
007DCA84 00000007
DC000000 00000008
D2000000 00000000

[Disable All Glasses]
C0000000 0000001A
007DCA84 00000000
DC000000 00000008
D2000000 00000000
god damn man! That's almost all of them, eh? How about npc and animal affection?
 

shamz

Member
Newcomer
Joined
Jan 28, 2018
Messages
20
Trophies
0
Age
27
XP
324
Country
United States
@Lavaminer89 @Vermil @wicksand420

I found something that should help you guys make the Weather Modifier code.

I still don't fully understand how this works, so I can't make it myself, but I found this while playing around with the search feature of CTRPF:

This appears to be the address that maps to the weather - 008268AD

And I was only able to find the values you need to change it to, to get these three weather types: sunny, rainy and snowing.

5A (90 in decimal) = SUN
39 (57 in decimal) = SNOW
17 (23 in decimal) = RAIN

So:
0000005A was the value when it was sunny.
00000039 was the value when it was snowing.
00000017 was the value when it was raining.

This cheat changed the weather to sunny:

D3000000 00000000
208268AD 0000005A
D2000000 00000000

This cheat changed the weather to snowing:

D3000000 00000000
208268AD 00000039
D2000000 00000000

This cheat changed the weather to rainy:

D3000000 00000000
208268AD 00000017
D2000000 00000000

I got tired of going to bed over and over to get different weather, so I don't know the values for the other weather types.

Hope this will help you guys make a proper weather modifier code!
 

Lavaminer89

Story of Seasons 3OT PLG Dev
Member
Joined
Apr 8, 2017
Messages
214
Trophies
0
XP
389
Country
United States
@Lavaminer89 @Vermil @wicksand420

I found something that should help you guys make the Weather Modifier code.

I still don't fully understand how this works, so I can't make it myself, but I found this while playing around with the search feature of CTRPF:

This appears to be the address that maps to the weather - 008268AD

And I was only able to find the values you need to change it to, to get these three weather types: sunny, rainy and snowing.

5A (90 in decimal) = SUN
39 (57 in decimal) = SNOW
17 (23 in decimal) = RAIN

So:
0000005A was the value when it was sunny.
00000039 was the value when it was snowing.
00000017 was the value when it was raining.

This cheat changed the weather to sunny:

D3000000 00000000
208268AD 0000005A
D2000000 00000000

This cheat changed the weather to snowing:

D3000000 00000000
208268AD 00000039
D2000000 00000000

This cheat changed the weather to rainy:

D3000000 00000000
208268AD 00000017
D2000000 00000000

I got tired of going to bed over and over to get different weather, so I don't know the values for the other weather types.

Hope this will help you guys make a proper weather modifier code!

Fantastic Job Bro i was looking for it lol but couldnt find it
 
  • Like
Reactions: Queen of SoS

Lavaminer89

Story of Seasons 3OT PLG Dev
Member
Joined
Apr 8, 2017
Messages
214
Trophies
0
XP
389
Country
United States
I actually have the testing covered I just have to add these new ones now
ok cool

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


getting ready to work on the farm circles

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

its like we all created a super mod menu for 3OT lol
 
  • 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,114
Country
United States
ok cool

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



getting ready to work on the farm circles

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

its like we all created a super mod menu for 3OT lol
Yea but you guys did way more than I ever could. I have a question do you think it’s possible to have your relatives come visit all the time. Like would there be a cheat for that?
 
  • Like
Reactions: Lavaminer89

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: @salazarcosplay, Morning