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

MemeWizard

Second Lieutenant
26 Badges
Dec 18, 2016
140
20
  • Surviving Mars
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Federations
  • Crusader Kings III
  • Age of Wonders III
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Crusader Kings II
  • Warlock: Master of the Arcane
Short summary of your issue
Localization - TRAIT_DESC_POSITIVE_

Game Version
1.3.1

What OS are you playing on?
Windows

What platform are you using?
Steam

Do you have mods enabled?
Yes

Have you tried verifying your game files (Steam only)?
No

How much "pain" is this causing you?
6

Please explain the issue you experienced in the most condensed way possible
Code:
TRAIT_DESC_POSITIVE_FOR_LIEGE:0 "[crime_i] This is liked by [CHARACTER.GetShortUIName], [TARGET_CHARACTER.GetShortUINamePossessiveNoTooltip] [liege|E] ([CHARACTER.GetFaith.GetAdjective])"

Should be

Code:
TRAIT_DESC_POSITIVE_FOR_LIEGE:0 "This is liked by [CHARACTER.GetShortUIName], [TARGET_CHARACTER.GetShortUINamePossessiveNoTooltip] [liege|E] ([CHARACTER.GetFaith.GetAdjective])"

(without [crime_i] icon part, because it's positive)

And

Code:
TRAIT_DESC_POSITIVE_FOR_THEM:0 "[crime_i] This is liked by [CHARACTER.GetShortUINamePossessiveNoTooltip] faith ([CHARACTER.GetFaith.GetAdjective])"

Doesn't work because the game uses TRAIT_DESC_POSIITIVE_FOR_THEM
(doubled first I in "positive")

Also, it also should be without [crime_i] icon, because it's positive

Code:
TRAIT_DESC_POSITIVE_FOR_THEM:0 "This is liked by [CHARACTER.GetShortUINamePossessiveNoTooltip] faith ([CHARACTER.GetFaith.GetAdjective])"

Please explain how to reproduce the issue
You need to mod in triggered_opinion to trait with positive opinion_modifier!

Is there anything else you think could help us identify/replicate the issue?
This is an error I have discovered while modding CK3 and it's impossible to encounter in vanilla game. Nothenless, I'll report it here!

I have attached a save game
No

Upload Attachment
File(s) attached
 

Attachments

  • Screenshot 2021-06-06 191136.png
    Screenshot 2021-06-06 191136.png
    11,2 KB · Views: 0
  • Screenshot 2021-06-06 191143.png
    Screenshot 2021-06-06 191143.png
    59,4 KB · Views: 0
  • 2Like
Reactions:
Status
Not open for further replies.