[REQUEST] STORY OF SEASONS: A Wonderful Life
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
Anyone know how to multiply child interests progress? It somehow feels slower than the OG game
-
- Cheater
- Posts: 32
- Joined: Tue Mar 24, 2020 8:21 pm
- Reputation: 5
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
can anyone make item editor can change the item i want thx before
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
I found the tool usage count, by searching for 2 byte value and in the 1st day of the game doing first tilling the farm and milking the cow
21D338B3820 hoe usage count address
21D338B38A0 water can usage count address
21D338B3760 milker usage count address
see how the address is near each other? There's a pattern here.
I dont know how to make a script out of this, but I think this info will come in handy for tool upgrade requirement later
Gold Hoe, Sickle, and Watering Can – Must have a total number of 4000 uses shared among the hoe, sickle, and watering can; it can be unlocked as early as Spring 3, Year 3.
Gold Milker and Clippers – Must have a total number of 500 uses shared between the milker and clippers; it can be unlocked as early as Spring 3, Year 3.
Gold Fishing Rod – Must have caught at least 500 fishes; it can be unlocked as early as Spring 3, Year 3.
21D338B3820 hoe usage count address
21D338B38A0 water can usage count address
21D338B3760 milker usage count address
see how the address is near each other? There's a pattern here.
I dont know how to make a script out of this, but I think this info will come in handy for tool upgrade requirement later
Gold Hoe, Sickle, and Watering Can – Must have a total number of 4000 uses shared among the hoe, sickle, and watering can; it can be unlocked as early as Spring 3, Year 3.
Gold Milker and Clippers – Must have a total number of 500 uses shared between the milker and clippers; it can be unlocked as early as Spring 3, Year 3.
Gold Fishing Rod – Must have caught at least 500 fishes; it can be unlocked as early as Spring 3, Year 3.
-
- Noobzor
- Posts: 8
- Joined: Thu Oct 28, 2021 8:18 am
- Reputation: 3
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
Using the item quantity address as a reference, you can find the item ID as well - go through far enough and you can find the tools - though since it's in your item bag, it's a bit iffy.
Switching the positions of the tools you can do a search until you find them in your tool belt, and then change them directly through that.
Just an option to go directly to the Blessed tools from the start.
Similarly you can change your outfit as well - though the outfit seems to be two addresses - one for texture and one for model.
Switching the positions of the tools you can do a search until you find them in your tool belt, and then change them directly through that.
Just an option to go directly to the Blessed tools from the start.
Similarly you can change your outfit as well - though the outfit seems to be two addresses - one for texture and one for model.
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
can you make a guide how to do this?preorder cancelled wrote: ↑Tue Jul 25, 2023 8:08 amUsing the item quantity address as a reference, you can find the item ID as well - go through far enough and you can find the tools - though since it's in your item bag, it's a bit iffy.
Switching the positions of the tools you can do a search until you find them in your tool belt, and then change them directly through that.
Just an option to go directly to the Blessed tools from the start.
Similarly you can change your outfit as well - though the outfit seems to be two addresses - one for texture and one for model.
-
- Noobzor
- Posts: 8
- Joined: Thu Oct 28, 2021 8:18 am
- Reputation: 3
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
Editing item ID - search for item amount (or use the Quick Item Editor function in the script in ndck76's post). Once you locate the item amount, the two addresses before the amount are the item ID - edit that value (2 byte) to change to whatever item you want.
Keep in mind the item list covers pretty much every item including crops, seeds, tools, cafe food, children's toys, outfits - just don't put stuff that shouldn't be in your bag otherwise it can crash.
Fertilizer = 1722
1661 = Hoe, 1662 = Copper Hoe, 1663 = Silver Hoe, 1665 = Golden Hoe, 1665 = Blessed Hoe
1666 = Sickle > etc > 1670 = Blessed Sickle
1671 = Watering Can > etc > 1675 = Blessed Watering Can
1676 = Milker > etc > 1680 = Blessed Milker
1681 = Clippers > etc > 1685 = Blessed Clippers
1686 = Fishing Rod > etc > 1690 = Blessed Fishing Rod
1691 = Brush, 1692 = Camera
To find your tool bar keep one tool (like the Hoe) in slot one, and another in slot two (Sickle)
From there do a 2 byte search for whatever item you have in slot 1 (1661 in this example) > swap the item position over to slot 2 in the menu > search for the tool now in slot 1 (1666 in this example)
From there you can just edit the value and then swap them around until you have a full set of Blessed Gear. I would suggest only upgrading existing ones that you have (like don't turn your brush into a Blessed Fishing Rod if you haven't gotten the basic Fishing Rod) since it might mess up your game.
For the outfits go to the mirror and change your outfits -
Wonder-fur Life (male) = 1
Wonder-fur Life (female) = 2
Cow-digan = 5
Raincoat = 6
etc etc
Equip one outfit > search value > change outfit > search value > repeat until you get four addresses - change ALL of those to whatever value outfit you want
Keep in mind the item list covers pretty much every item including crops, seeds, tools, cafe food, children's toys, outfits - just don't put stuff that shouldn't be in your bag otherwise it can crash.
Fertilizer = 1722
1661 = Hoe, 1662 = Copper Hoe, 1663 = Silver Hoe, 1665 = Golden Hoe, 1665 = Blessed Hoe
1666 = Sickle > etc > 1670 = Blessed Sickle
1671 = Watering Can > etc > 1675 = Blessed Watering Can
1676 = Milker > etc > 1680 = Blessed Milker
1681 = Clippers > etc > 1685 = Blessed Clippers
1686 = Fishing Rod > etc > 1690 = Blessed Fishing Rod
1691 = Brush, 1692 = Camera
To find your tool bar keep one tool (like the Hoe) in slot one, and another in slot two (Sickle)
From there do a 2 byte search for whatever item you have in slot 1 (1661 in this example) > swap the item position over to slot 2 in the menu > search for the tool now in slot 1 (1666 in this example)
From there you can just edit the value and then swap them around until you have a full set of Blessed Gear. I would suggest only upgrading existing ones that you have (like don't turn your brush into a Blessed Fishing Rod if you haven't gotten the basic Fishing Rod) since it might mess up your game.
For the outfits go to the mirror and change your outfits -
Wonder-fur Life (male) = 1
Wonder-fur Life (female) = 2
Cow-digan = 5
Raincoat = 6
etc etc
Equip one outfit > search value > change outfit > search value > repeat until you get four addresses - change ALL of those to whatever value outfit you want
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
Thanks! will try it later. If I edit my hoe to blessed hoe, will it mess bless hoe upgrade quest later?preorder cancelled wrote: ↑Wed Jul 26, 2023 11:29 amEditing item ID - search for item amount (or use the Quick Item Editor function in the script in ndck76's post). Once you locate the item amount, the two addresses before the amount are the item ID - edit that value (2 byte) to change to whatever item you want.
Keep in mind the item list covers pretty much every item including crops, seeds, tools, cafe food, children's toys, outfits - just don't put stuff that shouldn't be in your bag otherwise it can crash.
Fertilizer = 1722
1661 = Hoe, 1662 = Copper Hoe, 1663 = Silver Hoe, 1665 = Golden Hoe, 1665 = Blessed Hoe
1666 = Sickle > etc > 1670 = Blessed Sickle
1671 = Watering Can > etc > 1675 = Blessed Watering Can
1676 = Milker > etc > 1680 = Blessed Milker
1681 = Clippers > etc > 1685 = Blessed Clippers
1686 = Fishing Rod > etc > 1690 = Blessed Fishing Rod
1691 = Brush, 1692 = Camera
To find your tool bar keep one tool (like the Hoe) in slot one, and another in slot two (Sickle)
From there do a 2 byte search for whatever item you have in slot 1 (1661 in this example) > swap the item position over to slot 2 in the menu > search for the tool now in slot 1 (1666 in this example)
From there you can just edit the value and then swap them around until you have a full set of Blessed Gear. I would suggest only upgrading existing ones that you have (like don't turn your brush into a Blessed Fishing Rod if you haven't gotten the basic Fishing Rod) since it might mess up your game.
For the outfits go to the mirror and change your outfits -
Wonder-fur Life (male) = 1
Wonder-fur Life (female) = 2
Cow-digan = 5
Raincoat = 6
etc etc
Equip one outfit > search value > change outfit > search value > repeat until you get four addresses - change ALL of those to whatever value outfit you want
-
- Noobzor
- Posts: 8
- Joined: Thu Oct 28, 2021 8:18 am
- Reputation: 3
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
To be honest - I have no idea. I would say it probably won't affect the quest itself, but probably even just trying to buy new tools (and the tool upgrade 'prize' from the ugprade quest) might not work/end up glitching.
I would just skip them entirely or manually downgrade > buy upgrade/complete upgrade quest if you really want to do it.
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
Yup, I just tested changing into golden (hoe and watercan) 5 days prior Van selling copper upgrade, resulting copper (hoe&watercan) missing in Van's copper upgrade list.preorder cancelled wrote: ↑Thu Jul 27, 2023 7:36 amTo be honest - I have no idea. I would say it probably won't affect the quest itself, but probably even just trying to buy new tools (and the tool upgrade 'prize' from the ugprade quest) might not work/end up glitching.
I would just skip them entirely or manually downgrade > buy upgrade/complete upgrade quest if you really want to do it.
Thanks, it works wonder! Can you edit NPC relationship bar too? My dog hates me for spamming train too much
-
- What is cheating?
- Posts: 2
- Joined: Fri Jul 28, 2023 10:45 am
- Reputation: 0
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
can you make a guide how to do this?7aniki wrote: ↑Tue Jul 25, 2023 5:14 amI found the tool usage count, by searching for 2 byte value and in the 1st day of the game doing first tilling the farm and milking the cow
21D338B3820 hoe usage count address
21D338B38A0 water can usage count address
21D338B3760 milker usage count address
see how the address is near each other? There's a pattern here.
I dont know how to make a script out of this, but I think this info will come in handy for tool upgrade requirement later
Gold Hoe, Sickle, and Watering Can – Must have a total number of 4000 uses shared among the hoe, sickle, and watering can; it can be unlocked as early as Spring 3, Year 3.
Gold Milker and Clippers – Must have a total number of 500 uses shared between the milker and clippers; it can be unlocked as early as Spring 3, Year 3.
Gold Fishing Rod – Must have caught at least 500 fishes; it can be unlocked as early as Spring 3, Year 3.
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
actually that tool usage count doesnt matter anymore if you can edit your tool to golden/blessed directly just like @preordercancelled mention above
-
- What is cheating?
- Posts: 1
- Joined: Sat Jul 29, 2023 2:46 am
- Reputation: 2
STORY OF SEASONS: A Wonderful Life Item IDs
Hello! just thought I'd share the item Ids I found! I left out any glitchy items.
- Attachments
-
- SoS - AWL Item IDs.txt
- (63.89 KiB) Downloaded 515 times
-
- What is cheating?
- Posts: 2
- Joined: Fri Jul 28, 2023 10:45 am
- Reputation: 0
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
Re: [REQUEST] STORY OF SEASONS: A Wonderful Life
can you make a video of using it? because I'm confusedpreorder cancelled wrote: ↑Wed Jul 26, 2023 11:29 amEditing item ID - search for item amount (or use the Quick Item Editor function in the script in ndck76's post). Once you locate the item amount, the two addresses before the amount are the item ID - edit that value (2 byte) to change to whatever item you want.
Keep in mind the item list covers pretty much every item including crops, seeds, tools, cafe food, children's toys, outfits - just don't put stuff that shouldn't be in your bag otherwise it can crash.
Fertilizer = 1722
1661 = Hoe, 1662 = Copper Hoe, 1663 = Silver Hoe, 1665 = Golden Hoe, 1665 = Blessed Hoe
1666 = Sickle > etc > 1670 = Blessed Sickle
1671 = Watering Can > etc > 1675 = Blessed Watering Can
1676 = Milker > etc > 1680 = Blessed Milker
1681 = Clippers > etc > 1685 = Blessed Clippers
1686 = Fishing Rod > etc > 1690 = Blessed Fishing Rod
1691 = Brush, 1692 = Camera
To find your tool bar keep one tool (like the Hoe) in slot one, and another in slot two (Sickle)
From there do a 2 byte search for whatever item you have in slot 1 (1661 in this example) > swap the item position over to slot 2 in the menu > search for the tool now in slot 1 (1666 in this example)
From there you can just edit the value and then swap them around until you have a full set of Blessed Gear. I would suggest only upgrading existing ones that you have (like don't turn your brush into a Blessed Fishing Rod if you haven't gotten the basic Fishing Rod) since it might mess up your game.
For the outfits go to the mirror and change your outfits -
Wonder-fur Life (male) = 1
Wonder-fur Life (female) = 2
Cow-digan = 5
Raincoat = 6
etc etc
Equip one outfit > search value > change outfit > search value > repeat until you get four addresses - change ALL of those to whatever value outfit you want
Who is online
Users browsing this forum: callmevinzz, Google Adsense [Bot], Onidurum, qq95604014