4.60 star(s) 56 Votes

Z10bin

Newbie
Oct 22, 2016
23
17
Something must be wrongly installed, the strip_club_show_action is defined in the original game code script.rpy at init -1 python:, the override form the mod is defined at init 5 python:, so it must exist when that part of the code is reached.
No. Clear install Lab Rats 2 [v0.29.1]+
I have a question - how to auto reinit fonts in a game? Original fonts only support eng encoding, each update should rewrite the configs.
 

metallicaphil

Member
Dec 14, 2017
128
119
i can't make steph opr ashley slaves
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9906, in script call
    $ picked_event[1].call_action(picked_event[0]) #Run the action with the person as an extra argument.
  File "game/script.rpy", line 9897, in script call
    $ picked_option.call_action()
  File "game/Mods/Room/actions/dungeon_room_actions.rpy", line 63, in script
    if person_choice == "Back":
  File "game/Mods/Room/actions/dungeon_room_actions.rpy", line 65, in <module>
    elif person.personality is alpha_personality:
AttributeError: 'NoneType' object has no attribute 'personality'

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

Full traceback:
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9862, in script call
    $ talk_action.call_action(picked_option)
  File "game/script.rpy", line 9906, in script call
    $ picked_event[1].call_action(picked_event[0]) #Run the action with the person as an extra argument.
  File "game/script.rpy", line 9897, in script call
    $ picked_option.call_action()
  File "game/Mods/Room/actions/dungeon_room_actions.rpy", line 63, in script
    if person_choice == "Back":
  File "C:\Users\phil\Desktop\Lab_Rats_2-v0.29.1-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\phil\Desktop\Lab_Rats_2-v0.29.1-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\phil\Desktop\Lab_Rats_2-v0.29.1-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Mods/Room/actions/dungeon_room_actions.rpy", line 65, in <module>
    elif person.personality is alpha_personality:
AttributeError: 'NoneType' object has no attribute 'personality'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.29.1
Mon Jun 22 18:40:35 2020
 
  • Like
Reactions: Tristim

dalzomo

Active Member
Aug 7, 2016
886
716
Ashley got picked for the Baby Girl event and now she appears to have lost the Introvert personality.
 

dalzomo

Active Member
Aug 7, 2016
886
716
I've had a weird occurrence where an employee's house has become sort of a trap. Any woman who is there, including other women who follow me there, won't leave unless I order them to follow and then order them to stop following, at which point they will say "okay I'll go back to x place" and they teleport there. They will not follow me out of the house, nor will the woman who lives there show up at work every morning unless I go to her house and do the rigmarole I mentioned above. I *think* it began after I declined to hire her daughter, but I can't be sure that was exactly when it happened.

Anyway, just wanted to share I had a strange thing in case anyone else experiences it. I'm reinstalling soon to try recent fixes so I won't be sharing my save or whatever, but if I have the daughter hiring event again I'll pay close attention in case it does recur.

And to head one question off at the pass; it was definitely the daughter hiring event and not the new mom hiring event because I have that one disabled.
 

GrizzlyUK

Active Member
Oct 21, 2019
539
528
29.1+Mod ver 5 jun 20 runing. I have no idea :unsure:
I update Mod - del folder, write new. nop, replace not work :LOL:
If your Mod files are dated 5th June 2020 then you are using an older version of the Mod. Both the Mod and Bugfix files for LR2 v0.29.1 are dated 15th June 2020, or later if using the very latest beta versions.
 

Z10bin

Newbie
Oct 22, 2016
23
17
If your Mod files are dated 5th June 2020 then you are using an older version of the Mod. Both the Mod and Bugfix files for LR2 v0.29.1 are dated 15th June 2020, or later if using the very latest beta versions.
5 june - test. His work. Later version not work.
 

Maniax441

Newbie
Nov 6, 2017
50
3
I have a question.
you can make a family member to his girlfriend in the MOD?
and If yes, how does it work?
 

LZ_Starbuck

Member
Mar 25, 2019
189
337
I have a question.
you can make a family member to his girlfriend in the MOD?
and If yes, how does it work?
We haven't added this in the mod. In general we avoid doing too much with the Vanilla Vren characters, because at any point Vren could change the story and invalidate the writing.
 
Last edited:

metallicaphil

Member
Dec 14, 2017
128
119
We haven't added this in the mod. In general we avoid doing too much with the Vanilla Vren characters, because at any point Vren could change the story and invalidate the writing.
is this why i can't make my family, stephanie or ashley slaves? i get a warning screen about Alpha characters
 

GrizzlyUK

Active Member
Oct 21, 2019
539
528
is this why i can't make my family, stephanie or ashley slaves? i get a warning screen about Alpha characters
I'm using the 29.1 versions of Bugfix and Mod from the OP (files dated 15/06/2020) and I've had no problems making mom, sister, aunt and cousin into slaves. I haven't tried either Stephanie or Ashley yet though.

Are you sure the characters you're trying to turn into slaves meet the requirements?
 
4.60 star(s) 56 Votes