Mar 5, 2018
246
301
246
I think that the more lustful a character is, the more interactions they should unlock. Trying to scavenger hunt for interactions is bs.

Also the RNG really needs to go. 2% for a perk? Really?
 
Last edited:
  • Like
Reactions: Tutuooo

Buffmutti

Member
Aug 27, 2021
177
133
133
RoC_Bug.png

Still a funny bug. Dad fucks Mom and one of their children loses its virginity xD

And another thing is: I started a random game and in this game the family has two daughters, but one of them wears male clothes.
 
  • Like
Reactions: str8up

Wankelracer

Newbie
Jul 18, 2017
36
7
68
How can i fuck Amanda playing as Isaak? I have Amanda love at 212 and her Opinion of Isaak is "perfect". But if i click on "fuck" she denies.
 

thanlong26

Newbie
Oct 31, 2019
40
13
131
Mã ủng hộ sẽ được cập nhật cho phiên bản trực tuyến mới. Hãy để tôi xem tôi có thể làm gì. Hãy thử cái này

[v0.23.12] - diễn viênnotactung

Phiên bản có thể tải xuống mới được thêm vào OP.
[/TRÍCH DẪN]
Not working bro
 

Usershark

Newbie
Jul 16, 2023
15
8
13
I just found out the hard way that if you give isaak/emma the gay perk and later take it away, you cannot get it back.

Something else that would be helpful would be a guide or hints or something for getting the various actions as the only character i have that can give anal is the mom and the only achievement pic i am missing is "use 'give anal' on the mom"
 

PyrionFlax

New Member
Dec 5, 2018
1
9
87
Cheat to enable all perks/interactions for every user...
hit f12 -> console
paste:

JavaScript:
let vars = SugarCube.State.active.variables;

for (let h of vars.household) {
    h.perks.splice(0, h.perks.length);
    h.interactions.splice(0, h.interactions.length);
    for (let v in vars) {
        if (v.startsWith("perk_")) {
            h.perks.push(vars[v].name);
        }

        if (v.startsWith("interaction_")) {
            h.interactions.push(vars[v]);
        }
    }
}
And hit enter, move to a new area and you should have all perks/interactions available.

Alternate version to max out stats:

JavaScript:
let vars = SugarCube.State.active.variables;

for (let h of vars.household) {
    h.perks.splice(0, h.perks.length);
    h.interactions.splice(0, h.interactions.length);
    for (let v in vars) {
        if (v.startsWith("perk_")) {
            h.perks.push(vars[v].name);
        }

        if (v.startsWith("interaction_")) {
            h.interactions.push(vars[v]);
        }

        if(v.endsWith("lust")){
           vars[v] = 9999;
        }

        if(v.includes("relation")){
           vars[v] = 9999;
        }
        
        if(v.includes("mood")){
           vars[v] = 9999;
        }
        
        if(v.includes("happiness")){
           vars[v] = 9999;
        }
        
        if(v.includes("lustessence")){
           vars[v] = 9999;
        }
            
    }
}
 
Last edited:

Asharamaru1

New Member
Mar 24, 2024
1
0
1
Is there a guide for finding some perks? Have had horrible luck.. Just found out how to get Natasha's "gay" perk
How do you get it? I have been trying to get it for a while and keep seeing have sex with the dick girl in the nightclub but whenever I try it says that I need the gay perk
 
2.50 star(s) 30 Votes