Hey guys.
So I've recently added a few provinces to the map, with their corresponding POPs, for a HoD mod that I'm making. But one problem, those POPs aren't showing up despite it being included in their files.
Can anyone give me advice?
Here's the POP files
And here's the end result (sorry for the crappy quality; that's the fault of Imgur, not me.)
So I've recently added a few provinces to the map, with their corresponding POPs, for a HoD mod that I'm making. But one problem, those POPs aren't showing up despite it being included in their files.
Can anyone give me advice?
Here's the POP files
Code:
#Shetland (328000/82000 POPS)
3249 = {
aristocrats = {
culture = british
religion = protestant
size = 15
}
clergymen = {
culture = british
religion = protestant
size = 75
}
artisans = {
culture = british
religion = protestant
size = 135
}
farmers = {
culture = british
religion = protestant
size = 1575
}
}
#Orkney (328000/82000 POPS)
3251 = {
aristocrats = {
culture = british
religion = protestant
size = 15
}
clergymen = {
culture = british
religion = protestant
size = 75
}
artisans = {
culture = british
religion = protestant
size = 135
}
farmers = {
culture = british
religion = protestant
size = 1575
}
}
#Stornoway (328000/82000 POPS)
3252 = {
aristocrats = {
culture = british
religion = protestant
size = 35
}
clergymen = {
culture = british
religion = protestant
size = 125
}
artisans = {
culture = british
religion = protestant
size = 555
}
farmers = {
culture = british
religion = protestant
size = 5025
}
}
#Portree (328000/82000 POPS)
3253 = {
aristocrats = {
culture = british
religion = protestant
size = 55
}
officers = {
culture = british
religion = protestant
size = 15
}
clergymen = {
culture = british
religion = protestant
size = 200
}
soldiers = {
culture = british
religion = protestant
size = 1000
}
artisans = {
culture = british
religion = protestant
size = 1210
}
farmers = {
culture = british
religion = protestant
size = 7025
}
}
Code:
#Uddevalla (168000/14650 POPS)
3250 = {
aristocrats = {
culture = swedish
religion = protestant
size = 50
}
clergymen = {
culture = swedish
religion = protestant
size = 250
}
artisans = {
culture = swedish
religion = protestant
size = 2500
}
soldiers = {
culture = swedish
religion = protestant
size = 1100
}
farmers = {
culture = swedish
religion = protestant
size = 10750
}
}
And here's the end result (sorry for the crappy quality; that's the fault of Imgur, not me.)