XaiJu
vrengames
vrengames

patreon


Lab Rats 2 v0.43.1 Release! Get it here!

Lab Rats 2 v0.43.1 is live! Get it here! Right now!

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

Lab Rats 2 v0.43.1 is finished it's week of bug testing by patrons and is ready for it's public release! This update completely revamps the "sluttiness" mechanic of previous version, substantially changing the way girls are corrupted over the course of the game. Sluttiness is now harder to gain, but no longer drains away over time. Suggestibility has been reworked as well, and is now tied directly to a new game mechanic central to corrupting girls: Trances.

A Trance is a highly suggestible state a girl may enter after she climaxes which allows you to make directed changes to a girls personality, skills, and stats. The chance of a girl entering a trance when she cums is primarily dependent on her Suggestibility - a score you can raise by giving them the mind-altering serum you produce. A girl is also more likely to enter a trance if she cums in a favourite sex position, or if you make her cum multiple times in rapid succession. While a girl is in a trance you can spend Clarity to change any of her stats, skills, or make alterations to her opinions. You can strengthen or weaken existing opinions, or inspire completely new ones.

This update has changed a couple of core mechanics, which makes your feedback even more valuable than normal! Please leave a comment and let me know your thoughts on the new Sluttiness progression rate, on how easy or hard trances are to achieve, or anything else you would like to give feedback on!

Enjoy, and here's the changelog (v0.42.1 to v0.43.1)

*CHANGES AND ADDITIONS*

- Role looks-like checking is now recursive, making it easier to have chains of similar roles.

- Orgasms now have a chance to put a girl into a trance state. Chance is depenedant on their current Suggestability.

- Added three trance states. If already in a trance a girl move to the next stage if she would normally enter a trance.

- Happiness effects are amplified by +50%/100%/200% while a girl is in a trance state.

- Removed Core sluttiness as a game mechanic.

- Added change_slut function as the singular way of changing sluttiness.

- change_slut now takes max_modified_to argument. Clamps sluttiness to this value when raising or lowering it.

- change_slut_temp and change_slut_core now both pass arguments to change_slut to (hopefully) ease mod transitions to the new mechanics.

- Removed all references to core_sluttiness in crises, replaced by changes to normal sluttiness where appropriate.

- Updated all calls to change_slut_temp and change_slut_core to just change_slut

- Removed bleed_slut. Sluttiness changes are now permanent (unless from a temporary source like serum or event circumstances).

- Sluttiness increases due to arousal is now displayed in the same way as other situational sluttiness changes, along with having it's own tooltip entry.

- Base Sluttiness now displayed as gold hearts (same icons as core sluttiness previously)

- Sluttiness increases due to situational changes now displays as red hearts. (same icons as temp sluttiness previously)

- Sluttiness decreases due to situational changes now display as greyed out hearts.

- Added Trainable class to hold information about what can be trained when a girl is in a trance.

- Trainables have a Clarity cost, which increases every time that or a similar Trainable is successfully trained.

- Added ability for Trainables to be disabled but not hidden and display what requirement is missing.

- Added "influence her" option when a girl is in a trance and you have enough time to do so.

- Added Trainables to train a girls Charisma, Intelligence, and Focus.

- Added Trainables to train Suggestability.

- Added Trainables to train Sluttiness, Obedience, Love.

- Added Trainables to train specific work skills.

- Added Trainables to train specific sex skills.

- Added Trainables to discover opinions.

- Added Trainables to strengthen or weaken opinions.

- Added Trainables to inspire new opinions.

- Added Trainables selection UI.

- change_slut now takes an additional max_modified_to parameter. Sluttiness gained above this threshold is not added.

- player status hud now displays the current day as month + day to match fertility calculations.

- Updated exising events that feature narrative female orgasms to properly trigger trances.

- Rewrote tier 1 head researcher serum research event to incorporate trances and act as an early trance tutorial.

- HR employee effects are now calculated last each turn, resulting in more accurate and consistent efficency values being displayed.

- Girls climaxing from a sex position they have an opinion of now have a small modifier to trance chance: +-2/4%. Allows for trances without serum, with enough dedication.

- Trance chance increases by 1% for every orgasm a girl has already experienced.

- Added "Climax Cycler" serum trait, a tier 2 serum trait that triggers orgasm code (ie. triggers Trances) once per turn of duration.

- Added "Instant Trance" serum trait, a special trait unlocked by presenting Nora with someone who is under the highest level of Trance.

- Suggestability can now be a negative number, representing someone who is resistant for some reason to falling into a Trance.

- Girls who masturbate at the end of the day due to high arousal trigger Trance checks (but trance is likely to expire by morning unless Suggestibility is very high)

- Added on_move function to serum trait definitions. Serum on_move effects are calculated at the start of the on_move phase, and are useful for effects that might otherwise be cleared on turn end (like Trances).

- Tweaked default choice screen to prevent options from being cut off on very long lists.

- Added trance notifcation to HUD when it is triggered.

- Added orgasm branches to night time boob and vagina groping.

- Organised several files containing interaction actions into their own folder.


*BUG FIXES*

- Fixed incorrect date check in one of the Gabrielle boobjob event checks.

- Fixed incorrect function call when asking Jen for her to bless you dating Lily.

- Fixed improper option definition in sleep limited time event.

- Fixed many typos.

- Fixed crash caused by toxic serum side effect trait.

- Fixed several crashes caused by incorrect person variable references.

- Fixed Jennifer not remembering you had sex when she ends up pregnant if it happened during morning sex random event.

- Fixed crash during one of Emily's strip-study branches.

- Fixed Jennifer not properly being convinced by one girlfriend option despite saying she was.

- Fixed Instapic girls acting as if they had sent you topless/nude shots even if they hadn't and getting paid for it.

- Fixed Instapic girls telling you about their Onlyfans, even if they don't have one.

- Fixed pregnant girls not returning to their old schedules after giving birth, resulting in employees not showing up for work again.

- Added unit tests for new opinion manipulation code.

- Added unit tests for trance inducing mechanics.

- Added integration tests for Training interaction.

- Fixed multiple cases of incorrect opinion/state checks inside of Person class (was checking currently interacted person, not the person object referenced).

- Fixed girls putting their normal uniforms on after having a forced uniform set.

- Fixed inhibition supressor not properly applying sluttiness increase (but still applying the matching decrease!).

Comments

Tried the special Nora trance serum (the one that is supposed to put someone strait into a trance) on someone not in a trance and got this error with no trance effect. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 245, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_employee/role_employee.rpy", line 805, in script call call give_serum(the_person) from _call_give_serum_19 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 1095, in give_serum the_serum_design.run_on_apply(self) File "game/major_game_classes/serum_related/SerumDesign.rpy", line 101, in run_on_apply trait.run_on_apply(the_person, self) File "game/major_game_classes/serum_related/SerumTrait.rpy", line 62, in run_on_apply self.on_apply(the_person, the_serum, add_to_log) File "game/major_game_classes/serum_related/_serum_traits.rpy", line 423, in instant_trance_on_apply the_person.run_orgasm(show_dialogue, force_trance = True, add_to_log = add_to_log) NameError: global name 'show_dialogue' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 245, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_employee/role_employee.rpy", line 805, in script call call give_serum(the_person) from _call_give_serum_19 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 "renpy/ast.py", line 934, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, 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 1095, in give_serum the_serum_design.run_on_apply(self) File "game/major_game_classes/serum_related/SerumDesign.rpy", line 101, in run_on_apply trait.run_on_apply(the_person, self) File "game/major_game_classes/serum_related/SerumTrait.rpy", line 62, in run_on_apply self.on_apply(the_person, the_serum, add_to_log) File "game/major_game_classes/serum_related/_serum_traits.rpy", line 423, in instant_trance_on_apply the_person.run_orgasm(show_dialogue, force_trance = True, add_to_log = add_to_log) NameError: global name 'show_dialogue' is not defined Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.43.1 Sun Aug 22 19:35:13 2021 [/code]

Found a solution to the problem ... In the folder "C: \ Users \ Name \ AppData \ Roaming \ RenPy \ LR_2_Proto-1493018508" the "persistent" file was not working correctly. Renaming the file did not work - deleted it. There is no effect ... Found the same file in the game folder (saves folder) - deleted it ... The game earned_!

Installed on a laptop (licensed Windows 10), previously did not install the game on it - the error is the same ... This is already strange.

Tried it on the Administrator command line: sfc/scannow and DISM.exe /Online /Cleanup-image /Restorehealth Tried reinstalling Microsoft Visual C++ There is no result ... The game still starts for a couple of seconds and goes out. She does not give out any mistakes. Only from ReportArchive I found a report. What is the problem and how to solve it? I liked the game ... Thank you in advance. P.S. Sorry for my English. I'm not a native speaker. Thu Aug 19 14:28:24 2021 Windows-10-10.0.19041 Lab Rats 2 - Down to Business v0.43.1 Ren'Py 7.4.5.1648

Good day. I liked the game, but ran into a problem ... Lab Rats 2 stopped launching ... I played it for 3 days. There were no problems, and the rest of the games all work as before. I tried to download the game again - it does not start, only the "Loading game images" screen appears, it hangs for 3-5 seconds and the game "goes out". Found a bug report at: C: \ ProgramData \ Microsoft \ Windows \ WER \ ReportArchive [CODE: Version=1 EventType=APPCRASH EventTime=132738461062383522 ReportType=2 Consent=1 UploadTime=132738461065089494 ReportStatus=268435456 ReportIdentifier=8f86d038-f096-4a34-90e4-ee8a77d5f8f7 IntegratorReportIdentifier=1184c4c7-0329-4a28-9824-fade2405d7ae Wow64Host=34404 NsAppName=Lab_Rats_2.exe AppSessionGuid=000015d4-0001-0001-6df6-6851ed94d701 TargetAppId=W:0006239d4a710c12bcf44aef5c27af224b340000ffff!0000474f4da3bea03d64ed306fde4d45ec6a7044f17a!Lab_Rats_2.exe TargetAppVer=2021//05//26:21:10:28!0!Lab_Rats_2.exe BootId=4294967295 TargetAsId=491 UserImpactVector=808452912 IsFatal=1 EtwNonCollectReason=4 Response.BucketId=3b00785cb452c23558a6ee70f232702e Response.BucketTable=4 Response.LegacyBucketId=1776369271911378990 Response.type=4 Sig[0].Name=Имя приложения Sig[0].Value=Lab_Rats_2.exe Sig[1].Name=Версия приложения Sig[1].Value=0.0.0.0 Sig[2].Name=Отметка времени приложения Sig[2].Value=60aeb944 Sig[3].Name=Имя модуля с ошибкой Sig[3].Value=libpython2.7.dll Sig[4].Name=Версия модуля с ошибкой Sig[4].Value=0.0.0.0 Sig[5].Name=Отметка времени модуля с ошибкой Sig[5].Value=604d84f0 Sig[6].Name=Код исключения Sig[6].Value=c0000005 Sig[7].Name=Смещение исключения Sig[7].Value=00000000000966fb DynamicSig[1].Name=Версия ОС DynamicSig[1].Value=10.0.19042.2.0.0.768.101 DynamicSig[2].Name=Код языка DynamicSig[2].Value=1049 DynamicSig[22].Name=Дополнительные сведения 1 DynamicSig[22].Value=0847 DynamicSig[23].Name=Дополнительные сведения 2 DynamicSig[23].Value=084705a1a74e774af82d460a0601cd95 DynamicSig[24].Name=Дополнительные сведения 3 DynamicSig[24].Value=5ba4 DynamicSig[25].Name=Дополнительные сведения 4 DynamicSig[25].Value=5ba46d989ef103db4ce00fa6fe2db189 UI[2]=F:\000\Lab_Rats_2-v0.43.1-pc\Lab_Rats_2.exe LoadedModule[0]=F:\000\Lab_Rats_2-v0.43.1-pc\Lab_Rats_2.exe LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll LoadedModule[2]=C:\Windows\System32\KERNEL32.DLL LoadedModule[3]=C:\Windows\System32\KERNELBASE.dll LoadedModule[4]=C:\Windows\SYSTEM32\apphelp.dll LoadedModule[5]=C:\Windows\System32\ucrtbase.dll LoadedModule[6]=C:\Windows\System32\USER32.dll LoadedModule[7]=C:\Windows\System32\win32u.dll LoadedModule[8]=C:\Windows\System32\GDI32.dll LoadedModule[9]=C:\Windows\System32\gdi32full.dll LoadedModule[10]=C:\Windows\System32\msvcp_win.dll LoadedModule[11]=C:\Windows\System32\IMM32.DLL LoadedModule[12]=F:\000\Lab_Rats_2-v0.43.1-pc\lib\windows-x86_64\librenpython.dll LoadedModule[13]=C:\Windows\System32\ADVAPI32.dll LoadedModule[14]=C:\Windows\System32\msvcrt.dll LoadedModule[15]=C:\Windows\System32\sechost.dll LoadedModule[16]=C:\Windows\System32\RPCRT4.dll LoadedModule[17]=F:\000\Lab_Rats_2-v0.43.1-pc\lib\windows-x86_64\libpython2.7.dll LoadedModule[18]=C:\Windows\System32\bcrypt.dll LoadedModule[19]=C:\Windows\System32\ole32.dll LoadedModule[20]=C:\Windows\System32\OLEAUT32.dll LoadedModule[21]=C:\Windows\System32\combase.dll LoadedModule[22]=C:\Windows\System32\SETUPAPI.dll LoadedModule[23]=C:\Windows\System32\SHELL32.dll LoadedModule[24]=C:\Windows\System32\cfgmgr32.dll LoadedModule[25]=C:\Windows\System32\WS2_32.dll LoadedModule[26]=C:\Windows\SYSTEM32\VERSION.dll LoadedModule[27]=C:\Windows\SYSTEM32\WINMM.dll LoadedModule[28]=C:\Windows\SYSTEM32\CRYPTSP.dll LoadedModule[29]=C:\Windows\system32\rsaenh.dll LoadedModule[30]=C:\Windows\SYSTEM32\CRYPTBASE.dll LoadedModule[31]=C:\Windows\System32\bcryptPrimitives.dll LoadedModule[32]=C:\Windows\system32\uxtheme.dll LoadedModule[33]=C:\Windows\System32\SHCORE.DLL LoadedModule[34]=C:\Windows\SYSTEM32\OPENGL32.DLL LoadedModule[35]=C:\Windows\SYSTEM32\GLU32.dll LoadedModule[36]=C:\Windows\System32\MSCTF.dll LoadedModule[37]=C:\Windows\SYSTEM32\kernel.appcore.dll LoadedModule[38]=C:\Windows\System32\clbcatq.dll LoadedModule[39]=C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_253e24b785ea60ca\nvoglv64.dll LoadedModule[40]=C:\Windows\SYSTEM32\WTSAPI32.dll LoadedModule[41]=C:\Windows\SYSTEM32\msasn1.dll LoadedModule[42]=C:\Windows\SYSTEM32\cryptnet.dll LoadedModule[43]=C:\Windows\System32\CRYPT32.dll LoadedModule[44]=C:\Windows\SYSTEM32\drvstore.dll LoadedModule[45]=C:\Windows\SYSTEM32\devobj.dll LoadedModule[46]=C:\Windows\SYSTEM32\wldp.dll LoadedModule[47]=C:\Windows\System32\WINTRUST.dll LoadedModule[48]=C:\Windows\SYSTEM32\ntmarta.dll LoadedModule[49]=C:\Windows\SYSTEM32\windows.storage.dll LoadedModule[50]=C:\Windows\System32\shlwapi.dll LoadedModule[51]=C:\Windows\SYSTEM32\dxcore.dll LoadedModule[52]=C:\Windows\system32\nvspcap64.dll LoadedModule[53]=C:\Windows\SYSTEM32\profapi.dll LoadedModule[54]=C:\Windows\SYSTEM32\dwmapi.dll LoadedModule[55]=C:\Windows\SYSTEM32\powrprof.dll LoadedModule[56]=C:\Windows\SYSTEM32\UMPDC.dll LoadedModule[57]=C:\Windows\SYSTEM32\WINSTA.dll LoadedModule[58]=C:\Windows\SYSTEM32\textinputframework.dll LoadedModule[59]=C:\Windows\System32\CoreUIComponents.dll LoadedModule[60]=C:\Windows\System32\CoreMessaging.dll LoadedModule[61]=C:\Windows\SYSTEM32\wintypes.dll LoadedModule[62]=C:\Windows\system32\napinsp.dll LoadedModule[63]=C:\Windows\system32\pnrpnsp.dll LoadedModule[64]=C:\Windows\system32\wshbth.dll LoadedModule[65]=C:\Windows\system32\NLAapi.dll LoadedModule[66]=C:\Windows\SYSTEM32\IPHLPAPI.DLL LoadedModule[67]=C:\Windows\System32\mswsock.dll LoadedModule[68]=C:\Windows\SYSTEM32\DNSAPI.dll LoadedModule[69]=C:\Windows\System32\NSI.dll LoadedModule[70]=C:\Windows\System32\winrnr.dll State[0].Key=Transport.DoneStage1 State[0].Value=1 OsInfo[0].Key=vermaj OsInfo[0].Value=10 OsInfo[1].Key=vermin OsInfo[1].Value=0 OsInfo[2].Key=verbld OsInfo[2].Value=19042 OsInfo[3].Key=ubr OsInfo[3].Value=1165 OsInfo[4].Key=versp OsInfo[4].Value=0 OsInfo[5].Key=arch OsInfo[5].Value=9 OsInfo[6].Key=lcid OsInfo[6].Value=1049 OsInfo[7].Key=geoid OsInfo[7].Value=203 OsInfo[8].Key=sku OsInfo[8].Value=101 OsInfo[9].Key=domain OsInfo[9].Value=0 OsInfo[10].Key=prodsuite OsInfo[10].Value=768 OsInfo[11].Key=ntprodtype OsInfo[11].Value=1 OsInfo[12].Key=platid OsInfo[12].Value=10 OsInfo[13].Key=sr OsInfo[13].Value=0 OsInfo[14].Key=tmsi OsInfo[14].Value=221228053 OsInfo[15].Key=osinsty OsInfo[15].Value=0 OsInfo[16].Key=iever OsInfo[16].Value=11.789.19041.0-11.0.1000 OsInfo[17].Key=portos OsInfo[17].Value=0 OsInfo[18].Key=ram OsInfo[18].Value=0 OsInfo[19].Key=svolsz OsInfo[19].Value=0 OsInfo[20].Key=wimbt OsInfo[20].Value=0 OsInfo[21].Key=blddt OsInfo[21].Value=0 OsInfo[22].Key=bldtm OsInfo[22].Value=0 OsInfo[23].Key=bldbrch OsInfo[23].Value=vb_release OsInfo[24].Key=bldchk OsInfo[24].Value=0 OsInfo[25].Key=wpvermaj OsInfo[25].Value=0 OsInfo[26].Key=wpvermin OsInfo[26].Value=0 OsInfo[27].Key=wpbuildmaj OsInfo[27].Value=0 OsInfo[28].Key=wpbuildmin OsInfo[28].Value=0 OsInfo[29].Key=osver OsInfo[29].Value=10.0.19041.1165.amd64fre.vb_release.191206-1406 OsInfo[30].Key=buildflightid OsInfo[31].Key=edition OsInfo[31].Value=Core OsInfo[32].Key=ring OsInfo[32].Value=Retail OsInfo[33].Key=expid OsInfo[34].Key=fconid OsInfo[35].Key=containerid OsInfo[36].Key=containertype OsInfo[37].Key=edu OsInfo[37].Value=0 FriendlyEventName=Остановка работы ConsentKey=APPCRASH AppName=Lab_Rats_2.exe AppPath=F:\000\Lab_Rats_2-v0.43.1-pc\Lab_Rats_2.exe NsPartner=windows NsGroup=windows8 ApplicationIdentity=131E98FC63EE59819390694804BE8AD6 MetadataHash=-356980161 CODE]

OK cancel that last message: I now am sometimes getting it without Lab Rats. I'm not certain why Lab Rats aggravates the problem, but it does not appear to be the ultimate SOURCE of it.

Petechons

In Master_Default_wardrobe.xml, the outfits "Pinafore_1", "Pinafore_2", "Frilly_Dress_1", "Pinafore_3", and "Frilly_Shirt_1" all are in the underwear section but are actually made up of clothing pieces that should only be present in overwear or complete sets - the lack of underwear and the fact that they're right at the end of the underwear section suggests they're all supposed to be overwear sets.

Nona

Nighttime event with Jen, facefuck finish, right before climax: ----- I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 266, 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_crises/sleep_LTE.rpy", line 168, 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_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 322, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 487, in script call call nightime_grope(the_person, True) from _call_nightime_grope_3 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 632, in script call call sleep_climax_manager(the_person, face_allowed = True, tits_allowed = True, throat_allowed = True, straddle = True) File "game/crises/limited_time_crises/sleep_LTE.rpy", line 829, in script $ climax_options.append(["Cum down her throat.\n{color=#ff0000}Requires:[cum_throat_slut_token]{/color} (disabled)"],"throat") File "game/crises/limited_time_crises/sleep_LTE.rpy", line 829, in $ climax_options.append(["Cum down her throat.\n{color=#ff0000}Requires:[cum_throat_slut_token]{/color} (disabled)"],"throat") TypeError: append() takes exactly one argument (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 266, 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_crises/sleep_LTE.rpy", line 168, 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_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 322, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 487, in script call call nightime_grope(the_person, True) from _call_nightime_grope_3 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 632, in script call call sleep_climax_manager(the_person, face_allowed = True, tits_allowed = True, throat_allowed = True, straddle = True) File "game/crises/limited_time_crises/sleep_LTE.rpy", line 829, in script $ climax_options.append(["Cum down her throat.\n{color=#ff0000}Requires:[cum_throat_slut_token]{/color} (disabled)"],"throat") File "renpy/ast.py", line 934, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/crises/limited_time_crises/sleep_LTE.rpy", line 829, in $ climax_options.append(["Cum down her throat.\n{color=#ff0000}Requires:[cum_throat_slut_token]{/color} (disabled)"],"throat") File "renpy/python.py", line 875, in do_mutation return method(self, *args, **kwargs) TypeError: append() takes exactly one argument (2 given) Windows-8.1-6.3.9600 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.43.1 Tue Aug 17 00:01:30 2021

Nona

* If you send someone into a trance on the same turn you climax (i.e., you both climax at once and she goes into a trance), the trance never is resolved and instead it just goes straight to your climax. That feels like a bug - not least b/c she'll have a conversation about where she wants you to finish. It would feel more coherent to have you finish then resolve the trance, and it would feel most coherent of all if there was a special set of dialogue for this situation where she doesn't really say anything coherent or have a negative reaction to anything you do (which'd also give a potential bonus for sync'ing your orgasms), and then the trance resolves after that. [Edit: actually, it looks like you don't get to do anything with a trance you induce during a nighttime date no matter what, because you'll always leave immediately afterwards when you finish having sex. That seems unintended.] * If Jennifer gives you a pre-date handjob, when she kisses you afterwards, it can count as breaking a taboo but doesn't count towards Tongue Twister. * If your date is with Lily and there's no open relationship between you, you'll still tell Jennifer you're preparing for a date and tell her that you're involved with your date physically... which seems odd. In that case it seems like Jen should be reassured you're innocently spending time with Lily, and shouldn't fuss over you. This should probably also apply to Rebecca and Gabby. * During a first-time photo shoot, after telling the model to masturbate and making her worry, the next choices were "Take photos while she climaxes.", "Suck my cock", and (greyed out) "Suck my cock. Not slutty or obedient enough" . Those stats were 34 and 126 respectively, and the model had the role Paramour (with a boyfriend). IIRC, the full sequence was Playful, Flirty, Get naked, Masturbate, Worry, and then the duplicate choices. * At the end of a Wednesday Euchre game (but not the first one), this dialogue is clicked through normally but then immediately repeats: Jen "Okay, I'll walk you...", Beca "Same time...", Jen "As long as...". After the second repetition, it continues normally to " walks to the door..." * When a woman is kissing or otherwise opening her mouth, her lipstick remains in the same shape as when her mouth is closed, which often makes it look like she has a brightly-colored mustache...

Nona

You cant see the entire sex option menu. Piledriver and groping are not visible on the APK version. So it greatly limits your options

OK, now I keep getting full on system crashes that kill my mac entirely. Well, lock it up with one of these ominous messages: https://www.lifewire.com/thmb/pkoavUGrvhEJGqOzFKNeQF_ZohQ=/1480x800/filters:fill(auto,1)/OldKernelPanic-58b8a9933df78c353ce508dd.jpg. I've been getting several of these over the last, I dunno, 18 hours or so. And they only happen when Lab Rats 2 is open. I have no clue whatsoever how a simple Ren'py Game could crash the whole system, but, having tested repeatedly today, that does appear to be the case: the crashes happen quickly when it's open, and apparently not at all when it's closed. I know you are not a mac person, and I don't know how to give you any more specific information on what is causing this deadly interaction, so I realize this is not exactly helpful. But I figured you should at least know about the problem.

Petechons

If I hit ignore I get this error message [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 266, 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_crises/family_LTE.rpy", line 603, in script call call talk_person(the_person) File "game/script.rpy", line 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_aunt.rpy", line 1004, in script "Before you can answer she peels off her [strip_choice.name] and drops it onto the couch." AttributeError: 'NoneType' object has no attribute 'name' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 266, 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_crises/family_LTE.rpy", line 603, in script call call talk_person(the_person) File "game/script.rpy", line 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_aunt.rpy", line 1004, in script "Before you can answer she peels off her [strip_choice.name] and drops it onto the couch." File "renpy/ast.py", line 724, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1417, in say who(what, *args, **kwargs) File "renpy/character.py", line 1206, in __call__ what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix) File "renpy/character.py", line 1125, in prefix_suffix return (sub(prefix) + sub(body) + sub(suffix)) File "renpy/character.py", line 1105, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "renpy/substitutions.py", line 270, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 652, in get_field AttributeError: 'NoneType' object has no attribute 'name' Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.43.1 Sat Aug 14 14:09:16 2021 [/code]

When I went to have a glass of wine with Rebecca she was doing the walking around in her underwear event, a pair of panties. So I do the wine thing and she wants to get more comfortable so I get this error. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 266, 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_crises/family_LTE.rpy", line 603, in script call call talk_person(the_person) File "game/script.rpy", line 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_aunt.rpy", line 1002, in script $ the_person.draw_animated_removal(strip_choice) File "game/game_roles/role_aunt.rpy", line 1002, in $ the_person.draw_animated_removal(strip_choice) File "game/major_game_classes/character_related/Person.rpy", line 740, in draw_animated_removal self.outfit.remove_clothing(the_clothing) #Remove the clothing File "game/major_game_classes/clothing_related/Outfit.rpy", line 267, in remove_clothing if old_clothing.has_extension: AttributeError: 'NoneType' object has no attribute 'has_extension' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 266, 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_crises/family_LTE.rpy", line 603, in script call call talk_person(the_person) File "game/script.rpy", line 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_aunt.rpy", line 1002, in script $ the_person.draw_animated_removal(strip_choice) File "renpy/ast.py", line 934, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/game_roles/role_aunt.rpy", line 1002, in $ the_person.draw_animated_removal(strip_choice) File "game/major_game_classes/character_related/Person.rpy", line 740, in draw_animated_removal self.outfit.remove_clothing(the_clothing) #Remove the clothing File "game/major_game_classes/clothing_related/Outfit.rpy", line 267, in remove_clothing if old_clothing.has_extension: AttributeError: 'NoneType' object has no attribute 'has_extension' Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.43.1 Sat Aug 14 13:50:54 2021 [/code]

Sexy opinions were not discoverable through trances. In opinion_trainables you need to specify include_sexy = True in your call to get_random_opinion because it defaults to False. This edit seems to work: if sexy_opinion: $ revealed_opinion = the_person.get_random_opinion(include_known = False, include_normal = False, include_sexy = True)

Robert McClenahan

OK I now gave that same girl the survey four times, with the following results: 1. Meritocratic Attractions [does not meet the criteria: she is not Nora!] 2. Pleasurable Obedience [does meet the critera: high obedience] 3. Rapid corruption [does meet the criteria: sl > 100 (though it was only 99 the first time I gave her the survey)] 4. nothing interesting about this subject [which should not happen because she DOES meet the criteria for Human Breeding Hormone, which I assumed I would get on the first go-around]

Petechons

OK, this new system really is challenging, and this update has a *lot* of bugs to be ironed out. In addition to the crashes mentioned above, I know of the following bugs: • Non-fatal crashes occur: •• Any round someone is on a suggestion-raises serum •• Almost time an opinion needs to be checked during sex (e.g. if someone has an opinion on public sex, and you take them in public, a crash occurs every time one of the bystanders weighs in) • When you have the "corruption" goal... well first of all with this new system you may need to nerf the requirements, but, in fact, it doesn't appear to catch *any* changes to sluttiness at all. [Side note: a future "goal" you might consider adding: causing or exploiting n trances—either several in one girl or one in several girls] • no serum trait that is supposed to raise sluttiness actually seems to work at all [but see below]. • Any time a pregnant girl begins to show, she says she is ahead of schedule, whether she has been given an accelerant or not. • Girls often don't go home at night, and either remain at the office, or are out shopping. • I just gave a survey to a very pregnant girl with a very high sluttiness, and instead of giving me the appropriate message for that, Nora returned as if I had given her the survey herself (when I haven't even started corrupting Nora yet at all—still at sl 4). •• So now I (unexpectedly) have the "Meritocratic Attraction" feature, and I will need to test whether it works, or whether I get the same failure I do with other sl-increasing features. •• ETA: it does not. I still get the obedience increase, but no effect on sluttiness. [Next I need to test Rapid Corruption] •• ERA: "Rapid Corruption" doesn't work either. And unlike every other sl-increasing feature, I don't even get the "no effect on sluttiness" message. Pretty sure I had more to list for you, but I guess I will let you know if I think of them.

Petechons

If Lily gets the random morning porn event (I think; it might have been a different one) that gives her a temporary slutiness increase, it's never taken away. In my current game it's been a couple of days and she still has the red heart sliver from that. On a somewhat-related note, if you use a serum to temporarily reduce sluttiness, you can then use the lower threshold to engage in permanent increases that the current sluttiness is too high to allow. E.g., if sluttiness is 20, flirting has no effect. However, if you use a serum with a -20 side effect, you can then flirt up to 20, and when the serum wears off the subject will "revert" to 40 sluttiness.

Nona

Feedback for you!!! So I gave the new version the old college try and found the new new trace system to be a bit of a grind. I found it extremely hard to get off the ground and into tranceland in the very beginning. I also wondered why clarity would be its consumable currency (porn logic aside) i get that it's the flash of insight post nut for research purposes, but we are literally making mind control serums and once they're tranced it shouldn't cost us clarity for a personality tweak on them. Perhaps it should cost clarity to unlock more trainable options. (The flash of insight on how you could change them) and make it more expensive the further you go down the rabbit hole. or lock some of the more drastic stuff behind a deeper trance. So right now gameplaywise i'm constantly scrambling to get more clarity to balance my research and corrupting the girls and i'm always short on clarity. also some of the tool tips are now outdated they mention core/ temp sluttiness. More stuff to do in the overworld gym/sex shop and stores give the means to experiance the world and improve the PC and the outside of the point upgrade system. Finally one of the biggest QOL improvements you could make is make it so when you click on a location you go there instead of clicking return

Link901

I just got a crash when having a drink with Rebecca, she was already topless and can't strip off her top. Pretty sure the real issue is on line 999 in role_aunt.rpy, where it should check if it gets anything from remove_random_upper, rather than remove_random_any: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 266, 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_crises/family_LTE.rpy", line 603, in script call call talk_person(the_person) File "game/script.rpy", line 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_aunt.rpy", line 1002, in script $ the_person.draw_animated_removal(strip_choice) File "game/game_roles/role_aunt.rpy", line 1002, in $ the_person.draw_animated_removal(strip_choice) File "game/major_game_classes/character_related/Person.rpy", line 740, in draw_animated_removal self.outfit.remove_clothing(the_clothing) #Remove the clothing File "game/major_game_classes/clothing_related/Outfit.rpy", line 267, in remove_clothing if old_clothing.has_extension: AttributeError: 'NoneType' object has no attribute 'has_extension' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 266, 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_crises/family_LTE.rpy", line 603, in script call call talk_person(the_person) File "game/script.rpy", line 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_aunt.rpy", line 1002, in script $ the_person.draw_animated_removal(strip_choice) File "renpy/ast.py", line 934, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/game_roles/role_aunt.rpy", line 1002, in $ the_person.draw_animated_removal(strip_choice) File "game/major_game_classes/character_related/Person.rpy", line 740, in draw_animated_removal self.outfit.remove_clothing(the_clothing) #Remove the clothing File "game/major_game_classes/clothing_related/Outfit.rpy", line 267, in remove_clothing if old_clothing.has_extension: AttributeError: 'NoneType' object has no attribute 'has_extension' Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.43.1 Wed Aug 11 13:03:28 2021

With this new system of sluttiness, how is it possible to increase someone's sluttiness without prepaired serums? For example I'm stuck at 65 with the cousin, nothing increases it anymore. And with this new system, not even sex.

Oh, gods! You found a recursive loop error from hell. >_<

Colin T.

``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 212, in script call $ talk_action.call_action(picked_option) File "game/crises/limited_time_crises/general_LTE.rpy", line 285, in script call call talk_person(the_person) from _call_talk_person_16 File "game/script.rpy", line 364, 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 364, 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 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_trance.rpy", line 39, in script call call do_training(the_person, advance_time_after) File "game/game_screens/character_screens/girl_training_ui.rpy", line 4, in script call call training_manager(the_person, _return) File "game/game_screens/character_screens/girl_training_ui.rpy", line 12, in script call $ renpy.call(the_trainable.on_train_label, the_person, *the_trainable.extra_args) #The on_train label should make any actual changes needed File "game/trainables/opinion_trainables.rpy", line 120, in script $ opinion_train_options = opinion_list[:] File "game/trainables/opinion_trainables.rpy", line 120, in $ opinion_train_options = opinion_list[:] NameError: name 'opinion_list' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 212, in script call $ talk_action.call_action(picked_option) File "game/crises/limited_time_crises/general_LTE.rpy", line 285, in script call call talk_person(the_person) from _call_talk_person_16 File "game/script.rpy", line 364, 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 364, 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 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_trance.rpy", line 39, in script call call do_training(the_person, advance_time_after) File "game/game_screens/character_screens/girl_training_ui.rpy", line 4, in script call call training_manager(the_person, _return) File "game/game_screens/character_screens/girl_training_ui.rpy", line 12, in script call $ renpy.call(the_trainable.on_train_label, the_person, *the_trainable.extra_args) #The on_train label should make any actual changes needed File "game/trainables/opinion_trainables.rpy", line 120, in script $ opinion_train_options = opinion_list[:] File "renpy/ast.py", line 934, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/trainables/opinion_trainables.rpy", line 120, in $ opinion_train_options = opinion_list[:] NameError: name 'opinion_list' is not defined Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.43.1 Mon Aug 9 23:56:46 2021 ```

Steve Sombdy

It seems that orgasms no longer add happiness. I hope that's a bug.

Not YrBroom

Chad at present, going beyond hte 'get friendlier' option doesn't exist.... it is in the TODO category to expand instapic for mom/lilly but is not developed yet

Laughingowl

I said to Lily that I will talk to mom to convince her to join in the 'special request' photos but every time I speak to Mom I can't find that option, please help

While playing with Mom at night: While running game code: File "game/script.rpy", line 266, 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_crises/sleep_LTE.rpy", line 168, 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_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 322, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 487, in script call call nightime_grope(the_person, True) from _call_nightime_grope_3 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 322, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 322, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 322, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 632, in script call call sleep_climax_manager(the_person, face_allowed = True, tits_allowed = True, throat_allowed = True, straddle = True) File "game/crises/limited_time_crises/sleep_LTE.rpy", line 829, in script $ climax_options.append(["Cum down her throat.\n{color=#ff0000}Requires:[cum_throat_slut_token]{/color} (disabled)"],"throat") File "game/crises/limited_time_crises/sleep_LTE.rpy", line 829, in $ climax_options.append(["Cum down her throat.\n{color=#ff0000}Requires:[cum_throat_slut_token]{/color} (disabled)"],"throat") TypeError: append() takes exactly one argument (2 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 266, 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_crises/sleep_LTE.rpy", line 168, 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_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 322, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 487, in script call call nightime_grope(the_person, True) from _call_nightime_grope_3 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 322, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 322, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 322, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_1 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 412, in script call call nightime_grope(the_person, masturbating) from _call_nightime_grope_2 File "game/crises/limited_time_crises/sleep_LTE.rpy", line 632, in script call call sleep_climax_manager(the_person, face_allowed = True, tits_allowed = True, throat_allowed = True, straddle = True) File "game/crises/limited_time_crises/sleep_LTE.rpy", line 829, in script $ climax_options.append(["Cum down her throat.\n{color=#ff0000}Requires:[cum_throat_slut_token]{/color} (disabled)"],"throat") File "renpy/ast.py", line 934, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/crises/limited_time_crises/sleep_LTE.rpy", line 829, in $ climax_options.append(["Cum down her throat.\n{color=#ff0000}Requires:[cum_throat_slut_token]{/color} (disabled)"],"throat") File "renpy/python.py", line 875, in do_mutation return method(self, *args, **kwargs) TypeError: append() takes exactly one argument (2 given) Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.43.1 Sun Aug 8 18:37:31 2021

During a research action: While running game code: File "game/script.rpy", line 248, 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 423, in script call $ the_crisis.call_action() File "game/crises/regular_crises/crises.rpy", line 976, in script python: File "game/crises/regular_crises/crises.rpy", line 978, in if trait.researched and trait not in the_design.traits and not trait.slots_added > 0: AttributeError: 'SerumTrait' object has no attribute 'slots_added' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 248, 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 423, in script call $ the_crisis.call_action() File "game/crises/regular_crises/crises.rpy", line 976, in script python: File "renpy/ast.py", line 934, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/crises/regular_crises/crises.rpy", line 978, in if trait.researched and trait not in the_design.traits and not trait.slots_added > 0: AttributeError: 'SerumTrait' object has no attribute 'slots_added' Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.43.1 Sun Aug 8 17:58:25 2021

Is this a old save or new game?

Robert McClenahan

I got an exception after having two investment meetings back to back. The second one crashed: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 248, in script call $ picked_option.call_action() File "game/general_actions/location_actions/business_actions.rpy", line 150, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 401, in script call $ crisis.call_action() File "game/crises/regular_crises/crises.rpy", line 1560, in script python: File "game/crises/regular_crises/crises.rpy", line 1566, in investment_cost = modifier_tuple - 0.01 TypeError: unsupported operand type(s) for -: 'RevertableList' and 'float' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 248, in script call $ picked_option.call_action() File "game/general_actions/location_actions/business_actions.rpy", line 150, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 401, in script call $ crisis.call_action() File "game/crises/regular_crises/crises.rpy", line 1560, in script python: File "renpy/ast.py", line 934, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/crises/regular_crises/crises.rpy", line 1566, in investment_cost = modifier_tuple - 0.01 TypeError: unsupported operand type(s) for -: 'RevertableList' and 'float' Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.43.1 Sun Aug 8 12:56:37 2021 I was able to fix it on my end by changing "modifier_tuple - 0.01" to "modifier_tuple[1] - 0.01".

Apk will not parse on installation

Prostitute action in _Role_definitions is different than the action in downtown_events.

Robert McClenahan

I get an error in those cheating dates : ``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 245, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_trance.rpy", line 39, in script call call do_training(the_person, advance_time_after) File "game/game_screens/character_screens/girl_training_ui.rpy", line 6, in script call call advance_time() File "game/script.rpy", line 401, in script call $ crisis.call_action() File "game/general_actions/interaction_actions/dates.rpy", line 380, in script call call date_take_home_her_place(the_person, date_type = "movie") from _call_date_take_home_her_place File "game/general_actions/interaction_actions/dates.rpy", line 556, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. File "game/game_roles/role_affair.rpy", line 505, in script call call fuck_person(the_person) from _call_fuck_person_41 File "game/sex_mechanics.rpy", line 230, in script call call sex_description(the_person, position_choice, object_choice, private = private, report_log = report_log) from _call_sex_description File "game/sex_mechanics.rpy", line 528, in script python: File "game/sex_mechanics.rpy", line 532, in the_person.discover_opinion(opinion_tag) File "game/major_game_classes/character_related/Person.rpy", line 912, in discover_opinion self.sexy_opinions[topic][1] = True TypeError: 'tuple' object does not support item assignment -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 245, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 359, in script call $ _return.call_action(the_person) File "game/game_roles/role_trance.rpy", line 39, in script call call do_training(the_person, advance_time_after) File "game/game_screens/character_screens/girl_training_ui.rpy", line 6, in script call call advance_time() File "game/script.rpy", line 401, in script call $ crisis.call_action() File "game/general_actions/interaction_actions/dates.rpy", line 380, in script call call date_take_home_her_place(the_person, date_type = "movie") from _call_date_take_home_her_place File "game/general_actions/interaction_actions/dates.rpy", line 556, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. File "game/game_roles/role_affair.rpy", line 505, in script call call fuck_person(the_person) from _call_fuck_person_41 File "game/sex_mechanics.rpy", line 230, in script call call sex_description(the_person, position_choice, object_choice, private = private, report_log = report_log) from _call_sex_description File "game/sex_mechanics.rpy", line 528, in script python: File "renpy/ast.py", line 934, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/sex_mechanics.rpy", line 532, in the_person.discover_opinion(opinion_tag) File "game/major_game_classes/character_related/Person.rpy", line 912, in discover_opinion self.sexy_opinions[topic][1] = True TypeError: 'tuple' object does not support item assignment Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.43.1 Sun Aug 8 22:31:25 2021 ```

Error was caused by leftover from 43.0 that I had modified

Laughingowl

Error was caused by leftover from 43.0 that I had modified

Laughingowl


More Creators