ParadigmShift

Member
Mar 4, 2019
112
145
the game just wont launch for me
With the amount of information you've shared regarding your problem, I can only make 4 possible reasons or suggestions:
1. Have you tried turning it off and then back on again?
2. Is your computer plugged in?
3. Has "somebody set us up the bomb?" Have you tried to "main screen turn on!"?
4. Is your computer giving you a PEBKAC or ID: 10-T error?

If you need more specific help, we're going to need some more specific information. Do you get an error message? Is there a traceback.txt in the game directory? Is there a potato where your CPU should be?

These are all very important questions that would help us address your problem. Especially the last ones.


....but seriously, all attempts at humor aside, gonna need more info if you want assistance.
 

Steven_3000

Member
Nov 17, 2018
171
97
The most important question that comes up for me is:
In Lab Rats 1 the charakters were unique and looked good, here everyone looks like a bad transvestite, halfway stuck in transition. Is this just a placeholder and gets improved as the game gets developed further or will it stay like this?
They may get a bit better but they won't become nearly as good as LR1, I lost hope after the first year.



Everything should be redone eventually, so consider it place holders.
I'm fairly sure things will pan out to be looking good once the workflow is 100% established.
I don't think we understood the same from that post, I think he means he will change the expressions but keep the same ugly faces, there's no reason to believe the faces will improve if you take into account the Lab Rats 1 characters that he added look as ugly as any randomly generated abomination.
 

cj1015

Member
Apr 26, 2018
247
117
Get this I'm going to go with it's a minor error... but still irksome.

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

While running game code:
  File "game/script.rpy", line 7829, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8193, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/script.rpy", line 8311, in script call
    call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
  File "game/script.rpy", line 8484, in script call
    call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge) from _call_sex_description_2
  File "game/script.rpy", line 8397, in script call
    $ watcher.call_dialogue("sex_watch", the_sex_person = the_person, the_position = the_position) #Get the watcher's reaction to the people having sex. This might include dialogue calls from other personalities as well!
  File "game/personalities.rpy", line 1123, in script
    the_person.char "Come on [the_person.player_title], [the_sex_person.name] is going to fall asleep at this rate! You're going to have to give her a little more than that."
AttributeError: 'Person' object has no attribute 'player_title'

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

Full traceback:
  File "game/script.rpy", line 7829, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8193, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/script.rpy", line 8311, in script call
    call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
  File "game/script.rpy", line 8484, in script call
    call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge) from _call_sex_description_2
  File "game/script.rpy", line 8397, in script call
    $ watcher.call_dialogue("sex_watch", the_sex_person = the_person, the_position = the_position) #Get the watcher's reaction to the people having sex. This might include dialogue calls from other personalities as well!
  File "game/personalities.rpy", line 1123, in script
    the_person.char "Come on [the_person.player_title], [the_sex_person.name] is going to fall asleep at this rate! You're going to have to give her a little more than that."
  File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\character.py", line 1003, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=translate))
  File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\character.py", line 985, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\substitutions.py", line 242, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 652, in get_field
AttributeError: 'Person' object has no attribute 'player_title'

Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.16.1
Sat May 25 07:54:47 2019
 

ParadigmShift

Member
Mar 4, 2019
112
145
Get this I'm going to go with it's a minor error... but still irksome.

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

While running game code:
  File "game/script.rpy", line 7829, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8193, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/script.rpy", line 8311, in script call
    call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
  File "game/script.rpy", line 8484, in script call
    call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge) from _call_sex_description_2
  File "game/script.rpy", line 8397, in script call
    $ watcher.call_dialogue("sex_watch", the_sex_person = the_person, the_position = the_position) #Get the watcher's reaction to the people having sex. This might include dialogue calls from other personalities as well!
  File "game/personalities.rpy", line 1123, in script
    the_person.char "Come on [the_person.player_title], [the_sex_person.name] is going to fall asleep at this rate! You're going to have to give her a little more than that."
AttributeError: 'Person' object has no attribute 'player_title'

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

Full traceback:
  File "game/script.rpy", line 7829, in script call
    call talk_person(person_choice) from _call_talk_person
  File "game/script.rpy", line 8193, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/script.rpy", line 8311, in script call
    call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
  File "game/script.rpy", line 8484, in script call
    call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge) from _call_sex_description_2
  File "game/script.rpy", line 8397, in script call
    $ watcher.call_dialogue("sex_watch", the_sex_person = the_person, the_position = the_position) #Get the watcher's reaction to the people having sex. This might include dialogue calls from other personalities as well!
  File "game/personalities.rpy", line 1123, in script
    the_person.char "Come on [the_person.player_title], [the_sex_person.name] is going to fall asleep at this rate! You're going to have to give her a little more than that."
  File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\character.py", line 1003, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=translate))
  File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\character.py", line 985, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\substitutions.py", line 242, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 652, in get_field
AttributeError: 'Person' object has no attribute 'player_title'

Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.16.1
Sat May 25 07:54:47 2019
that specific line, line 1123 of personalities.rpy, "the_person.player_title" should be replaced with "the_person.mc_title"
Be sure to comment about that bug on so he can fix it for v17, if he hasnt already.
 

hhd12258

Member
Jun 18, 2018
236
91
/game/crises.rpy
extra_mastery_crisis_label()
line 956
the_person.char "[techno_string]"
should be
the_person.char techno_string

nope.

anyone know how to fix this bug?

we need a git to track these bugs

there are a bunch of bugs in the 'names are old, lets change them' crisis. but I do not understand that code.
chat_actions.rpy
in
label person_new_title
person_new_mc_title

any thoughts?
 
Last edited:

Tristim

Member
Modder
Donor
Nov 12, 2018
312
1,173
/game/crises.rpy
extra_mastery_crisis_label()
line 956
the_person.char "[techno_string]"
should be
the_person.char techno_string

nope.

anyone know how to fix this bug?

we need a git to track these bugs

there are a bunch of bugs in the 'names are old, lets change them' crisis. but I do not understand that code.
chat_actions.rpy
in
label person_new_title
person_new_mc_title

any thoughts?
Check it contains a GIT repository with bug fixes on original VREN files.
Check for the Lab Rats 2 Mods.
 
  • Like
Reactions: ArgothNephial

partanen

Selectively Active Member
Uploader
Donor
Sep 13, 2017
2,012
13,593
Here's v0.17.0a:







On another note, does anyone know why stats drop every single day? Obedience keeps dropping and all my employees want to quit after a few days.
Well, maybe it's because they're unhappy? So, make them happy: Reward the best ones and let those go who you can replace. Give them more money. Communicate with them. Flirt and Small Talk. Ask for a date. Drug them Happy Happy Joy Joy. The latest one is the best. That's what Lab Rats 2 is now all about: Cooking something to make people Obedient, Happy, Slutty...
 

WatchMeDrive

Newbie
Donor
Jun 21, 2017
85
264
Well, maybe it's because they're unhappy? So, make them happy: Reward the best ones and let those go who you can replace. Give them more money. Communicate with them. Flirt and Small Talk. Ask for a date. Drug them Happy Happy Joy Joy. The latest one is the best. That's what Lab Rats 2 is now all about: Cooking something to make people Obedient, Happy, Slutty...
I actually figured it out: certain serums provide permanent decreases in stats while others provide only temporary improvements. The experimental obedience and the mood enhancer were the issue. Nothing in this game is explained properly!
 
3.40 star(s) 127 Votes