Hey, maybe I'm just looking in the wrong place but I can't find any instructions for how to edit province shapes. Could anyone direct me to where I should be looking?
YodaMaster said:Do you mean reworking the map? See Inferis' tools.
Otherwise, all is in province.csv. See some informations here (but a better more complete source could be available elsewhere).
command = { type = provinceculture which = x value = culture_name }
YodaMaster said:In this case, create a new event and use provinceculture command for each involved province:
Or directly edit the savefile and add the wanted culture for each province (culture = "culture_name" in province entry).Code:command = { type = provinceculture which = x value = culture_name }
province = {
id = 459
winter = yes
whiteman = yes
culture = "tatar"
income = 5
tax = 5
religion = sunni
construction = {
id = { type = 4712 id = 11128422 }
action = 27
province = 459
flags = 196608
startdate = { year = 1567 month = november day = 25 }
enddate = { year = 1576 month = november day = 20 }
level = 1
success = no
x = 11345
y = 1727
tag = HAB
}
}
city = {
name = "Lugansk"
population = 3238.660
location = 459
fortress = { level = 2.000 }
}
CULTURE_DELAWARE;tartar;;;;;;;;;;1655
The Swert said:I don't think 'tatar' is a default culture as listed in text.csv. You need to use the original name as seen in text.csv. Different mods renamed different cultures differently. I know in ExtraWATK 'naskapi' got used for tatar but in WATKABAOI 'delaware' was used.
So you need to open the text.csv and search for tatar in the culture list it should have something like:
This means that in your edit you need to use 'culture = delaware' etc and ingame it will say tartar.Code:CULTURE_DELAWARE;tartar;;;;;;;;;;1655