• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Status
Not open for further replies.

Tiax

Banned
47 Badges
Jun 7, 2007
2.520
16.237
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Mandate of Heaven
  • Crusader Kings Complete
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Cradle of Civilization
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Crusader Kings III
  • Europa Universalis 4: Emperor
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Crusader Kings II
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Warlock: Master of the Arcane
  • 500k Club
  • Cities: Skylines
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:

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
            }
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
 

Attachments

  • 20210515224007_1.jpg
    20210515224007_1.jpg
    473 KB · Views: 0
  • Duke_Csanad_II_of_Csanad_1185_07_17.ck3
    19 MB · Views: 0
Last edited:
Upvote 0
Hi, Tiax!

Thanks for reporting this! Looks like your ruler has had a long day... This doesn't look right, so we've added it to our database and will make sure to look into it!

Cheers!
 
  • 1Like
Reactions:
Status
Not open for further replies.