4.60 star(s) 68 Votes

Silentheart42

Member
May 10, 2019
364
113
Lol, I wasn't talking about personal drama, I was talking about a transcript that gives a blow-by-blow of how complicated it actually is to mod this game. Apparently you don't even pass your own test on the "a bit of curiosity" criterion. Whatever you gotta do to feel superior to other people, I guess.
Clearly ibnarabi doesn't have a Functional Brain.
 

Draakaap23

Dying is always an option
Donor
Jul 5, 2017
1,226
2,795
How to disable the obedience bleed? I can't go 5 minutes without it dropping below 200, how do I keep it at 300.
- don't use serums which decrease it
- have an HR employee the work duty that increases it
- when interacting sexually use those options that increase it for that girl/woman, this differs from personality.
- cheat
- make serums that increase it and spread it around (possible through Serum Policies)
- make em submissive, dominant ones bleed obedience fast(er)
 
Last edited:
  • Like
Reactions: oldshoe

slick97

Active Member
Dec 2, 2021
687
1,800
How to disable the obedience bleed? I can't go 5 minutes without it dropping below 200, how do I keep it at 300.
If you have the decompiled game files (see this post here for how to get them), then navigate your way to the following directory:
...\game\major_game_classes\character_related and open the file Person_ren.py with notepade++. Navigate your way to line 1966 and 1974 and change self.change_obedience(-1, add_to_log = False) to self.change_obedience(0, add_to_log = False). Make sure you save the changes (ctrl + s).

You don't have permission to view the spoiler content. Log in or register now.
Keep in mind that if you do follow fplay8881 's approach of turning them into slaves then girls with the dominant trait will always bleed obedience to a minimum of 200.
 

slick97

Active Member
Dec 2, 2021
687
1,800
how hard would it be to make a mod witha better version of high capacity?
If you have some background in Python then not too difficult. Otherwise, it's easier to just type the following into the console (shift + o): high_capacity_design.slots=5. You can change "5" to how ever many extra slots you want, and this type of edit will only affect any future saves in that specific playthrough. Also, make sure you have the trait researched first before typing the command.
 

Draakaap23

Dying is always an option
Donor
Jul 5, 2017
1,226
2,795
Anyone else getting the icon, the one that means: 'check the map', almost constantly flashing on and off, when dialog screen is active?
 
  • Like
Reactions: Burt

Notr_

Newbie
Feb 19, 2019
64
88
Does anyone know how to lower the cost of a trance on a woman? It seems to keep going up and its becoming too much to be worth it
 

slick97

Active Member
Dec 2, 2021
687
1,800
Does anyone know how to lower the cost of a trance on a woman? It seems to keep going up and its becoming too much to be worth it
Clarity cost for training will only ever go up, not down (see spoiler).
You don't have permission to view the spoiler content. Log in or register now.

However, you can just set base_modified_cost = self.base_cost to maintain a static value, or you can cheat and set base_modified_cost = 0 to avoid any clarity cost.

The decompiled file can be found in ...\game\major_game_classes\character_related, opening Trainable_ren.py, and navigating to line 49.
You don't have permission to view the spoiler content. Log in or register now.
 

Grumlydude

Newbie
Mar 15, 2023
22
22
Does anyone know how to lower the cost of a trance on a woman? It seems to keep going up and its becoming too much to be worth it
Clarity cost for training will only ever go up, not down (see spoiler).
You don't have permission to view the spoiler content. Log in or register now.

However, you can just set base_modified_cost = self.base_cost to maintain a static value, or you can cheat and set base_modified_cost = 0 to avoid any clarity cost.
There is another solution not involving code changes : it's a repeatable reset of the training system.
/!\ Disclaimer : I have NOT TESTED this on my game as I want to keep a certain level of difficulty :p
In console, type the one of following command depending on what you want to reset:

Python:
for x in opinion_trainables: x.training_tag = ''.join(random.choice(string.ascii_lowercase) for _ in range(5))
for x in skill_trainables: x.training_tag = ''.join(random.choice(string.ascii_lowercase) for _ in range(5))
for x in stat_trainables: x.training_tag = ''.join(random.choice(string.ascii_lowercase) for _ in range(5))
for x in special_trainables: x.training_tag = ''.join(random.choice(string.ascii_lowercase) for _ in range(5))
It modifies the tag of trainables things, only in traning system. It's not used elsewhere in code.
 
  • Like
Reactions: Notr_ and oldshoe

Draakaap23

Dying is always an option
Donor
Jul 5, 2017
1,226
2,795
The reason this doesn't happen with shirts and bras is because they have a different image for each breast size. Accessories like this (and also pants, skirts, panties) have only one image that looks perfectly fine when the boobs are smaller. It makes me wonder if the really big breast sizes were not added until later.
I've seen the same issue, in particular with this pose, and it was either pants or skirts now you mention it. I had not seen it happen with this accessory before.
 
4.60 star(s) 68 Votes