Gentoo

Member
Game Developer
Apr 10, 2019
257
521
Or .... just push 'x' to enter the cheat menu and set these values for each character
Using the cheat menu resets the energy to the max setting and what he wants to do is edit the opinions as well, so he does have to modify every newly created person. Even the 'cheat' is tedious when you create 80 women.
 

Deane9850

Active Member
Jan 4, 2018
616
630
Even before running into this problem I hated the idea of a separate log for women... The old one was cluttered, but this does not seem like a good solution.

Anyway, seems the logs stopped disappearing, can anyone tell how to fix this?
Save and restart lol
 

Deane9850

Active Member
Jan 4, 2018
616
630
I got an idea for a serum trait, maybe someone could help how to implement it.

Basically something that would increase love by 1 every time you make her cum during the serum effect. Maybe it could be an MC serum trait?
This was available as a mod before, but the mod became outdated and no one want to maintain it
 

Deane9850

Active Member
Jan 4, 2018
616
630
While I see the intent is to move toward 100 happiness daily, I think a line is missing in the code. In actual play, EVERY character's happiness moves toward 0 every day (unless affected by a serum that increases happiness). There are no variables in the code (that I can see) that add happiness if happiness falls below a certain value. Happiness will continue to fall with every character every day, no matter their preferences.
It gravitates toward 100... so girls under 100 will gain some happiness ... but the threshold for happy face graphic is 120, so without MC interaction, they will stuck in gloomhaven. No, not that gloomhaven game.

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

MaxTheDark

Member
Apr 11, 2021
382
404
Are you able to scroll it up and down?
No, that's the problem. It used to be that all the messages were being added to the little log in the bottom right. The latest version of the game made it so the player's logs are still there, but the women's logs appear in the top right corner, then slowly fade away. The ones in my game did not, in fact, fade away, and now they stay there, they can't be scrolled, and the new ones are added outside the screen area, meaning I can't see what is going on.

Save and restart lol
I saved and reloaded, and that had no effect, then I started the game again and they all vanished. Smooth brain moment, thanks!

(I still don't like the separation but that a different story :p )
 

SMC85

Newbie
Apr 15, 2024
74
37
Is there a way to change the pubic hair style for specific women?
It's under special actions: ask her to trim her pubes. Not sure if there is an obedience or love requirement, or if it's mod content. And there's of course the cheat function.
 
Last edited:

jackeye56

New Member
Aug 14, 2021
2
0
It's under special actions: ask her to trim her pubes. Not sure if there is an obedience or love requirement, or if it's mod content. And there's of course the cheat function.
Thanks for the quick reply! I ended up just using the cheat menu.
 

mmmonsterkill

Well-Known Member
Aug 30, 2016
1,686
1,851
The max energy for the ladies is located here
~\game\major_game_classes\character_related\Person.rpy

The MC's is located here...
~\game\main_character\MainCharacter.rpy

self.max_energy = 3000
self.energy = self.max_energy


def absolute_max_energy(self):
'''
The energy of the MC will never go above this value
'''
if not hasattr(self, "_absolute_max_energy"):
self._absolute_max_energy = 3000
return self._absolute_max_energy
how do i open these in a way thats editable?
when i open with notepad the text just shows up as a bunch of "
¿ÿÑø;¯ÌÜÿí—Ë?àO²<e@?¸ ×wðuži±š" type symbols
 

Deane9850

Active Member
Jan 4, 2018
616
630
how do i open these in a way thats editable?
when i open with notepad the text just shows up as a bunch of "
¿ÿÑø;¯ÌÜÿí—Ë?àO²<e@?¸ ×wðuži±š" type symbols
theres a different between .rpy file and .rpyc ... The former is openable with any text editor like notepad.
 

rb813

Well-Known Member
Aug 28, 2018
1,569
1,053
how do i open these in a way thats editable?
when i open with notepad the text just shows up as a bunch of "
¿ÿÑø;¯ÌÜÿí—Ë?àO²<e@?¸ ×wðuži±š" type symbols
I feel like it should be editable in Notepad, but if you want to edit Rpy files on the regular, you'll want a type of program called an IDE, such as Visual Studio Code (that's not necessarily the best one, but it's popular because it's Microsoft).
 

mmmonsterkill

Well-Known Member
Aug 30, 2016
1,686
1,851
I feel like it should be editable in Notepad, but if you want to edit Rpy files on the regular, you'll want a type of program called an IDE, such as Visual Studio Code (that's not necessarily the best one, but it's popular because it's Microsoft).
notepad worked i just apparantly missclicked and opened the rpyc file...twice

i think i need a nap
 
Jun 25, 2017
82
105
Thanks for the offer. :)
I compiled it again a few minutes ago, with and without the mods (PC/Linux);

A clean Dev build without any mods (1.8 gigs).
Mega


The Dev build with all the working mods; VT and CT mod, Kadens, Kinas, moresomes, Zenpak, and the RealPornMod (4.1 gigs).
Mega
Sorry to bother you! Would you happen to have the time (and willingness) to update this mod package for the latest version?
Also, it looks like the link no longer works. :(
 

ibnarabi

Member
May 21, 2021
185
869

osmcuser132

Well-Known Member
Modder
Aug 8, 2017
1,088
3,884
I posted a new version a few days ago. If my link doesn't work I deleted it and uploaded a new version...;
https://f95zone.to/threads/lab-rats-2-reformulate-v2025-04.32881/post-16858897
I don't know if it is due to any of the mods or because of the new event system that is still under development but I can't seem to trigger any of the Camilla events beside the first meeting setting the goals.
No dancing or BJ/sex in the toilet at the bar, no helping her clothes/lingerie shopping in the mall, ...

Anyone else seen this issue?
 

MC Johnsson

Active Member
Jun 28, 2017
547
856
I don't know if it is due to any of the mods or because of the new event system that is still under development but I can't seem to trigger any of the Camilla events beside the first meeting setting the goals.
No dancing or BJ/sex in the toilet at the bar, no helping her clothes/lingerie shopping in the mall, ...

Anyone else seen this issue?
I'm playing without mods and same thing happening here.
 
Oct 15, 2016
143
46
New game does not work at the latest git pull.
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 217, in script call
call initialize_game_state(store.name,store.b_name,store.l_name,return_arrays[0],return_arrays[1],return_arrays[2]) from _call_initialize_game_state
File "game/script.rpy", line 672, in script
python:
File "game/script.rpy", line 677, in <module>
call_global_func(list_of_instantiation_functions[c])
TypeError: create_event() got multiple values for argument 'day_restriction'

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

Full traceback:
File "game/script.rpy", line 217, in script call
call initialize_game_state(store.name,store.b_name,store.l_name,return_arrays[0],return_arrays[1],return_arrays[2]) from _call_initialize_game_state
File "game/script.rpy", line 672, in script
python:
File "/media/tu/798f5ace-a816-4e64-8fee-4a5ea4fdc00d/home/bd/Downloads/lab_rats2/renpy-8.3.4-sdk/renpy/ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/media/tu/798f5ace-a816-4e64-8fee-4a5ea4fdc00d/home/bd/Downloads/lab_rats2/renpy-8.3.4-sdk/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 677, in <module>
call_global_func(list_of_instantiation_functions[c])
File "game/helper_functions/misc_helpers_ren.py", line 76, in call_global_func
return globals()[func_name](*args, **kwargs)
File "game/people/Nora/nora_definition_ren.py", line 109, in create_nora_character
add_nora_bar_meetup_initial_meeting_action()
File "game/people/Nora/nora_events_ren.py", line 97, in add_nora_bar_meetup_initial_meeting_action
mc.create_event("nora_bar_meetup_initial_meeting_label", "Meet with Nora", day_restriction = 5, time_restriction = 4, person = nora)
TypeError: create_event() got multiple values for argument 'day_restriction'

Linux-6.8.0-59-generic-x86_64-with-glibc2.35 x86_64
Ren'Py 8.3.4.24120703
Lab Rats 2 - Down to Business 2025.07-beta
Sat May 3 17:58:29 2025
```
 
4.60 star(s) 77 Votes