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)