shark_inna_hat

Active Member
Game Developer
Dec 25, 2018
705
2,744
anyway to make the game still playable after you run out of days? Would be cool to experience all story branches somehow in some kind of endless mode!
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!

Python:
# 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!')
Save as gh_day_mod.py into /mods/ and use dev/mod_manager.html to add it to the game.
 
Last edited:

EdgeOfShadow

Well-Known Member
Sep 24, 2017
1,479
2,205
anyway to make the game still playable after you run out of days? Would be cool to experience all story branches somehow in some kind of endless mode!
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!
Or just save to file and change time by -72 hours to go back 3 days if the mod won't work.
 

RVRR

New Member
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!

Python:
# 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!')
Save as gh_day_mod.py into /mods/ and use dev/mod_manager.html to add it to the game.

Works for me :)
 

mrbungle50221

Newbie
Feb 14, 2018
38
55
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!

Python:
# 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!')
Save as gh_day_mod.py into /mods/ and use dev/mod_manager.html to add it to the game.

Wow thanks!
 

niuash

Member
Sep 29, 2017
160
158
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!

Python:
# 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!')
Save as gh_day_mod.py into /mods/ and use dev/mod_manager.html to add it to the game.
When we do `save.breakfast = 0` does it mean that the meal counter is reset?

How do I set "hungry days" to 3 or 4?
 

EdgeOfShadow

Well-Known Member
Sep 24, 2017
1,479
2,205
When we do `save.breakfast = 0` does it mean that the meal counter is reset?

How do I set "hungry days" to 3 or 4?
It's based on "last meal" or something like that compared to "time", i don't remember + or -, so try setting it to time +50 or 0 and check results.
 

grumpyoldcat

Member
Apr 30, 2020
265
396
If I may make a few requests despite my being a lawless and selfish pirate?

1) Becoming the headmaster's pet/slave/whatever in an ending

2) Becoming the panty thief's pet/slave/whatever (personal cumdump has a nice ring to it) in an ending

That's all from me.
 
  • Like
Reactions: ironymaan

BadmanBaxter

Well-Known Member
May 28, 2019
1,369
546
I tried getting this to work on android on joiplay but all I get is please wait for game to load. Its taking to long check console for errors so did I do something wrong or not do something?
 

niuash

Member
Sep 29, 2017
160
158
I guess you mean the buttplug?
1. Wear school clothes with more slutty points as you can increase.
2. Stay in the corridor. (or look for someone > headmaster (unlocked if Marco was spoken) )
1. Do you mean have high slut points but wear normal school clothes?
2. I did that once or twice, didn't get the buttplug scene - it was something else. Do I need to trigger this multiple times (if possible)?
 

niuash

Member
Sep 29, 2017
160
158
I tried getting this to work on android on joiplay but all I get is please wait for game to load. Its taking to long check console for errors so did I do something wrong or not do something?
It's a web game, you don't need anything but a browser. Just click on "Play Online" in the OP.
 

EdgeOfShadow

Well-Known Member
Sep 24, 2017
1,479
2,205
1. Do you mean have high slut points but wear normal school clothes?
2. I did that once or twice, didn't get the buttplug scene - it was something else. Do I need to trigger this multiple times (if possible)?
Buttplug is 3rd or 4th headmaster scene, just wear revealing clothing and walk on corridor to meet him.
 
  • Like
Reactions: niuash and L7Bear

grumpyoldcat

Member
Apr 30, 2020
265
396
Buttplug is 3rd or 4th headmaster scene, just wear revealing clothing and walk on corridor to meet him.
I don't think you can progress beyond that point though what with the lack of days or even implementation. I don't know if the groundhog day mod rectifies this as I couldn't get it to work.
 
4.50 star(s) 69 Votes