KEKBUR

Member
Sep 15, 2016
190
519
I do have one question, since the search function is failing me. Can you ever get any of your family members to agree to be your girlfriend in the current build? Also, are your sister and mother ever in the same room?
Looking at \game_roles\role_girlfriend.rpy the family is still off limits - but its hinted in the comments that it might be added later.
 
  • Like
Reactions: Mathesar

KEKBUR

Member
Sep 15, 2016
190
519
0.24.1
AttributeError: 'Person' object has no attribute 'base_outfit'

AttributeError: 'MainCharacter' object has no attribute 'max_energy_cap'

Same Errors two different Saves two different computers
If they are saves from 23.x im sure they wont work. I tested with an old 23.x save to see if i could provoke the same error and i could.

The new 24.x has introduced new stuff to the clothing system. Since starting a new game i have not had the bug (yet).
 

Quriosity

Newbie
Sep 5, 2019
42
8
This update is crashing constantly for me. Do you need to start a new game? The new shower scene crashed on every click, and even if you get through it, it is crashing every 3 clicks or so.

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

While running game code:
  File "game/script.rpy", line 8728, in script call
    $ picked_option.call_action()
  File "game/script.rpy", line 9012, in script call
    call advance_time from _call_advance_time_5
  File "game/script.rpy", line 9552, in script
    python:
  File "game/script.rpy", line 9554, in <module>
    people.run_move(place)
  File "game/script.rpy", line 1855, in run_move
    self.apply_outfit(self.planned_outfit)
  File "game/script.rpy", line 2189, in apply_outfit
    self.outfit = the_outfit.get_copy().merge_outfit(self.base_outfit)
AttributeError: 'Person' object has no attribute 'base_outfit'

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

Full traceback:
  File "game/script.rpy", line 8728, in script call
    $ picked_option.call_action()
  File "game/script.rpy", line 9012, in script call
    call advance_time from _call_advance_time_5
  File "game/script.rpy", line 9552, in script
    python:
  File "C:\Users\User\Downloads\Lab_Rats_2-v0.24.1-pc\Lab_Rats_2-v0.24.1-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\User\Downloads\Lab_Rats_2-v0.24.1-pc\Lab_Rats_2-v0.24.1-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 9554, in <module>
    people.run_move(place)
  File "game/script.rpy", line 1855, in run_move
    self.apply_outfit(self.planned_outfit)
  File "game/script.rpy", line 2189, in apply_outfit
    self.outfit = the_outfit.get_copy().merge_outfit(self.base_outfit)
AttributeError: 'Person' object has no attribute 'base_outfit'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.24.1
Thu Jan 09 12:52:54 2020
 
Last edited:

Davox

Well-Known Member
Jul 15, 2017
1,518
2,286
You don't have permission to view the spoiler content. Log in or register now.

EDIT: Since its been linked to the front page i will try to keep this updated. If you think something is missing, drop me a PM.
Probably worth adding that to max out your character the value needs to be 90. If you put a higher value in they you can't spend all the points and then can't start the game

default character_points = 90
 
Nov 17, 2018
15
19
All I'm waiting for is
You don't have permission to view the spoiler content. Log in or register now.

Adding new costumes etc. is just polishing a turd.
I agree to a huge extent. I hate that the model list is so small, none of the girls actually look thier age and there are none that are actually uniquely attractive. I am also waiting for the pregnancy content because well, the girls talk about it, but then it never happens... also... maybe it would be nice to have a point beyond establishing a harem of shared whores.
 

KEKBUR

Member
Sep 15, 2016
190
519
Probably worth adding that to max out your character the value needs to be 90. If you put a higher value in they you can't spend all the points and then can't start the game

default character_points = 90
Thing is, if you edit the max values for the stats, you can put in more than 4 in each category and then its not 90 :p

I will add some additional information though. :)
 

KEKBUR

Member
Sep 15, 2016
190
519
This update is crashing constantly for me. Do you need to start a new game? The new shower scene crashed on every click, and even if you get through it, it is crashing every 3 clicks or so.

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

While running game code:
  File "game/script.rpy", line 8728, in script call
    $ picked_option.call_action()
  File "game/script.rpy", line 9012, in script call
    call advance_time from _call_advance_time_5
  File "game/script.rpy", line 9552, in script
    python:
  File "game/script.rpy", line 9554, in <module>
    people.run_move(place)
  File "game/script.rpy", line 1855, in run_move
    self.apply_outfit(self.planned_outfit)
  File "game/script.rpy", line 2189, in apply_outfit
    self.outfit = the_outfit.get_copy().merge_outfit(self.base_outfit)
AttributeError: 'Person' object has no attribute 'base_outfit'

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

Full traceback:
  File "game/script.rpy", line 8728, in script call
    $ picked_option.call_action()
  File "game/script.rpy", line 9012, in script call
    call advance_time from _call_advance_time_5
  File "game/script.rpy", line 9552, in script
    python:
  File "C:\Users\User\Downloads\Lab_Rats_2-v0.24.1-pc\Lab_Rats_2-v0.24.1-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\User\Downloads\Lab_Rats_2-v0.24.1-pc\Lab_Rats_2-v0.24.1-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 9554, in <module>
    people.run_move(place)
  File "game/script.rpy", line 1855, in run_move
    self.apply_outfit(self.planned_outfit)
  File "game/script.rpy", line 2189, in apply_outfit
    self.outfit = the_outfit.get_copy().merge_outfit(self.base_outfit)
AttributeError: 'Person' object has no attribute 'base_outfit'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.24.1
Thu Jan 09 12:52:54 2020
Yes each new version (0.23.x -> 0.24.x) implements new stats and mechanics under the hood, so old saves almost never work. Thats why you cheat yourself some extra skill points and start again all over. :p
 

Quess

Newbie
Aug 5, 2017
64
141
been ages sins i played this last... looks like it is time for another round of fun ^^
 

Immunity

Member
Jul 8, 2017
225
651
The models are still ugly as hell and the UI is still a convoluted mess of numbers often requiring visits to multiple different menus for what should be at a glance information. I love Ren'Py as an adult VN engine - but it is NOT meant for a business/economics focused game. Trying to shoehorn all that in there isn't doing anyone any favors.
 

Davox

Well-Known Member
Jul 15, 2017
1,518
2,286
Thing is, if you edit the max values for the stats, you can put in more than 4 in each category and then its not 90 :p

I will add some additional information though. :)
Whats the attribute i need to change in order for the person to be happy at doing things in front of others?

Edit I think i figured it out I'd raised core slutiness thinking normal would raise alongside it, both need to be raised
 

Quriosity

Newbie
Sep 5, 2019
42
8
Yes each new version (0.23.x -> 0.24.x) implements new stats and mechanics under the hood, so old saves almost never work. Thats why you cheat yourself some extra skill points and start again all over. :p
Is there a good current cheat? Trolldenv is not current.
 
3.40 star(s) 127 Votes