yes, it's either the shortest route, or all possible routes (you could off course move/add/adjust a few border territories so you'll only have 4 possible routes)
so the best bet would be to just add the shortest routes (make sure there is only 1 or 2 shortest routes though) unless off course someone comes up with a really neat idea to write down all the possible routes without having 200.000 lines of XML and making bob so slow it needs 10 minutes to load (like on Conquerman for example, hmm wonder if conquerman could use an XML update btw)
creating 'secret routes' is never a good option, because i think it's unfair for players that don't know the map and play for the first time, and are pretty much newbies that don't know where/how to find the XML or maybe don't even know what XML is.
BTW: the map has officially 3 shortest routes, all EXACTLY 40 blocks from start to finish, including start + Finish:
the routes are:
- Code: Select all
Route 1: start -> C1 -> F1 -> F2 -> G2 -> G3 -> K3 -> K6 -> M6 -> M7 -> O7 -> O12 -> Q12 -> Q16 -> R16 -> R18 -> S18 -> S19 -> U19 -> Finish
Route 2: start -> C1 -> F1 -> F2 -> G2 -> G3 -> K3 -> K6 -> M6 -> M7 -> Q7 -> Q16 -> R16 -> R18 -> S18 -> S19 -> U19 -> Finish
Route 3: start -> C1 -> F1 -> F2 -> G2 -> G3 -> K3 -> K6 -> M6 -> M7 -> Q7 -> Q10 -> S10 -> S14 -> U14 -> U16 -> W16 -> W18 -> Finish