ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,466
1,699
Anyone has a list for traits?
Code:
setup.traits = {
    analslut: {
        title: 'Anal slut',
        description: 'Gets orgasm only from anal sex'
    },
    gardener: {
        title: 'Gardener',
        description: 'Gives additional bonus while assigned to garden'
    },
    cumslut: {
        title: 'Cumslut',
        description: 'Loves cum in mouth'
    },
    masochist: {
        title: 'Masochist',
        description: 'Likes to be punished',
    },
    deepthroat: {
        title: 'Deepthroat',
        description: 'Likes to get deepthroated'
    },
    woodcraft: {
        title: 'Woodcraft',
        description: 'Can gather more wood'
    },
    scavanger: {
        title: 'Scavanger',
        description: 'More likely to find stuff, and less likely to get into trouble'
    },
        breeder: {
        title: 'Breeder',
        description: '100% chance to get pregnant and pregnancy goes x2'
    },
    shopkeeper: {
        title: 'Shopkeeper',
        description: 'Can work in shop and manage your goods'
    }
};
 
  • Like
Reactions: Ken Kai

Ken Kai

Newbie
Dec 2, 2017
48
22
Code:
setup.traits = {
    analslut: {
        title: 'Anal slut',
        description: 'Gets orgasm only from anal sex'
    },
    gardener: {
        title: 'Gardener',
        description: 'Gives additional bonus while assigned to garden'
    },
    cumslut: {
        title: 'Cumslut',
        description: 'Loves cum in mouth'
    },
    masochist: {
        title: 'Masochist',
        description: 'Likes to be punished',
    },
    deepthroat: {
        title: 'Deepthroat',
        description: 'Likes to get deepthroated'
    },
    woodcraft: {
        title: 'Woodcraft',
        description: 'Can gather more wood'
    },
    scavanger: {
        title: 'Scavanger',
        description: 'More likely to find stuff, and less likely to get into trouble'
    },
        breeder: {
        title: 'Breeder',
        description: '100% chance to get pregnant and pregnancy goes x2'
    },
    shopkeeper: {
        title: 'Shopkeeper',
        description: 'Can work in shop and manage your goods'
    }
};
Thanks buddy
 

Lilfam

Newbie
Aug 16, 2017
25
86
in case anyone wants it I made some custom girl packs for the game
models used
AngelXO
Autumn Falls
Trippie Bri
Luxury Girl
WaaifuMia
Raya Steele
Sarah Banks
Violet Myers

You don't have permission to view the spoiler content. Log in or register now.

Will take request if anyone wants other custom girlpacks
Link only takes you to Trippie Bri, thanks for these!
 

fakedcnt

New Member
Jun 7, 2017
2
0
ttyrke

there are two bugs i found
1. Scolding guests at party doesnt increase submission
2. the event "guest didnt come home from scavenging" never triggers for the guest in the first guestroom. i guess its index is 0 and used is logical comparison
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,466
1,699
ttyrke

there are two bugs i found
1. Scolding guests at party doesnt increase submission
2. the event "guest didnt come home from scavenging" never triggers for the guest in the first guestroom. i guess its index is 0 and used is logical comparison
Thanks! Will check those out
 

nobody14789

Newbie
Sep 28, 2019
51
49
It
0.20 release (event update): MEGA

You don't have permission to view the spoiler content. Log in or register now.
Comments in green/yellow/orange. Couple of the cabin events I haven't managed to trip, after being too annoyingly common, cabin events might be a smidge too rare now.

Question about the patron content -- will it be something that's progressively unlocked over time? (i.e. patron content in v20 is free content in v21/22/23 etc.) or is it permanently locked?
 
  • Like
Reactions: GamerDaddy

Flankspeed

New Member
Sep 12, 2020
13
18
Cabin event: Uninvited couple

What? They break into my house and my only two options both involve me giving them food. What am I running a charity now? And they keep coming back again and again! Helping kids is one thing...but this too much.

I want an option to fight and lock them up, please.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,466
1,699
Still has new ambush events trigger every single time?
same for the online version.
started a new game if that matters.
version 0.20a

Hotfix was bugged. Grab new one:
 

Flankspeed

New Member
Sep 12, 2020
13
18
how do I keep my street workers from dying?
Strength seems to help workers stay alive. To raise strength get their relations high enough that when you release them from the cells they want to stay, then put them in the guest house. You can train all your guest workers strength at the end of the day at the fireplace. I haven't tested this with street workers yet but works for wood gather and scavenger. Strength 30 or 40 seems pretty good, not sure if you can get by with less.
 
Last edited:
  • Like
Reactions: ttyrke

Grevloc

Member
Mar 29, 2019
133
61
will the patreon events be free later or are they for supporters only?
also seems like traits are disabled for all normal events?
cant find any girls with traits anymore from exploring or buying from market
 
Last edited:

finderie

New Member
Apr 5, 2020
12
6
at some point (I think after unlocking settlement) whenever i try to load save I get error: Save.state.history[save.state.index].variables.characters.octavia is undefined. Any way to fix it?

My Last working save was before Blair wanted poster.

EDIT: can confirm: whenever I complete settlement intro I get this error
 
Last edited:
  • Like
Reactions: ttyrke

UnrulyMadlyDeeply

New Member
Jul 15, 2023
5
3
Bug: girls traits not showing up either when capturing or slave markets. if I use the cheat to add slaves the 1st doesn't show the trait label the second does but they always show none. I hoped by doing this it might reset the normal events but no luck. I am playing online on tv so I cannot access console or send a save I am afraid.
 

RosX

Newbie
Aug 18, 2018
84
35
Strength seems to help workers stay alive. To raise strength get their relations high enough that when you release them from the cells they want to stay, then put them in the guest house. You can train all your guest workers strength at the end of the day at the fireplace. I haven't tested this with street workers yet but works for wood gather and scavenger. Strength 30 or 40 seems pretty good, not sure if you can get by with less.
According to the game code, it doesn't depend on strength but on endurance (which you can't change with training) and accepting the quest with Dom.
 
3.60 star(s) 42 Votes