are there any cheats, I don't want to grind again
Any cheats ? Dont fancy the grind.
You must be registered to see the links
use this to change stats:
You must be registered to see the links
RE: Cheats / Console commands
This is a TWINE game written in Sugarcube, you can change any variable you want in game using your browsers console. No need to use a save editor.
Open your browsers console (CTRL+SHIFT+I in chrome)
This will open a side bar make sure the tab is on the console
Type this & press return:
SugarCube.State.active.variables
(Its case sensitive)
The click on the little grey triangle to the side of the text that has appeared.
Voila - all in game variables are listed
In chrome you can double click the variable amount to alter it. I don't think this works in other browsers
If you advance the game you need to re-input SugarCube.State.active.variables and follow the same steps.
So for variables that you may want to change often for instance stamina, its much easier to use the method below (but this requires you knowing what the variable is called first)
If you know the variable you can also change it by typing it directly into the console. I beleive this works in all browsers.
I.e. if the variable is cash then type the below and put whatever number you want at the end.
SugarCube.State.variables.cash=10000000
The new variable will shop up once you advance the game.
The console remembers what you have typed so just use the up arrow on your keyboard to cycle back through things you've typed. I.e I imagine this game will lead you to wanting to add stamina a lot you only need to type this once:
SugarCube.State.variables.stamina=10
Then every other time you want to trigger it just press up until you see it and press return.
Some sats are multi level, to change a girls stats for instance you need to enter her name and then the variable you want. i.e.
SugarCube.State.variables.Angela.Affection=1
Usefull Console Comands:
SugarCube.State.variables.cash=10000000
SugarCube.State.variables.MaxStamina=99
SugarCube.State.variables.stamina=99
SugarCube.State.variables.mc.Boldness=10
SugarCube.State.variables.mc.Intellect=10
SugarCube.State.variables.mc.Strength=10
SugarCube.State.variables.mc.TeacherLevel=5
SugarCube.State.variables.SchoolExhibitionism =50
SugarCube.State.variables.SchoolObedience=50
Note: I don't know wha the max levels are experience tells me they are normally 10 or 100
Changing variables may break your game or lock you out of content so save often.