I don't know for certain, but it could be a Patreon thing, they tend to have a big hard no-no for sleep sex stuff. Happened to Summertime Saga a long time ago, they had to redo the sleep sex scene in that game, to make the scene have the person actually be awake.... Did the sleep sex events get removed? I tried to do them, but failed completely, and then I checked the code and found it literally doesn't even use the "sleepingSex" images.
okay so you can just ignore all of that and use:copy paste this in the console instead:
then you can use SugarCube.Engine.play("Intro") to start.Code:SugarCube.State.variables.DLC1=true SugarCube.State.variables.DLC2=true SugarCube.State.variables.DLC3=true SugarCube.State.variables.dlc3Code ="9<+>10=>21" SugarCube.State.variables.dlc6Code ="10<+>9=>21" SugarCube.State.variables.dlc9Code ="9<+>10=>21"
im not sure how to enable the dlc modifiers in the intro, but when you pick the age/family status and start, you should be able to use the Lore DLC intro.
Edit: im attaching a save file instead because i dont know how to get around getting stuck on a weekend day.
use the following js command to avoid having your corruption set to "NaN" whenever you or a family member gain corruption.
feel free to adjust the values if you wish:
JavaScript:$(document).on(':passageend',()=>{SugarCube.State.variables.corruption=100;SugarCube.State.variables.father.corruption=100;SugarCube.State.variables.brother.corruption=100;SugarCube.State.variables.mother.corruption=100;});
origHashStr=window.hashStr;
window.hashStr = function(txt) {
if (txt == "start") return -622824037;
return origHashStr(txt);
};
Just like how on the DLC where you stay home if your brothers lust gets above around 40 he fucks you in your sleep no matter the corruption statThe scenes when parents visit the camp are kinda stupid. Even if the father has 0 lust and 0 corruption, he'll still rape the player when peeping on the brother and mother having sex. It's the same for all the other scenes regarding the visit. It's like those scenes aren't even connected with the stats.
Where do we paste this?okay so you can just ignore all of that and use:
credit goes to another user on the Small Town thread. using the code "start" should work without issues.JavaScript:origHashStr=window.hashStr; window.hashStr = function(txt) { if (txt == "start") return -622824037; return origHashStr(txt); };
he keeps removing events or replacing sections that linked to event pools with sparse replacements, some of them are still in the code.It's true, there seem to be several missing events, so content is even more sparse than like 3-4 months ago.
Time to be a rat and leave this sinking ship, I guess.
There will be more cuts in the upcoming update. The sex mini game and all related content will be a priority on the chopping list.he keeps removing events or replacing sections that linked to event pools with sparse replacements, some of them are still in the code.
would you know which last version had the sleep sex still in? can you share a copy of the html? sucks that devs had to remove those kind of stuff... Did the sleep sex events get removed? I tried to do them, but failed completely, and then I checked the code and found it literally doesn't even use the "sleepingSex" images.
V1.27 has some for the camp but freeuse has to be active for it to not be an option otherwise you get the option to either let it happen or just sleep in which he'll just jerk off on youwould you know which last version had the sleep sex still in? can you share a copy of the html? sucks that devs had to remove those kind of stuff