i made a javascript script to calculate the best choice for a capitol
you can also check other cities on how they influence unrest in the other settlement.
the url is:
bbb.unknownnet.com/rtw/bestcap.htm
it was made by using php-gd to map all the black pixels in map_regions.tga to cities using descr_regions.txt, and saving the coordinates of the cities.
used that data to get version 1 done, which just took the shortest average distance as the best city.
later on i figured out the formula for unrest ( distance-10, rounded to the nearest 5% ) and added the fancy % signs and try other cities.
Bookmarks