4.70 star(s) 50 Votes

Haamster

Newbie
Jul 11, 2020
74
63
I can see at least that there's a lot of work going into it with the Changelog, but I have no idea what's taking an official update so long.
I kinda hope it happens soon.
there are 2 main contributors: Tristimdorion who does coding, and LazyStarbuck who does writing. Starbuck has been swamped with work, and wanted to wait until they had enough time to do a large chunk and call it a release rather than the small changes that they've done in their spare time. (this is an oversimplification)
 

OsoSober

Member
Jul 22, 2018
160
63
I'm sorry, but an uncaught exception occurred.

While running game code:
ModuleNotFoundError: No module named 'pylru'

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

Full traceback:
File \LabRats2-Reformulate-2023.09-pc - mod\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File LabRats2-Reformulate-2023.09-pc - mod\renpy\main.py", line 564, in main
renpy.game.context().run(node)
File "game/scripts.rpa/major_game_classes/clothing_related/zip_manager_ren.pyc", line 15, in script
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "game/scripts.rpa/major_game_classes/clothing_related/zip_manager_ren.pyc", line 15, in script
File \LabRats2-Reformulate-2023.09-pc - mod\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File \LabRats2-Reformulate-2023.09-pc - mod\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/major_game_classes/clothing_related/zip_manager_ren.py", line 17, in <module>
ModuleNotFoundError: No module named 'pylru'
 

sacchito22

Newbie
Sep 14, 2019
23
14
there are 2 main contributors: Tristimdorion who does coding, and LazyStarbuck who does writing. Starbuck has been swamped with work, and wanted to wait until they had enough time to do a large chunk and call it a release rather than the small changes that they've done in their spare time. (this is an oversimplification)
That makes a ton of sense and Thank you for the simplification. It's honestly a huge relief to hear.
 

Ennoch

Conversation Conqueror
Respected User
Oct 10, 2017
7,240
19,516
Any ideas on how far along they are compared to the version on the OP from September 2023.

Is the Beta version worth it, and do you have to start a new game??
Significantly in my opinion.
Beta definitely worth it.
Yes.
 
  • Like
Reactions: mytaur

a1fox3

Loving Family Member's
Respected User
Donor
Aug 8, 2017
23,572
16,114
is there any command that increase the chance of mother or daughter hiring in the office?
Its done in the office and you can set it just look in what you can do, don't remember which one it is but just read it and you will find it.
There is one for the daughter asking you to hire there mother and vice versa.
 

slick97

Active Member
Dec 2, 2021
502
1,118
is there any command that increase the chance of mother or daughter hiring in the office?
Its done in the office and you can set it just look in what you can do, don't remember which one it is but just read it and you will find it.
There is one for the daughter asking you to hire there mother and vice versa.
It's purely random whether the crisis is selected or not each turn. If selected, certain criteria must be met for the event to succeed (see spoiler below for code snippet). The best chance of triggering this event is by ensuring you're at the business, have adequate space for hiring new employees, and hiring characters based on the following criteria:
  • Mom wanting to have daughter hired
    • 34 or older
    • Isn't a clone or labeled "unique"
    • Their child isn't an existing character in the world
  • Daughter wanting to have mom hired
    • Younger than 34
    • Isn't a clone or labeled "unique"
    • Their mother isn't an existing character in the world
Note: In both scenarios it's not explicitly required that the relationship be known beforehand. They'll be added to the character list if they're not listed.

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

*Edit: typos and extra information
 
4.70 star(s) 50 Votes