curious wanderer
Newbie
- May 31, 2025
- 39
- 42
- 18
iirc when you hit continue you always load the auto save (first entry in the .json) all manual saves follow after thatHi,
I chose the charlotte route instead of Anna and progressed too far into the game. Can anyone help me to edit the save game.
I tried but couldn't find the exact rid.
Also, after opening the save game, where is the latest save located (when we hit continue)? top or bottom?
since you chose charlotte romance route the rid in your save file should be this value:
{\"rid\":2493,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":true}}
2493 = charlotte-romance-route
you just need to change the m_value of rid 2494 from false to true or paste this over it
{\"rid\":2494,\"type\":{\"class\":\"ValueBool\",\"ns\":\"GameCreator.Runtime.Variables\",\"asm\":\"GameCreator.Runtime.Core\"},\"data\":{\"m_Breakpoint\":false,\"m_IsEnabled\":true,\"m_Value\":true}}
2494 = charlotte-casual-route
both rid's can be set to true at the same time (i also did that in my save file)