When doing my Iceland mod I changed the mercenary hire distance to 850. That allows Iceland to get mercenaries from Britain and Brittany. Hope that helps, but as Darkgamma said: experiment!Can anybody expalin to me how 'distance' works?
I'm trying to mod it in into CB requirements.
Code:ROOT = { NOT = { distance = { who = FROM distance = 200 } }
So in the following code what I think would happen is that Root cannot declare war on FROM if From is greater than 200 distance, right? What exactly does 200 distance mean, as in what does the number represent? Pixels?
Thanks in advance.