Create and Fuck your AI Slut -70% OFF
x

slick97

Active Member
Dec 2, 2021
820
2,158
377
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
820
2,158
377
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,284
2,890
499
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
94
115
189
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
820
2,158
377
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
23
23
54
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

rb813

Well-Known Member
Aug 28, 2018
1,584
1,082
326
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.
 

Draakaap23

Dying is always an option
Donor
Jul 5, 2017
1,284
2,890
499
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.
 
Feb 2, 2023
33
41
92
Love this game and the 1st iteration...only reason I stopped playing it was bc the women and interactions are too small and hard to see, comparatively. Has there been any MODS or improvements made in this area?
 
  • Like
Reactions: rb813

themagiman

Well-Known Member
Mar 3, 2018
1,894
612
273
Love this game and the 1st iteration...only reason I stopped playing it was bc the women and interactions are too small and hard to see, comparatively. Has there been any MODS or improvements made in this area?
I use the growth serum to make them bigger for that reason
 

slick97

Active Member
Dec 2, 2021
820
2,158
377
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.
tl;dr up front
Clothing are separate images that are overlayed onto the body.

Long Answer
The characters in LR2 are built piece-wise in the exact same manner that 2D artists use (i.e. The Null Hypothesis). Every body type, face type, hair, emotion, breast type, article of clothing, skin color, cum splatter, and position/stance are all rendered individually and then stitched together to create the models you see. For one position (i.e. stand 4), there are 5317 images that can be used in combination to make any given character.

As for how many images are used for a single piece of clothing? 1200. Starbuck created her own custom cop uniform for Christine, so the number I just mentioned is for the blouse piece. Clipping issues like the one from Draak are a consequence for the versatility in creating characters, scenes, and wardrobes.

To put it mildly: Vren built his own engine within Ren'Py for something he probably intended to use to create endless content.
 

HaverPing1927

Newbie
May 19, 2023
15
10
70
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.
Here's hoping it gets fixef when they add even bigger sizes (hoping for this too lol)
 
4.60 star(s) 79 Votes