- Dec 16, 2018
- 6
- 6
One of the supporters update had a Groundhog Day mode, where you could repeat the last day over and over. All the content for it is still there, you'd just need to plug it back in.
This might work, but fair warning - I haven't tested it!
Save as gh_day_mod.py intoPython:# Groundhogday Mod v1 for SlutED #NOT TESTED mod_plot = { "start_day_12" : { "eval_jump_to" : "\'start_gh\'" }, "start_gh_4" : { "next" : "start_gh_5", "txt" : "...", "img" : "img/gh_day/morning559.webp", "cmd" : ["save.breakfast = 0", "set_hard_datetime(day=11, hour=5)", "save.morning_shower = 0"] } } for k,v in mod_plot.items(): data.plot[k] = v print('Groundhogday Mod v1 installed!')
/mods/
and use dev/mod_manager.html to add it to the game.
Works for me