Create and Fuck your AI Slut -70% OFF
x

Draakaap23

Dying is always an option
Donor
Jul 5, 2017
1,283
2,888
499
This is not that, this is like literally the same thing Erica has.

View attachment 4588946
Figured this out:
If a serum DECREASES fertility, and it makes a character drop under 0% fertility, it makes it appear like this. It is not the worst thing. BUT it also changes what dialog you get right after you creampie them: now someone with a breeding fetish will tell you that, 'you really shouldn't cum inside them' or that 'luckily i'm on birth control'. :rolleyes::(
 

phlore101

Member
Jun 28, 2017
386
176
275
any idea of what the updates on Git entail? Might have to check the repo myself. Thanks.
Honestly there are too many updates to list here but they went back to work on the NoraBranch (again) yesterday. Just skim reading the last few weeks, it looks like they added some minor things, refactored other things and fixed lots of things.
 

WendyW

New Member
May 13, 2020
11
13
45
Hi all, I had a problem with a person's house not showing up on the map when I learned it. Here is how I found and fixed it.
I am running an older version of the beta from gitgud, so if it has already been fixed, good.


So, this problem occurs when you learn the home of a girl with only a sister (does not happen with mother/daughter as far as I have seen).

1. Every girl is created first with their own last_name and their home is set using this last_name.
2. Later, if she is randomly chosen to have a sister and neither of them are married, the code gives one girl the other girl's last_name.
3. However, because the first girl's home has the old last_name, it does not correctly get added when it is learned.
4. Adding the "change_home_location" line to the code should hopefully fix it.
Code:
        def update_sister_relationship(sister, other_sister):
            town_relationships.update_relationship(sister, other_sister, "Sister")
            # when not married, their last names should be identical
            if other_sister.relationship != "Married" and sister.relationship != "Married":
                other_sister.last_name = sister.last_name
                other_sister.change_home_location(sister.home)   // Add this to fix the home
Once a game has started and you learn the girl's home, if it does not show up on the map, go to the_person and open the console and type these lines to see if you have my problem:
Code:
the_person.name + " " + the_person.last_name + " home"

the_person.home.name

sorted(town_relationships.get_relationship_type_list(the_person, visible = True), key = lambda x: x[0].name)

sorted(town_relationships.get_relationship_type_list(the_person, visible = True), key = lambda x: x[0].name)[0][0].home.name
If line 3 returns more than just one sister and the sister's last_name does not match you may need to change the [0][0] to [1][0] on line 4

If lines 1 and 2 do not match, but the sister's home name from line 4 matches the last_name, run these lines:
Code:
mc.known_home_locations.remove(the_person.home)

the_person.change_home_location(sorted(town_relationships.get_relationship_type_list(the_person, visible = True), key = lambda x: x[0].name)[0][0].home)

mc.known_home_locations.append(the_person.home)
(adjust the [0][0] if needed)
 

JeffRSon

New Member
Jun 27, 2020
13
8
100
Hi everyone :)
Is there any way to re-generate more characters in the middle of a playthrough?
I've been removing some characters I don't like from my city and I just noticed that nobody takes their place.
I'd like to generate more characters without restarting. Thanks!
 

WendyW

New Member
May 13, 2020
11
13
45
Hi everyone :)
Is there any way to re-generate more characters in the middle of a playthrough?
I've been removing some characters I don't like from my city and I just noticed that nobody takes their place.
I'd like to generate more characters without restarting. Thanks!
You can wander around downtown to spot a new person, then you can either take $200 or talk to them and they get added to the town.
 

JeffRSon

New Member
Jun 27, 2020
13
8
100
Is the erotic content of this game text based?
Somewhat, generally you'll just see the girls' model in whichever situation they're in and have a text description to go along with it (unless you get some mods).
 

rb813

Well-Known Member
Aug 28, 2018
1,584
1,082
326
Somewhat, generally you'll just see the girls' model in whichever situation they're in and have a text description to go along with it (unless you get some mods).
...And the mod is just real porn clips, not anything that changes what the in-game models are doing.
 

Deane9850

Active Member
Jan 4, 2018
636
660
302
Please report any bugs with aunt/cousin sleep event... I might missed few events since it branched so much.
 
4.60 star(s) 79 Votes