Create and Fuck your AI Slut -70% OFF
x
2.80 star(s) 41 Votes

JustLittleTinyMe

Active Member
Oct 14, 2018
607
925
288
... 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.
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.
 

wetness1603

New Member
Jul 11, 2023
6
19
81
copy paste this in the console instead:
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"
then you can use SugarCube.Engine.play("Intro") to start.
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;});
okay so you can just ignore all of that and use:

JavaScript:
origHashStr=window.hashStr;
window.hashStr = function(txt) {
if (txt == "start") return -622824037;
return origHashStr(txt);
};
credit goes to another user on the Small Town thread. using the code "start" should work without issues.
 

JustLittleTinyMe

Active Member
Oct 14, 2018
607
925
288
The 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.
 

Anewrai

Member
Dec 6, 2019
214
96
104
The 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.
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 stat
 

Kunte_is

New Member
Jul 25, 2023
7
1
89
okay so you can just ignore all of that and use:

JavaScript:
origHashStr=window.hashStr;
window.hashStr = function(txt) {
if (txt == "start") return -622824037;
return origHashStr(txt);
};
credit goes to another user on the Small Town thread. using the code "start" should work without issues.
Where do we paste this?
 

Sodapoplagski

New Member
Aug 31, 2017
10
26
23
So like... how do you actually access the "DLC"...? I see access codes in the post, but nowhere in the game to actually input them.
 

vrtrtr

Member
May 8, 2017
433
702
307
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.
 
  • Like
Reactions: LTD

zablay

Newbie
Apr 11, 2018
21
44
71
You only need to remove some 'if checks' here and there to bypass auth and enable all dlc.
This save file should have all dlc enabled. Just load it up in online version.
 

Svartr564

New Member
Mar 2, 2025
3
2
13
Ok, for version 1.36 you can enable all DLC content by going to the Console on your browser (F12 in most browsers or by left-clicking your mouse and clicking "Inspect" and then going to the Console tab) and then entering the following prompt in the console.

hashStr=function(){return -622824037};

Do this in the start screen and then just press "Play". It should work in this version, but be advised that the creator of the game changes the needed value with every update, so it'll stop working next update.
 

dinsumdun

Newbie
Nov 20, 2016
40
43
255
huh???? the version that is in the OP, the one I supplied, HAS THE FUCKING DLC ENABLED - YOU JUST CLICK INTRO

how do you people keep screwing this up?? btw, fucking with the hash function is the most useless way of trying to bypass the grade school authentication method
 
  • Like
Reactions: Seawulf00

dinsumdun

Newbie
Nov 20, 2016
40
43
255
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.
he keeps removing events or replacing sections that linked to event pools with sparse replacements, some of them are still in the code.
 

Joe_Moma

Newbie
Game Developer
Mar 1, 2022
62
352
103
he keeps removing events or replacing sections that linked to event pools with sparse replacements, some of them are still in the code.
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.

The game is just too big, I don’t like that it is over 1GB. The growing size was the main reason why I started creating separate DLCs in the first place. Now it is time to trim some fat.
 

XziebertX

Newbie
Jan 24, 2018
94
83
205
this is me or kidnap line only have sleep and sex?

do you have any plans on this line? since it looks too dry for me
 

VictorHayes

Active Member
Apr 6, 2018
537
798
326
... 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.
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
 

Anewrai

Member
Dec 6, 2019
214
96
104
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
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 you

Here
 
Last edited:
2.80 star(s) 41 Votes