ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,526
1,817
Any updates on creating a profile picture for the character that we mod?
Npcs usually do not use profile pictures anywhere. Right there there is only dolls for them. Or you mean to customize dolls?
 

jamiehmcw91

Engaged Member
May 28, 2021
2,250
1,134
Npcs usually do not use profile pictures anywhere. Right there there is only dolls for them. Or you mean to customize dolls?
Future buildings :
Gym
Schools/Unis
Hospitals
Dogo
Gunnery
Watch Towers

Would it be ok if when you buy and capture slaves that have no traits could it be possible to maybe have a list of traits and you could add them to the slaves:
Also maybe have traits for the men you capture.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,456
1,484
Future buildings :
Gym
Schools/Unis
Hospitals
Dogo
Gunnery
Watch Towers

Would it be ok if when you buy and capture slaves that have no traits could it be possible to maybe have a list of traits and you could add them to the slaves:
Also maybe have traits for the men you capture.
good ideas the men are wip still
 
  • Like
Reactions: jamiehmcw91

McFaper9000

Newbie
Nov 4, 2020
33
17
what about slave mental health points? get's low when punished (unless masochiostic treat) & random when working as prostitutes depends on events and get's higher when good things happen. if it gets' low enough they commit suicide or lose their mind
 
  • Like
Reactions: GamerDaddy

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,526
1,817
what about slave mental health points? get's low when punished (unless masochiostic treat) & random when working as prostitutes depends on events and get's higher when good things happen. if it gets' low enough they commit suicide or lose their mind
Sounds interesting. Will write that down.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,526
1,817
Ya, that might work as well I guess?
Em, you can check folder images\game\doll
Basically there is empty doll who gets clothes. You could modify either those files or create new ones BUT to add new ones, you would need to add a bit code there.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,526
1,817
Ttyrke can I ask what other buildings , traits ect you have been given for ideas?
It would be hard, as I don't have "clean" list of things people have suggested. There have been bar, bathhouse, whore house, gym, etc.
As for traits - I don't remember if there was any left who I would be interested in.
 
  • Like
Reactions: jamiehmcw91

jamiehmcw91

Engaged Member
May 28, 2021
2,250
1,134
It would be hard, as I don't have "clean" list of things people have suggested. There have been bar, bathhouse, whore house, gym, etc.
As for traits - I don't remember if there was any left who I would be interested in.
Im going to sound daft here but could you maybe get a court house? Ie if someone does anything wrong the go to the court and a judge finds them guilty ect.
And I think you should do a traints list on here to give some people more ideas for the game.
 
  • Like
Reactions: ttyrke

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,526
1,817
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
 

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
 
3.70 star(s) 52 Votes