midnightmonster
Member
- Jul 17, 2018
- 386
- 169
- 137
Why do some girls say birth control is locked and already discussed it, when I never talked about birth control?
Both only released on the discord.I've been unable to track down the source of moresomes and ZenPak mods.. from your comment looks like you know where to get those 2 mods, can you link it here please?
You need to get her to quit.. My mod tweaked one of her event to allow that. If not, you have to visit her during work to have her quits her job. make sure she is personal secretary there firstso where and how does the "Personal Secretary route" come about
see nothing nowhere on her ever giving up her job
how the fuck does one unlock that area? seems like I got half of all the supposed places missing still after 80 daysBoth only released on the discord.
You need to get her to quit.. My mod tweaked one of her event to allow that. If not, you have to visit her during work to have her quits her job. make sure she is personal secretary there first
It's unlocked from game start IIRC. Bottom left hex of downtown, then talk to receptionist during work hourshow the fuck does one unlock that area? seems like I got half of all the supposed places missing still after 80 days
Its available since day 0... just approach the receiptionist therehow the fuck does one unlock that area? seems like I got half of all the supposed places missing still after 80 days
side note the preg decrease trait don't work at all for me
I'd be very careful with using cheats/commands in games like this because they can break progression very easily, the safer way to avoid that grind is by using the trance mechanic in the game to fulfill opinion requirements of the alternative options to the "it keeps happening" one which will only make you do it once (loves incest, being submissive, whatever the case may be). Doesn't really answer your question, but wasn't sure if you're aware of the alternative wayIs there a cheat or console command to skip the grind? It's annoying that I have to do the same 4 more times to progress storylines.
Probably with the help of mods. There is a mod for (static) real porn vids and a mod for local as well as dynamic ai npc generation (link).Finally, I can play on my phone, but it turns out that there is a problem with the Joiplay version. But I think everyone can create a person with AI. How can they do it? And why have I never seen a real person in the game?
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
The label _call_lust_blowjob_office_label_auto is defined twice, at File "game/mods/lr2-mods_kaden-host/Mods_Kaden/actions/auto_research.rpy", line 163:
call lust_blowjob_office_label() from _call_lust_blowjob_office_label_auto
and File "game/mods/lr2-mods_kaden-host/Mods_Kaden/actions/auto_research.rpy", line 189:
call lust_blowjob_office_label() from _call_lust_blowjob_office_label_auto
Ren'Py Version: Ren'Py 8.4.1.25072401
Sun Oct 26 14:34:06 2025
A defined twice error means the same label exists in two different files. MOST likely this means you still have the archived File in addition to the more individual script files in the game folder. You could simply open the file given and delete one of those labels. Though as that is a a 3rd party mod, I couldn't tell you which might be the more up-to-date file or if they were both the same.Code:I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. The label _call_lust_blowjob_office_label_auto is defined twice, at File "game/mods/lr2-mods_kaden-host/Mods_Kaden/actions/auto_research.rpy", line 163: call lust_blowjob_office_label() from _call_lust_blowjob_office_label_auto and File "game/mods/lr2-mods_kaden-host/Mods_Kaden/actions/auto_research.rpy", line 189: call lust_blowjob_office_label() from _call_lust_blowjob_office_label_auto Ren'Py Version: Ren'Py 8.4.1.25072401 Sun Oct 26 14:34:06 2025
Don´t you get it through the sex shop story line by investing enough in that place, after the strip-club closes?Just a quick observation. If you don't blackmail your cousin Gabrielle and follow her storyline, you can still unlock and visit the strip club, but you won't get the option to buy it.
Correction you can purchase it even if you don't blackmail her. if you gain the ability to blackmail her that counts allowing you to purchase the club after talking to Aunt and Sex Store owner. The Club is part of the Sex Store storyline but other characters who don't have an influence on the club itself are part of the prereq in this case you have to talk to Aunt after Store Owner comes and says that you could buy it. talk to Aunt then Sleep on it for a few days then go back to the Store Owner which will trigger the purchase optionsDon´t you get it through the sex shop story line by investing enough in that place, after the strip-club closes?
thank youA defined twice error means the same label exists in two different files. MOST likely this means you still have the archived File in addition to the more individual script files in the game folder. You could simply open the file given and delete one of those labels. Though as that is a a 3rd party mod, I couldn't tell you which might be the more up-to-date file or if they were both the same.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 528, in script call
$ picked_option.call_action()
File "game/script.rpy", line 477, in script
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
File "game/script.rpy", line 477, in <module>
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
~~~~~~~~~~~~~~~~~~^^
File "game/script.rpy", line 347, in build_actions_list
actions_list.extend(mc.location.valid_actions)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/major_game_classes/game_logic/Room_ren.py", line 252, in valid_actions
actions = [x for x in self.actions if x.is_action_enabled() or x.is_disabled_slug_shown()]
File "game/major_game_classes/game_logic/Room_ren.py", line 252, in <lambda>
actions = [x for x in self.actions if x.is_action_enabled() or x.is_disabled_slug_shown()]
~~~~~~~~~~~~~~~~~~~^^
File "game/major_game_classes/game_logic/Action_ren.py", line 73, in is_action_enabled
requirement_return = self.check_requirement(extra_args)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "game/major_game_classes/game_logic/Action_ren.py", line 67, in check_requirement
return self.requirement(*extra_args)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "game/mods/lr2-mods_kaden-host/Mods_Kaden/room_actions/lobby_actions.rpy", line 67, in company_breakfast_requirement
if mc.business.funds > (10*temp_list):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>' not supported between instances of 'int' and 'RevertableList'
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/script.rpy", line 528, in script call
$ picked_option.call_action()
File "game/script.rpy", line 477, in script
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
File "renpy/ast.py", line 2231, in execute
self.call("execute")
~~~~~~~~~^^^^^^^^^^^
File "renpy/ast.py", line 2195, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/statements.py", line 379, in call
return method(parsed, *args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/000statements.rpy", line 687, in execute_call_screen
args, kwargs = a.evaluate()
~~~~~~~~~~^^
File "renpy/parameter.py", line 513, in evaluate
value = renpy.python.py_eval(v, locals=scope)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1292, in py_eval
return py_eval_bytecode(code, globals, locals)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1285, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/script.rpy", line 477, in <module>
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
~~~~~~~~~~~~~~~~~~^^
File "game/script.rpy", line 347, in build_actions_list
actions_list.extend(mc.location.valid_actions)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/major_game_classes/game_logic/Room_ren.py", line 252, in valid_actions
actions = [x for x in self.actions if x.is_action_enabled() or x.is_disabled_slug_shown()]
File "game/major_game_classes/game_logic/Room_ren.py", line 252, in <lambda>
actions = [x for x in self.actions if x.is_action_enabled() or x.is_disabled_slug_shown()]
~~~~~~~~~~~~~~~~~~~^^
File "game/major_game_classes/game_logic/Action_ren.py", line 73, in is_action_enabled
requirement_return = self.check_requirement(extra_args)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "game/major_game_classes/game_logic/Action_ren.py", line 67, in check_requirement
return self.requirement(*extra_args)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "game/mods/lr2-mods_kaden-host/Mods_Kaden/room_actions/lobby_actions.rpy", line 67, in company_breakfast_requirement
if mc.business.funds > (10*temp_list):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>' not supported between instances of 'int' and 'RevertableList'
Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
Lab Rats 2 - Down to Business 2025.07-beta + VTMod4.0.42
Mon Oct 27 01:03:59 2025