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

b_raven

Major
86 Badges
Jun 29, 2012
631
532
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: By Blood Alone
  • Victoria 3 Sign Up
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Surviving Mars
  • Victoria 2: A House Divided
  • Europa Universalis IV
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Heir to the Throne
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Res Publica
  • Sengoku
  • Cities in Motion
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: Pre-order
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - Snowfall
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Europa Universalis IV: Conquest of Paradise
  • Divine Wind
  • Europa Universalis IV: Art of War
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Hearts of Iron IV: Expansion Pass
  • Cities: Skylines - Green Cities
  • Age of Wonders III
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Crusader Kings III
  • Cities: Skylines - Parklife
Short summary of your issue
Send Poem bugged

Game Version
Game Version 1.0.3 (935c)

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?
3

Please explain the issue you experienced in the most condensed way possible
Send Poem interaction displays wrong percentage values, the AI always chooses to mock poem despite this option have 1% weight.

Please explain how to reproduce the issue
Start a game, obtain Poet trait.

Is there anything else you think could help us identify/replicate the issue?


I have attached a save game
No

Upload Attachment
File(s) attached
 

Attachments

  • 2021_04_28_2.png
    2021_04_28_2.png
    2,6 MB · Views: 0
  • 2021_04_28_3.png
    2021_04_28_3.png
    2,8 MB · Views: 0
  • 3Like
Reactions:
Hi b_raven,

The displayed percentage is rounded, it means there is a 99,x% chance vs 0,x% chance. As for the second part, where AI always mocks the poem, I am having trouble reproducing this issue on my end. Could you please provide a save file where this happened?

Thanks!

Edit: I see that you are playing on version 1.0.3. We recommend updating to 1.3.1 :)
 
  • 1
Reactions:
Hi b_raven,

The displayed percentage is rounded, it means there is a 99,x% chance vs 0,x% chance. As for the second part, where AI always mocks the poem, I am having trouble reproducing this issue on my end. Could you please provide a save file where this happened?

Thanks!

Edit: I see that you are playing on version 1.0.3. We recommend updating to 1.3.1 :)

Dear Countess of Bohemia, m'lady,

you can reproduce this issue easily: load up the save file I attached, choose Pope, select Send Poem. "A Work detailing their Incompetence" and AI will always choose the 0% option.

As for the verison, my bad, I using the current one, 1.3.1

Hope that helps. If you need additional info, im always glad to help ;)
 

Attachments

  • di_Lucca_1066_Ironman.ck3
    15,5 MB · Views: 0
The chance of success of the diplomacy duel is higher if your opponent has a lower score in diplomacy than you have. It should be the contrary. The scores seems inverted.
 
I can confirm that this bug is still happening, but it seems it's more that the odds shown to the players are incorrect not so much the actual chances.
 
but it seems it's more that the odds shown to the players are incorrect not so much the actual chances.
Are you sure it's not this that's misleading you?
1651346457365.png

Because that part works. This bypasses the "duel" entirely.
For some reason this also works for the bad poem (detailing incompetence).
 
Last edited:
Still messed up. See my attached save with high diplo/poet character. I have almost no chance of insulting my enemies because they benefit from my high diplo rating.
 

Attachments

  • poetry success percentage still backwards.ck3
    10,8 MB · Views: 0
  • 1
Reactions:
I found this thread because I have the same problem of failed mocked incompetence, despite having a very high diplo attribute.
I think the issue might be that in the file /common/scripted_effects/00_poetry_effects.txt,
in the duel resolution of send_poem_incompetence_duel_effect, multipliers 3.5 and -3.5 should be swapped, ie:
Code:
            compare_modifier = {
                value = scope:duel_value
                multiplier = 3.5
                min = -49
                max = 49
            }
should be
Code:
            compare_modifier = {
                value = scope:duel_value
                multiplier = -3.5
                min = -49
                max = 49
            }
and vice-versa.
The duel is calculated from the target point of view (the scope is scope:recipient) so the chance of the sender's (ie. scope:actor) victory should have a negative weight.
 
  • 4
Reactions: