InsanitySpark

Newbie
Aug 13, 2022
61
30
124
Yeah, I think the third link is everything packaged together. The first two are useful if you already downloaded the base game. They are a lot smaller.

with my luck on installations this is a godsend. better a larger file then fidget around and brick the game. (if there is a way i will undoubtedly find it by mistake)
 
  • Like
Reactions: essay16v

shane420

Active Member
Jul 6, 2018
586
520
236
Well, good news! I have a branch called generate_uniform where your issue is partially fixed!

I don't think employees should be punished for dress code violations if there is no dress code. Arrested maybe, but that is a different can of worms.

Awesome I'll test it when I get home today!
 

bloodbus

Member
Sep 30, 2020
429
360
205
with my luck on installations this is a godsend. better a larger file then fidget around and brick the game. (if there is a way i will undoubtedly find it by mistake)
Just fyi, the all in one's files are archived so you won't be able to alter any game files without using UnRen first. Not sure you'll need that but better to say it now I guess
 

InsanitySpark

Newbie
Aug 13, 2022
61
30
124
Just fyi, the all in one's files are archived so you won't be able to alter any game files without using UnRen first. Not sure you'll need that but better to say it now I guess
altering game files is already beyond me... :D i'mma enjoy it if it works and cry in my corner if it doesn't. :D but the game opened so that\s a good sign hahaha(when you said unren and etc... i got paniced and tried it out).
 
  • Like
Reactions: bloodbus

bloodbus

Member
Sep 30, 2020
429
360
205
altering game files is already beyond me... :D i'mma enjoy it if it works and cry in my corner if it doesn't. :D but the game opened so that\s a good sign hahaha(when you said unren and etc... i got paniced and tried it out).
Don't worry about unren then. You don't need it if you're not altering files. You're good
 
  • Like
Reactions: InsanitySpark

Phoexist

Active Member
Mar 11, 2020
505
559
258
https://f95zone.to/threads/lab-rats-2-mods.32881/post-8792390

Same.... base game worked till mod install. Could anyone describe/upload a file change, pls?
Your best bet is grabbing the All-in-one download on the Mod front page. I don't think the base game was ever upgraded to use the latest Renpy, which the mod has done. So just adding the mod to the base game won't usually work anymore unless you also upgrade your renpy version manually as well.
 
  • Like
Reactions: FusiFranse

DA22

Devoted Member
Jan 10, 2018
8,099
16,724
893
https://f95zone.to/threads/lab-rats-2-mods.32881/post-8792390

Same.... base game worked till mod install. Could anyone describe/upload a file change, pls?
You don't have permission to view the spoiler content. Log in or register now.
What Phoexist said and always also get the bug fix parch and install that before you add the mod. it presupposes it you did that and relies on it. Bug fix can work without Mod, but not other way around if I remember right.
 
  • Like
Reactions: FusiFranse

MrHatIsHere

Member
Jan 18, 2022
473
693
170
Is there any way to change the priority of different crisis events? I'm trying to figure out how to get the "slave needs attention" event to trigger more often.
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
Is there any way to change the priority of different crisis events? I'm trying to figure out how to get the "slave needs attention" event to trigger more often.
That one looks pretty straight forward. If you open /mods/crisis/slave_attention.rpy and find the block labelled:
def slave_attention_crisis_requirement():

The second line or so has a "x.sex_record.get("Last Sex Day", 0) + 10 < day" at the end of the line.
This means the requirement for triggering it is 10 days after you last had sexual activity. Just change the 10 to something lower depending on how often you want it to happen.
 

MrHatIsHere

Member
Jan 18, 2022
473
693
170
That one looks pretty straight forward. If you open /mods/crisis/slave_attention.rpy and find the block labelled:
def slave_attention_crisis_requirement():

The second line or so has a "x.sex_record.get("Last Sex Day", 0) + 10 < day" at the end of the line.
This means the requirement for triggering it is 10 days after you last had sexual activity. Just change the 10 to something lower depending on how often you want it to happen.
I know about that part. I'm trying to figure out how to improve the event's priority, so it is more likely to be invoked relative to other events when its conditions are met.
 

XulOnTuesday

Member
Aug 7, 2022
222
277
162
I know about that part. I'm trying to figure out how to improve the event's priority, so it is more likely to be invoked relative to other events when its conditions are met.
I think this works:

Code:
next(x for x in crisis_list if x[0].name == "Slave Needs Attention")[1] = 999
I don't know if you have to do it just once per save, or every time you restart the game.
 
Last edited:

tepkom

Newbie
Nov 21, 2016
19
1
113
I told the girls to live in a harem, how they could be sent to their homes, or maybe some console command
 
Last edited:

Kellnaved

Member
Jul 2, 2019
101
79
206
Greetings,

this is a fantastic mod for a fantastic game. Please keep up the good work.

I have 2 questions:

1) The fitness girl Erica asked me for work and the gal at my company suggest yoga classes ..how to I proceed? I can´t talk with anyone about it. Do I have to "trance" my workers to like / love yoga and than if I have enough talk to the Manager girl again? Can´t figure out what to do.

2) I bought the Unisex company bathrooms then got a notice that they are finished. Should they be visible on the map (as a location?)I didn´t get any events (in maybe 30 days since I bought them) If I go under company policies the Unisex company is still there to select for a 1.000 $ but the buy button is greyed out. I gues I have a bug there. Is there any console command to reset this? Or start the event chain?

Thanks for your help guys.
 
4.60 star(s) 79 Votes