I don't think this has been posted here before...

d0t has made a cool tool to test where to put your capital city to minimize unrest penalties.


Quote Originally Posted by "d0t" at totalwar.com forums
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.
Original thread at .com forums by d0t