Phoexist

Active Member
Mar 11, 2020
505
559
258
problem is i havent set any work uniform, also her slutiness is at 60
Could be any number of opinions. Small talk to her to try and reveal those opinions. Anything they hate will drop their happiness when it occurs. If they hate high heels, they lose happiness when wearing them. If they hate Mondays, they get a huge drop on Monday. If they hate working or a particular job, they get major losses as those occur every turn.
 
  • Like
Reactions: dalzomo

dalzomo

Active Member
Aug 7, 2016
939
785
306
problem is i havent set any work uniform, also her slutiness is at 60
Either a serum she's using is reducing happiness, or some other opinion is tanking it. Could be she hates working, or Mondays, or Weekends, or maybe she hates Conservative Outfits and what she's wearing isn't slutty enough. Learn her opinions and post them here if you can't sort out which it is
 

alucard175

Member
Apr 20, 2017
117
156
176
Either a serum she's using is reducing happiness, or some other opinion is tanking it. Could be she hates working, or Mondays, or Weekends, or maybe she hates Conservative Outfits and what she's wearing isn't slutty enough. Learn her opinions and post them here if you can't sort out which it is
not drinking any mandatory serums and she does hate conservative outfits, but i dont have work uniforms setted so she shouldnt have a reason to be tanking happiness
 

Thaunatas

Member
Aug 25, 2021
235
124
53
not drinking any mandatory serums and she does hate conservative outfits, but i dont have work uniforms setted so she shouldnt have a reason to be tanking happiness
Well... Sadly your employees dont dress according to their own opinions by default, game just assigns them with random clothing set without checking their fashion opinions...
 
  • Like
Reactions: eldoen and dalzomo

dalzomo

Active Member
Aug 7, 2016
939
785
306
not drinking any mandatory serums and she does hate conservative outfits, but i dont have work uniforms setted so she shouldnt have a reason to be tanking happiness
Thaunatas is correct. If what she's wearing is below her sluttiness by a certain threshold that will trigger the hate opinion. If she's high enough obedience you might be able to alter her own wardrobe to only have high-sluttiness outfits, but that's only a delaying tactic. Once she's out of range of those clothes, hate will kick in again. Your best option is to exploit trances to weaken that opinion twice, thus removing it
 

eldoen

Member
Jun 30, 2021
460
283
141
yep she can hate red and have red clothes assigned at the start of the game, or when she is hired. something stupid like that.
 

bajonk

New Member
Jun 10, 2017
13
10
56
Here is a fix for city rep error and minus pregnancy days. I made this fix from the guide some peeps made here. Ordering the city reps still show error, but can still ignore it. Extract and copy/replace from the main game directory.
 

Satalin

Newbie
Jul 24, 2017
53
31
216
Additional error when trying to Order her to get the license for you.

You don't have permission to view the spoiler content. Log in or register now.
there
You actually want to use purchase_policy rather than buy_policy. Two different functions. The issue is that the Vren coded purchase_policy as a global method but is calling it as an instance method...

So change:
attention_floor_increase_2_policy.purchase_policy(ignore_cost=True)
to
purchase_policy(attention_floor_increase_2_policy, ignore_cost=True)

in role_city_rep.rpy lines 69, 77, and 321. (attention_bleed_increase_2_policy on 321)
 

Molesar

Newbie
Jan 29, 2020
28
6
13
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'apply_sex_slut_modifier'.

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

Full traceback:
  File "script.rpyc", line 262, in script call
  File "general_actions/location_actions/business_actions.rpyc", line 133, in script call
  File "script.rpyc", line 419, in script call
  File "major_game_classes/business_related/Attention_Events.rpyc", line 50, in script call
  File "major_game_classes/business_related/Attention_Events.rpyc", line 462, in script call
  File "script.rpyc", line 380, in script call
  File "game_roles/role_city_rep.rpyc", line 135, in script call
  File "renpy/ast.py", line 1485, in execute
  File "script.rpyc", line 262, in script call
  File "general_actions/location_actions/business_actions.rpyc", line 133, in script call
  File "script.rpyc", line 419, in script call
  File "major_game_classes/business_related/Attention_Events.rpyc", line 50, in script call
  File "major_game_classes/business_related/Attention_Events.rpyc", line 462, in script call
  File "script.rpyc", line 380, in script call
  File "game_roles/role_city_rep.rpyc", line 135, in script call
  File "renpy/script.py", line 918, in lookup
ScriptError: could not find label 'apply_sex_slut_modifier'.
So how do i fix that shit at android?
 
3.40 star(s) 127 Votes