1/3
3 Years of Service
Adding onto that, once you open the console you'll want to type in
The Variable Viewer (and whatever version of Renpy Save Editor I have) doesn't like to play nice with variables that are like most of the ones in this game (not sure if there's a specific term for them, most of what I've learned of Renpy coding comes from snooping through script files, trial and error, and google searches). So what shows up in the Variable Viewer is stuff like
For a list of all the variables of this type you'll want to open up the relations.rpy file.
me.dom = 100 (or whatever number you choose; in my save file it's 53 and that was enough to pass every dominance check).The Variable Viewer (and whatever version of Renpy Save Editor I have) doesn't like to play nice with variables that are like most of the ones in this game (not sure if there's a specific term for them, most of what I've learned of Renpy coding comes from snooping through script files, trial and error, and google searches). So what shows up in the Variable Viewer is stuff like
me = <store.C...055fef50> and not any of the substats like me.dom/me.corr/me.degrad.For a list of all the variables of this type you'll want to open up the relations.rpy file.