- Dec 25, 2016
- 56
- 50
I'm not sure the relationship improvement and breakup events for unrelated girls are firing properly in the mod. I saw one once towards the beginning of the game, and then never again, even after boosting the weight to 50 and spamming my way through a bunch of days doing nothing to check. Bunch of training sessions, no new relationships.
Hard for me to check out the problem in the code, though; the crisis selection section in the mod is a little over my head.
edit: Wait, I think I figured it out. It's not the crisis selection section at all, it's the mod's version of the specific crisis requirement.
"Single" is not in "relationship_worsen_stats," so single girls are ineligible to form a relationship.
Hard for me to check out the problem in the code, though; the crisis selection section in the mod is a little over my head.
edit: Wait, I think I figured it out. It's not the crisis selection section at all, it's the mod's version of the specific crisis requirement.
Code:
if not person.title is None and not person.relationship == "Married" and person.relationship in relationship_worsen_stats and person.love <= relationship_worsen_stats[person.relationship] + (person.get_opinion_score("cheating on men") * 5) :
Last edited: