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

unmerged(243088)

Sergeant
9 Badges
Dec 27, 2010
71
0
  • Crusader Kings II
  • Darkest Hour
  • Europa Universalis III Complete
  • Divine Wind
  • For the Motherland
  • Hearts of Iron III
  • Heir to the Throne
  • Semper Fi
  • Victoria 2: A House Divided
Hello everyone, I am looking to make some slight modifications to CK2. However, I honestly don't really know where to begin. I tried using some EU3 tutorials and CK1 tutorials, but things seem to be a fair bit different. Therefore, I would be extremely grateful if someone could provide some help/short tutorials on how to do some of the following:

1. creating new kingdoms/duchies/counties
2. creating new dynasties/characters
3. editing character portraits
4. event basics (things that are new to CK2 and differ from previous games)

Thank you in advance.
 
While inspecting the game files I've figured out how to create actual titles. However, I'm unsure how to add "de jure" areas to a created title. I'm sure its fairly easy though and I'm simply being dense... Thanks guys
 
I have a question that may seem a bit strange, but... is it possible to create a culture that would only produce people of one gender, for instance, female? What would happen if there were no male names supplied for that culture?
 
landed_titles.txt

Basic way :

Code:
e_my_empire = {
	k_my_kingdom = {
		d_my_first_duchy = {
			c_my_first_county =
				b_baronya = {
				}
				b_baronyb = {
				}
				b_baronyc = {
				}
				b_baronyd = {
				}
			}
			c_my_second_county =
				b_baronye = {
				}
			}
		}
		d_my_second_duchy = {
			...

With this :
You will have an empire, with a de Jure kingdom in it, with 2 de Jure Duchy in it, with 2 de Jure county in the first duchy with 4 baronies in the first one and 1 barony in the second one