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

ModsNewbie

Sergeant
14 Badges
Jun 13, 2019
64
2
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Holy Fury
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sons of Abraham
Hi, I am trying to create a mod where I can create titular duchies just like how titular kingdoms and empires and created in vanilla game.

I know that I have to edit the landed_titles.txt file but I just don't know how to proceed.

Can someone help me with this?
 
Last edited:
ok so I downloaded the mod but it just won't work even though I turned on the custom realm rule and everything.

Is this mod not compatible with other mods or something?

Do I have to delete all my other mods?
This mod doesn't seem outdated and should be compatible with everything as it doesn't contain any vanilla file.
The requirements are the game rule indeed and owning the Charlemagne DLC.
It appears to be only for count level rulers.
Code:
        potential = {
            NOT = {
                has_game_rule = {
                    name = dynamic_realms
                    value = off
                }
            }
            has_dlc = "Charlemagne"
            is_playable = yes
            tier = COUNT
            NOT = { tier = DUKE }
            OR = {
                ai = no
                AND = {
                    trait = proud
                    prestige = 1000
                }
                AND = {
                    trait = ambitious
                    prestige = 1000
                }
                prestige = 2500
            }
        }
 
  • 1
Reactions: