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

KongMD

Corporal
18 Badges
Apr 2, 2017
27
0
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sons of Abraham
  • Magicka
  • Sword of the Stars
  • Sword of the Stars II
  • Crusader Kings II
  • Teleglitch: Die More Edition
  • Prison Architect
  • Shadowrun Returns
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Magicka: Wizard Wars Founder Wizard
  • Victoria 2
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Charlemagne
The suicide_fail flag isn't being reset when an incapable character attempts to commit suicide and fails. The result is that the player is forced into watching the game play itself while being able to do absolutely nothing, and having a regent potentially give away all their lands before a natural death. Anecdotal reports here and here.

Reproduction Steps
I've attached a save to this post for testing. In the save, the player character is Incapable and had a failed suicide attempt on 9/27/1066. If you let the game run until 9/27/1067, you'll see the player still can't choose to commit suicide because suicide_fail never resets. Screenshots below:

wKH6M68.png

iX25NS9.png

Cause
The bug occurs in RIP.30210 of rip_flavor_events.txt. There's no code here that will clear the suicide event flags. This block needs to be added to RIP.30210, so that the player can again attempt suicide after 1 year:

Code:
immediate = {
    character_event = { id = RIP.30201 days = 365 } #Cleanup
}
 

Attachments

  • Incapable_Suicide_Testing.ck2
    2,7 MB · Views: 4
Upvote 0