3.00 star(s) 22 Votes
Sep 28, 2017
99
131
Anyone have a way to cheat to go BACK in time? To turn the date back?

I like the gameplay but wish there was a way to play more before the ending.
 

NewTricks

Forum Fanatic
Nov 1, 2017
4,270
9,195
Anyone have a way to cheat to go BACK in time? To turn the date back?

I like the gameplay but wish there was a way to play more before the ending.
I think that if you save often enough replaying portions of the game that didn't go well (or went too well) should accomplish what you want to do.
 

ef_it

Member
Game Developer
Jul 10, 2020
181
411
Anyone have a way to cheat to go BACK in time? To turn the date back?
This worked for me
1st step: SugarCube.State.active.variables.date[0] = new Date(2000,0,1) (Year, Month(0-Jan, 1-Feb, etc.), Date)
2nd: SugarCube.Engine.show() for changes to take effect
Meant to be used in browser's console. Starting date of the game is (2000,4,31). Might break some mechanics though.
 
  • Like
Reactions: ArmaSoldier512
Sep 28, 2017
99
131
Meant to be used in browser's console. Starting date of the game is (2000,4,31). Might break some mechanics though.
Cheers, thank you - I think I'll limit its use to rolling back time before mechanics change (i.e. never-ending summer).
 

chimboman

New Member
Dec 27, 2017
6
2
I tried to rely on my "knowledge" of a language mostly because it will be too much to ask anyone for help with game they may not like. So my plan is to see if there gonna be volunteers before the next update.
nice the game is coming along nice
 
3.00 star(s) 22 Votes