- Mar 3, 2018
- 1,450
- 471
How do I apply this if I have the mods and everything is in scripts.rpa ?Just an FYI
There is currently a bug regarding changing a girl's "baby desire" stat (see spoiler). If you're running a beta version of the game, or decompiled the RPA files, then the fix is quite simple:
You don't need to start a new game after applying this fix
- Navigate to "...\LabRats2-Reformulate-2024.08-pc\major_game_classes\character_related\person_ren.py"
- Open the file with either Notepad or Notepad++
- Scroll down to line 4308, or press ctrl + f and search for "def change_baby_desire"
- Add a "+" sign in front of the "=" sign
- Should look like "+=" (see spoiler for correct version)
You don't have permission to view the spoiler content. Log in or register now.