4.70 star(s) 52 Votes

Mr.Phantom

Member
Aug 16, 2017
123
66
are the mods not working with labrats2 v0.36.1 ???
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Mods/Core/Mechanics/Wardrobe_Extensions/extra_character_images.rpy", line 4, in script
    init 2 python:
  File "game/Mods/Core/Mechanics/Wardrobe_Extensions/extra_character_images.rpy", line 31, in <module>
    for position in supported_positions:
NameError: name 'supported_positions' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/Mods/Core/Mechanics/Wardrobe_Extensions/extra_character_images.rpy", line 4, in script
    init 2 python:
  File "C:\Users\CarbonBeast\Desktop\Lab_Rats_2-v0.36.1-pc\renpy\ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\CarbonBeast\Desktop\Lab_Rats_2-v0.36.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/Mods/Core/Mechanics/Wardrobe_Extensions/extra_character_images.rpy", line 31, in <module>
    for position in supported_positions:
NameError: name 'supported_positions' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.36.1
Sat Jan 09 10:41:08 2021
Just put on script.rpy:
Code:
    global supported_positions
    supported_positions = ["stand2","stand3","stand4","stand5","walking_away","kissing","doggy","missionary","blowjob","against_wall","back_peek","sitting","kneeling1","standing_doggy","cowgirl"]
 
Aug 8, 2020
12
54
Hi guys,

nice forum by the way^^.

I have problems with the mod. I started the game with this errror:


Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label lunch_date_label is defined twice, at
  File "game/chat_actions.rpy", line 687 and
  File "game/dates.rpy", line 6.

The label _call_give_serum_20 is defined twice, at
  File "game/chat_actions.rpy", line 708 and
  File "game/dates.rpy", line 28.

The label _call_advance_time_29 is defined twice, at
  File "game/chat_actions.rpy", line 758 and
  File "game/dates.rpy", line 95.

The label movie_date_label is defined twice, at
  File "game/chat_actions.rpy", line 864 and
  File "game/dates.rpy", line 99.

The label _call_give_serum_14 is defined twice, at
  File "game/chat_actions.rpy", line 945 and
  File "game/dates.rpy", line 183.

The label _call_fuck_person_28 is defined twice, at
  File "game/chat_actions.rpy", line 1009 and
  File "game/dates.rpy", line 248.

The label dinner_date_label is defined twice, at
  File "game/chat_actions.rpy", line 1144 and
  File "game/dates.rpy", line 324.

The label _call_give_serum_21 is defined twice, at
  File "game/chat_actions.rpy", line 1211 and
  File "game/dates.rpy", line 397.

The label _call_fuck_person_16 is defined twice, at
  File "game/chat_actions.rpy", line 1241 and
  File "game/dates.rpy", line 428.

The label _call_fuck_person_17 is defined twice, at
  File "game/chat_actions.rpy", line 1271 and
  File "game/dates.rpy", line 554.

Ren'Py Version: Ren'Py 7.3.5.606
Sat Jan 09 18:30:33 2021
Any help?? Thx a lot com!

Edit: I Downloaded the game version 0.36.1 and put this mod with version 0.35.3.3 together.
 

DA22

Devoted Member
Jan 10, 2018
8,051
16,605
Why is the Mod 1.68GB :cry::cry::cry:
Because the full mod download with bug fixes also contains the complete original game version 35, just the mod and bug fix files that you can download separately are much smaller. Just be aware they do not work with the newly released 36.1 version of the game. It will take the modders likely between 1-2 weeks to update the bugfixes and mods for that.
 
Aug 8, 2020
12
54
Because the full mod download with bug fixes also contains the complete original game version 35, just the mod and bug fix files that you can download separately are much smaller. Just be aware they do not work with the newly released 36.1 version of the game. It will take the modders likely between 1-2 weeks to update the bugfixes and mods for that.
Okay, this is the reason for not working mod! THX
 

LewdGanglia

Newbie
Dec 13, 2020
42
12
Besides my previous questions, have a new one: I hired Alex to work in marketing and she would take photographs for ads. She was unhappy and asked me to double her salary and I refused so she quit, I was hoping to re-hire her later when she was happier by seducing but there's no such option. And using cheat commands to put her back in the company she will not do the photoshoots anymore. Any way to fix this?
 

Sovereign

Newbie
Jun 8, 2017
72
40
Hello and happy new year to everyone. Haven't checked if this has been asked before. After a sex event in the normal game, cum tends to stick around after a sex scene. With the mod, it does not, regardless if the girl is slutty enough. Is this intended? If not, will it be fixed?
 
  • Like
Reactions: ohcmonrest

Sword26

Member
Donor
Aug 8, 2016
499
164
i tried playing the game without the mod and it is unplyable. hope the mod will be updated soon coz even the beta is not working.
you can play it just you'd have to type in the console codes manually at least that's what i did until i found the mod but i wouldn't recommend it b/c you have to do it for every sing character you meet/hire/related i got to a point where i had everyone i could but i couldn't after a while bc some characters you still need to finesse basically to get anywhere
 
  • Like
Reactions: Sky505

Sword26

Member
Donor
Aug 8, 2016
499
164
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Mods/Core/Mechanics/Wardrobe_Extensions/extra_character_images.rpy", line 4, in script
init 2 python:
File "game/Mods/Core/Mechanics/Wardrobe_Extensions/extra_character_images.rpy", line 31, in <module>
for position in supported_positions:
NameError: name 'supported_positions' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/Mods/Core/Mechanics/Wardrobe_Extensions/extra_character_images.rpy", line 4, in script
init 2 python:
File "D:\Lab_Rats_2-v0.36.1-pc\renpy\ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Lab_Rats_2-v0.36.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Mods/Core/Mechanics/Wardrobe_Extensions/extra_character_images.rpy", line 31, in <module>
for position in supported_positions:
NameError: name 'supported_positions' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.36.1
Mon Jan 11 20:54:40 2021
can this be fixed
 

Diconica

Well-Known Member
Apr 25, 2020
1,092
1,138
Ok, this is the modded files I am using.
The girls characteristics have been improved. So they are more usable.
Skills are based on stats.
Then the probability of them being like or loved is based on skill level in part.
Appearance rates have been changed.

Personality files have been modified to an extent to get rid of the excessive amount of job hating crap added to them that made women unusable.

The prebuilt female characters other than the story characters have been turned off.
This means all the women besides the story characters are entirely random generated with the modified system now.

You can increment serum production by 5 rather than 10 increments.

hidden traits are revealed with the indicator "~hidden" be side them.
 

Sky505

Newbie
Nov 28, 2017
47
39
you can play it just you'd have to type in the console codes manually at least that's what i did until i found the mod but i wouldn't recommend it b/c you have to do it for every sing character you meet/hire/related i got to a point where i had everyone i could but i couldn't after a while bc some characters you still need to finesse basically to get anywhere
I am not worried about the cheats much but the improvments made to the game just made it better, especially the use of the map to change locations. I used the renpy save editor to change some attributes. easier than using the console codes.
 

geamoiri

Newbie
Apr 23, 2017
63
69
How does one trigger the "Porn star" quest? It's been asked a bunch of times and never answered. Does anyone know? Do the modders know ? :p
 
  • Like
Reactions: dondani

dondani

Newbie
Jan 24, 2018
15
3
'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 10958, in script call
call change_location(new_location) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 10953, in script call
$ picked_option.call_action()
File "game/script.rpy", line 11192, in script call
call advance_time from _call_advance_time_2
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 296, in script call
$ advance_time_action_list[count].call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 361, in script call
$ crisis.call_action()
File "game/Mods/Punishments/punishment_service_mc.rpy", line 123, in script call
call fuck_person(the_person, private = False, start_position = blowjob, skip_intro = True, allow_continue = False, affair_ask_after = False) from _call_custom_bj_punishment_02
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 348, in script
if girl_in_charge:
File "game/script.rpy", line 10958, in script call
call change_location(new_location) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 10953, in script call
$ picked_option.call_action()
File "game/script.rpy", line 11192, in script call
call advance_time from _call_advance_time_2
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 296, in script call
$ advance_time_action_list[count].call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 361, in script call
$ crisis.call_action()
File "game/Mods/Punishments/punishment_service_mc.rpy", line 123, in script call
call fuck_person(the_person, private = False, start_position = blowjob, skip_intro = True, allow_continue = False, affair_ask_after = False) from _call_custom_bj_punishment_02
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 348, in script
if girl_in_charge:
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 348, in <module>
if girl_in_charge:
NameError: name 'girl_in_charge' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "C:\Users\user\Downloads\Lab_Rats_2-v0.35.1-pc (1)\Lab_Rats_2-v0.35.1-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "C:\Users\user\Downloads\Lab_Rats_2-v0.35.1-pc (1)\Lab_Rats_2-v0.35.1-pc\renpy\main.py", line 578, in main
run(restart)
File "C:\Users\user\Downloads\Lab_Rats_2-v0.35.1-pc (1)\Lab_Rats_2-v0.35.1-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "C:\Users\user\Downloads\Lab_Rats_2-v0.35.1-pc (1)\Lab_Rats_2-v0.35.1-pc\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpy", line 10958, in script call
call change_location(new_location) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 10953, in script call
$ picked_option.call_action()
File "game/script.rpy", line 11192, in script call
call advance_time from _call_advance_time_2
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 296, in script call
$ advance_time_action_list[count].call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 361, in script call
$ crisis.call_action()
File "game/Mods/Punishments/punishment_service_mc.rpy", line 123, in script call
call fuck_person(the_person, private = False, start_position = blowjob, skip_intro = True, allow_continue = False, affair_ask_after = False) from _call_custom_bj_punishment_02
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 348, in script
if girl_in_charge:
File "game/script.rpy", line 10958, in script call
call change_location(new_location) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 10953, in script call
$ picked_option.call_action()
File "game/script.rpy", line 11192, in script call
call advance_time from _call_advance_time_2
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 296, in script call
$ advance_time_action_list[count].call_action()
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 361, in script call
$ crisis.call_action()
File "game/Mods/Punishments/punishment_service_mc.rpy", line 123, in script call
call fuck_person(the_person, private = False, start_position = blowjob, skip_intro = True, allow_continue = False, affair_ask_after = False) from _call_custom_bj_punishment_02
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 348, in script
if girl_in_charge:
File "C:\Users\user\Downloads\Lab_Rats_2-v0.35.1-pc (1)\Lab_Rats_2-v0.35.1-pc\renpy\ast.py", line 1840, in execute
if renpy.python.py_eval(condition):
File "C:\Users\user\Downloads\Lab_Rats_2-v0.35.1-pc (1)\Lab_Rats_2-v0.35.1-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\user\Downloads\Lab_Rats_2-v0.35.1-pc (1)\Lab_Rats_2-v0.35.1-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 348, in <module>
if girl_in_charge:
NameError: name 'girl_in_charge' is not defined

When a week of punishment is done.Ignore button didnt work
 

TS2016

Member
May 7, 2017
421
224
Why do gentleman's club uniforms keep putting the original uniforms for strippers, manger, and waitresses back in after I remove (un-assign) them via "Manage Stripclub Uniforms" when I come back to the game?
 
  • Like
Reactions: Metalmania

galadh

Newbie
Nov 21, 2017
49
16
Hey guys,

I just thought I post something here (I will delete it when you refer me to a thread that relates to such.... mishaps :) )

This is just a simple wording:

You don't have permission to view the spoiler content. Log in or register now.

I admit, it bugs me for several updates already, I guess since like 29.something, I just never got around to post it here.

If I should post it in the main game development thread, say so, and this post I will take there :)

Best regards,
Galadh
 
4.70 star(s) 52 Votes