CK III - modding bug : faith name, icon and description doesn't appear when wrong holy site

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

AshWolf

Private
31 Badges
Mar 6, 2017
21
2
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Conclave
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Europa Universalis 4: Emperor
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Common Sense
  • Crusader Kings II
  • Europa Universalis IV: El Dorado
  • Victoria 2
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Europa Universalis IV: Third Rome
  • Victoria: Revolutions
Short summary of your issue
modding bug : faith name, icon and description doesn't appear when wrong holy site

Game Version
1.3.1

What OS are you playing on?
Windows

What platform are you using?
Paradox Launcher

Do you have mods enabled?
Yes

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
I've created a new faith mod. For some reason, the name, icon and description of the faith wasn't appearing ingame (but still, the faith appeared in the list).
As I intended to create holy sites, i've put the names of the provinces I wanted my holy sites to appear on. Turned out that when a custom Holy Site file is missing, it causes the bug.

Please explain how to reproduce the issue
#in common/religion/religions file :

faiths = {
faithname = {
color = { 100 10 20 }
icon = hellenic
reformed_icon = hellenic

holy_site = tavan_bogd
holy_site = malat'ya #missing
holy_site = almaty #missing
holy_site = oskol #missing
holy_site = chersonesus #missing

}
}

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
 
Upvote 0

NamelessTheSecond

Second Lieutenant
Paradox Staff
QA
3 Badges
Mar 16, 2021
107
50
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
Hello AshWolf,
Thank you very much for reporting this issue! I've added it to our database. However, I was only able to reproduce it partly. It was only the name that was missing. Could you provide more info in regards to what you changed in your faith mod file?