4.60 star(s) 68 Votes

SDN111

Member
Sep 26, 2023
137
93
I've had it turn red when It was supposed to be virgin-blood from a deflowered character. But then It also affected her 'make up'. Usually it resets back to white with the next encounter, but it is a know Issue. The 'not paint' in outfit manager is somehow involved in this
Depending on if you are setting it via uniforms, or wardrobe it could fall under the uniform policy of letting them choose the colors.
 

Donkeybong

Member
Jan 26, 2019
328
257
Good game but the dev version has many characters getting stuck in progression.
Would love to see them make a "stable" version every 6 months where they spend a couple of weeks fixing bugs to make it as stable as possible. This way you get a nice stable base to start the next 6 months of development builds off of.
 

Draakaap23

Dying is always an option
Donor
Jul 5, 2017
1,226
2,795
In the early morning event with your mother/sister sleeping there now is a line of text about how you got your aunt's key to enter the appartment...its really dumb
 

Edwarf

Member
Jun 8, 2017
408
463
I know it's not the first (nor the second) time I ask this here, but why is the event where an employee ask you to hire one of her relatives so hard to trigger?

I was told to try playing with these ones to force the event, with no luck.
You don't have permission to view the spoiler content. Log in or register now.

Once the "Recruitment signage" policy is up, and with enough spare job vacancies, the game should rise the priority of this event, IMO.

TIA.
 

makeitso

Active Member
Jul 29, 2018
984
650
In the early morning event with your mother/sister sleeping there now is a line of text about how you got your aunt's key to enter the appartment.
The mods are a real drop in quality language and code wise, it seems. The game felt slower, too, when I tried out the latest mod package - I appreciate the people taking the time to mod and package, though!
 

phlore101

Member
Jun 28, 2017
356
163
I've noticed the park mod is a bit of a cheat code. The logic there doesn't seem to line up with the girl's boundaries. I seem to be able to go a lot further than I should be able to.
 

Draakaap23

Dying is always an option
Donor
Jul 5, 2017
1,226
2,795
As a player, I like a lot of the added stuff. I know it is Beta and all so bugs are to be expected. But it is annoying if added content breaks already established things and then is not properly fixed. That makes it all feel like the game is being downgraded despite it being worked on.
 

SDN111

Member
Sep 26, 2023
137
93
I know it's not the first (nor the second) time I ask this here, but why is the event where an employee ask you to hire one of her relatives so hard to trigger?

I was told to try playing with these ones to force the event, with no luck.
You don't have permission to view the spoiler content. Log in or register now.

Once the "Recruitment signage" policy is up, and with enough spare job vacancies, the game should rise the priority of this event, IMO.

TIA.
I honestly get the task to fire off more often than I like initially then it dies down. It honestly depends on the age of your characters and if they already had it fire off on them to my knowledge.
 

makeitso

Active Member
Jul 29, 2018
984
650
I've noticed the park mod is a bit of a cheat code. The logic there doesn't seem to line up with the girl's boundaries. I seem to be able to go a lot further than I should be able to.
Had the same experience, felt messy (and not the fun kind of messy). The game treats the park like it's the beach, so that may be why - total mixup.
 

wktos

Newbie
Feb 3, 2019
17
19
I know it's not the first (nor the second) time I ask this here, but why is the event where an employee ask you to hire one of her relatives so hard to trigger?

I was told to try playing with these ones to force the event, with no luck.
You don't have permission to view the spoiler content. Log in or register now.

Once the "Recruitment signage" policy is up, and with enough spare job vacancies, the game should rise the priority of this event, IMO.

TIA.

There are additional requirements to this happen:
1. Mother need to be enough old (IIRC 34+)
2. Mother has to have child

Hire daughter:
Python:
    def daughter_work_crisis_requirement():
        return (mc.is_at_office
            and not mc.business.at_employee_limit
            and get_HR_director_tag("business_HR_relative_recruitment", 0) == 2
            and get_random_mother_from_company_with_children())
Python:
    def get_random_mother_from_company_with_children():
        return get_random_from_list([x for x in mc.business.employees_at_office
            if x.age >= 34
                and not x.is_unique
                and not x.is_clone
                and x.kids - x.number_of_children_with_mc > 0
                and x.kids - x.number_of_children_with_mc > town_relationships.get_existing_child_count(x)])
Hire mother:
Python:
    def hire_mother_work_crisis_requirement():       
        return (mc.is_at_office
            and not mc.business.at_employee_limit
            and get_HR_director_tag("business_HR_relative_recruitment", 0) == 2
            and hire_mother_work_crisis_get_daughter())
 

Edwarf

Member
Jun 8, 2017
408
463
My randomly hired employees are over 40 year old with 3 children each (took me a long while), so I have no idea why they never ask me to hire her daughters, when I asume all the requirements are met.

Is there a console command to trigger the event?

Many thanks in advance.
 

themagiman

Well-Known Member
Mar 3, 2018
1,550
493
How do you get employees to stop sitting down at work?

Can you change the outfits or the waitresses at the bar? I can do it for the cafe but not the bar for some reason.

What's the easiest way to unlock the strip club? I never seem to be able to get it anymore. Using the mod pack that is uploaded here.
 

Wolfdragon20

Member
Nov 8, 2021
346
166
so how do i trigger the option to hire the player's mom? i've bought the personal secretary option but i still can't hire her
 

wktos

Newbie
Feb 3, 2019
17
19
My randomly hired employees are over 40 year old with 3 children each (took me a long while), so I have no idea why they never ask me to hire her daughters, when I asume all the requirements are met.

Is there a console command to trigger the event?

Many thanks in advance.
please be aware, that you need to have correct value of "business_HR_relative_recruitment" - basically it means that you enabled hiring relatives via HR director

yes, there is a way to trigger via console:
first you need to know which event it is, to find it type:
Code:
crisis_list[13][0].name
It wil display event name

and check other values (here is "13") to find correct value
once you know right index just do that:

Code:
crisis_list[13][0].call_action()
above command will trigger event 13. If requirements are not met nothing will happen. In my play "13" used to be "hire_daughter_crisis"
 
  • Heart
  • Like
Reactions: Edwarf and oldshoe

TS2016

Member
May 7, 2017
465
250
How do you get employees to stop sitting down at work?
What do you mean? Are you talking about at your pharmacy business? If so why do you want them to stop sitting down? Most of them have desk so they would be sitting at their desk.
 

themagiman

Well-Known Member
Mar 3, 2018
1,550
493
What do you mean? Are you talking about at your pharmacy business? If so why do you want them to stop sitting down? Most of them have desk so they would be sitting at their desk.
Yeah I don't want them sitting down at their desk. One of the mods added it a while back and I hate it I want them standing instead.
 

Edwarf

Member
Jun 8, 2017
408
463
wktos
By entering crisis_list[13][0].name in console, returns an 'Action' object is not subscriptable error, but thanks anyway. ;)
 
4.60 star(s) 68 Votes