Create your AI Cum Slut for Valentine’s Day 60% OFF Now
x

alan123ddd

New Member
Sep 16, 2024
6
0
does anyone know how to change the code from save.json to change the sharing route to stealing and the opposite as well?
 
Jan 1, 2025
15
10
does anyone know how to change the code from save.json to change the sharing route to stealing and the opposite as well?
which character do you want this for?

The answer is "yes". Though if you want a strict switch from sharing to stealing (dont want to see previous scenes / sprites) depending on the character it might be some work.
Anyways, you can even change the werwolfs gender by save editing and additional in same cases you can even have scenes from stealing and sharing in parallel.

e.g.: i have corrupted sofia (sold her out to mario) and can see her scenes in the guest room and after this i enabled her romance route and can now also meet her at her house; also i hooked up our boy ken with samantha but i can also invite ken to share anna with him at the basement

I would recommend to make a backup of your save file beforehand.

In case you went for the Alice sharing route and want to switch to stealing you should at least edit:
{\"rid\":2024,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":false}}
into
{\"rid\":2024,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":true}}
---> (in the json it says: 2024 = alice stealing start)

maybe you should also edit the following, not sure if its strictly neccessary (perhaps you can enjoy both routes by not editing this, i didnt test it though):
{\"rid\":2023,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":true}}
into
{\"rid\":2023,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":false}}
---> (in the json it says: 2023 = alice sharing start)
 
  • Like
Reactions: Didyoupraytoday?

ThomasPrf

Member
Dec 19, 2019
290
176
additional in same cases you can even have scenes from stealing and sharing in parallel.

e.g.: i have corrupted sofia (sold her out to mario) and can see her scenes in the guest room and after this i enabled her romance route and can now also meet her at her house; also i hooked up our boy ken with samantha but i can also invite ken to share anna with him at the basement.
hold up you can mod the save to have both options at the same time? can this apply to every choices? can you upload the modded save?
 

alan123ddd

New Member
Sep 16, 2024
6
0
which character do you want this for?

The answer is "yes". Though if you want a strict switch from sharing to stealing (dont want to see previous scenes / sprites) depending on the character it might be some work.
Anyways, you can even change the werwolfs gender by save editing and additional in same cases you can even have scenes from stealing and sharing in parallel.

e.g.: i have corrupted sofia (sold her out to mario) and can see her scenes in the guest room and after this i enabled her romance route and can now also meet her at her house; also i hooked up our boy ken with samantha but i can also invite ken to share anna with him at the basement

I would recommend to make a backup of your save file beforehand.

In case you went for the Alice sharing route and want to switch to stealing you should at least edit:
{\"rid\":2024,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":false}}
into
{\"rid\":2024,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":true}}
---> (in the json it says: 2024 = alice stealing start)

maybe you should also edit the following, not sure if its strictly neccessary (perhaps you can enjoy both routes by not editing this, i didnt test it though):
{\"rid\":2023,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":true}}
into
{\"rid\":2023,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":false}}
---> (in the json it says: 2023 = alice sharing start)
thanks it work for alice, can you give me the code for sofia and ken as well? its interesting when u said you can do both route I wanna try it
 

dkao12

Newbie
Nov 16, 2018
54
281
So I figured out how to edit the flags within the save files, I did a lot of experimentation and it seems to work. I haven't figured out how to do everything or give myself items yet. But the many of the in-game choices can be changed without having to restart a new game.

Changes made with my own testing[Success]:
  • I was able to change the day of the week,
  • Have Josef leave forever,
  • Speed up Charlotte's Yacht encounter to threesome,
  • Josef visited the basement, [Inconsistent, require multiple flags]
  • Start Ken and Anna sharing route,
  • Even change some routes like Slut or Loving with the mother, [Under M-Stage]
  • Given myself the titles like Pervert and Heavenly Husband. [Unsure if this will break something]

Of course this has a very high potential for breaking the save, so you have been WARNED. Backup your saves.

Important Note: As of v1.1 the save system is slightly changed, but the method is still the same. When you save into a new slot, it still uses the same exact file within AppData. The major difference is that it creates a near identitical code block of the main save within the same file.

So if you use multiple slots, it will create multiple code blocks of the time you saved it. This will significantly increase the size of the file making it extremely difficult to read without programs like Visual Studio Code. When searching the flag names with their respective IDs, be careful not to get confused with the repeating ids. For example, main save slot 1 will have the first two ids while save slot 2 will have the third and fourth copy of the ids. So make sure you don't accidentally edit the wrong save slot.

v1.1A changed how the save slot system works, but it still saves the other two slots into one json file. If you are going to use the above cheated save files, be careful as the other save slots will most likely disappear too.

Save File Location: AppData\LocalLow\Arvus Games\Starmaker Story

Instructions:
  1. For starters open up the save file, which is a .json, use either NP++ or Visual Studio Code(Highly recommend, much easier to read).
  2. Search for a specific term like "anna"
  3. Find the corresponding "rid"
  4. Match with the second instance of that rid which is usually at the bottom of the file unless you have multiple saves, then read the important note above.
  5. Change the value based on if it is a boolean or float or string.
  6. Test out the change.
Side Note:
  • "rid" stands for reference ID.
  • "d" usually stands for the dad.
  • "m-" sometimes stands for the mom.

Examples:
  1. I search Charlotte in the save file.
  2. I find the string, "charlotte-anna-talks"
  3. Which has a "rid" of "1660"
  4. Search "1660" and you will get two results.
  5. The second result will be at the bottom.
  6. Make sure to check if the "rid" is a float, string, or boolean. In this case it is a float.
  7. Change the value to 2.0 or 3.0, depending on what stage of the progression you want. Careful not to use large numbers for potenial error, keep it low and modest then test.
Or
  1. Find the string, "Charlotte-Yacht-invitation"
  2. It has an "rid" of "1662"
  3. Search for this id number towards the bottom.
  4. This time it is a boolean. true or false [case-sensitive]
Side Note:
Be very careful that doing this can potentially break something if you haven't started the pre-requisite flag of meeting with Charlotte. Then talking with her and Anna enough times to get the yacht invitation in the first place.​
Or
  • Are you sick of having to skip days to a specific event? Tired of having to go through the whole week to get to Monday again?
  • The corresponding "rid" that handles days are between 1572 - 1574.
  • 1572 handles the actual number of which the day is set such as 1.0 is Monday. 5.0 is Friday[Don't go higher than this number].
  • 1573 handles the string of the current day is displayed on the top right.
  • 1574 handles how many days have passed since you started the game. If you went from Monday to Friday, add 4 into the current number.
  • It is recommended you change all three together to minimize risks.
Or
  • rid "1960" is where you can edit money(under the name "Cash").
  • rid from 2688 - 2699 are relationships between main character and the three "family" members. You can also change the MC's name here too.
Hope this gives you all a general idea on how to do your own editing. If you have any questions, you can ask me.

Happy MILF Hunting everyone!
You can check out the instructions on how to do save editing in page 11. It is relatively quite simple once you get the hang of it. If you have questions, just ask.

Hope this helps, Happy MILF Hunting!
 

alan123ddd

New Member
Sep 16, 2024
6
0
You can check out the instructions on how to do save editing in page 11. It is relatively quite simple once you get the hang of it. If you have questions, just ask.

Hope this helps, Happy MILF Hunting!
unfortunately, for sofia the code is very complex so I didn't know which code that can ended open 2 route like
curious wanderer said
 
Jan 1, 2025
15
10
hold up you can mod the save to have both options at the same time?
"yes" you can mod or edit your save file to have both options at the same time
can this apply to every choices?
i don't know. i haven't tried for every choice, but some events may not be possible (it's just a guess though)
can you upload the modded save?
i wouldn't recommend this, bc quite a few scenes like the pool build up are not repeatable. so you would be missing out on quite some content.
anyways, i attached a txt-file with my save, if you want to use it play on the 3rd save
(make a backup of your own save and then copy and paste the text from my save into your .json file at AppData\LocalLow\Arvus Games\Starmaker Story)
 
  • Like
Reactions: ThomasPrf
Jan 1, 2025
15
10
thanks it work for alice, can you give me the code for sofia and ken as well? its interesting when u said you can do both route I wanna try it
i would recommend playing into their respectives routes first (using the guide as help)

For Ken and Samantha these two should be neccessary if you already met them and progressed a bit:
{\"rid\":2309,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":true}}
---> "ken-sharing-route-start"
{\"rid\":2334,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":true}}
---> "ken-samantha-route-start"
(2249 instead of 2334 is also possible, bc you can start sharing when Ken is taking a photo with Anna or when he wants to lose virginity)

For Sofia i would strongly recommend playing her route first and snitching her out to mario (you miss out on some scenes otherwise, e.g. nice titfuck)
{\"rid\":2195,\"type\":{\"class\":\"ValueNumber\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":4.0}}
---> "sofia-romance-path"

i am not quite sure which edits you would need to make, if you went the romance path first...
would have to look into that
 
Last edited:
May 18, 2024
52
15
What do the gifts do for each character? Does it impact anything?
The only gifts that do anything iirc are groceries(if you don't buy them once a week she gets mad, but once you let ken meet her, he will keep buying them for you), beer for the friday joseph events at the entrance, gifting anna wine lets you ask her to take the bra off during wednesday wardrobe session(you can get these only before unlocking basement), special meat for winter trip event, oil for monday samantha event. Not exactly sure if gifting anna flowers or chocolate does anything.
 
  • Like
Reactions: onetimehentai21

DownBadPlayer23

New Member
Nov 7, 2023
3
2
Man I'm so excited for the new update! Looks very interesting with what they'll be adding. I hope it comes out today or tomorrow since we are through early-mid February
 

Amnesion

Newbie
Jul 29, 2023
92
234
Whenever I go to the beach vacation and bang Leilani it fades to black to go to the next day, shows the room background and gets stuck there so I have to restart the game. Does anyone know how to fix that?
 
4.50 star(s) 80 Votes