ttyrke

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

Engaged Member
Feb 6, 2023
2,488
1,500
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

Forum Fanatic
Jun 4, 2020
4,062
2,135
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

Forum Fanatic
Donor
Apr 28, 2020
4,114
2,381
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
71
58
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

Netscape1964

Newbie
Dec 22, 2018
64
55
tried all that in the past and game got all messed up had to reload my save
personnaly i modify the html to get more girls with perks to begin with. if you open the html in notepad++ and go to line 3215 you can change the precentage chance of a perk being present. by default it's 30% but i raise it to 70%. then i let the rng run in slaveshop in the underground city. took less then an ingame week to get one after that. once you changge it that way you'll need to refresh you browser page for the effect to take into effect.
 
  • Like
Reactions: alltreck and ttyrke
Dec 24, 2017
6
2
I have a slave with a shopkeeper trait. They are not assigned to anything. I have the shop built. Yet, I cannot assign them to the shop. Only assignable task is the street. Is the shopkeeper supposed to come from the guest house? If not, how does one assign to the shop?
 
  • Like
Reactions: TLAMNZ

Netscape1964

Newbie
Dec 22, 2018
64
55
i assigned mine from teh guest house. make sure the obedience and relationship stats are high enough. personnally, none of my guesthouse hosts are lower then 100 relationship and obedience
 
3.70 star(s) 52 Votes