Well the title explains it pretty much, I want to change a Bishopric into a County.
How on earth do I do this ?
How on earth do I do this ?
Find the tag of the bishopric you want to play and then change the bold part of the code in the XXXX_scenario_countries.inc:postm00v said:Well the title explains it pretty much, I want to change a Bishopric into a County. How on earth do I do this ?
country = {
tag = CXXX
form_of_goverment = [B]ecclestical -> feudal[/B]
capital = XXX
ruler = {
startdate = { year = 1066 month = january day = 1 }
character = { type = 10 id = XXXX }
}
controlledprovinces = {
XXX
}
}
Each character has a line like this:postm00v said:Now another question, how do I edit the last name of my character ?
dynasty = {
id = { type = 12 id = XXXXXX }
name = "XXXXXXX"
province = { XX }
}