ramvivat
Engaged Member
- Jun 28, 2022
- 3,544
- 2,073
- 396
how you get helpers for the weekend? i need to talk with whom?I have 3 extra helpers on the weekend from the students that I have as interns so my supply is larger than workforce.
how you get helpers for the weekend? i need to talk with whom?I have 3 extra helpers on the weekend from the students that I have as interns so my supply is larger than workforce.
they completelly not buy supplies - at all. not one unit. and i have about 5 *sarcasm* "logistic managers" */sarcasm*.If you have to much supply then you have to many supply workers.
and this is good idea. i will not fuck this two broken workers hehe... and with time she will quit.If you don't keep them happy they will quit.
Its part of one of the students quest, the coffee shop worker girl.how you get helpers for the weekend? i need to talk with whom?
You start a performance review and during that you have the option to fire the person.and this is good idea. i will not fuck this two broken workers hehe... and with time she will quit.
thanks for hint.
As for the mother once you can talk to the daughter of the boss then that is all you need then you can tell your mother to quit and you will hire her.how do you know the quest is completed? my mother complains that the director wants to replace her or something like that. there is an option to offer the mother a breast enlargement or the MC itself to talk to the director - I usually offer the director money so that he does not pester the mother, because by that time incest is in full swing in my family - because I finished the first part of the game with the incest harem established in the family - that's why it's always natural for me to start the game with sexual harassment towards my mother and sister. probably if I had not played the first part, then probably I would have played the second part as it is planned. and incest in the family seems to begin with the arrival of the aunt with cousine, when the aunt lay down in the bed of the MC for the night.
after meeting with the director, I always get to know his daughter. after which I suggest that my mother quit and go to work in a company.
another question (and now something completelly different (c)MP) - is there a save editor for this game? I have two employees in the logistics department have become "unmanageable". they don't wear a uniform. they cannot be punished. they cannot be encouraged. nothing can be done with them. the cheat menu can't do anything with them. I'm lying, you can have sex. but sex on a common basis as with any other woman "from the street." Is it possible to fix such workers?
I don't know what happened to them. apparently I offered one of them to work in the club as a stripper. and from this something was broken in the data structure of these workers. and I don't know what to do with them. maybe just ignore them? but the perfectionist feeling starts to rebel in me.
I've had problems with Ophelia before in the other playings. game crash when try to see Ophelia's character info.
I forgot about that, I never have any problems with the girls and never had to use it.You start a performance review and during that you have the option to fire the person.
The problem is, he may be having the bug where unique characters are stuck with their roles so their workers are still considered strippers and that screws the system. Was that fixed?I forgot about that, I never have any problems with the girls and never had to use it.
Judging by what was said in their posts, either it wasn't fixed properly or they're using an older download of the game.The problem is, he may be having the bug where unique characters are stuck with their roles so their workers are still considered strippers and that screws the system. Was that fixed?
How far back is the question. if only 1 or 2 updates then there is no real changes to the game, its mostly under the hood type stuff getting ready for a major update to the mod.Can anyone give me a summary of the major changes for the new release? (v0.51.3.1)
I'm still on the older release and trying to decide whether it is worthwhile to restart for any new content in the new release. Thanks
She is one of the students so go there and look for her during the weekdays.Please, what is Mom's boss's daughter name, I have meet her, but forgot name, thanks
thanks. no performance review in their personal special menu. because of workergirl is broooo-ken =)You start a performance review and during that you have the option to fire the person.
her name is not constant, because its vary from game to game like boss's name, so, name her as %boss's daughter%Please, what is Mom's boss's daughter name, I have meet her, but forgot name, thanks
no. with integrity of downloaded file is all ok.If the game is crashing using the cheat then you have a bad download because some of the files are broken.
Hi i had some issues while playing the game. Hope it helps.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Thanx.
You can get around the bug by having only the serum you want to give to the sister in your inventory.When trying to give Lily serum for her friends, this error ocures
I'm sorry, but an uncaught exception occurred.
-- Full Traceback ------------------------------------------------------------
View attachment 2601612
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 2, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 2, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 4, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 11, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 17, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 18, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 18, in keywords
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 30, in <module>
TypeError: 'NoneType' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 365, in script call
File "script.rpyc", line 380, in script call
File "crises/limited_time_crises/family_LTE.rpyc", line 412, in script call
File "script.rpyc", line 470, in script call
File "game_roles/role_sister/role_sister_taboo_quests.rpyc", line 727, in script
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 2, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 2, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 4, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 11, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 17, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 18, in execute
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 18, in keywords
File "game/Mods/Screens/Serum_Screens/enhanced_serum_inventory_select_ui.rpy", line 30, in <module>
TypeError: 'NoneType' object is not callable
View attachment 2601612