CreatorsOk
vrengames
vrengames

patreon


v0.7.0 is live! Get it here!

v0.7.0 is finished and ready for testing! Download it here: Lab Rats v0.7.0 

This turned out to be a larger update than I thought it was going to be when I started it, but I'm very happy with how it turned out. There are 35 000 new words and 200 new images, which is the biggest addition of content the game has seen so far! Enjoy!

Oh, and of course a changelog:

- Added "hub" scene for Mom.

- Added "hub" scene for Nora.

- Added "hub" scene for Stephanie.

- Added "hub" scene for Alexia.

- Lowered resistance reduction from minor scenes to account for new hub scenes.

- Rolled in a very large number of spelling and grammer corrections. Thank you to Regardie on the LoK forums for his help.

- Added notification that your decisions at the end of the game will influence your endings.

- Changed taskbar icon.


- Getting to the bathroom early is now only possible during the week when Mom and Lily are in a rush.

- Fixed sex counter not increasing properly in a major scene.

- Fixed some spelling mistakes.

- Fixed incorrect images being shown for one ending.

- Fixed resistance being incorrectly reset after red or purple serum use.

- Fixed Lily's masturbation scene options being switched.

- Fixed small typo in morning bathroom options.

- Fixed an extra day being added to the game (121 playable days instead of 120).

- Minor UI update to display day as day/120 instead of just day.

- Fixed error with endings not returning to menu properly.

- Fixed bug with some of Alexia's images displaying the incorrect image.

- Fixed error with how Resistance reduction was being calculated for threesome scenes.

- Fixed bug that allowed Alexia to show you pictures she hadn't taken yet.


Comments

The problem is that it's from a previous save. The "nora_hub" object is created at the start of the game to hold all of the information about the hub scene, but if you start from an old save it's never created. Unfortunately there's not much I can do about this.

Vren

In reference to the previous bug report: I was played from a previous save, this occured after seemingly every sex scene with Nora alone in the lab at night.

Ed Jeers

I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1323, in script call call min_sisPeep from _call_min_sisPeep File "game/script.rpy", line 1323, in script call call min_sisPeep from _call_min_sisPeep File "game/script.rpy", line 2348, in script call call hub_nora from _call_hub_nora File "game/hub_scenes.rpy", line 1782, in script $ nora_hub.inc_level(2) File "game/hub_scenes.rpy", line 1782, in <module> $ nora_hub.inc_level(2) NameError: name 'nora_hub' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 1323, in script call call min_sisPeep from _call_min_sisPeep File "game/script.rpy", line 1323, in script call call min_sisPeep from _call_min_sisPeep File "game/script.rpy", line 2348, in script call call hub_nora from _call_hub_nora File "game/hub_scenes.rpy", line 1782, in script $ nora_hub.inc_level(2) File "C:\Users\user\Desktop\Lab_Rats-0.7.0-all\renpy\ast.py", line 805, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\user\Desktop\Lab_Rats-0.7.0-all\renpy\python.py", line 1641, in py_exec_bytecode exec bytecode in globals, locals File "game/hub_scenes.rpy", line 1782, in <module> $ nora_hub.inc_level(2) NameError: name 'nora_hub' is not defined Windows-7-6.1.7601-SP1 Ren'Py 6.99.11.1749 Lab Rats 0.7.0 </module></module>

Ed Jeers

I can't remember honestly, it's definitely possible that it was from a previous save. I've been working on all the girls one at a time.

omegashrn

Unfortunately not. The way the images for Lab Rats are made it's impractical to create a set for every possible outfit. Keep an eye out over the next few weeks though, I've got something in the works that may interest you...

Vren

Question: Were you playing from a previous save of the game or from a completely new play through?

Vren

Typo fixed, the fix will be pushed out with the public version in a few days!

Vren

hope the girls can keep the special outfits on for the hub scenes?

John

You can fix yourself if so inclined, line 2167 of game\hub_scenes.py change [intputName] to [inputName]. Also near there for another of the choices, change line 2203 , change [inputNam] to [inputName]

This happens when Nora's Influence Level gets above 102. So every time her influence level raises, this error shows up.

Abscessed_Truth

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1176, in script call call hub_mom from _call_hub_mom File "game/hub_scenes.rpy", line 913, in script $ mom_hub.inc_level(1) File "game/hub_scenes.rpy", line 913, in <module> $ mom_hub.inc_level(1) NameError: name 'mom_hub' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 1176, in script call call hub_mom from _call_hub_mom File "game/hub_scenes.rpy", line 913, in script $ mom_hub.inc_level(1) File "C:\Users\Anthony\Desktop\Lab_Rats-0.7.0-all\renpy\ast.py", line 805, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Anthony\Desktop\Lab_Rats-0.7.0-all\renpy\python.py", line 1641, in py_exec_bytecode exec bytecode in globals, locals File "game/hub_scenes.rpy", line 913, in <module> $ mom_hub.inc_level(1) NameError: name 'mom_hub' is not defined Windows-7-6.1.7601-SP1 Ren'Py 6.99.11.1749 Lab Rats 0.7.0 [/code] </module></module>

omegashrn

I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 2348, in script call call hub_nora from _call_hub_nora File "game/hub_scenes.rpy", line 2167, in script nora "Right, of course. Thank you [intputName]." KeyError: u'intputName' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 2348, in script call call hub_nora from _call_hub_nora File "game/hub_scenes.rpy", line 2167, in script nora "Right, of course. Thank you [intputName]." File "D:\Anime SWF\Patreon\Vren\Games\Lab_Rats-0.7.0-all\renpy\ast.py", line 603, in execute renpy.exports.say(who, what, interact=self.interact) File "D:\Anime SWF\Patreon\Vren\Games\Lab_Rats-0.7.0-all\renpy\exports.py", line 1135, in say who(what, interact=interact) File "D:\Anime SWF\Patreon\Vren\Games\Lab_Rats-0.7.0-all\renpy\character.py", line 864, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "D:\Anime SWF\Patreon\Vren\Games\Lab_Rats-0.7.0-all\renpy\character.py", line 846, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "D:\Anime SWF\Patreon\Vren\Games\Lab_Rats-0.7.0-all\renpy\substitutions.py", line 229, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value KeyError: u'intputName' Windows-7-6.1.7601-SP1 Ren'Py 6.99.11.1749 Lab Rats 0.7.0

Abscessed_Truth

Thanks Scott130033 . v0.7.0 is really a masterpiece, Vren - congratulations!

Thanks for finding that, it'll be fixed in the public version.

Vren

if you go into the script ==line 2203 of hub_scenes nora "Right, of course. Thank you [inputNam]." ---## typo! should be [inputName] that will fix it. Or if you dont mess with the script you can just rollback and make a different choice and you wont hit it..and you still get your benefits of finishing the scene with Nora.

Yeah I had one too with Nora at her hub scene, but ignore went past it.

Blackhalo

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 2348, in script call call hub_nora from _call_hub_nora File "game/hub_scenes.rpy", line 2203, in script nora "Right, of course. Thank you [inputNam]." KeyError: u'inputNam' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 2348, in script call call hub_nora from _call_hub_nora File "game/hub_scenes.rpy", line 2203, in script nora "Right, of course. Thank you [inputNam]." File "C:\Users\jt130871\Desktop\J's Games\Lab_Rats-0.7.0-all\renpy\ast.py", line 603, in execute renpy.exports.say(who, what, interact=self.interact) File "C:\Users\jt130871\Desktop\J's Games\Lab_Rats-0.7.0-all\renpy\exports.py", line 1135, in say who(what, interact=interact) File "C:\Users\jt130871\Desktop\J's Games\Lab_Rats-0.7.0-all\renpy\character.py", line 864, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\Users\jt130871\Desktop\J's Games\Lab_Rats-0.7.0-all\renpy\character.py", line 846, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\jt130871\Desktop\J's Games\Lab_Rats-0.7.0-all\renpy\substitutions.py", line 229, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value KeyError: u'inputNam' Windows-8-6.2.9200 Ren'Py 6.99.11.1749 Lab Rats 0.7.0 [/code]

Jonathan Heard

Need to find the recipes. If you haven't found extra internet options you don't have them yet.

Try copying the link into the address bar and cutting out the "https://" part at the beginning. For some odd reason mega doesn't like opening properly with that in front of it sometimes.

I cant make second level potions. CHramed Steph and had the I need help talk but the option isnt there when I find her there early.

Demitiger

are the new outfit in this update or the next one?

Dragowar

Thanks but I can't get the Download site to work. The site just won't open. This is very frustrating, to say the least.

Nimrodlepord

Tennis with Stephanie on sunday fucking her on the tennis net in her mouth and on her face have the same graphic and dialogue.

Rayhaku808


More Models and Creators