XaiJu
vrengames
vrengames

patreon


Lab Rats 2 v0.39.1 Release! Get it Here!

Lab Rats 2 v0.39.2 is Live! Download it here!

PC: Lab Rats 2 v0.39.2-PC
Mac: Lab Rats 2 v0.39.2-Mac
Android: Lab Rats 2 v0.39.2-Android 

UPDATE: v0.39.1 had a game breaking bug triggered when you gave a girl serum. v0.39.2 fixes this bug. If you've already downloaded v0.39.1 you can download this patch file. Unzip into the /game folder, overwriting all files when prompted. This patch is save compatible.

Lab Rats 2 v0.39.2 is finished it's week of bug testing and is ready for it's public release! This update introduces Clarity (as in post-nut clarity), a resource that is built up whenever your character is aroused. Before Clarity can be spent it must be released, which you do by cumming in the most interesting and exciting place you can find. Clarity is needed to unlock new research topics for your pharmaceutical company, giving a new and pressing importance to corrupt the girls in your life!

To go along with the introduction of Clarity all existing events and actions have been updated to properly hand out this resource. This includes a new climax management system, which is responsible for giving out more or less Clarity depending on where and how you cum. Many events have had completely new branches and dialogue written to ensure they make use of this new system.

There have been plenty of other additions made in this new version of Lab Rats 2. Six new serum traits, one new serum side effect, and six new business policies have been added. A serum tolerance stat has been added to motivate the use of serum designs with multiple trait slots. The code base for LR2 has been refactored to make modding and development easier going forward. Many of the game screens have been updated to display Clarity, Serum Tolerance, or serum tooltips properly. Finally, a swath of bugs and typos have been fixed up.

Enjoy, and here's a changelog!

Changelog (v0.38.1 to v0.39.2):

*CHANGES AND ADDITIONS*

- Added skeleton of Clarity system.

- Added Clarity requirement to unlock Serum Traits.

- Redesigned research screen to display Clarity costs. Now uses click to view instead of click to select behaviour.

- Added Locked Clarity stat. Locked Clarity is generated by any event that would sexually excite your character.

- Added Clarity stat. Clarity is produced by "releasing" Locked Clarity by climaxing.

- Locked Clarity is now generated while having sex. Amount is Girls Skill * Male Arousal Gain.

- Added ClimaxController class, which is responsible for displaying different orgasm options and related Clarity information.

- Different climax types now act as a multiplier for the amount of Clarity produced from Locked Clarity.

- Refactored massive sections of the LR2 code base. Should make the project easier to browse through, mod, and maintain.

- Moved fonts into seperate folder for better game file organisation.

- Added indicator to all business policies if they are toggleable or permanent after purchase.

- Added three new policies that allow you to turn idle R&D Research Points into Clarity.

- Updated all sex positions to use new ClimaxController class to control climax dialogue flow.

- Updated all crises to include Clarity increases where appropriate.

- Updated all limited time events to include Clarity increases where appropriate.

- Updated all role events to include Clarity increases where appropriate.

- Updated all personality dialogue to include Clarity increases where appropriate.

- Updated all crises to use ClimaxController and release Clarity where appopriate.

- Updated all limited time events to use ClimaxController and release Clarity where appropriate.

- Updated all role events to include Clarity increases where appropriate.

- Updated many existing events/role events. Added some new branches, fixed typos, incorrect triggering conditions, ect.

- Added Novelty stat to girlsNovelty goes from 100% to 50% and acts as a multiplier on Clarity gain. Reduced by 5 each time you cum, increases by 1 per day.

- Added Masturbation Novelty. Same as novelty for girls, but used when you masturbate.

- Added Serum Tolerance stat to girls, default 2. Girls under the effect of more serums than their serum tolerance suffer progressively higher penalties.

- Added Toxic side effect. Lowers serum tolerance by 1 for the duration.

- Added Novelty and Serum Tolerance to girl character sheets.

- Added Serum Tolerance to serum select screen.

- Breaking taboo increases girl Novelty by 5.

- Added ability to try and cum early (up to 20 arousal early) or hold back and avoid cumming. Success chance depends on Focus stat and how close you are to cumming.

- Daily serum policy now does not give girls doses of serum unless their current dose would expire during the work day.

- Refactored daily serum code and simplified out of stock messages.

- Tweaked tooltip behaviour. Now appears more quickly and disappears when no longer hovering the item (previously remained for inconsistent delay).

- Added patron content.

- Prostitutes now have situational sluttiness added when hired. Situational obedience has been reduced, but not removed.

- Removed Sluttiness and Obedience effects from objects. Resulted in strange progression for many positions.

- All serum effects are now handed the serum being applied, allowing them to track effects specific to that application.

- Added effect_dict to SerumDesign class. Used to hold information related to a specific application of a serum, so that it may be used by serum effects.

- Added inhibition suppression trait. Increases Sluttiness by 10, to a max of 30.

- Reduced Obedience loss from Aphrodesiac trait to 1/turn instead of 2.

- Added 4 new serum traits. Each increases a girls sex skill in one particular area.

- Added Pleasure Center Stimulator serum trait. Reduces girls max arousal by 20 for the duration, making it easier to make her climax.

- Added new serum trait that raises max arousal for girls. Makes it harder for them to climax, but may be useful for generating extra arousal based Sluttiness.

- Rebalanced several on-turn trait effects. Decreased amount of permanent resources lost.

- Added three new business policies that provide a way to raise Sluttiness of all girls at company passively, at the cost of increased HR requirements.

- Updated LR2 license.


*BUG FIXES*

- Fixed animation rendering crash due to some draw calls attempting to show sceens that have already been handled.

- Typos, tons of them!

- Corrected several event paths that had the potiential to soft lock the game if no option was possible.

- Fixed incorrect triggering conditions for many events.

- Fixed crash when using Instapic to ask for special pictures.

Comments

short list of bugs I have run into so far: 1) sometimes Clarity doesn't trigger on orgasm, and when it doesn't other triggers (like if you have the 'Spread your Seed' goal) don't fire either. 2) When starting the first Research Tier upgrade event with Stephanie, there is an error: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 223, in script call $ talk_action.call_action(picked_option) File "game/crises/limited_time_events.rpy", line 2029, in script call call talk_person(the_person) from _call_talk_person_16 File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_head_researcher.rpy", line 127, in script call call give_serum(the_person) from _call_give_serum_6 File "game/general_actions/location_actions/business_actions.rpy", line 113, in script $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/general_actions/location_actions/business_actions.rpy", line 113, in $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum the_serum_design.run_on_apply(self) TypeError: run_on_apply() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 223, in script call $ talk_action.call_action(picked_option) File "game/crises/limited_time_events.rpy", line 2029, in script call call talk_person(the_person) from _call_talk_person_16 File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_head_researcher.rpy", line 127, in script call call give_serum(the_person) from _call_give_serum_6 File "game/general_actions/location_actions/business_actions.rpy", line 113, in script $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "F:\Users\1gecko\Downloads\Games\Torrented\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\Users\1gecko\Downloads\Games\Torrented\Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/general_actions/location_actions/business_actions.rpy", line 113, in $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum the_serum_design.run_on_apply(self) TypeError: run_on_apply() takes exactly 3 arguments (2 given) Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.1 Sat Apr 10 12:42:26 2021 [/code] 3) if you ignore the previous error to continue, you get the following error AFTER the event: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 223, in script call $ talk_action.call_action(picked_option) File "game/crises/limited_time_events.rpy", line 2029, in script call call talk_person(the_person) from _call_talk_person_16 File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_head_researcher.rpy", line 189, in script call call advance_time from _call_advance_time_8 File "game/script.rpy", line 396, in script python: File "game/script.rpy", line 398, in people.run_turn() File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn serum.run_on_turn(self) #Run the serum's on_turn funcion if it has one. TypeError: run_on_turn() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 223, in script call $ talk_action.call_action(picked_option) File "game/crises/limited_time_events.rpy", line 2029, in script call call talk_person(the_person) from _call_talk_person_16 File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_head_researcher.rpy", line 189, in script call call advance_time from _call_advance_time_8 File "game/script.rpy", line 396, in script python: File "F:\Users\1gecko\Downloads\Games\Torrented\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\Users\1gecko\Downloads\Games\Torrented\Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 398, in people.run_turn() File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn serum.run_on_turn(self) #Run the serum's on_turn funcion if it has one. TypeError: run_on_turn() takes exactly 3 arguments (2 given) Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.1 Sat Apr 10 12:44:04 2021 [/code]

William Urquhart

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister.rpy", line 387, in script call call sister_instathot_label_solo(the_person) from _call_sister_instathot_label_solo_1 File "game/game_roles/role_sister.rpy", line 582, in script call call sister_instathot_special_intro(the_person, is_topless_shoot) from _call_sister_instathot_special_intro File "game/game_roles/role_sister.rpy", line 608, in script call call sister_instathot_special_pictures(the_person, is_topless_shoot) from _call_sister_instathot_special_pictures_2 File "game/game_roles/role_sister.rpy", line 671, in script python: File "game/game_roles/role_sister.rpy", line 677, in strip_list = the_person.get_half_off_to_tits_list() AttributeError: 'Person' object has no attribute 'get_half_off_to_tits_list' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister.rpy", line 387, in script call call sister_instathot_label_solo(the_person) from _call_sister_instathot_label_solo_1 File "game/game_roles/role_sister.rpy", line 582, in script call call sister_instathot_special_intro(the_person, is_topless_shoot) from _call_sister_instathot_special_intro File "game/game_roles/role_sister.rpy", line 608, in script call call sister_instathot_special_pictures(the_person, is_topless_shoot) from _call_sister_instathot_special_pictures_2 File "game/game_roles/role_sister.rpy", line 671, in script python: File "H:\gryX\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "H:\gryX\Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/game_roles/role_sister.rpy", line 677, in strip_list = the_person.get_half_off_to_tits_list() AttributeError: 'Person' object has no attribute 'get_half_off_to_tits_list' Windows-7-6.1.7601-SP1 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.1 Sat Apr 10 18:17:35 2021 [/code]

Adam Król

Since 2 months the game has been unplayable due to bugs, which exhausts my patience. I don't expect you to add new content every week, nothing will even happen if you don't add anything for a month or two. However, I expect you to improve the game to the level of playability. Best regards, patron.

Adam Król

I keep checking back here regularly, hoping that he fixes the giving serum bug. Giving girls experimental serum is pretty much main point of the game. What is the newest stable build?

Ace McGuire

Hey Vren! With the new journal subscription. There is a spelling error in the code for business_policies/organization_policies.rpy. Businss should be Business https://puu.sh/HwQR2/75081d10f4.png

Roy Fury

At least the refactoring makes finding the lines to fix easier! ***Edit: Also line 1025, I found.

Regarding the "TypeError: run_on_turn() takes exactly 3 arguments (2 given)" error." A temporary fix is to change File "game/major_game_classes/character_related/Person.rpy", line 351to serum.run_on_turn(self, the_serum) Also change line 356 to serum.run_on_remove(self, the_serum). After these two changes the serums appear to be taking effect, expiring, and being removed correctly

NuTrix

I understand your frustration (money's money right, you gotta spend it on what makes you happy) but the increase in number and impact of bugs isn't a lapse in developer commitment but rather an unfortunate a side effect of increasing complexity. When there's only a handful of game mechanics its easy to write new code for minimal impact and to fix bugs that do occur without accidentally breaking something else. When there's dozens of interconnected and overlapping systems its much harder. Vren doesn't have a QA team, he gets one week to fix the bugs that we report and he doesn't have a QA team he can send the updated product back to for fix verification. Unfortunately that means there isn't really a 'stable release branch' like you might get in a project from larger teams.

On a new game under 39.1, the option "cum inside a girl" for "Standing Sex" doesn't unlock clarity. All the other forms of unlocking clarity seem to work.

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 398, in File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn TypeError: run_on_turn() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 299, in script call File "script.rpyc", line 396, in script File "C:\Users\Danny\Desktop\Random Stuff\RPProject\renpy-7.3.5-sdk\renpy\ast.py", line 927, in execute File "renpy/python.py", line 2028, in py_exec_bytecode File "game/script.rpy", line 398, in File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn TypeError: run_on_turn() takes exactly 3 arguments (2 given) [/code]

Ace McGuire

I gave Steph an early suggestion serum but it doesn't seem to change her suggestibility nor get removed from the serum tolerance list.

``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 398, in File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn TypeError: run_on_turn() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 299, in script call File "script.rpyc", line 396, in script File "C:\Users\Danny\Desktop\Random Stuff\RPProject\renpy-7.3.5-sdk\renpy\ast.py", line 927, in execute File "renpy/python.py", line 2028, in py_exec_bytecode File "game/script.rpy", line 398, in File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn TypeError: run_on_turn() takes exactly 3 arguments (2 given) ```

Ace McGuire

I'm not a Python programmer, but my guess is that you either don't have that third argument like it's asking for, or you have a null pointer. I'd look at it myself if I could.

Ace McGuire

``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/general_actions/location_actions/business_actions.rpy", line 113, in File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum TypeError: run_on_apply() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 256, in script call File "script.rpyc", line 374, in script call File "script.rpyc", line 374, in script call File "script.rpyc", line 369, in script call File "game_roles/role_sister.rpyc", line 185, in script call File "general_actions/location_actions/business_actions.rpyc", line 113, in script File "C:\Users\Danny\Desktop\Random Stuff\RPProject\renpy-7.3.5-sdk\renpy\ast.py", line 927, in execute File "renpy/python.py", line 2028, in py_exec_bytecode File "game/general_actions/location_actions/business_actions.rpy", line 113, in File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum TypeError: run_on_apply() takes exactly 3 arguments (2 given) ```

Ace McGuire

Got this one also.

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 299, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 396, in script python: File "game/script.rpy", line 398, in people.run_turn() File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn serum.run_on_turn(self) #Run the serum's on_turn funcion if it has one. TypeError: run_on_turn() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 299, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 396, in script python: File "D:\ag\Lab_Rats_2-v0.39.1-pc\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\ag\Lab_Rats_2-v0.39.1-pc\Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 398, in people.run_turn() File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn serum.run_on_turn(self) #Run the serum's on_turn funcion if it has one. TypeError: run_on_turn() takes exactly 3 arguments (2 given) Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.1 Thu Apr 08 17:48:25 2021 [/code]

Man, I want this game to be so good but each update the number of bugs gets worse. Last release I coud get about 2-3 hours in before every action caused an error that had to be ignored, Now within 10 minutes of gameplay I get it where every single action, and I need to stress this is not hyperbole, causes an error that has to be ignored. I'm seeing a lot of the same errors posted here by other people, so I know i'm not a special use case. I've been tossing $5 every month since June 2019 and use to be so excited for every new release, but the bugs...the bugs... I think this may be the month I have to stop subbing.

``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 398, in File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn TypeError: run_on_turn() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 259, in script call File "general_actions/location_actions/business_actions.rpyc", line 151, in script call File "script.rpyc", line 396, in script File "C:\Users\Danny\Desktop\Random Stuff\RPProject\renpy-7.3.5-sdk\renpy\ast.py", line 927, in execute File "renpy/python.py", line 2028, in py_exec_bytecode File "game/script.rpy", line 398, in File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn TypeError: run_on_turn() takes exactly 3 arguments (2 given) ```

Ace McGuire

``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/crises/crises.rpy", line 816, in File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum TypeError: run_on_apply() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 259, in script call File "general_actions/location_actions/business_actions.rpyc", line 151, in script call File "script.rpyc", line 433, in script call File "crises/crises.rpyc", line 816, in script File "C:\Users\Danny\Desktop\Random Stuff\RPProject\renpy-7.3.5-sdk\renpy\ast.py", line 927, in execute File "renpy/python.py", line 2028, in py_exec_bytecode File "game/crises/crises.rpy", line 816, in File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum TypeError: run_on_apply() takes exactly 3 arguments (2 given) ```

Ace McGuire

``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 398, in File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn TypeError: run_on_turn() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 259, in script call File "general_actions/location_actions/business_actions.rpyc", line 140, in script call File "script.rpyc", line 396, in script File "C:\Users\Danny\Desktop\Random Stuff\RPProject\renpy-7.3.5-sdk\renpy\ast.py", line 927, in execute File "renpy/python.py", line 2028, in py_exec_bytecode File "game/script.rpy", line 398, in File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn TypeError: run_on_turn() takes exactly 3 arguments (2 given) ```

Ace McGuire

``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/crises/crises.rpy", line 2545, in File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum TypeError: run_on_apply() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 259, in script call File "general_actions/location_actions/business_actions.rpyc", line 135, in script call File "script.rpyc", line 411, in script call File "crises/crises.rpyc", line 2545, in script File "C:\Users\Danny\Desktop\Random Stuff\RPProject\renpy-7.3.5-sdk\renpy\ast.py", line 927, in execute File "renpy/python.py", line 2028, in py_exec_bytecode File "game/crises/crises.rpy", line 2545, in File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum TypeError: run_on_apply() takes exactly 3 arguments (2 given) ```

Ace McGuire

For Android;

Ace McGuire

This is why I'm not a fan of Python. If this was Java, and you did this, it just wouldn't compile and you'd be forced to fix this bug before you released it.

Ace McGuire

It crashes when I give Steph the serum for trial. It says that the run_on_apply takes 3 arguments, but you only have given it 2.

Ace McGuire

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 259, in script call $ picked_option.call_action() File "game/general_actions/location_actions/business_actions.rpy", line 151, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 396, in script python: File "game/script.rpy", line 398, in people.run_turn() File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn serum.run_on_turn(self) #Run the serum's on_turn funcion if it has one. TypeError: run_on_turn() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 259, in script call $ picked_option.call_action() File "game/general_actions/location_actions/business_actions.rpy", line 151, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 396, in script python: File "E:\New folder\Games\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\New folder\Games\Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 398, in people.run_turn() File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn serum.run_on_turn(self) #Run the serum's on_turn funcion if it has one. TypeError: run_on_turn() takes exactly 3 arguments (2 given) Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.1 Thu Apr 08 15:52:09 2021 [/code]

Typo found in: File "game/business_policies/organisation_policies.rpy", line 171, in research_journal_subscription_on_day mc.businss.funds += -30

NuTrix

Several other ladies have given their Instapic address but there are no pages for them.

NuTrix

Next bug serum have traits unstable reaction x 2, equals duration -2 turns

Adam Król

Next bug Lilly only fanatic page dont work. She give addresss but there is no page for her

Adam Król

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 299, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 396, in script python: File "game/script.rpy", line 398, in people.run_turn() File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn serum.run_on_turn(self) #Run the serum's on_turn funcion if it has one. TypeError: run_on_turn() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 299, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 396, in script python: File "H:\gryX\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "H:\gryX\Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 398, in people.run_turn() File "game/major_game_classes/character_related/Person.rpy", line 351, in run_turn serum.run_on_turn(self) #Run the serum's on_turn funcion if it has one. TypeError: run_on_turn() takes exactly 3 arguments (2 given) Windows-7-6.1.7601-SP1 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.1 Thu Apr 08 20:35:56 2021 [/code]

Adam Król

Next bug. Groppe her have no energy lmit. If you have 0 energy you can groppe anyway

Adam Król

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister.rpy", line 185, in script call call give_serum(the_person) from _call_give_serum_7 File "game/general_actions/location_actions/business_actions.rpy", line 113, in script $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/general_actions/location_actions/business_actions.rpy", line 113, in $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum the_serum_design.run_on_apply(self) TypeError: run_on_apply() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister.rpy", line 185, in script call call give_serum(the_person) from _call_give_serum_7 File "game/general_actions/location_actions/business_actions.rpy", line 113, in script $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "H:\gryX\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "H:\gryX\Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/general_actions/location_actions/business_actions.rpy", line 113, in $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum the_serum_design.run_on_apply(self) TypeError: run_on_apply() takes exactly 3 arguments (2 given) Windows-7-6.1.7601-SP1 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.1 Thu Apr 08 20:32:01 2021 [/code]

Adam Król

Then with Lily: While running game code: File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister.rpy", line 185, in script call call give_serum(the_person) from _call_give_serum_7 File "game/general_actions/location_actions/business_actions.rpy", line 113, in script $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/general_actions/location_actions/business_actions.rpy", line 113, in $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum the_serum_design.run_on_apply(self) TypeError: run_on_apply() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister.rpy", line 185, in script call call give_serum(the_person) from _call_give_serum_7 File "game/general_actions/location_actions/business_actions.rpy", line 113, in script $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "E:Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/general_actions/location_actions/business_actions.rpy", line 113, in $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum the_serum_design.run_on_apply(self) TypeError: run_on_apply() takes exactly 3 arguments (2 given) Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.1 Thu Apr 08 13:33:25 2021

ScrubbyWG

Soft crash right after I select a serum to give to someone. Had it happen with two different characters so far. First with Stephanie: While running game code: File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 374, in script call call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose. File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_head_researcher.rpy", line 127, in script call call give_serum(the_person) from _call_give_serum_6 File "game/general_actions/location_actions/business_actions.rpy", line 113, in script $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/general_actions/location_actions/business_actions.rpy", line 113, in $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum the_serum_design.run_on_apply(self) TypeError: run_on_apply() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 374, in script call call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose. File "game/script.rpy", line 369, in script call $ _return.call_action(the_person) File "game/game_roles/role_head_researcher.rpy", line 127, in script call call give_serum(the_person) from _call_give_serum_6 File "game/general_actions/location_actions/business_actions.rpy", line 113, in script $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "E:\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/general_actions/location_actions/business_actions.rpy", line 113, in $ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else. File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum the_serum_design.run_on_apply(self) TypeError: run_on_apply() takes exactly 3 arguments (2 given)

ScrubbyWG

Did you have any serums active?

NuTrix

I loaded a saved game and tried vaginal sex. The errors are gone, and cumming on her stomach now correctly unlocks clarity. However, creampies do not; there are no errors, but the description effectively skips any description of the orgasm and accompanying dialogue and goes straight to, "Your cock softens." No clarity is unlocked. So, a partial fix is in place, but vaginal sex cannot be used to unlock clarity.

Eschew Shame

Hopefully we will have a fix before next month.

NuTrix

Same thing is happening to me, it is game breaking

The only serum used so far is the Primitive Serum Production/Suggestion Drugs to assist Stephanie but the serum never expires. The following error is spamming every turn: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 299, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 443, in script python: File "game/script.rpy", line 445, in people.run_day() File "game/major_game_classes/character_related/Person.rpy", line 468, in run_day serum.run_on_turn(self) #If a run_on_turn is called and the serum has expired no effects are calculated, so we can safely call this as many times as we want. TypeError: run_on_turn() takes exactly 3 arguments (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 299, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 443, in script python: File "D:\Lab_Rats_2-v0.39.1-pc\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Lab_Rats_2-v0.39.1-pc\Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 445, in people.run_day() File "game/major_game_classes/character_related/Person.rpy", line 468, in run_day serum.run_on_turn(self) #If a run_on_turn is called and the serum has expired no effects are calculated, so we can safely call this as many times as we want. TypeError: run_on_turn() takes exactly 3 arguments (2 given) Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.1 Thu Apr 08 08:06:13 2021

NuTrix


More Creators