terry175

Newbie
Feb 25, 2017
51
34
127
i think the game have started to go into new system development mode but the actual game content like story line has not been expanded at all for a while..
 
  • Like
Reactions: 4GunZ

TheBat89

Member
Apr 6, 2017
141
257
286
Has Vren said anything about adding in taboo breaks for the cousin and aunt? I know a lot of people thought they were meaningless or otherwise didn't like them but I enjoyed them a lot for the mother & sister.
 

AnotherMike

Member
Mar 26, 2020
161
132
208
Same requirements as when previously using it.
(You need to have a serum selected for that specific branch of the company.)
That doesn't seem to work. From what I've gathered (with my admittedly limited knowledge of ren'py & python) it doesn't seem like the event for the daily dose is even triggered.

With a few manual edits using the console and a few changes to the code so that everything doesn't crash, I've managed to get it to trigger now but only unfortunately only once.

For anyone wondering what I've done to (maybe?) make it work, it's this:

You don't have permission to view the spoiler content. Log in or register now.

but as I said, that only made it trigger once. As far as I can tell, the code uses a flag on the employees that's gotten their daily drugs to keep them from getting multiple doses but that flag, which should get reset at the end of the day, somehow isn't reset.

unfortunately I haven't been able to figure out why that flag isn't reset, can't find any obvious errors so somewhat tempted to simply remove the check for that flag since there are other things in place to prevent double dosing that hopefully might work. :)


edit:
I did manage to get it working regularly now, not just once, added an edit-part inside the spoiler-tag with the final change. This last part was because the game only wants to run duty-related logic if the person is at work, but at the end of the day, at night, no employees are actually at work :)

after a VERY quick test this seems to work now, but no idea if I've broken something else with these changes. Though, as far as I can see daily serum seems to be the only thing using the "on_day" and "on_move" events (when it comes to duties) so it SHOULD be reasonably safe, I think, maybe....
 
Last edited:

psygax

Newbie
Oct 5, 2017
19
14
205
Anyone know why I keep crashing during the City Admin visit? It happens whenever I try any of the Special Actions and 50/50 when I try "Make Small Talk" option.
You don't have permission to view the spoiler content. Log in or register now.
 

ignus31

New Member
Feb 25, 2018
3
2
173
When Ms. Carroll visits me and I tried to seduce / bribe / intimidate / negotiate with her:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 262, in script call
$ picked_option.call_action()
File "game/general_actions/location_actions/business_actions.rpy", line 200, in script call
call advance_time from _call_advance_time_6
File "game/script.rpy", line 419, in script call
$ crisis.call_action()
File "game/major_game_classes/business_related/Attention_Events.rpy", line 50, in script call
call attention_visit(city_rep)
File "game/major_game_classes/business_related/Attention_Events.rpy", line 477, in script call
call talk_person(the_person, keep_talking = False)
File "game/script.rpy", line 380, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_city_rep.rpy", line 135, in script call
call apply_sex_slut_modifier(the_person)
File "game/script.rpy", line 262, in script call
$ picked_option.call_action()
File "game/general_actions/location_actions/business_actions.rpy", line 200, in script call
call advance_time from _call_advance_time_6
File "game/script.rpy", line 419, in script call
$ crisis.call_action()
File "game/major_game_classes/business_related/Attention_Events.rpy", line 50, in script call
call attention_visit(city_rep)
File "game/major_game_classes/business_related/Attention_Events.rpy", line 477, in script call
call talk_person(the_person, keep_talking = False)
File "game/script.rpy", line 380, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_city_rep.rpy", line 135, in script call
call apply_sex_slut_modifier(the_person)
ScriptError: could not find label 'apply_sex_slut_modifier'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script.rpy", line 262, in script call
$ picked_option.call_action()
File "game/general_actions/location_actions/business_actions.rpy", line 200, in script call
call advance_time from _call_advance_time_6
File "game/script.rpy", line 419, in script call
$ crisis.call_action()
File "game/major_game_classes/business_related/Attention_Events.rpy", line 50, in script call
call attention_visit(city_rep)
File "game/major_game_classes/business_related/Attention_Events.rpy", line 477, in script call
call talk_person(the_person, keep_talking = False)
File "game/script.rpy", line 380, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_city_rep.rpy", line 135, in script call
call apply_sex_slut_modifier(the_person)
File "renpy/ast.py", line 1485, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/script.rpy", line 262, in script call
$ picked_option.call_action()
File "game/general_actions/location_actions/business_actions.rpy", line 200, in script call
call advance_time from _call_advance_time_6
File "game/script.rpy", line 419, in script call
$ crisis.call_action()
File "game/major_game_classes/business_related/Attention_Events.rpy", line 50, in script call
call attention_visit(city_rep)
File "game/major_game_classes/business_related/Attention_Events.rpy", line 477, in script call
call talk_person(the_person, keep_talking = False)
File "game/script.rpy", line 380, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_city_rep.rpy", line 135, in script call
call apply_sex_slut_modifier(the_person)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'apply_sex_slut_modifier'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Lab Rats 2 - Down to Business v0.50.1
Thu Mar 10 19:22:10 2022
 

Thaunatas

Member
Aug 25, 2021
235
124
53
So im having a really hard time installing the mod on windows. im very new to all this and im kind of lost. Any help would be very much appreciated.
The Mod is not compatible with 0.50. The next planned release will be for 0.52. And you find a step by step installation guide on the mods front page under "Installation"
 
Last edited:

Ghostfist

New Member
Mar 10, 2022
2
0
11
The Mod is not compatible with 0.50. The next planned release will be for 0.52. And you find a step by step installation guide on the mods front page under "Installation"
Are console commands able to be used on 0.50?? and if so how do i go about doing that?
 
Oct 14, 2020
114
130
157
You don't have permission to view the spoiler content. Log in or register now.

This one occurs from trying to bribe the city rep. Anyone know how to fix?
Looks like Vren assumed .append would return the new list (which it really should, but whatever, can't change 20 year old python definitions).

You will have to change lines 90, 131, and 192 in role_city_rep.rpy from this form:

$ the_person.event_triggers_dict["bribe_attempts"] = the_person.event_triggers_dict.get("bribe_attempts",[]).append("cash_bribe")

to this:

$ the_person.event_triggers_dict["bribe_attempts"] = the_person.event_triggers_dict.get("bribe_attempts",[]) + ["cash_bribe"]

Same for "seduction_attempted" (line 131) and "order_attempted" (line 192).
 

Naskura

Member
Sep 18, 2018
208
130
156
how much pregnancy content there is?

You can talk the ladies out of birth contol (if they are ON birth control). Some have a natural fetish for getting pregnant. Others can be trained to have a fetish for getting pregnant. You can also develop a magic syrum that will bypass birth control and/or boost fertility and/or retard fertility. Once pregnant ladies progress in through three different phases of being pregnant, represented in the dialog AND visually.

There are also game mechanics around getting ladies pregnant, running experiments while they are pregnant, etc.

You don't actually get to see the kids, though. That's all magically dealt with behind the scenes. You do get messages around the days it's going to happen, and a birth announcement on the day of.

All in all, if its your thing, it's there. And it's ... pretty well supported.

IF you set it up to realistic pregnancies there will be random pregnancies throughout the world where girls get pregnant from their significant others, however if you set it to Predictable Pregnancies every girl is on BC by default and it's 100% effective. So if you take a Serum with Birth Control Suppression, Fertility Enhancement and Human Breeding Hormone (Nora trait) you can reduce BC effectiveness to 0% and Fertility to 100%+ so you could in effect make it so that only you can Father children... The girls will still date, get engaged and Married, but you cuck all of their S.O.'s...
 

Satalin

Newbie
Jul 24, 2017
53
31
216
hey AnotherMike i have try to do the same thing as you but i can`t find one change you made this is the change
and in the file game/game_roles/role_employee/_duty_definitions.rpy change
on_turn = employee_on_turn, on_day = employee_on_day)
to
on_turn = employee_on_turn, on_day = employee_on_day, on_move = employee_on_move)
and now i`m trying to find where the heck is that damt line pls help if you can
 
3.40 star(s) 127 Votes