So I've been playing with the new trade route features, and I've run into a persistent issue trying to add the Grand Trunk Road -- it thinks it's completely closed, despite total peace along it, so I assume there's a problem at the head:
I've already split the paths where the Grand Trunk Road begins and ends, so there's a short path ending in Pundravardana (1381), and two paths starting there: the vanilla route (which you can see is working) and the Grand Trunk Road, which seems to think it's disconnected.
Here are my changes, for reference (I've also added a trans-saharan trade route and extended the Azov line to Cherson, but those changes shouldn't affect the Grand Trunk Road):
Anybody have any ideas or similar problems?
I've already split the paths where the Grand Trunk Road begins and ends, so there's a short path ending in Pundravardana (1381), and two paths starting there: the vanilla route (which you can see is working) and the Grand Trunk Road, which seems to think it's disconnected.
Here are my changes, for reference (I've also added a trans-saharan trade route and extended the Azov line to Cherson, but those changes shouldn't affect the Grand Trunk Road):
Code:
silk_road = {
wealth = 100 # Total base wealth of silk route
modifier = { # How the trade route modifies the provinces it passes
castle_tax_modifier = 0.15
city_tax_modifier = 0.15
temple_tax_modifier = 0.15
trade_route_value = 1
}
start = { # Start provinces of trade route
1464 # Anxi
1465 # Kundina
}
# Northern Silk Route
path = { # Anxi-Dunhuang-Khotan-Kashgar
1464 1448 1447 1442 1441 1440 1438 1439
}
path = { # Dunhuang-Turpan-Kucha-Kashgar
1448 1450 1446 1443 1444 1445 1439
}
path = { # Kashgar-Samarkand
1439 1423 903
}
path = { # Samarkand-Bagdad
903 904 1377 905 906 635 636 646 647 657 689 693
}
path = { # Samarkand-Turkestan-Itil-Tana-Cherson
903 1181 1186 1431 900 622 621 618 620 605 607 596 969 562 561 560
}
path = { # Bagdad-Antioch
693 695 712 729 710 709 732 733 764
}
# Southern Silk Route
path = { # Kundina-Pundravardhana-Candradvipa-Vijayawada(Masulipatam)-Mahoyadapuram(Muziris)-Bharuch-Banbhore
1465 1177 1418 1321 1381
}
path = { # Grand Trunk Road
# Pundravardana-Laksmanavati-Gauda-Mudgagiri-Magadha-Sasaram-Chunar-Prayaga-Asni-Kanyakubja-Kol-Delhi-Hastinapura-Sthanisvara-Trigarta-Lahur-Dipalpur-Multan
1381 1151 1243 1152 1154 1251 1281 1328 1283 1356 1141 1365 1368 1367 1193 1362 1363 1338
}
path = {
1381 1325 1319 1236 1411 1410 1409 1407 1221 1406 1405 1403 1402 1401 1114 1400 1399 1127 1398 1397 1297
}
path = { # Yarkand-Kasmira-Nandana-Indus Valley-Banbhore
1438 1161 1341 1340 1338
}
path = { # Multan-Banbhore
1338 1337 1339 1138 1303 1297
}
path = { # Banbhore-Hormuz-Basra-Bagdad
1297 1396 1392 1393 641 1394 1395 649 655 690 693
}
path = { # Banbhore-Muscat-Aden-Mecca-Cairo-Alexandria
1297 1412 1391 868 1390 1389 1388 1387 858 1386 1385 1384 719 1383 1320 794 791 795 796 797 802
}
}
sahara_trade_route = {
wealth = 30
modifier = {
castle_tax_modifier = 0.1
city_tax_modifier = 0.15
temple_tax_modifier = 0.1
trade_route_value = 0.5
}
start = {
926 # Bambuk
928 # Gurma
}
path = {
# Bambuk Mali Djenne Timbuktu
926 925 915 911
}
path = {
# Gurma Gao Timbuktu
928 914 911
}
path = {
# Timbuktu Araouane Taghaza Sijilmasa
911 917 916 918
}
path = {
# Timbuktu Oualata Aoudaghost Ouadane Tamdoult Taroudant
911 919 912 920 847 846
}
path = {
# Taroudant Sijilmasa
846 918
}
path = {
# Taroudant Anti-Atlas Massat Ifna Tangier
846 845 844 842 841
}
path = {
# Sijilmasa Marrakech Fes Tangier
918 843 840 841
}
path = {
# Sijilmasa Figuig Snassen Tlemcen
918 837 836 834
}
path = {
# Timbuktu Gabes Mahdia Tunis
911 814 816 817
}
}
Anybody have any ideas or similar problems?
Last edited: