4.70 star(s) 62 Votes

slick97

Active Member
Dec 2, 2021
619
1,487
Yes I know that. It get tiring clicking it down from 500+ to 0. I get close to 500 or over on single turns during business hours. That's why I asked.
The code is:
mc.business.attention = 0
Alternatively, you can type the following into the console:
Code:
mc.business.max_attention = 1000000
You'll still need to use the command provided by Kuron to set it back to 0, but you can set the buffer to something higher if you don't want to worry about it.
 

slick97

Active Member
Dec 2, 2021
619
1,487
Iris not showing up even if you get access to vanburg house if you skip lily anal taboo event. any know how to make her show up or restore taboo?
Iris is kind of a forgotten character in that even her character folder is mostly empty. She's hard coded to stay in her home that's generated separately from the Vanderburgs, and Lily's quest is the only instance which removes the schedule override. If you have the console enabled then you can type the following to allow her to wander:
Code:
iris.set_override_schedule(None)
 
May 30, 2019
48
80
Yes I know that. It get tiring clicking it down from 500+ to 0. I get close to 500 or over on single turns during business hours. That's why I asked.
I assume you're autoselling serums that cause ridiculously high attention. That's the only way I can imagine to cause such high levels of attention. Maybe just stop selling those serums and, if you need to, use the cheat menu to give yourself money.
 

Draakaap23

Dying is always an option
Donor
Jul 5, 2017
1,119
2,635
How do you get the city officials involved? Or City Hall. I seduced and trained Rici enough times, fixed her outlook on slutty uniforms, but nothing is happening
 

slick97

Active Member
Dec 2, 2021
619
1,487
How do you get the city officials involved? Or City Hall. I seduced and trained Rici enough times, fixed her outlook on slutty uniforms, but nothing is happening
The only city officials that you can interact with are Penelope (City Rep), and Christine (Police Chief). Both require either 51+ Sluttiness, or 181+ Obedience in order to purchase the policy through your business (CEO Office -> Manage Business Policies -> Other Policies).

Keep in mind that Penelope's event - where she discusses wanting to wear more liberating outfits - needs to occur first which has a 10 day delay before it can be selected from the pool of events. The only time this event has a chance to trigger is when Penelope is in a visible cell (i.e. the Bar, downtown, etc.), which is only possible on the weekends between morning and evening.


Mr. Vandenburg may be a potential city official you can use in the future considering the story Starbuck has written for him so far (also involving Jennifer). Also, a city hall cell may be added as well, but I haven't seen any mention from Starbuck about that so it's just speculation.
 

Fghjjhgf25

Newbie
Apr 24, 2021
24
10
The latest developer build, as of 10 minutes ago, compiled with the current mods -> Virgin Tracker, Kaden, Kina, moresomes, and the RealPornMod; already integrated within.



Mega
Crashes on Android
Old version works fine, guess I'll wait for stable update.
 

Grumlydude

Newbie
Mar 15, 2023
17
13
Iris not showing up even if you get access to vanburg house if you skip lily anal taboo event. any know how to make her show up or restore taboo?
If you have also ignored her when meeting Jennifer's boss for first time, you could try to prevent her to stay permanently at her home. Use this console command :
Python:
iris.set_override_schedule(None)
She should appear the next day as a ??? character in the city (probably with a random schedule)
 

xsamp

New Member
Oct 14, 2020
11
5
Can you guys help with how to fix this error that keeps happening when i advance time in any way? downloaded the game again and started a new game yet still keeps happening..
I have only edited renpy savetoken.py to allow me to modify clarity and funds for save files via Save Editor website.

I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/game_loops/advance_time.rpy", line 154, in <module>
ZeroDivisionError: float division by zero
Full traceback:
File "script.rpyc", line 461, in script call
File "script.rpyc", line 461, in script call
File "general_actions/location_actions/business_actions.rpyc", line 46, in script call
File "game_loops/advance_time.rpyc", line 50, in script call
File "game_loops/advance_time.rpyc", line 151, in script
File "D:\LabRats2\LabRats2-Reformulate-2024.08-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\LabRats2\LabRats2-Reformulate-2024.08-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game_loops/advance_time.rpy", line 154, in <module>
File "game/game_loops/advance_time_definition_ren.py", line 258, in advance_time_run_day
File "game/major_game_classes/character_related/Person_ren.py", line 2161, in run_day
File "game/major_game_classes/character_related/ActiveJob_ren.py", line 280, in job_happiness_score
ZeroDivisionError: float division by zero
 

slick97

Active Member
Dec 2, 2021
619
1,487
Can you guys help with how to fix this error that keeps happening when i advance time in any way? downloaded the game again and started a new game yet still keeps happening..
I have only edited renpy savetoken.py to allow me to modify clarity and funds for save files via Save Editor website.

I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/game_loops/advance_time.rpy", line 154, in <module>
ZeroDivisionError: float division by zero
Full traceback:
File "script.rpyc", line 461, in script call
File "script.rpyc", line 461, in script call
File "general_actions/location_actions/business_actions.rpyc", line 46, in script call
File "game_loops/advance_time.rpyc", line 50, in script call
File "game_loops/advance_time.rpyc", line 151, in script
File "D:\LabRats2\LabRats2-Reformulate-2024.08-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\LabRats2\LabRats2-Reformulate-2024.08-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game_loops/advance_time.rpy", line 154, in <module>
File "game/game_loops/advance_time_definition_ren.py", line 258, in advance_time_run_day
File "game/major_game_classes/character_related/Person_ren.py", line 2161, in run_day
File "game/major_game_classes/character_related/ActiveJob_ren.py", line 280, in job_happiness_score
ZeroDivisionError: float division by zero
It's another instance of Tristim infamously dividing by zero lol. In all seriousness, you can safely ignore this error.

*EDIT: This is fixed in the most recent beta, as well as the issue surrounding "baby_desire" not increasing (go Tristim!)
 
Last edited:
  • Like
Reactions: xsamp

slick97

Active Member
Dec 2, 2021
619
1,487
Been playing for a while and am having trouble with finding the city hall. How do you trigger it?
The city hall is an inaccessible location (similar to the police station). It's primarily used to store Penelope (the city rep) during the week while she's suppose to be "at work".

Interestingly enough, it seems both of the above mentioned locations may be accessible at some point since they're cells of a hub labeled "City Plaza" (although that may just be remnants of Vren code?).
 
  • Like
Reactions: Burt and oldshoe

bigdaddymaks

Newbie
Jan 17, 2023
46
88
Can anyone tell me who knows what the “cheating on man” opinion is responsible for? What does it mean?
I started going through the game for the third time and decided to check the NTR, and after changing some opinion, the game stopped generating night NTR scenes.
 

LickeyDs

Newbie
Nov 2, 2017
86
89
Can anyone tell me who knows what the “cheating on man” opinion is responsible for? What does it mean?
I started going through the game for the third time and decided to check the NTR, and after changing some opinion, the game stopped generating night NTR scenes.
This opinion is responsible for the Love needed for actions like Date or Make Girlfriend for women with significant others (boyfriends, husbands, ect.). If a woman hates Cheating on Men, then you would need 60 Love to invite her on a date instead of baseline 40 Love. Make Girlfriend wound require 80 Love instead of 60, and so on.
It also changes the flavour text during some actions. Women that hate cheating will feel guilty, women who love cheating will play up that aspect.
Some one knows how to unlock University Campus????
You need to do a couple of quests for Stephanie. She will contact Nora who works at the University. You will then be able to visit Nora on campus and have access to any of the students going there (your sister, Emily, Erica, ect.)
 

keganstrider

New Member
Feb 14, 2019
13
3
The city hall is an inaccessible location (similar to the police station). It's primarily used to store Penelope (the city rep) during the week while she's suppose to be "at work".

Interestingly enough, it seems both of the above mentioned locations may be accessible at some point since they're cells of a hub labeled "City Plaza" (although that may just be remnants of Vren code?).
Then how am I meant to find and corrupt the police commissioner?
 
4.70 star(s) 62 Votes