Page 11 of 28

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 1:12 am
by DrummerIX
I improved the Each Gift To Harvest Goddess Is 10th One to affect total number of gifts. This allows you to get the Elevator in 10 days of gift giving instead of 100.

It's in EDIT 5.1.

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 1:27 am
by HidE
Chaos2099 wrote:
Thu Jul 16, 2020 2:50 pm
Figured out that the animal codes are easy to find after that video you just take the code that is popping up for the last animal petted.. drop each animals code down 4, set 255, down 4, set value to 1, and again drop down 4 to set the value to 91. This will make the animal 10 hearts, award winners and have adult milk/platinum milk.

For example here are the 4 I use for my first animal.

Code: Select all

<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>4304</ID>
      <Description>"Cow1 Hearts 1-5"</Description>
      <LastState Value="250" RealAddress="1EEBC522A50"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A50</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4296</ID>
      <Description>"Cow1 Hearts 5-10"</Description>
      <LastState Value="255" RealAddress="1EEBC522A54"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A54</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4295</ID>
      <Description>"Cow1 is Award Winner"</Description>
      <LastState Value="257" RealAddress="1EEBC522A4C"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A4C</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4294</ID>
      <Description>"Cow1 milk production(60 adult, 91 platinum)"</Description>
      <LastState Value="91" RealAddress="1EEBC522A48"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A48</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Someone smart here do something with this, as I don't know how to find pointers. Yes I know these addresses are pointless but the pattern of the last two digits on each matter.
Its correct. You just need to find the pointer. As i stated before, you can use playerptr/staminaptr to get these thing. But i dont know what milk production thing, nothing affected when i tried to change from 60 to 91 or any.

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 1:56 am
by Rameyuk
HidE wrote:
Fri Jul 17, 2020 1:27 am
I managed to find all the relationship.
animal maturity, time to breed(not hacthed), chicken color.

Cutom build from update 5.1
Ohh, you're a superstar !! Thank you !!

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 2:24 am
by Chaos2099
HidE wrote:
Fri Jul 17, 2020 1:27 am
Chaos2099 wrote:
Thu Jul 16, 2020 2:50 pm
Figured out that the animal codes are easy to find after that video you just take the code that is popping up for the last animal petted.. drop each animals code down 4, set 255, down 4, set value to 1, and again drop down 4 to set the value to 91. This will make the animal 10 hearts, award winners and have adult milk/platinum milk.

For example here are the 4 I use for my first animal.

Code: Select all

<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>4304</ID>
      <Description>"Cow1 Hearts 1-5"</Description>
      <LastState Value="250" RealAddress="1EEBC522A50"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A50</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4296</ID>
      <Description>"Cow1 Hearts 5-10"</Description>
      <LastState Value="255" RealAddress="1EEBC522A54"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A54</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4295</ID>
      <Description>"Cow1 is Award Winner"</Description>
      <LastState Value="257" RealAddress="1EEBC522A4C"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A4C</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4294</ID>
      <Description>"Cow1 milk production(60 adult, 91 platinum)"</Description>
      <LastState Value="91" RealAddress="1EEBC522A48"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A48</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Someone smart here do something with this, as I don't know how to find pointers. Yes I know these addresses are pointless but the pattern of the last two digits on each matter.
Its actually correct. You just need to find the pointer. As i stated before, you can use playerptr/staminaptr to get these thing. But i dont know what milk production thing, nothing affected when i tried to change from 60 to 91 or any.

I managed to find all the relationship.
animal maturity, time to breed(not hacthed), chicken color.


Cutom build from update 5.1

That should make a immature cow an adult that produces milk. You may have done your testing on adult cows? I thank you either way, watch that video when the guy sets value 91 it is for the milk production of that baby cow. I tested on a baby cow with the same result.

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 2:27 am
by Vanness
HidE wrote:
Fri Jul 17, 2020 1:27 am
Chaos2099 wrote:
Thu Jul 16, 2020 2:50 pm
Figured out that the animal codes are easy to find after that video you just take the code that is popping up for the last animal petted.. drop each animals code down 4, set 255, down 4, set value to 1, and again drop down 4 to set the value to 91. This will make the animal 10 hearts, award winners and have adult milk/platinum milk.

For example here are the 4 I use for my first animal.

Code: Select all

<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>4304</ID>
      <Description>"Cow1 Hearts 1-5"</Description>
      <LastState Value="250" RealAddress="1EEBC522A50"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A50</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4296</ID>
      <Description>"Cow1 Hearts 5-10"</Description>
      <LastState Value="255" RealAddress="1EEBC522A54"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A54</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4295</ID>
      <Description>"Cow1 is Award Winner"</Description>
      <LastState Value="257" RealAddress="1EEBC522A4C"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A4C</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4294</ID>
      <Description>"Cow1 milk production(60 adult, 91 platinum)"</Description>
      <LastState Value="91" RealAddress="1EEBC522A48"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A48</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Someone smart here do something with this, as I don't know how to find pointers. Yes I know these addresses are pointless but the pattern of the last two digits on each matter.
Its actually correct. You just need to find the pointer. As i stated before, you can use playerptr/staminaptr to get these thing. But i dont know what milk production thing, nothing affected when i tried to change from 60 to 91 or any.

I managed to find all the relationship.
animal maturity, time to breed(not hacthed), chicken color.


Cutom build from update 5.1
This is super useful. Thank you. Please kindly add it to the main version if possible. :)

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 2:30 am
by Chaos2099
DrummerIX wrote:
Fri Jul 17, 2020 1:12 am
I improved the Each Gift To Harvest Goddess Is 10th One to affect total number of gifts. This allows you to get the Elevator in 10 days of gift giving instead of 100.

It's in EDIT 5.1.
Make sure you also make it possible for people to get 75 gifts. There is a gift given here. Ill have you notice if you test it, the whole number that is counting up can be set to any of the days before a gift. For example 74, and that second digit you may have used would be set to 4. That is how I did it dirty.

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 2:35 am
by Chaos2099
Now who has the nuts to try and find the field values? We should be able to change the whole field at once after we find the range of plots and the value needed for grass and dirt and hoed. Obviously starting with one plot and working up from there. I bet someone could find that. I am going to learn how to find a pointer tonight so I can do more damage here.

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 2:42 am
by DrummerIX
I found some more time to add some last things for tonight. Infinite Days Left For Working Nature Sprites and Working Nature Sprites Do Not Lose Friendship Level. These affect your working Nature Sprites. I will probably be done putting options in my table by tomorrow evening.

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 2:44 am
by Master L
Is there a way to put all the affection cheats in one box?

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 2:47 am
by Master L
HidE wrote:
Fri Jul 17, 2020 1:27 am
Chaos2099 wrote:
Thu Jul 16, 2020 2:50 pm
Figured out that the animal codes are easy to find after that video you just take the code that is popping up for the last animal petted.. drop each animals code down 4, set 255, down 4, set value to 1, and again drop down 4 to set the value to 91. This will make the animal 10 hearts, award winners and have adult milk/platinum milk.

For example here are the 4 I use for my first animal.

Code: Select all

<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>4304</ID>
      <Description>"Cow1 Hearts 1-5"</Description>
      <LastState Value="250" RealAddress="1EEBC522A50"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A50</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4296</ID>
      <Description>"Cow1 Hearts 5-10"</Description>
      <LastState Value="255" RealAddress="1EEBC522A54"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A54</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4295</ID>
      <Description>"Cow1 is Award Winner"</Description>
      <LastState Value="257" RealAddress="1EEBC522A4C"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A4C</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>4294</ID>
      <Description>"Cow1 milk production(60 adult, 91 platinum)"</Description>
      <LastState Value="91" RealAddress="1EEBC522A48"/>
      <VariableType>2 Bytes</VariableType>
      <Address>1EEBC522A48</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Someone smart here do something with this, as I don't know how to find pointers. Yes I know these addresses are pointless but the pattern of the last two digits on each matter.
Its actually correct. You just need to find the pointer. As i stated before, you can use playerptr/staminaptr to get these thing. But i dont know what milk production thing, nothing affected when i tried to change from 60 to 91 or any.

I managed to find all the relationship.
animal maturity, time to breed(not hacthed), chicken color.


Cutom build from update 5.1
Is there a way to put all the affection cheats in one box?

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 4:01 am
by Monokuma27
is there a possibility to cheat changing your character appearance/gender without lossing your gameplay or create a new game

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 5:51 am
by thiagodmc
has to add, jump to x floor of the mines?

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 6:35 am
by Chaos2099
thiagodmc wrote:
Fri Jul 17, 2020 5:51 am
has to add, jump to x floor of the mines?
Cheat the harvest goddess gifts, you won't be disappointed, if you need to look it up so I don't spoil anything.


Has anyone found anything to do with fishing or recipes?

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 9:55 am
by dragon011
@asthebloody The Script Fast Charger little broken the Milk Tool for the Cows, when you use this Tool spawn every time turnip

You can Spawn turnip on the Beach in any house every Place when you use this Tool spawn turnip^^
Here is any Screen for this Spawn^^
Image
And any Chance for any Script for the Forge Faster Build? 5 Days for any Thing is uff :D

Re: Story of Seasons Friends of Mineral Town (Steam)

Posted: Fri Jul 17, 2020 11:07 am
by Chaos2099
My game, Lou seems messed up and doesn't give me recipes, anyone else??