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

Ziegler

Second Lieutenant
115 Badges
Aug 31, 2003
132
25
  • 500k Club
  • Cities: Skylines - Natural Disasters
  • Cities: Skylines - Mass Transit
  • Cities: Skylines - Snowfall
  • Cities: Skylines - After Dark
  • Cities: Skylines - Green Cities
  • Cities: Skylines Deluxe Edition
  • Cities: Skylines
  • Cities: Skylines - Parklife
  • Cities: Skylines Industries
  • Cities: Skylines - Campus
  • Crusader Kings Complete
  • Deus Vult
  • Crusader Kings II
  • Crusader Kings II: Holy Knight (pre-order)
  • Crusader Kings III
  • Victoria: Revolutions
  • Victoria 2
  • Europa Universalis III
  • Europa Universalis III: Collection
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV
  • Darkest Hour
  • Hearts of Iron III
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Field Marshal
  • Diplomacy
  • Europa Universalis IV: Call to arms event
  • Stellaris
  • Rome Gold
  • Pride of Nations
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome
  • Imperator: Rome Sign Up
Hi.

I'm currently playing CKDV med the DVIP. I tried to do some small modding of my own, but can't really seem to be able to wrap my head around it.

I would like to add, to the game(1066), 1 extra Duchy title, and 1 extra Kingdom title.

1 - Duchy of Agder - consisting of the provinces: Agder and Rogaland.
2 - Kingdom of Agder - consisting of the provinces: Agder, Rogaland and Telemark.

Anyone would would be so kind to give me some helpful advice or tips on how to proceed?

Edit: I do not mind if it results in the loss of an existing Duchy or Kingdom.
 
Last edited:
First, track down a free duchy tag. If you're not using the Wales map, you can use PALM, but there are others. I don't have a list ready though.
Also use a free kingdom tag (U005 or so).
Create or edit a COA for both these tags.

Open db\Province.csv and then just change the info for the provinces you want to belong to this duchy and kingdom, by replacing the current info as follows:
Code:
268;PROV268;Agder;Scandinavia;Fjords;886;Mountain;0;norwegian;2;[COLOR="Red"]PALM;U005[/COLOR];NONE;NONE;NONE;3784;1081;3828;1152;3847;1184;3793;1142;-100;-100;0;-100;-100;0;-100;-100;0;-100;-100;0;3800;1100;-1;-1;;;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1
269;PROV269;Rogaland;Scandinavia;Fjords;886;Mountain;0;norwegian;2;[COLOR="Red"]PALM;U005[/COLOR];NONE;NONE;NONE;3681;991;3748;983;3606;1030;3718;1023;-100;-100;0;-100;-100;0;-100;-100;0;-100;-100;0;3733;979;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1
270;PROV270;Telemark;Scandinavia;Fjords;886;Mountain;0;norwegian;2;BERG;[COLOR="Red"]U005[/COLOR];NONE;NONE;NONE;3879;1013;3904;955;3934;1101;3920;1060;-100;-100;0;-100;-100;0;-100;-100;0;-100;-100;0;3875;1011;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1;-1

You will also want to add/edit entries in db\country.csv:
Code:
PALM;Brown;[COLOR="Red"]norwegian[/COLOR];yellow_regular;silver_regular;X
U005;DarkOrange;[COLOR="Red"]norwegian[/COLOR];yellow_regular;red_regular;X

Edit colours if you like, but you can only use colours already existing in the file. main_color and FlagA/FlagB use different colours and are not interchangable.

And you need new names. Open config\world_names.csv and edit the following:
Code:
PALM;[COLOR="Red"]Agder[/COLOR];@;@;@;@;;;;;;X
U005;[COLOR="Red"]Agder[/COLOR];@;@;@;@;;;;;;X
 
Last edited:
Brillant. That worked out just great! Just one last question: is there some way I can define the capital of both the Duchy and Kingdom?

No, in the case of your mod all provinces have the same culture and religion so the capital of the duchy and the kingdom will be the province with the highest income.