No, this was the installer. I've got folders for SWMH, Immersion, and neither.
Hmm. I see.
Other than that I'm kind of stumped, as you can see in the code clearly accounts for the kingdoms of Africa, Mauretania, and Dacia (i.e. Wallachia) but it doesn't work for some reason.
Could be a similar issue Meneth had with Bulgaria needing a double-reset. Alright, one last idea, I guess - open up that same file. Go to the bottom, where this code is:
Code:
#VIET Additions
k_turkestan = { de_jure_liege = 0 }
k_perm = { de_jure_liege = 0 }
k_kipchak = { de_jure_liege = 0 }
k_africa = { de_jure_liege = 0 }
k_mauretania = { de_jure_liege = 0 }
k_yemen = { de_jure_liege = 0 }
k_adal = { de_jure_liege = 0 }
k_armenia = { de_jure_liege = 0 }
k_georgia = { de_jure_liege = 0 }
k_dacia = { de_jure_liege = 0 }
k_mali = { de_jure_liege = 0 }
k_dumnonia = { de_jure_liege = 0 }
k_songhay = { de_jure_liege = 0 }
k_canarias = { de_jure_liege = 0 }
k_volga_bulgaria = { de_jure_liege = 0 }
And add in the following:
Code:
#VIET Additions
k_turkestan = { de_jure_liege = 0 }
k_perm = { de_jure_liege = 0 }
k_kipchak = { de_jure_liege = 0 }
k_africa = { de_jure_liege = 0 }
[COLOR="#FFA500"]k_africa = { de_jure_liege = 0 }[/COLOR]
k_mauretania = { de_jure_liege = 0 }
[COLOR="#FFA500"]k_mauretania = { de_jure_liege = 0 }[/COLOR]
k_yemen = { de_jure_liege = 0 }
k_adal = { de_jure_liege = 0 }
k_armenia = { de_jure_liege = 0 }
k_georgia = { de_jure_liege = 0 }
k_dacia = { de_jure_liege = 0 }
[COLOR="#FFA500"]k_dacia = { de_jure_liege = 0 }[/COLOR]
k_mali = { de_jure_liege = 0 }
k_dumnonia = { de_jure_liege = 0 }
k_songhay = { de_jure_liege = 0 }
k_canarias = { de_jure_liege = 0 }
[COLOR="#FFA500"]k_canarias = { de_jure_liege = 0 }[/COLOR]
k_volga_bulgaria = { de_jure_liege = 0 }
Does it make sense? Not really, but it worked for Meneth when he had a similar situation, so I hope it'll work here. (Also, I added in the part for the Kingdom of Canarias because I just noticed it's also not working either in your screenshot, though it's a bit hard to spot.)
If this doesn't work then I'll just have to say I'm pretty stumped and can't figure out what's going on, sorry.
(Entire HIP, but VIET Immersion instead of SWMH)
- although the character ruling over Bosnia have Bosnia religion, the provinces are Bogomil. Shouldn't province also be Bosnian?
- the Dulcinian herecy has no description
Changing the provinces to Bosnian would be a good idea, yes. I'll also have the Dulcinian heresy description fixed.