Short summary of your issue
Weird behavior of event adultery.2001
Game Version
1.3.1
What OS are you playing on?
Windows
What platform are you using?
Steam
Do you have mods enabled?
No
Have you tried verifying your game files (Steam only)?
Yes
How much "pain" is this causing you?
4
Please explain the issue you experienced in the most condensed way possible
I got event adultery.2001, which says that I learned my wife has been unfaithful and suspect that a child may not be mine. However, as far as I can remember, and as far as the interface shows me, I have never learned that. My suspicion is that the event is confused because my wife has a lover. But that lover is me! It is possible that there was some instance of unfaithfulness that I have since forgotten, but I don't think so.
Additionally, the tooltip for one of the options says, "loses 25 opinion of you", but there seems to be a name missing. I suspect that the event is trying to look up a target that isn't defined.
Please explain how to reproduce the issue
This is tough to reproduce on demand, as it concerns a random event firing when it (as far as I can tell) shouldn't. I've attached the save game if that helps.
Is there anything else you think could help us identify/replicate the issue?
Looking at the event code, this trigger (which is the one that produces the description in the screenshot) looks a little suspicious to me:
It seems to check if spouse in question has a lover, but does not verify that the lover is not the other spouse. That said, I'm not great at reading event scripts, so it's extremely possible that I'm missing something. It might be the case that the description firing is the only error, and there's another description for this event that would make more sense for my situation.
I have attached a save game
Yes
Upload Attachment
File(s) attached
Weird behavior of event adultery.2001
Game Version
1.3.1
What OS are you playing on?
Windows
What platform are you using?
Steam
Do you have mods enabled?
No
Have you tried verifying your game files (Steam only)?
Yes
How much "pain" is this causing you?
4
Please explain the issue you experienced in the most condensed way possible
I got event adultery.2001, which says that I learned my wife has been unfaithful and suspect that a child may not be mine. However, as far as I can remember, and as far as the interface shows me, I have never learned that. My suspicion is that the event is confused because my wife has a lover. But that lover is me! It is possible that there was some instance of unfaithfulness that I have since forgotten, but I don't think so.
Additionally, the tooltip for one of the options says, "loses 25 opinion of you", but there seems to be a name missing. I suspect that the event is trying to look up a target that isn't defined.
Please explain how to reproduce the issue
This is tough to reproduce on demand, as it concerns a random event firing when it (as far as I can tell) shouldn't. I've attached the save game if that helps.
Is there anything else you think could help us identify/replicate the issue?
Looking at the event code, this trigger (which is the one that produces the description in the screenshot) looks a little suspicious to me:
Code:
triggered_desc = {
trigger = {
exists = scope:adultery_spouse
scope:adultery_spouse = {
OR = {
any_relation = {
type = lover
count >= 1
NOT = { has_secret_relation_lover = scope:adultery_spouse }
}
any_secret = {
secret_type = secret_lover
any_secret_knower = { this = root }
}
}
}
}
desc = adultery.2001.desc_mother_lover
}
I have attached a save game
Yes
Upload Attachment
File(s) attached
Attachments
Last edited:
Upvote
0