• 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.

PoopBalloon

Private
2 Badges
Jun 29, 2021
21
42
  • Crusader Kings III
  • Crusader Kings III: Royal Edition

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

Prevented from promising a grand wedding after hosting one.

Description​

The ep2_wedding.0001 event is adding a variable that prevents you from hosting another grand wedding.

Steps to reproduce​

1. Host a grand wedding.
2. Wait
3. Eventually, the variable "promised_grand_wedding_marriage_countdown" will be added to your character from the on_trigger_fail event for ep2_wedding.0001. (Line 108 of the ep2_wedding_events.txt file)
4. Once that happens, the "Grand Wedding" option will no longer be available when arranging a marriage.

To trigger it on the save file attached, do the following steps.

1. On 9/23/1069, click on your heir and select "Find Spouse". The "Grand Wedding" option should be available.
2. On 9/24/1069, click on your heir and select "Find Spouse". The "Grand Wedding" option will not be available.

Game Version​

1.9.2

Platform​

Windows

Additional Information​

Affected Feature​

  • Gameplay
  • Achievements

Save Game​

View attachment Before_The_Crash.ck3

Other Attachments​

View attachment Before_The_Crash.ck3

 
  • 4Like
  • 2
Reactions:
For anyone who doesn't mind using the console to fix. Run this after hosting a wedding:

Code:
effect = { every_player = { remove_character_flag = promised_grand_wedding_marriage_countdown } }
 
  • 5
Reactions:
The event will be triggered too if the player character die with that variable, so death is not a way to escape from it, but deposed can.
Another way is after the wedding complete, promise another to let that event fire successfully, then the event will clear the variable until next trigger
 
Last edited:
You might still be bricked 1 year after running the debug command line since the event is already doing a 1 year loop.

I didn't post here, but it's fixed in the unofficial patch mod, you'll just have to wait 1 year for the behind the scene event to be cleared. And if you don't want mod, try the debug command line posted above
 
  • 1Like
Reactions:
Status
Not open for further replies.