XaiJu
vrengames
vrengames

patreon


Lab Rats v0.39.3 - Let's Try this Again!

Forgot to fix side effect traits, which meant more crashes for serum sometimes. Here's an updated v0.39.3 that fixes the issue:

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

If you already have v0.39.2 you can instead grab this fixed copy of the bugged script file. Replace the existing file in the /game folder, the change should be save game compatible. side_effect_traits.rpy 

Now onto more proactive development news! It's clear that as LR2 grows in depth and complexity debugging release candidates is becoming a bigger issue. To address this I am going to make the development of an automated testing suite a major focus of v0.40. This testing should catch the majority of procedural bugs, and prevent bugs from being reintroduced into functional mechanics by future updates.

In addition to the focus on testing I will be expanding on the new Clarity mechanic, with the goal of giving the player interesting and fun ways of spending this new currency. My current plan is to replace the existing skill point system with a Clarity cost to improve your abilities. Goals would now give large amounts of Clarity as a reward instead of giving you a skill point directly. Most of this work is still in the brainstorming phase, so if you have ideas leave a comment for me!

Sorry for the bumpy release, here's hoping for smoother ones in the future!

Comments

In this release, Stephanie kind of just disappears when she has her baby. I haven't gotten to that point in previous versions of the game, but I'm wondering if this is a bug or not.

Ace McGuire

[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 356, in run_turn serum.run_on_remove(self) File "game/major_game_classes/serum_related/SerumDesign.rpy", line 112, in run_on_remove trait.run_on_remove(the_person, self) File "game/major_game_classes/serum_related/SerumTrait.rpy", line 65, in run_on_remove self.on_remove(the_person, the_serum, add_to_log) TypeError: obedience_enhancer_on_remove() takes exactly 2 arguments (3 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:\games\dad games\Lab_Rats_2-v0.39.3-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\games\dad games\Lab_Rats_2-v0.39.3-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 356, in run_turn serum.run_on_remove(self) File "game/major_game_classes/serum_related/SerumDesign.rpy", line 112, in run_on_remove trait.run_on_remove(the_person, self) File "game/major_game_classes/serum_related/SerumTrait.rpy", line 65, in run_on_remove self.on_remove(the_person, the_serum, add_to_log) TypeError: obedience_enhancer_on_remove() takes exactly 2 arguments (3 given) Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.3 Thu Apr 22 03:51:34 2021 [/code]

The download for PC isnt working on megaupload

do mom and lily pose nude for InstaPik ?? or is that something still to come

DREWSKY

missing .outfit in role_sister.rpy, from traceback: 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'

Got another: 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 2250, in script call call talk_person(the_person) from _call_talk_person_17 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 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_employee.rpy", line 742, in script call call advance_time from _call_advance_time_14 File "game/script.rpy", line 411, in script call $ crisis.call_action() File "game/game_roles/role_insta.rpy", line 339, in script $ the_person.draw_person(postiion = "back_peek", the_animation = None) File "game/game_roles/role_insta.rpy", line 339, in $ the_person.draw_person(postiion = "back_peek", the_animation = None) TypeError: draw_person() got an unexpected keyword argument 'postiion' -- 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 2250, in script call call talk_person(the_person) from _call_talk_person_17 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 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_employee.rpy", line 742, in script call call advance_time from _call_advance_time_14 File "game/script.rpy", line 411, in script call $ crisis.call_action() File "game/game_roles/role_insta.rpy", line 339, in script $ the_person.draw_person(postiion = "back_peek", the_animation = None) File "C:\Users\user\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 "C:\Users\user\Games\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_insta.rpy", line 339, in $ the_person.draw_person(postiion = "back_peek", the_animation = None) TypeError: draw_person() got an unexpected keyword argument 'postiion' Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.2 Fri Apr 16 14:51:42 2021

Some Bugs: 1) Mom tells you, "Good Morning" even though it is night 2) "Spread your Seed" goal never trigger/registers even though you cum inside with no condom 3) Clarity (so far) is never unlocking / added unless character masturbates regardless of how many times you have sex (or how you have sex) - edit to add: Ok, it DID work when having sex in Missionary but NOT when 'Up against the wall'.

William Urquhart

I'm getting lots of oom errors with this version. 0.33 ran a lot more stable traceback: 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 364, in script call screen main_choice_display([chat_list, specific_action_list, special_role_actions]) File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 364, in script call screen main_choice_display([chat_list, specific_action_list, special_role_actions]) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/common/00action_file.rpy", line 902, in __call__ renpy.take_screenshot() error: Out of memory -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\bootstrap.py", line 316, in bootstrap renpy.main.main() File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\main.py", line 578, in main run(restart) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\main.py", line 143, in run renpy.execution.run_context(True) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\execution.py", line 908, in run_context context.run() File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 364, in script call screen main_choice_display([chat_list, specific_action_list, special_role_actions]) File "game/script.rpy", line 256, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 364, in script call screen main_choice_display([chat_list, specific_action_list, special_role_actions]) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 1962, in execute self.call("execute") File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 1950, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\statements.py", line 277, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\exports.py", line 2905, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\core.py", line 3518, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\screen.py", line 714, in event rv = self.child.event(ev, x, y, st) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\behavior.py", line 962, in event return handle_click(self.clicked) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\behavior.py", line 897, in handle_click rv = run(action) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\behavior.py", line 313, in run new_rv = run(i, *args, **kwargs) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\behavior.py", line 320, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 902, in __call__ renpy.take_screenshot() File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\exports.py", line 1719, in take_screenshot renpy.game.interface.take_screenshot(scale, background=background) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\core.py", line 2141, in take_screenshot surf = renpy.display.draw.screenshot(self.surftree, self.fullscreen_video) File "gldraw.pyx", line 1415, in renpy.gl.gldraw.GLDraw.screenshot File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\pgrender.py", line 174, in flip return copy_surface_unscaled(surf) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\pgrender.py", line 129, in copy_surface rv = surface_unscaled(surf.get_size(), alpha) File "C:\Users\user\Games\Lab_Rats_2-v0.39.1-pc\renpy\display\pgrender.py", line 118, in surface surf = Surface((width + 4, height + 4), 0, sample) File "src/pygame_sdl2/surface.pyx", line 164, in pygame_sdl2.surface.Surface.__init__ error: Out of memory Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.2 Thu Apr 15 22:41:19 2021

Dickdock and onlyFanatics hasn’t been added yet has it?

philip ash

" File "game/game_roles/role_sister.rpy", line 677, in strip_list = the_person.get_half_off_to_tits_list()" Changing "the_person.get_half_off_to_tits_list()" to "the_person.outfit.get_half_off_to_tits_list()" should stop this error.

ScrubbyWG

" File "game/game_roles/role_model.rpy", line 300, in if not person.outfit.panties_covered():" Changing "person" to "the_person" should fix this.

ScrubbyWG

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 135, in script call call advance_time from _call_advance_time_2 File "game/script.rpy", line 410, in script if crisis.is_action_enabled(): File "game/script.rpy", line 410, in if crisis.is_action_enabled(): File "game/major_game_classes/game_logic/Action.rpy", line 61, in is_action_enabled requirement_return = self.check_requirement(extra_args) File "game/major_game_classes/game_logic/Action.rpy", line 58, in check_requirement return self.requirement(*extra_args) TypeError: 'Role' object is not callable -- 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 135, in script call call advance_time from _call_advance_time_2 File "game/script.rpy", line 410, in script if crisis.is_action_enabled(): File "D:\A-Games\Lab_Rats_2-v0.39.2-pc\renpy\ast.py", line 1845, in execute if renpy.python.py_eval(condition): File "D:\A-Games\Lab_Rats_2-v0.39.2-pc\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\A-Games\Lab_Rats_2-v0.39.2-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script.rpy", line 410, in if crisis.is_action_enabled(): File "game/major_game_classes/game_logic/Action.rpy", line 61, in is_action_enabled requirement_return = self.check_requirement(extra_args) File "game/major_game_classes/game_logic/Action.rpy", line 58, in check_requirement return self.requirement(*extra_args) TypeError: 'Role' object is not callable Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.2 Thu Apr 15 21:24:49 2021

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_model.rpy", line 100, in script call call photo_be_playful(the_person) from _call_photo_be_playful File "game/game_roles/role_model.rpy", line 205, in script call call photo_be_sexy(the_person) from _call_photo_be_sexy_1 File "game/game_roles/role_model.rpy", line 256, in script call call photo_flash(the_person) from _call_photo_flash_1 File "game/game_roles/role_model.rpy", line 300, in script if not person.outfit.panties_covered(): File "game/game_roles/role_model.rpy", line 300, in if not person.outfit.panties_covered(): NameError: name 'person' is not defined -- 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_model.rpy", line 100, in script call call photo_be_playful(the_person) from _call_photo_be_playful File "game/game_roles/role_model.rpy", line 205, in script call call photo_be_sexy(the_person) from _call_photo_be_sexy_1 File "game/game_roles/role_model.rpy", line 256, in script call call photo_flash(the_person) from _call_photo_flash_1 File "game/game_roles/role_model.rpy", line 300, in script if not person.outfit.panties_covered(): File "/private/var/folders/3t/3vjb4p_x08l8gtc5mqs0tj980000gn/T/AppTranslocation/D2F02BFD-6C2E-4E78-9CB0-95A25FAAE1C1/d/Lab_Rats_2.app/Contents/Resources/autorun/renpy/ast.py", line 1845, in execute if renpy.python.py_eval(condition): File "/private/var/folders/3t/3vjb4p_x08l8gtc5mqs0tj980000gn/T/AppTranslocation/D2F02BFD-6C2E-4E78-9CB0-95A25FAAE1C1/d/Lab_Rats_2.app/Contents/Resources/autorun/renpy/python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "/private/var/folders/3t/3vjb4p_x08l8gtc5mqs0tj980000gn/T/AppTranslocation/D2F02BFD-6C2E-4E78-9CB0-95A25FAAE1C1/d/Lab_Rats_2.app/Contents/Resources/autorun/renpy/python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/game_roles/role_model.rpy", line 300, in if not person.outfit.panties_covered(): NameError: name 'person' is not defined Darwin-17.7.0-x86_64-i386-64bit Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.3 Wed Apr 14 23:30:14 2021

tegalega

I had the same issue. If you have a way to edit rpy files, check out my post below.

ScrubbyWG

In the nitetime_grope event, some of the finish options lead to soft crashes. In the limited_time_events.rpy file, you can go to every occurrence of "climax_option.append" (Between lines 1389 and 1397) and change it to "climax_options.append" and that should fix the error messages.

ScrubbyWG

– We don't write tests. – Why? – Because we don’t have time for it. – Why? – Because there is too much work and pressure. – Why? – Because we don’t move fast enough. – Why? – Because changing software has become difficult and risky. – Why? – Because we don’t write tests.

Mr. X

Also in game\sex_positions\cowgirl.rpy Line 156 reads: $ climax_controller = ClimaxController(["Pull her down and cum inside her.", "pussy"],["Let her pull off and cum on her stomach."]) you probably meant $ climax_controller = ClimaxController(["Pull her down and cum inside her.", "pussy"],["Let her pull off and cum on her stomach.", "body"]) Looks like you're missing the "body" off the second choice which causes the climax menu to fail.

An automated testing system sounds like a great idea and 0.40 sounds like a great milestone for it. Regarding other thoughts on clarity linking to the existing goal/skill up system: - Sounds awesome. - Maybe lower the steepness on the existing scalar events as some of seem to get pretty ridiculous pretty fast (ahego is the big culprit, 'make a girl orgasm six times' seems to come up very early most games considering what's required to make that happen). - I think there's room for some very specific goals like 'finger someone in public' or 'screw a stripper on the stage at the strip club', 'creampie a girl who is engaged'. This helps with the goal of forcing the player out of a rhythm of doing the same things in the same locations with the same girls. This could be very expandable as/when you introduce employees and/or regular customers to other locations like the mall. 'Screw the girl who runs the clothing store' could create a fun narrative while really only needing a new goal and skeleton of a role (to make a specific person who always attends a given location and can form the condition for the goal) - This next idea is probably a out of scope of what you've thinking here but I notice that increasing player energy creates a bottleneck around energy increase rate. Unless the player 'takes a day off' its quite hard to build back up to 200 energy. There's a bunch of ways you could fix this but I think linking it back to cash is a super cool idea. Basically let the player things that apply a bonus to their energy recovery. So a luxury bed would increase energy when sleeping at night, a high-tech entertainment system could increase the energy received using 'wait here' in living room at the house. A luxury sports car might give you a small bonus recovery every turn (since your travel times are reduced). 'Comfy chairs' for the office might increase energy gain while doing HR, Marketing or ordering supply. In addition to a mechanical benefit, having some expensive items to throw those large stacks of late game cash at would be a great way to make a player feel like a real high flyer. Anyway I feel like 'items and services that improve energy recovery rate' is potentially an update on its own, but I wanted to flag it here since it plugs into the existing skills/goals system.

[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 572, in script call call sister_instathot_special_pictures(the_person, is_topless_shoot) from _call_sister_instathot_special_pictures_1 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 572, in script call call sister_instathot_special_pictures(the_person, is_topless_shoot) from _call_sister_instathot_special_pictures_1 File "game/game_roles/role_sister.rpy", line 671, in script python: File "H:\gryX\Lab_Rats_2-v0.39.3-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.3-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.3 Wed Apr 14 01:03:20 2021 [/code]

Adam Król

In the Lilly sleeping event, if you do her without protection, you get an error. Edit: I think you get an error in this event unless you choose to just jerk off. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 277, in script call $ picked_event[1].call_action(picked_event[0]) #Run the action with the person as an extra argument. File "game/crises/limited_time_events.rpy", line 726, in script call call nightime_grope(the_person) from _call_nightime_grope #Break this out into a seperate function so we can loop easily. Returns True if our action woke her up File "game/crises/limited_time_events.rpy", line 870, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_events.rpy", line 870, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 1026, in script call call nightime_grope(the_person, True) from _call_nightime_grope_3 File "game/crises/limited_time_events.rpy", line 1300, in script call call sleep_climax_manager(the_person, stomach_allowed = True, inside_allowed = True) File "game/crises/limited_time_events.rpy", line 1395, in script $ climax_option.append(["Cum inside her.","pussy"]) File "game/crises/limited_time_events.rpy", line 1395, in $ climax_option.append(["Cum inside her.","pussy"]) NameError: name 'climax_option' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 277, in script call $ picked_event[1].call_action(picked_event[0]) #Run the action with the person as an extra argument. File "game/crises/limited_time_events.rpy", line 726, in script call call nightime_grope(the_person) from _call_nightime_grope #Break this out into a seperate function so we can loop easily. Returns True if our action woke her up File "game/crises/limited_time_events.rpy", line 870, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_events.rpy", line 870, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 951, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_events.rpy", line 1026, in script call call nightime_grope(the_person, True) from _call_nightime_grope_3 File "game/crises/limited_time_events.rpy", line 1300, in script call call sleep_climax_manager(the_person, stomach_allowed = True, inside_allowed = True) File "game/crises/limited_time_events.rpy", line 1395, in script $ climax_option.append(["Cum inside her.","pussy"]) File "M:\Adult\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 "M:\Adult\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/crises/limited_time_events.rpy", line 1395, in $ climax_option.append(["Cum inside her.","pussy"]) NameError: name 'climax_option' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.2 Tue Apr 13 18:55:26 2021 [/code]

Clarity should equal greater control over the corruption aspect of the game. Clarity, when paired with other stat enhancers like focus, intelligence, charisma could affect your relationship in different ways. Higher Clarity (control)= more dominance, less clarity = more submissiveness (potential to become corrupted by others.

How hard would it be to add a method for deletion of older saves?

Kayla has an IP account. Took a couple days to show up on my phone.

Great update, and I think you should consider your plan for replacing your existing points system.

VitAnyaNaked

Instead of adding more grind to the game, could we start tying up some of the stories or finishing some of the other features? It has been a little frustrating to see the dropouts like Emily getting abandoned, lily's story sputtering, onlyfanatics not having any content but a button as well as mentions of links in dialog. I appreciate expanding the scope of the game, but please finish some of the loose ends.

Automated testing? That means pipeline work and other stuff. Getting all professional, now, Vren? I like it!

Yellowcake Uranium

I am unable to gain Obedience from insulting. The corresponding girl still loses love and happiness but the obedience won‘t rise. Just checked and in ver. 0.38.1 it still works. Or am I missing something crucial? Without this feature I‘m more or less unable to rise obedience as I started a new game with this version and don‘t have the research for the serums. Edit: I am in version 0.39.3.

Eisbear

Is Lily’s instapic account the only one implemented yet? Other girls have told me to check their accounts and nothing comes up, it’s the same for the other social media sites

philip ash

serum working but here you are another one bug :) [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 292, in script call call browse_internet() from _call_browse_internet File "game/internet.rpy", line 75, in script call call browse_internet() from _call_browse_internet_1 File "game/internet.rpy", line 75, in script call call browse_internet() from _call_browse_internet_1 File "game/internet.rpy", line 75, in script call call browse_internet() from _call_browse_internet_1 File "game/internet.rpy", line 101, in script call $ the_action.call_action(the_person) File "game/internet.rpy", line 290, in script label view_twatch(the_person): #TODO: Implement this as a role at some point Exception: Required parameter the_person has no value. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 292, in script call call browse_internet() from _call_browse_internet File "game/internet.rpy", line 75, in script call call browse_internet() from _call_browse_internet_1 File "game/internet.rpy", line 75, in script call call browse_internet() from _call_browse_internet_1 File "game/internet.rpy", line 75, in script call call browse_internet() from _call_browse_internet_1 File "game/internet.rpy", line 101, in script call $ the_action.call_action(the_person) File "game/internet.rpy", line 290, in script label view_twatch(the_person): #TODO: Implement this as a role at some point File "H:\gryX\Lab_Rats_2-v0.39.3-pc\renpy\ast.py", line 868, in execute values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs) File "H:\gryX\Lab_Rats_2-v0.39.3-pc\renpy\ast.py", line 158, in apply_arguments return parameters.apply(args, kwargs, ignore_errors) File "H:\gryX\Lab_Rats_2-v0.39.3-pc\renpy\ast.py", line 122, in apply raise Exception("Required parameter %s has no value." % name) Exception: Required parameter the_person has no value. Windows-7-6.1.7601-SP1 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.39.3 Tue Apr 13 13:04:15 2021 [/code]

Adam Król


More Creators