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

REC0N

Second Lieutenant
16 Badges
Jun 4, 2007
158
18
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • 500k Club
If possible how do I mod the following..

-Change the holder of certain baronies (For instance I want the Bishopric of Lund in Skane, to also own the bishoprics in the two other provinces of Halland and Blekinge)

-Province and fief names

Q: And what does the different difficulties precisely adjust? (AI aggressiveness?, economy?, ect. numbers please)


Cheers
 
If possible how do I mod the following..

-Change the holder of certain baronies (For instance I want the Bishopric of Lund in Skane, to also own the bishoprics in the two other provinces of Halland and Blekinge)

-Province and fief names

Q: And what does the different difficulties precisely adjust? (AI aggressiveness?, economy?, ect. numbers please)


Cheers

1. In C:\....\Paradox Interactive\Crusader Kings II\history\titles create two files called b_halmstad and b_elleholm and then copy and paste everything from b_lund into those files

2. You can find and edit the province and fief (barony) names in C:\.....\Paradox Interactive\Crusader Kings II\localisation\text1.csv.

3. See C:\....\Paradox Interactive\Crusader Kings II\common\static_modifiers.txt

Code:
##########################################################################
# Difficulty Modifiers
##########################################################################

very_easy_player = {
	fertility = 0.5
	land_morale = 0.5
}

easy_player = {
	fertility = 0.25
	land_morale = 0.25
}

normal_player = {
}

hard_player = {
}

very_hard_player = {
	land_morale = -0.25
}

very_easy_ai = {
	land_morale = -0.25
}

easy_ai = {
}

normal_ai = {
}

hard_ai = {
	land_morale = 0.25
	naval_morale = 0.25
	global_tax_modifier = 0.25
	levy_reinforce_rate = 0.05
}

very_hard_ai = {
	land_morale = 0.5
	naval_morale = 0.5
	global_tax_modifier = 0.5
	levy_reinforce_rate = 0.1
}
 
Thanks mate will try that..

Also how do you remove CB's? (Wish to remove Swedens ridiculous claim on Viken)

That depends on what type of CB it is, if it is a ducal CB then you must remove Vike from its current duchy (and therefor kingdom) and moved it into another duchy/kingdom, one not held by a Swedish ruler.

You can change that in C:\Games\Paradox Interactive\Crusader Kings II\common\landed_titles.txt.

I have no idea though what type of CB the Swedish rulers have on Viken, so it might be for a whole other reason then a ducal CB.
 
It is a ducal claim, they've put Viken into Västergötaland which means that Ranrike(Another name for Viken) is considered De-Jure Swedish, despite it being far from the truth.

Hell, I'm almost surprised they didn't put Scania, Finland and Jemtland into De-Jure Sweden aswell.
 
Indeed it's a ducal claim!

Need help changing the holder of baronies again :D It worked great with b_lund, but now I need to add Segeborg to Ribe. And Ribe doesn't have a (b_ribe) text file, so what to do?

EDIT: While doing this another issue came up, hence the bishop's demesne limit is too low - anyway I can mod the limit higher for bishops? (too bad your bisops can't have prior's/vassals!)


Again thanks!
 
Last edited:
Indeed it's a ducal claim!

Need help changing the holder of baronies again :D It worked great with b_lund, but now I need to add Segeborg to Ribe. And Ribe doesn't have a (b_ribe) text file, so what to do?

EDIT: While doing this another issue came up, hence the bishop's demesne limit is too low - anyway I can mod the limit higher for bishops? (too bad your bisops can't have prior's/vassals!)


Again thanks!

If I under stand your correctly you want the bishop of Ribe (b_ribe) to also own b_segeberg ? Since there are no bishops of Ribe in the history file the game autogenerates them. If you want both b_ribe and b_segeberg to be held by the same person you will need to create the bishops first.

Bishops (or any baron-level title) can't have vassals.
 
Yes that is exactly what I want, how do you create a bishop b_text file?

I guess it is impossible to make a historical correct diocese's when the bishops demense limit is too small, as they won't generate any income. (most have 1 or 2 as limit)

Diocese of Viborg = Jylland
Diocese of Ribe = Slesvig, Holsten
Diocese of Odense = Fyn
Diocese of Lund = Skane, Halland, Blekinge, Bornholm
Imagine doing this with f.example england! (easy 10 in demense)
 
Last edited:
How do I make Novgorod the liege of the duchies of Kola and Karelia from 1066? (Ääninen, Karjala, Kantalahti, Kola)

Also was there anyway to change the demense limit?
 
You can't make duchies vassals of another duchy. What you can is is make the counties vassals of the duchy of Novgorod.

Open the county-files (in Crusader Kings II/history/titles) and add these lines to them:

1066.1.1=
{
liege="d_novgorod"
}

AFAIK there is no way to change the demesne-limit.
 
Got them to show as novgorod at start-up, but they are lost as soon you start a game. I guess I need to change there status as duchies to counts right? How is that done, editing the liege in the c_files isn't enough..

Thx

EDIT: Figured it out myself. You need to delete the 1066={xxxx} line in d_kola file aswell.

Cheers anyways!
 
Last edited: