aaart

New Member
Jun 12, 2021
6
7
14 "guests" + 6 children = no more room in the guest house. It won't let me build additional rooms in the workshop. Problem will only get worse as my "guests" give birth.

Personally I find the "real-time" pregnancy term refreshing -- too many games shatter the immersion by cutting it short, so please don't change that.
If you realy need to build more rooms, you can modify HTML file.
Just open file with any text editor and ctrl+f:
guesthouse_cell - for guest beds,
basement_cell - for basement cells.

Under those lines will be "show:" line like

guesthouse_cell: {
show: ($game.location.guesthouse ?? false) && ($guesthouseLimit ?? 3) < 20

just change number after < to any number you want and save changes, for example:

show: ($game.location.guesthouse ?? false) && ($guesthouseLimit ?? 3) < 200
 
  • Like
Reactions: Cheroky and graz-32

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,831
Can i add custom images for pregnancy and milking or just basement and quest room?
You can always just replace images under /images folder. Just check the location of the images and replace them.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,831
14 "guests" + 6 children = no more room in the guest house. It won't let me build additional rooms in the workshop. Problem will only get worse as my "guests" give birth.

Personally I find the "real-time" pregnancy term refreshing -- too many games shatter the immersion by cutting it short, so please don't change that.
Yeah, put, for now, limit 20 for guesthouse. Some kind of a "nursery" is already in mind.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,831
If you realy need to build more rooms, you can modify HTML file.
Just open file with any text editor and ctrl+f:
guesthouse_cell - for guest beds,
basement_cell - for basement cells.

Under those lines will be "show:" line like

guesthouse_cell: {
show: ($game.location.guesthouse ?? false) && ($guesthouseLimit ?? 3) < 20

just change number after < to any number you want and save changes, for example:

show: ($game.location.guesthouse ?? false) && ($guesthouseLimit ?? 3) < 200
Don't even need to alter the game file.
Just add in console `SugarCube.State.variables.guesthouseLimit = 100`
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,488
1,500
Can you provide your save file? Can't reproduce it.
it fixed itself somehow hasnt done it since i made the post. if it happens again ill post the save.. however i did run into the bug with assigning someone to the streets
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,831
it fixed itself somehow hasnt done it since i made the post. if it happens again ill post the save.. however i did run into the bug with assigning someone to the streets
What bug? Next time just save the game and add save file
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,488
1,500
What bug? Next time just save the game and add save file
sending someone to the streets was giving a popup error but its fixed now. cause i have a save just before sending someone to the streets so i sent them went visited then went bk home slept no popup error, and i also did a quick round of strength training and that error has been fixed aswell
 
  • Like
Reactions: ttyrke

Tutuooo

Member
Sep 10, 2019
452
73
Have to say but it impossible to win the fight in Try to find her friend Ashley, he does 30 damage and the with knlfe just 20 unfair, so that you can’t win she always dies
 

Wcares

Newbie
Nov 13, 2016
59
54
Anything you can do if your companion gets captured? Are there planned events or is this a "you lose them forever" thing?
 
3.70 star(s) 52 Votes