slick97
Active Member
- Dec 2, 2021
 
- 820
 
- 2,158
 
- 377
 
If you have the decompiled game files (see this post here for how to get them), then navigate your way to the following directory:How to disable the obedience bleed? I can't go 5 minutes without it dropping below 200, how do I keep it at 300.
...\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.