Billshwr

Active Member
Feb 17, 2021
590
168
Would be nice to get some slaves/other characters were the gifs/video match the person, like with Blair. Instead of random people like with the slaves currently. Other than that, no other comments as the game is really good with lots to do!
 
  • Like
Reactions: Centaurwannabe

luerv

Member
Apr 23, 2019
154
218
I feel like there needs to be a cheat or something to edit the age/race/hair type of the girls.
 

luerv

Member
Apr 23, 2019
154
218
Excuse the rough notes::::I also use the console in Firefox in multi line edit mode:::::

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

but how do you change hair color? is it
SugarCube.State.variables
.slaves[0].hair = "blonde"

?

EDIT: oh this is so weird. it worked the first time then after a while it just stops working. if I reload the save, it's no longer working completely.?
 
Last edited:

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,387
1,499
thanks for this.

but how do you change hair color? is it
SugarCube.State.variables
.slaves[0].hair = "blonde"

?

EDIT: oh this is so weird. it worked the first time then after a while it just stops working. if I reload the save, it's no longer working completely.?
Might be that you're just looking at the wrong girl and change to other girl.
I would suggest just to go to the view where you can talk with girl and in console write

SugarCube.State.variables.tmpGirl.hair = 'blonde'

and then press back.
 
  • Like
Reactions: coretex

coretex

Active Member
Jun 15, 2017
584
495
Yea I had the .tmpgirl variations too, but i clipped that out just in case, as if people werent directly looking at a character or in an event w/ that char.
 

luerv

Member
Apr 23, 2019
154
218
oh I'm an idiot. I was trying to change their stats while in their page. if I leave their page and then edit it, it works.
Is there a way to edit the kids ages?
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,387
1,499
atm you cant change the kids age
oh I'm an idiot. I was trying to change their stats while in their page. if I leave their page and then edit it, it works.
Is there a way to edit the kids ages?
Actually you can

Code:
SugarCube.State.variables.tmpGirl.birthDate = SugarCube.setup.getBirthDate(18)

Change 18 to whatever age you want.
P.S. If you put 18, there's a chance that she'll be 17yo+ some months, as it calculates it based on random datetime object.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,387
1,499
i tried on a child that was 1 and wasnt seen by the console lol
Oh yeah, you can't use tmpGirl.birthDate on him. You need to find him by "key", in nusery or whereever he is

Code:
SugarCube.State.variables.nursery[1].birthDate = SugarCube.setup.getBirthDate(18)
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,387
1,499
0.19 release (tech update)
Download:

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


Biggest changes I would say was macro management for your items. You can build your shop in your village and manage what your shopkeeper need to buy/sell, etc.
Also added gay content for NPC's. Totally avoidable.

As always - thank you for your suggestions and keep them coming!
 

GamerDaddy

Well-Known Member
Feb 6, 2023
1,526
889
how do you get traits for your girls?i went to the farm got blue prints for a shop
You need to assign someone with shopkeeper trait to this job.
SugarCube.State.variables.tmpGirl
SugarCube.State.variables.tmpGirl.race = 'white'
SugarCube.State.variables.tmpGirl.traits = 'breeder'
SugarCube.State.variables.tmpGirl.breasts = 'big'
SugarCube.State.variables.tmpGirl.beauty = '100'
SugarCube.State.variables.tmpGirl.strength = '100'
SugarCube.State.variables.tmpGirl.sub = '100'
SugarCube.State.variables.tmpGirl.relationship = '100'
SugarCube.State.variables.tmpGirl.birthDate = SugarCube.setup.getBirthDate(18)
SugarCube.State.variables.nursery[1].birthDate = SugarCube.setup.getBirthDate(18)
 

str8up

Engaged Member
Jun 4, 2020
3,373
1,528
SugarCube.State.variables.tmpGirl
SugarCube.State.variables.tmpGirl.race = 'white'
SugarCube.State.variables.tmpGirl.traits = 'breeder'
SugarCube.State.variables.tmpGirl.breasts = 'big'
SugarCube.State.variables.tmpGirl.beauty = '100'
SugarCube.State.variables.tmpGirl.strength = '100'
SugarCube.State.variables.tmpGirl.sub = '100'
SugarCube.State.variables.tmpGirl.relationship = '100'
SugarCube.State.variables.tmpGirl.birthDate = SugarCube.setup.getBirthDate(18)
SugarCube.State.variables.nursery[1].birthDate = SugarCube.setup.getBirthDate(18)
tried all that in the past and game got all messed up had to reload my save
 

chicho1958

Engaged Member
Donor
Apr 28, 2020
3,617
2,119
This game need more zombie content and more girl vids for each type of girls.
Yeah same video for all girls kinda boring,I do like slaves being sent to quest room but shouldd allow girls to I don't want any dude fcking around with my girls.
 

Frostvein

Newbie
May 18, 2022
69
56
Trying to add the files I made of custom characters over to the new version but im running into an error now when doing the command. Anything you can think of that im doing wrong? Screenshot (17).png
 
  • Like
Reactions: OggY VFR
3.50 star(s) 33 Votes