Hello,
So I am messing around with the de-jure duchies in the hope of making a mod for personal use. It's pretty simple - I plan to move some counties into other duchies and clean up some borders to suit my personal tastes. That being said, I have a question that probably has a very simple answer. I have successfully moved some counties around but I get stuck when moving c_hereford into d_gloucester.
Now, the code seems to be right:
However, the result I get in game is this:
It just doesn't want to budge. Am I missing something here? Apologies if this is 1. Glaring obvious - this is my first serious attempt at building a mod, and 2. If this post doesn't belong here. I wasn't sure if it belonged in the vanilla forum.
Thanks for any help you can give.
Edit: Thoughts on the county sharing a name with the d_hereford? I don't see why this would matter, but thought I would throw it out there.
So I am messing around with the de-jure duchies in the hope of making a mod for personal use. It's pretty simple - I plan to move some counties into other duchies and clean up some borders to suit my personal tastes. That being said, I have a question that probably has a very simple answer. I have successfully moved some counties around but I get stuck when moving c_hereford into d_gloucester.
Now, the code seems to be right:
Code:
d_gloucester = { # Hwicce
color = { 57 160 101 }
color2 = { 255 255 255 }
capital = 21 # Gloucester
norman = Gloucester
english = Gloucester
saxon = "Hwicce"
welsh = "Caerloyw"
allow = {
may_create_duchy_trigger = yes
}
c_gloucester = {
color = { 13 229 144 }
color2 = { 255 255 255 }
saxon = "Glaiwcaester"
welsh = "Caerloyw"
holy_site = lollard
b_gloucester = {
saxon = "Glaiwcaester"
welsh = "Caerloyw"
cornish = "Caerloyw"
cumbric = "Caerloyw"
}
b_sudeley = {}
b_tewkesbury = {}
b_cheltenham = {}
b_cirencester = {}
b_winchcombe = {}
b_bristol = {
saxon = "Bricgstow"
}
b_hailes = {}
}
c_hereford = {
color = { 106 165 217 }
color2 = { 255 255 255 }
welsh = "Henffordd"
cumbric = "Henffordd"
cornish = "Henffordd"
b_st_ethelberts = {}
b_hereford = {
welsh = "Henffordd"
}
b_leominster = {}
b_archenfield = {}
b_ewyas_harold = {}
b_ledbury = {}
b_clifford = {}
b_brobury = {}
}
c_worcester = {
color = { 151 194 60 }
color2 = { 255 255 255 }
saxon = "Weorgoranceaster"
welsh = "Caerwrangon"
b_worcester = {
saxon = "Weorgoranceaster"
welsh = "Caerwrangon"
cornish = "Caerwrangon"
breton = "Caerwrangon"
}
b_evesham = {}
b_droitwich = {}
b_kidderminster = {}
b_pershore = {}
b_malvern = {}
b_bromsgrove = {}
b_laughern = {}
}
}
However, the result I get in game is this:

It just doesn't want to budge. Am I missing something here? Apologies if this is 1. Glaring obvious - this is my first serious attempt at building a mod, and 2. If this post doesn't belong here. I wasn't sure if it belonged in the vanilla forum.
Thanks for any help you can give.
Edit: Thoughts on the county sharing a name with the d_hereford? I don't see why this would matter, but thought I would throw it out there.