boblicticious

Member
Jun 16, 2017
294
587
I think so too. Not sure if I need to go anywhere to report it. I was kinda hoping to unlock some special serum traits, but since I can't complete the quest I guess I'm stuck. One more bug I noticed is for Gabrielle. For whatever reason even without talking to her or giving her serum her sluttiness level kept going up.
Certain character's sluttiness just going up isn't a bug. I'm not sure which specific traits they are (probably skimpy outfits)... but if they like or love something in the sexy_opinion array and are constantly getting gratification from it, it's going to raise their sluttiness each turn. And a few updates back, Vren made it so there's a small chance that temporary sluttiness will convert to core sluttiness even without suggestibility (it's a MUCH smaller chance than with suggestibility serum active, but if a character loves skimpy outfits, or not wearing underwear and is constantly wearing outfits that cater to that, eventually that will lead to a full sluttiness core with no intervention on your part). Personally I find that to be a cool feature and not a bug.
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,404
5,625
Certain character's sluttiness just going up isn't a bug. I'm not sure which specific traits they are (probably skimpy outfits)... but if they like or love something in the sexy_opinion array and are constantly getting gratification from it, it's going to raise their sluttiness each turn. And a few updates back, Vren made it so there's a small chance that temporary sluttiness will convert to core sluttiness even without suggestibility (it's a MUCH smaller chance than with suggestibility serum active, but if a character loves skimpy outfits, or not wearing underwear and is constantly wearing outfits that cater to that, eventually that will lead to a full sluttiness core with no intervention on your part). Personally I find that to be a cool feature and not a bug.
Yeah but it's strange when you concentrate on building your business first, ignoring Rebecca and Aunt completely, then come back on day 180 and find them at sluttiness 150 each...
 
  • Haha
Reactions: RogueKnightUK

Denis25

Member
Dec 4, 2017
291
196
Yeah but it's strange when you concentrate on building your business first, ignoring Rebecca and Aunt completely, then come back on day 180 and find them at sluttiness 150 each...
No, it's completely logical. When you can find them during the day in random places of the City - it's obvious what they do for living. And that has to increase the sluttiness

Oh & believe you meant Gabrielle and Aunt.
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,404
5,625
No, it's completely logical. When you can find them during the day in random places of the City - it's obvious what they do for living. And that has to increase the sluttiness

Oh & believe you meant Gabrielle and Aunt.
You'r right with the name.

But you find mom and sis in the city as well, even uncorrupted.
 

czertik

Active Member
Apr 25, 2018
822
263
latest version and i keeping geting this error

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 7992, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 8084, in script
    python:
  File "game/script.rpy", line 8092, in <module>
    for act in mc.main_character_actions: #The main character has a "role" that lets us add special actions as well.
AttributeError: 'MainCharacter' object has no attribute 'main_character_actions'

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

Full traceback:
  File "game/script.rpy", line 7992, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 8084, in script
    python:
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.20.1-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.20.1-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 8092, in <module>
    for act in mc.main_character_actions: #The main character has a "role" that lets us add special actions as well.
AttributeError: 'MainCharacter' object has no attribute 'main_character_actions'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.20.1
Fri Sep 13 17:54:15 2019
and here another

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 7992, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 8084, in script
    python:
  File "game/script.rpy", line 8092, in <module>
    for act in mc.main_character_actions: #The main character has a "role" that lets us add special actions as well.
AttributeError: 'MainCharacter' object has no attribute 'main_character_actions'

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

Full traceback:
  File "game/script.rpy", line 7992, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 8084, in script
    python:
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.20.1-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.20.1-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 8092, in <module>
    for act in mc.main_character_actions: #The main character has a "role" that lets us add special actions as well.
AttributeError: 'MainCharacter' object has no attribute 'main_character_actions'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.20.1
Fri Sep 13 17:54:15 2019

and it looks these errors like this are very commons..do i have top start a new game again ?
 
Last edited:

Trollden

Member
Aug 8, 2017
253
326
latest version and i keeping geting this error

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 7992, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 8084, in script
    python:
  File "game/script.rpy", line 8092, in <module>
    for act in mc.main_character_actions: #The main character has a "role" that lets us add special actions as well.
AttributeError: 'MainCharacter' object has no attribute 'main_character_actions'

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

Full traceback:
  File "game/script.rpy", line 7992, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 8084, in script
    python:
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.20.1-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.20.1-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 8092, in <module>
    for act in mc.main_character_actions: #The main character has a "role" that lets us add special actions as well.
AttributeError: 'MainCharacter' object has no attribute 'main_character_actions'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.20.1
Fri Sep 13 17:54:15 2019
and here another

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 7992, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 8084, in script
    python:
  File "game/script.rpy", line 8092, in <module>
    for act in mc.main_character_actions: #The main character has a "role" that lets us add special actions as well.
AttributeError: 'MainCharacter' object has no attribute 'main_character_actions'

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

Full traceback:
  File "game/script.rpy", line 7992, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 8084, in script
    python:
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.20.1-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.20.1-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 8092, in <module>
    for act in mc.main_character_actions: #The main character has a "role" that lets us add special actions as well.
AttributeError: 'MainCharacter' object has no attribute 'main_character_actions'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.20.1
Fri Sep 13 17:54:15 2019

and it looks these errors like this are very commons..do i have top start a new game again ?
Try opening the console and type in
Python:
mc.main_character_actions = []
If that doesn't solve it you may need to start a new game, yes.
 

Denis25

Member
Dec 4, 2017
291
196
Hi, I have troubles opening console.

I've modified rpy file, deleted rpyc file (not sure if it was needed or not),
however when I press Ctrl+O (btw, is it letter O or zero?) in the game - nothing happens. (well, something is happening - it show "skipping >>>" ) at the top left corner on pressing Ctrl

Apparently I'm doing something wrong. What exactly?
 

czertik

Active Member
Apr 25, 2018
822
263
can anyone here post list of actual working console commands for game ?
the ones at first page do not longer work (code was updated).
 

czertik

Active Member
Apr 25, 2018
822
263
Hi, I have troubles opening console.

I've modified rpy file, deleted rpyc file (not sure if it was needed or not),
however when I press Ctrl+O (btw, is it letter O or zero?) in the game - nothing happens. (well, something is happening - it show "skipping >>>" ) at the top left corner on pressing Ctrl

Apparently I'm doing something wrong. What exactly?
which name of file did you eddited ? and yes, it is latter o, not number 0.
and you need to close (if you played at time of editing) and star game again. if you edited right file, it should be working.
 

Denis25

Member
Dec 4, 2017
291
196
Just to be clear, seeing as you wrote nothing happens while pressing Ctrl + O; the correct key combination is Shift+O.
NO KIDDING!

I knew I do something wrong, just was not sure what exactly. Thanks!

I wonder why I've read it as Ctrl not Shift? Does not matter.

Actually I found.

Post by KEKBUR on page 109 (that is linked from 1st post): Top row says: "# How to console - If its activated its CTRL+O (ESC to close)."
 
Last edited:
3.40 star(s) 127 Votes