CreatorsOk
vrengames
vrengames

patreon


LR2 v0.29.0a Hotpatch!

I have released a patch for LR2 v0.29.0 that should fix a couple of major bugs that were blocking progression. A new version of the game (v0.29.0a) has been uploaded and is now available from the links on the release post (here).

If you are on Mac or PC you can save yourself the image file download and just download the updated .rpy files here:

LR2 v0.29.0a-Patch 

Unzip and drop these files into the /game folder, overwriting existing files. All changes should be compatible with saved games.

Sorry for the inconvenience, and keep those bug reports coming!


Comments

Oh yeah, there is a bug where striping a single piece undergarment causes the strip function to try to remove panties that are not there. happens with Mom and Alex, as far as I know.

Colin T.

yeah, lots of people are having issues with that undefined variable "self.title". It will probably fixed in the next version. (I think its suppose to be "the_person.title"?) But, play it same and steer away from messing with the fertility stat for now!

Colin T.

I think this was already reported but not positive. birth control suppression gives this error when given to sister: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9796, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9909, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister.rpy", line 156, in script call call give_serum(the_person) from _call_give_serum_7 File "game/script.rpy", line 10034, 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/script.rpy", line 10034, 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/script.rpy", line 2445, in give_serum the_serum_design.run_on_apply(self) File "game/script.rpy", line 1129, in run_on_apply trait.run_on_apply(the_person) File "game/script.rpy", line 1264, in run_on_apply self.on_apply(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9796, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9909, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister.rpy", line 156, in script call call give_serum(the_person) from _call_give_serum_7 File "game/script.rpy", line 10034, 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 "C:\Users\user\Downloads\garbage and stuff\Lab_Rats_2-v0.29.0a-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\user\Downloads\garbage and stuff\Lab_Rats_2-v0.29.0a-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 10034, 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/script.rpy", line 2445, in give_serum the_serum_design.run_on_apply(self) File "game/script.rpy", line 1129, in run_on_apply trait.run_on_apply(the_person) File "game/script.rpy", line 1264, in run_on_apply self.on_apply(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.29.0a Sun Jun 07 13:06:01 2020

romal

While running game code: File "game/script.rpy", line 9799, in script call $ picked_option.call_action() File "game/script.rpy", line 10066, in script call call advance_time from _call_advance_time_4 File "game/script.rpy", line 10474, in script python: File "game/script.rpy", line 10476, in people.run_turn() File "game/script.rpy", line 1901, in run_turn serum.run_on_remove(self) File "game/script.rpy", line 1133, in run_on_remove trait.run_on_remove(the_person) File "game/script.rpy", line 1268, in run_on_remove self.on_remove(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined

Issue with instructing Jennifer to strip to underwear. I think it's from wearing the onepiece lingerie. Despite the error message if you press ignore it seems to function correctly. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9796, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9911, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1445, in script call $ player_choice.call_action() File "game/command_descriptions.rpy", line 249, in script call $ return_value.call_action() File "game/command_descriptions.rpy", line 432, in script call call underwear_strip_description(the_person) from _call_underwear_strip_description_1 File "game/command_descriptions.rpy", line 349, in script python: File "game/command_descriptions.rpy", line 360, in renpy.say("",the_person.possessive_title + " strips off her " + the_item.display_name + ", leaving her wearing only her underwear.") #TODO: Generalize these kinds of strip functions. AttributeError: 'NoneType' object has no attribute 'display_name' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9796, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9911, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1445, in script call $ player_choice.call_action() File "game/command_descriptions.rpy", line 249, in script call $ return_value.call_action() File "game/command_descriptions.rpy", line 432, in script call call underwear_strip_description(the_person) from _call_underwear_strip_description_1 File "game/command_descriptions.rpy", line 349, in script python: File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/command_descriptions.rpy", line 360, in renpy.say("",the_person.possessive_title + " strips off her " + the_item.display_name + ", leaving her wearing only her underwear.") #TODO: Generalize these kinds of strip functions. AttributeError: 'NoneType' object has no attribute 'display_name' Windows-7-6.1.7601-SP1 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.29.0 Thu Jun 04 18:03:42 2020 [/code]

Braedor

When attempting to use serum with the "lactation promotion hormones" I run into: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9796, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9909, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister.rpy", line 156, in script call call give_serum(the_person) from _call_give_serum_7 File "game/script.rpy", line 10034, 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/script.rpy", line 10034, 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/script.rpy", line 2445, in give_serum the_serum_design.run_on_apply(self) File "game/script.rpy", line 1129, in run_on_apply trait.run_on_apply(the_person) File "game/script.rpy", line 1264, in run_on_apply self.on_apply(the_person, add_to_log) File "game/serum_traits.rpy", line 222, in lactation_hormones_on_apply if self.title: NameError: global name 'self' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9796, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9909, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister.rpy", line 156, in script call call give_serum(the_person) from _call_give_serum_7 File "game/script.rpy", line 10034, 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 "D:\Delta7\EXE\RP\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Delta7\EXE\RP\Lab_Rats_2-v0.29.0-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 10034, 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/script.rpy", line 2445, in give_serum the_serum_design.run_on_apply(self) File "game/script.rpy", line 1129, in run_on_apply trait.run_on_apply(the_person) File "game/script.rpy", line 1264, in run_on_apply self.on_apply(the_person, add_to_log) File "game/serum_traits.rpy", line 222, in lactation_hormones_on_apply if self.title: NameError: global name 'self' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.29.0 Wed Jun 03 17:16:40 2020

Yeah, I've had that happen before. Steph should love/like research by default, and Alexis should be exempt from being able to have the hates marketing quirk. I've had to restart a game because of that before.

Kedokata

I started a new game on this patch, and ended up with Steph hating Research Work (which as you can imagine is a bit of a downer, since her happiness tanks pretty quickly). :) In all seriousness that seems like it shouldn't be allowed to happen (similarly for Alexis and Marketing Work) unless you _want_ us to sack our friends from LR1 quickly.

GAZZA

Your link on "Here" is broken - missing a colon on the URL (https//)

xthorgoldx

There's an issue with all girls' Energy and Fertility stats. Fertility stats seem to end up being negative numbers if you use too many traits that boost it (they become negative after the serum wears off and it's permanent.) I assume it's something to do with passing 100%. I currently have a girl at -740% fertility, the only way to get her pregnant is to stuff her full of a very large amount of fertility boosting serums in one time period, after which her stat will revert to -850% or something. The energy stats on a couple of girls have reverted to 0/0 permanently - they can be increased using serums but will revert back to 0 when the serum runs out. I think this was tied to the Human Breeding Hormones trait (the only girls that have developed this problem are the ones I've used that trait on.)

Braedor

When flirting with the Mom character in public (with low sluttiness) she reacts badly and the Player says "Relax [the_person.title], I'm just joking around."

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9836, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 10474, in script python: File "game/script.rpy", line 10476, in people.run_turn() File "game/script.rpy", line 1901, in run_turn serum.run_on_remove(self) File "game/script.rpy", line 1133, in run_on_remove trait.run_on_remove(the_person) File "game/script.rpy", line 1268, in run_on_remove self.on_remove(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9836, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 10474, in script python: File "F:\Adult\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\Adult\Lab_Rats_2-v0.29.0-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 10476, in people.run_turn() File "game/script.rpy", line 1901, in run_turn serum.run_on_remove(self) File "game/script.rpy", line 1133, in run_on_remove trait.run_on_remove(the_person) File "game/script.rpy", line 1268, in run_on_remove self.on_remove(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.29.0 Tue Jun 02 20:19:28 2020 [/code]

Similar vein: [code] I'm sorry, but an uncaught exception occurred. While loading <'Image' u'character_images/Tshirt_Pattern_2_stand5_standard_preg_body_F.png'>: File "game/script.rpy", line 9746, in script call screen main_choice_display([people_list,actions_list]) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) IOError: Couldn't find file 'character_images/Tshirt_Pattern_2_stand5_standard_preg_body_F.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9746, in script call screen main_choice_display([people_list,actions_list]) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 1949, in execute self.call("execute") File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 1937, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "F:\Games\Lab_Rats_2-v0.29.0-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 "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\exports.py", line 2905, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\core.py", line 3194, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\core.py", line 2094, in draw_screen renpy.config.screen_height, File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805) rv = render(root, width, height, st, st) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 336, in render surf = render(self.child, width, height, st, at) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\transition.py", line 624, in render control = render(self.control, width, height, st, at) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\im.py", line 583, in render return cache.get(self, render=True) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\im.py", line 266, in get surf = image.load() File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\im.py", line 628, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\loader.py", line 576, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'character_images/Tshirt_Pattern_2_stand5_standard_preg_body_F.png'. Windows-7-6.1.7601-SP1 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.29.0 Tue Jun 02 23:03:46 2020 [/code]

Braedor

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9799, in script call $ picked_option.call_action() File "game/script.rpy", line 10056, in script call call advance_time from _call_advance_time_2 File "game/script.rpy", line 10474, in script python: File "game/script.rpy", line 10476, in people.run_turn() File "game/script.rpy", line 1901, in run_turn serum.run_on_remove(self) File "game/script.rpy", line 1133, in run_on_remove trait.run_on_remove(the_person) File "game/script.rpy", line 1268, in run_on_remove self.on_remove(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9799, in script call $ picked_option.call_action() File "game/script.rpy", line 10056, in script call call advance_time from _call_advance_time_2 File "game/script.rpy", line 10474, in script python: File "C:\Users\kenju\Desktop\Games\Other\Lab Rats 2\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\kenju\Desktop\Games\Other\Lab Rats 2\Lab_Rats_2-v0.29.0-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 10476, in people.run_turn() File "game/script.rpy", line 1901, in run_turn serum.run_on_remove(self) File "game/script.rpy", line 1133, in run_on_remove trait.run_on_remove(the_person) File "game/script.rpy", line 1268, in run_on_remove self.on_remove(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.29.0 Tue Jun 02 15:40:36 2020 [/code]

Kedokata

Okay, the game has a SERIOUS problem with self.title Every time time passes I get an error messages, and my stamina does not recover AT ALL. Sleeping replenishes it the usual amount, but time passing does nothing. You're definitely gonna wanna take a look at that self.title thing. I'll post the error message in a reply to this comment.

Kedokata

When you break the anal taboo on Jennifer she references your name instead of herself in one of the lines.

Dreamdayer

Different bug here. Aunt is pregnant, I went into her room when she was there and then this error occurred: [code] I'm sorry, but an uncaught exception occurred. While loading <'Image' u'character_images/Thong_Pattern_1_stand5_standard_preg_body_AA.png'>: File "game/script.rpy", line 9746, in script call screen main_choice_display([people_list,actions_list]) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) IOError: Couldn't find file 'character_images/Thong_Pattern_1_stand5_standard_preg_body_AA.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9746, in script call screen main_choice_display([people_list,actions_list]) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 1949, in execute self.call("execute") File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 1937, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "F:\Games\Lab_Rats_2-v0.29.0-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 "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\exports.py", line 2905, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\core.py", line 3194, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\core.py", line 2094, in draw_screen renpy.config.screen_height, File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805) rv = render(root, width, height, st, st) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 336, in render surf = render(self.child, width, height, st, at) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\transition.py", line 619, in render top = render(self.new_widget, width, height, st, at) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\transition.py", line 624, in render control = render(self.control, width, height, st, at) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\im.py", line 583, in render return cache.get(self, render=True) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\im.py", line 266, in get surf = image.load() File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\display\im.py", line 628, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\loader.py", line 576, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'character_images/Thong_Pattern_1_stand5_standard_preg_body_AA.png'. Windows-7-6.1.7601-SP1 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.29.0 Tue Jun 02 16:04:57 2020 [/code]

Braedor

As an aside, is there a way to lower obedience? It says that Stephanie hates being submissive, and ever since I've gotten her obedience through the roof she's been absolutely miserable and dropping happiness constantly. As an alternative, it could also be that I tested Nora's first serum on her, and it says that it causes a drop in happiness every turn. Could it be that the happiness penalty was permanent (intentional or otherwise)? Because that's a real bummer if it is :-/ It could also be the result of a breakup that never debuffed? It says she got engaged, and she got +20 happiness, but when I talked to her her happiness hadn't changed at all.

Kedokata

So this one popped up right after I did research in the lab. The thing that popped out to me was the 'global name self not defined' bit. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9799, in script call $ picked_option.call_action() File "game/script.rpy", line 10056, in script call call advance_time from _call_advance_time_2 File "game/script.rpy", line 10474, in script python: File "game/script.rpy", line 10476, in people.run_turn() File "game/script.rpy", line 1901, in run_turn serum.run_on_remove(self) File "game/script.rpy", line 1133, in run_on_remove trait.run_on_remove(the_person) File "game/script.rpy", line 1268, in run_on_remove self.on_remove(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9799, in script call $ picked_option.call_action() File "game/script.rpy", line 10056, in script call call advance_time from _call_advance_time_2 File "game/script.rpy", line 10474, in script python: File "C:\Users\kenju\Desktop\Games\Other\Lab Rats 2\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\kenju\Desktop\Games\Other\Lab Rats 2\Lab_Rats_2-v0.29.0-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 10476, in people.run_turn() File "game/script.rpy", line 1901, in run_turn serum.run_on_remove(self) File "game/script.rpy", line 1133, in run_on_remove trait.run_on_remove(the_person) File "game/script.rpy", line 1268, in run_on_remove self.on_remove(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.29.0 Tue Jun 02 10:20:27 2020 [/code]

Kedokata

While running game code: File "game/script.rpy", line 9836, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 10474, in script python: File "game/script.rpy", line 10476, in people.run_turn() File "game/script.rpy", line 1901, in run_turn serum.run_on_remove(self) File "game/script.rpy", line 1133, in run_on_remove trait.run_on_remove(the_person) File "game/script.rpy", line 1268, in run_on_remove self.on_remove(the_person, add_to_log) File "game/serum_traits.rpy", line 9, in suggestion_drugs_on_remove the_person.remove_suggest_effect(10) File "game/script.rpy", line 2485, in remove_suggest_effect self.suggest_bag.remove(amount) ValueError: list.remove(x): x not in list

Mash

Just FYI that first link has a ":" missing after "https" meaning it's currently not working.

Paul Te

Same problem with fertility enhancement, both caused by the same error in the code? [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9796, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9911, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1445, in script call $ player_choice.call_action() File "game/command_descriptions.rpy", line 13, in script call call give_serum(the_person) from _call_give_serum_17 File "game/script.rpy", line 10034, 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/script.rpy", line 10034, 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/script.rpy", line 2445, in give_serum the_serum_design.run_on_apply(self) File "game/script.rpy", line 1129, in run_on_apply trait.run_on_apply(the_person) File "game/script.rpy", line 1264, in run_on_apply self.on_apply(the_person, add_to_log) File "game/serum_traits.rpy", line 189, in fertility_enhancement_on_apply if self.title: NameError: global name 'self' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9796, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9911, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1445, in script call $ player_choice.call_action() File "game/command_descriptions.rpy", line 13, in script call call give_serum(the_person) from _call_give_serum_17 File "game/script.rpy", line 10034, 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:\Games\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 10034, 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/script.rpy", line 2445, in give_serum the_serum_design.run_on_apply(self) File "game/script.rpy", line 1129, in run_on_apply trait.run_on_apply(the_person) File "game/script.rpy", line 1264, in run_on_apply self.on_apply(the_person, add_to_log) File "game/serum_traits.rpy", line 189, in fertility_enhancement_on_apply if self.title: NameError: global name 'self' is not defined Windows-7-6.1.7601-SP1 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.29.0 Tue Jun 02 10:10:36 2020 [/code]

Braedor

Birth Control Suppression trait: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9796, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9911, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1445, in script call $ player_choice.call_action() File "game/command_descriptions.rpy", line 13, in script call call give_serum(the_person) from _call_give_serum_17 File "game/script.rpy", line 10034, 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/script.rpy", line 10034, 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/script.rpy", line 2445, in give_serum the_serum_design.run_on_apply(self) File "game/script.rpy", line 1129, in run_on_apply trait.run_on_apply(the_person) File "game/script.rpy", line 1264, in run_on_apply self.on_apply(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9796, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9911, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1445, in script call $ player_choice.call_action() File "game/command_descriptions.rpy", line 13, in script call call give_serum(the_person) from _call_give_serum_17 File "game/script.rpy", line 10034, 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:\Games\Lab_Rats_2-v0.29.0-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\Games\Lab_Rats_2-v0.29.0-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 10034, 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/script.rpy", line 2445, in give_serum the_serum_design.run_on_apply(self) File "game/script.rpy", line 1129, in run_on_apply trait.run_on_apply(the_person) File "game/script.rpy", line 1264, in run_on_apply self.on_apply(the_person, add_to_log) File "game/serum_traits.rpy", line 211, in birth_control_suppression_on_apply if self.title: NameError: global name 'self' is not defined Windows-7-6.1.7601-SP1 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.29.0 Tue Jun 02 09:55:28 2020 [/code]

Braedor


More Models and Creators