When adding new provinces, how are ya'll handling positions? I mean, are you positioning the city icon based on the location of the primary holding, or based on location of the largest city in the county? Just curious how I should handle positions and which holding to determine where my city icon goes, since the city, temple or castle are located in different spots in the county. Hope this makes sense.
And what is the best, or easiest, way to implement positions? Whether its adding for new provinces or moving existing ones.
I take one x ; y position for the capital and one to calculate ohter positions, based on the province center.
well I've made a spreadsheet to calculate it for me.
let's say I have these as coordinate on map : 531 973. on a province where the capital is in the center.
it gives me 531,000 1075,000 as coordinates for capital. (2048-973=1075 -inverted map coord PI style)
next for army : x+5 ; y+5
next for councillors : x-5 ; y+5
next province name : x-5 ; y-5
I've kept harbour manualy.
Next I copy paste to my postions.txt. It exports it with comas "," so I need to convert it to dots "."
It works on most cases ; when provinces have a "regular" shape. Otherwise you need to adjust it manualy.
Adjusting rotation is a pain. I'm not at ease with it.
Positions are static, so you can't define it differently to correspond to the holding types.