diff --git a/Vic2ToHoI3/Data_Files/PDM/unit_mapping.txt b/Vic2ToHoI3/Data_Files/PDM/unit_mapping.txt new file mode 100644 index 000000000..1a0159979 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/PDM/unit_mapping.txt @@ -0,0 +1,87 @@ +# Copyright (c) 2016 The Paradox Game Converters Project +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + + +# Note: mappings with the hoi side empty will cause those units to be scrapped during the upgrade + +# Note 2: the hoi side is a FILENAME in the units directory. +# Normally this is the same as the unit type (one exception is transport, for which the actual unit name is transport_ship). +# The actual unit type will be read out of the named file. + +# The numerical suffix roughly corresponds to technology level of the unit. Valid values: hoi0 to hoi4 +# hoi0 -> historical_model = 0 (Great War? for unit types available at 1936) +# hoi1 -> historical_model = 1 (Inter-War? for unit types available at 1936) +# hoi2 -> historical_model = 2 (1936? for unit types available at 1936) +# etc. + +# The converter goes through the list sequentially when choosing which HoI3 unit to map to. +# For example, dreadnought: hoi1 = "battleship" hoi1 = "battleship" hoi2 = "battleship" +# First dreadnought will be made a level 1 battleship, second will be made a level 1 battleship, third will be made a level 2 battleship. +# Then, the selection loops back to the first mapping, so the fourth dreadnought will be made a level 1 battleship. + +# Another example, irregular: hoi0 = "militia_brigade" hoi0 = "militia_brigade" hoi0 = "infantry_brigade" hoi0 = "militia_brigade" +# This means that one in every four irregular will be converted to level 0 infantry, and the rest will be made into militias + +# Exclusive HoI3 units that have "usable_by = {}" in their files (i.e. Elite units in vanilla HoI3 TFH), +# will be skipped for selection unless the country can use them, so all countries except Italy would +# skip the HoI3 mapping of "Alpini_brigade". +# ADVANCED: +# You can use this to fine-tune the OOB conversion. For example, you can temporarily add "usable_by = { FRA }" to +# tfh\units\heavy_armor_brigade.txt and then add hoi0 = "heavy_armor_brigade" to the mapping for tank below. +# That will cause France to get the occasional heavy armor brigade, while other countries don't. +# Remember to revert the change in heavy_armor_brigade.txt afterwards to allow other countries to make them in game. + +unit_map = +{ + link = { vic = "irregular" hoi0 = "militia_brigade" hoi0 = "militia_brigade" hoi0 = "militia_brigade" hoi1 = "militia_brigade" hoi0 = "garrison_brigade" } + link = { vic = "infantry" hoi1 = "militia_brigade" hoi1 = "militia_brigade" hoi1 = "militia_brigade" hoi2 = "militia_brigade" hoi1 = "garrison_brigade" hoi0 = "infantry_brigade" } + link = { vic = "regular" hoi2 = "infantry_brigade" hoi2 = "infantry_brigade" hoi1 = "infantry_brigade" } + link = { vic = "engineer" hoi2 = "infantry_brigade" hoi1 = "infantry_brigade" hoi1 = "infantry_brigade" hoi2 = "infantry_brigade" hoi2 = "engineer_brigade" hoi1 = "infantry_brigade" hoi1 = "infantry_brigade" hoi2 = "engineer_brigade" hoi1 = "police_brigade" hoi1 = "infantry_brigade" hoi2 = "infantry_brigade" } + link = { vic = "guard" hoi1 = "motorized_brigade" hoi2 = "motorized_brigade" hoi1 = "motorized_brigade" hoi1 = "motorized_brigade" hoi2 = "Alpini_brigade" hoi2 = "Alpins_brigade" hoi2 = "Guards_brigade" hoi2 = "Gurkha_brigade" hoi2 = "Imperial_brigade" hoi2 = "ranger_brigade" hoi2 = "waffenSS_brigade" hoi2 = "bergsjaeger_brigade" hoi1 = "bergsjaeger_brigade" hoi2 = "marine_brigade" hoi2 = "motorized_brigade" hoi1 = "motorized_brigade" hoi1 = "motorized_brigade" hoi1 = "motorized_brigade" hoi2 = "bergsjaeger_brigade" hoi1 = "bergsjaeger_brigade" } + + link = { vic = "horse_artillery" hoi0 = "artillery_brigade" hoi0 = "artillery_brigade" hoi0 = "artillery_brigade" hoi1 = "artillery_brigade" hoi0 = "anti_air_brigade" hoi0 = "anti_tank_brigade" hoi0 = "anti_tank_brigade" } + link = { vic = "artillery" hoi1 = "artillery_brigade" hoi2 = "artillery_brigade" hoi1 = "artillery_brigade" hoi1 = "artillery_brigade" hoi1 = "anti_tank_brigade" } + + link = { vic = "cavalry" hoi0 = "cavalry_brigade" } + link = { vic = "hussar" hoi1 = "cavalry_brigade" hoi1 = "cavalry_brigade" hoi1 = "cavalry_brigade" hoi1 = "cavalry_brigade" hoi0 = "armored_car_brigade" } + link = { vic = "cuirassier" hoi1 = "cavalry_brigade" hoi1 = "cavalry_brigade" hoi1 = "cavalry_brigade" hoi2 = "cavalry_brigade" hoi1 = "armored_car_brigade" } + link = { vic = "dragoon" hoi1 = "cavalry_brigade" hoi2 = "cavalry_brigade" } + + link = { vic = "tank" hoi1 = "light_armor_brigade" hoi1 = "light_armor_brigade" hoi1 = "light_armor_brigade" hoi0 = "armor_brigade" hoi1 = "armor_brigade" hoi2 = "armored_car_brigade" hoi1 = "tank_destroyer_brigade" } + + link = { vic = "plane" hoi1 = "interceptor" hoi1 = "tactical_bomber" hoi1 = "interceptor" hoi2 = "tactical_bomber" hoi2 = "interceptor" hoi1 = "interceptor" hoi1 = "tactical_bomber" hoi1 = "interceptor" hoi2 = "tactical_bomber" hoi2 = "interceptor" hoi1 = "tactical_bomber" hoi1 = "interceptor" hoi1 = "interceptor" hoi1 = "interceptor" hoi0 = "strategic_bomber" } + + + link = { vic = "manowar" } + link = { vic = "frigate" } + + link = { vic = "ironclad" hoi1 = "light_cruiser" hoi1 = "light_cruiser" hoi0 = "heavy_cruiser" } + link = { vic = "battleship" hoi1 = "heavy_cruiser" hoi2 = "heavy_cruiser" hoi1 = "battlecruiser" hoi2 = "battlecruiser" hoi1 = "battleship"} + link = { vic = "dreadnought" hoi1 = "battleship" hoi1 = "battleship" hoi2 = "battleship" } + + link = { vic = "commerce_raider" hoi0 = "destroyer" hoi0 = "destroyer" hoi0 = "light_cruiser"} + link = { vic = "monitor" hoi0 = "light_cruiser" hoi1 = "light_cruiser" hoi0 = "light_cruiser" hoi1 = "destroyer" } + link = { vic = "cruiser" hoi1 = "light_cruiser" hoi2 = "light_cruiser" hoi1 = "heavy_cruiser" hoi1 = "light_cruiser" hoi2 = "light_cruiser" hoi1 = "heavy_cruiser" hoi2 = "destroyer" } + + link = { vic = "submarine" hoi0 = "submarine" hoi1 = "submarine" hoi1 = "submarine" } + + link = { vic = "clipper_transport" hoi0 = "transport" } + link = { vic = "steam_transport" hoi0 = "transport" hoi1 = "transport" } +} diff --git a/Vic2ToHoI3/Data_Files/configuration.txt b/Vic2ToHoI3/Data_Files/configuration.txt index 852cbfcef..f7a8a613a 100644 --- a/Vic2ToHoI3/Data_Files/configuration.txt +++ b/Vic2ToHoI3/Data_Files/configuration.txt @@ -14,7 +14,7 @@ configuration = # Vic2Mods: Vic2 mods to use for conversion # Example: Vic2Mods = { modname1 modname2 } - Vic2Mods = { TheEmpireStrikesBack } + Vic2Mods = { } # Faction Leader: how the converter determines who the faction leaders are # auto diff --git a/Vic2ToHoI3/Data_Files/decisions/AnnexationOfAlbania.txt b/Vic2ToHoI3/Data_Files/decisions/AnnexationOfAlbania.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/AnnexationOfAlbania.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/AnschlussOfAustria.txt b/Vic2ToHoI3/Data_Files/decisions/AnschlussOfAustria.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/AnschlussOfAustria.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/BulgarianClaimsForConstanta.txt b/Vic2ToHoI3/Data_Files/decisions/BulgarianClaimsForConstanta.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/BulgarianClaimsForConstanta.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/CaseAnton.txt b/Vic2ToHoI3/Data_Files/decisions/CaseAnton.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/CaseAnton.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/CessionOfHatay.txt b/Vic2ToHoI3/Data_Files/decisions/CessionOfHatay.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/CessionOfHatay.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/ClaimsOnMemel.txt b/Vic2ToHoI3/Data_Files/decisions/ClaimsOnMemel.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/ClaimsOnMemel.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/FateOfCzechoslovakia.txt b/Vic2ToHoI3/Data_Files/decisions/FateOfCzechoslovakia.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/FateOfCzechoslovakia.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/FinnishWinterWar.txt b/Vic2ToHoI3/Data_Files/decisions/FinnishWinterWar.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/FinnishWinterWar.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/IcelandAndGreenland.txt b/Vic2ToHoI3/Data_Files/decisions/IcelandAndGreenland.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/IcelandAndGreenland.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/IndependentCroatia.txt b/Vic2ToHoI3/Data_Files/decisions/IndependentCroatia.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/IndependentCroatia.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/InvasionOfEcuador.txt b/Vic2ToHoI3/Data_Files/decisions/InvasionOfEcuador.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/InvasionOfEcuador.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/Japan.txt b/Vic2ToHoI3/Data_Files/decisions/Japan.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/Japan.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/Mengkukuo.txt b/Vic2ToHoI3/Data_Files/decisions/Mengkukuo.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/Mengkukuo.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/MolotovRibbentropPact.txt b/Vic2ToHoI3/Data_Files/decisions/MolotovRibbentropPact.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/MolotovRibbentropPact.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/NationalistChina.txt b/Vic2ToHoI3/Data_Files/decisions/NationalistChina.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/NationalistChina.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/ReoccupationOfTheRhineland.txt b/Vic2ToHoI3/Data_Files/decisions/ReoccupationOfTheRhineland.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/ReoccupationOfTheRhineland.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/SecondViennaAward.txt b/Vic2ToHoI3/Data_Files/decisions/SecondViennaAward.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/SecondViennaAward.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/Soviet.txt b/Vic2ToHoI3/Data_Files/decisions/Soviet.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/Soviet.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/SpanishCivilWar.txt b/Vic2ToHoI3/Data_Files/decisions/SpanishCivilWar.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/SpanishCivilWar.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/Specials.txt b/Vic2ToHoI3/Data_Files/decisions/Specials.txt index a13597030..6097559f1 100644 --- a/Vic2ToHoI3/Data_Files/decisions/Specials.txt +++ b/Vic2ToHoI3/Data_Files/decisions/Specials.txt @@ -1,5 +1,4 @@ diplomatic_decisions = { - prepare_for_war = { potential = { government_in_exile = no diff --git a/Vic2ToHoI3/Data_Files/decisions/TheFutureOfGreece.txt b/Vic2ToHoI3/Data_Files/decisions/TheFutureOfGreece.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/TheFutureOfGreece.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/TheFutureOfPoland.txt b/Vic2ToHoI3/Data_Files/decisions/TheFutureOfPoland.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/TheFutureOfPoland.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/TheUndeclaredWar.txt b/Vic2ToHoI3/Data_Files/decisions/TheUndeclaredWar.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/TheUndeclaredWar.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/USA.txt b/Vic2ToHoI3/Data_Files/decisions/USA.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/USA.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/decisions/UnitedKingdom.txt b/Vic2ToHoI3/Data_Files/decisions/UnitedKingdom.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/decisions/UnitedKingdom.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/AirBattleLost.txt b/Vic2ToHoI3/Data_Files/events/AirBattleLost.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/AirBattleLost.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/AirBattleWon.txt b/Vic2ToHoI3/Data_Files/events/AirBattleWon.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/AirBattleWon.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/AnnexationOfAlbania.txt b/Vic2ToHoI3/Data_Files/events/AnnexationOfAlbania.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/AnnexationOfAlbania.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/AnschlussOfAustria.txt b/Vic2ToHoI3/Data_Files/events/AnschlussOfAustria.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/AnschlussOfAustria.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/Austria.txt b/Vic2ToHoI3/Data_Files/events/Austria.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/Austria.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/BattleLost.txt b/Vic2ToHoI3/Data_Files/events/BattleLost.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/BattleLost.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/BattleWon.txt b/Vic2ToHoI3/Data_Files/events/BattleWon.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/BattleWon.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/Belgium.txt b/Vic2ToHoI3/Data_Files/events/Belgium.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/Belgium.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/BulgarianClaimsOnConstanta.txt b/Vic2ToHoI3/Data_Files/events/BulgarianClaimsOnConstanta.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/BulgarianClaimsOnConstanta.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/CessionOfHatay.txt b/Vic2ToHoI3/Data_Files/events/CessionOfHatay.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/CessionOfHatay.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/ChangkufentIncident.txt b/Vic2ToHoI3/Data_Files/events/ChangkufentIncident.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/ChangkufentIncident.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/ClaimingMemel.txt b/Vic2ToHoI3/Data_Files/events/ClaimingMemel.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/ClaimingMemel.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/DemandsForIndochine.txt b/Vic2ToHoI3/Data_Files/events/DemandsForIndochine.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/DemandsForIndochine.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/EcuadorianPeruvianWar.txt b/Vic2ToHoI3/Data_Files/events/EcuadorianPeruvianWar.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/EcuadorianPeruvianWar.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/Encirclement.txt b/Vic2ToHoI3/Data_Files/events/Encirclement.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/Encirclement.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/FateOfCzechoslovakia.txt b/Vic2ToHoI3/Data_Files/events/FateOfCzechoslovakia.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/FateOfCzechoslovakia.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/FinnishWinterWar.txt b/Vic2ToHoI3/Data_Files/events/FinnishWinterWar.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/FinnishWinterWar.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/France.txt b/Vic2ToHoI3/Data_Files/events/France.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/France.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/IcelandAndGreenland.txt b/Vic2ToHoI3/Data_Files/events/IcelandAndGreenland.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/IcelandAndGreenland.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/IndependentCroatia.txt b/Vic2ToHoI3/Data_Files/events/IndependentCroatia.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/IndependentCroatia.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/Japan.txt b/Vic2ToHoI3/Data_Files/events/Japan.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/Japan.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/MaginotSudeten.txt b/Vic2ToHoI3/Data_Files/events/MaginotSudeten.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/MaginotSudeten.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/MarcoPoloBridgeIncident.txt b/Vic2ToHoI3/Data_Files/events/MarcoPoloBridgeIncident.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/MarcoPoloBridgeIncident.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/MolotovRibbentropPact.txt b/Vic2ToHoI3/Data_Files/events/MolotovRibbentropPact.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/MolotovRibbentropPact.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/NationalistChina.txt b/Vic2ToHoI3/Data_Files/events/NationalistChina.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/NationalistChina.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/NavalBattleLost.txt b/Vic2ToHoI3/Data_Files/events/NavalBattleLost.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/NavalBattleLost.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/NavalBattleWon.txt b/Vic2ToHoI3/Data_Files/events/NavalBattleWon.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/NavalBattleWon.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/NewsEvents.txt b/Vic2ToHoI3/Data_Files/events/NewsEvents.txt new file mode 100644 index 000000000..34a06b931 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/NewsEvents.txt @@ -0,0 +1,212 @@ +########################## +# # +# Historical News Events # +# # +########################## + +###################### +# Various News Items # +###################### + +### Hindenburg Crash + +country_event = { + + id = 10000 + + title = "EVTNAME10000" + desc = "EVTDESC10000" + picture = "hindenburg" + + trigger = { + date = 1937.5.6 + not = { month = 6 } + not = { year = 1938 } + ai = no + not = { has_country_flag = hindenburg } + GER = { war = no } + USA = { war = no } + } + + option = { + name = "EVTOPTA10000" + set_country_flag = hindenburg + } +} + +### The Pentagon + +country_event = { + + id = 10001 + + title = "EVTNAME10001" + desc = "EVTDESC10001" + picture = "pentagon" + + trigger = { + date = 1943.1.15 + not = { month = 2 } + not = { year = 1944 } + ai = no + not = { has_country_flag = pentagon } + 4530 = { controlled_by = USA } + } + + option = { + name = "EVTOPTA10001" + set_country_flag = pentagon + } +} + +### Leon Trotsky + +country_event = { + + id = 10002 + + title = "EVTNAME10002" + desc = "EVTDESC10002" + picture = "trotsky" + + trigger = { + date = 1940.8.21 + not = { month = 9 } + not = { year = 1941 } + ai = no + not = { has_country_flag = trotsky } + exists = SOV + } + + option = { + name = "EVTOPTA10002" + set_country_flag = trotsky + } +} + +### Wilhelm II + +country_event = { + + id = 10003 + + title = "EVTNAME10003" + desc = "EVTDESC10003" + picture = "wilhelm" + + trigger = { + date = 1941.6.4 + not = { month = 7 } + not = { year = 1942 } + ai = no + not = { has_country_flag = wilhelm } + } + + option = { + name = "EVTOPTA10003" + set_country_flag = wilhelm + } +} + +### Amelia Earhart + +country_event = { + + id = 10004 + + title = "EVTNAME10004" + desc = "EVTDESC10004" + picture = "earhart" + + trigger = { + date = 1937.7.2 + not = { month = 8 } + not = { year = 1938 } + ai = no + not = { has_country_flag = earhart } + USA = { war = no } + } + + option = { + name = "EVTOPTA10004" + set_country_flag = earhart + } +} + +### 1936 Olympics + +country_event = { + + id = 10005 + + title = "EVTNAME10005" + desc = "EVTDESC10005" +picture = "olympics" + + trigger = { + date = 1936.8.16 + not = { month = 9 } + not = { year = 1937 } + ai = no + not = { has_country_flag = olympics } + GER = { war = no } + USA = { war = no } + ENG = { war = no } + POL = { war = no } + FRA = { war = no } + } + + option = { + name = "EVTOPTA10005" + set_country_flag = olympics + } +} + +### War of the Worlds + +country_event = { + + id = 10006 + + title = "EVTNAME10006" + desc = "EVTDESC10006" +picture = "welles" + + trigger = { + date = 1938.10.30 + not = { month = 11 } + not = { year = 1939 } + ai = no + not = { has_country_flag = welles } + USA = { war = no } + } + + option = { + name = "EVTOPTA10006" + set_country_flag = welles + } +} + +### Vesuvius + +country_event = { + + id = 10007 + + title = "EVTNAME10007" + desc = "EVTDESC10007" +picture = "vesuvius" + + trigger = { + date = 1944.3.18 + not = { month = 4 } + not = { year = 1945 } + ai = no + not = { has_country_flag = vesuvius } + } + + option = { + name = "EVTOPTA10007" + set_country_flag = vesuvius + } +} diff --git a/Vic2ToHoI3/Data_Files/events/OperationZet.txt b/Vic2ToHoI3/Data_Files/events/OperationZet.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/OperationZet.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/PoliticalEvents.txt b/Vic2ToHoI3/Data_Files/events/PoliticalEvents.txt deleted file mode 100644 index 8ea3849bd..000000000 --- a/Vic2ToHoI3/Data_Files/events/PoliticalEvents.txt +++ /dev/null @@ -1,1883 +0,0 @@ -######################### -# Parliamentary Scandal # -######################### -country_event = { - - id = 5001 - - trigger = { - not = { has_country_flag = parliamentary_scandal } - not = { organisation = 70 } - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5001" - desc = "EVTDESC5001" - picture = "parliamentary_scandal" - - option = { - name = "EVTOPTA5001" # OK - set_country_flag = parliamentary_scandal - add_country_modifier = { - name = "parliamentary_scandal" - duration = 20 - } - } -} - -########################### -# Great War Manifestation # -########################### -country_event = { - - id = 5002 - - trigger = { - or = { - government = market_liberalism - government = social_democracy - government = social_liberalism - government = social_conservatism - government = constitutional_monarchy - } - war = no - not = { has_country_flag = great_war_manifestation } - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5002" - desc = "EVTDESC5002" - picture = "great_war_manifestion" - - option = { - name = "EVTOPTA5002" # Great - set_country_flag = great_war_manifestation - add_country_modifier = { - name = "great_war_manifestation" - duration = 20 - } - } -} - -############################# -# Great Peace Manifestation # -############################# -country_event = { - - id = 5003 - - trigger = { - or = { - government = market_liberalism - government = social_democracy - government = social_liberalism - government = social_conservatism - government = constitutional_monarchy - } - war = no - not = { has_country_flag = great_peace_manifestation } - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5003" - desc = "EVTDESC5003" - picture = "great_war_manifestion" - - option = { - name = "EVTOPTA5003" # Great - set_country_flag = great_peace_manifestation - national_unity = -1 - add_country_modifier = { - name = "great_peace_manifestation" - duration = 20 - } - } -} - -################################################################### -# Famous War Hero Publishes Articles Critizing the Conduct of War # -################################################################### -country_event = { - - id = 5004 - - trigger = { - war = yes - dissent = 5 - not = { has_country_flag = critique_against_the_war } - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5004" - desc = "EVTDESC5004" - picture = "news_paper" - - option = { - name = "EVTOPTA5004" # Find a way to silence those kind of remarks - set_country_flag = critique_against_the_war - add_country_modifier = { - name = "critique_against_the_war" - duration = 20 - } - } - option = { - name = "EVTOPTB5004" # Let him talk, it makes no difference - set_country_flag = critique_against_the_war - dissent = 5 - } -} - -########################################## -# Government nationalizes private sector # -########################################## -country_event = { - - id = 5005 - - trigger = { - not = { government = market_liberalism } - not = { government = social_democracy } - not = { government = social_liberalism } - not = { government = social_conservatism } - not = { government = constitutional_monarchy } - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5005" - desc = "EVTDESC5005" - picture = "private_sector" - - option = { - name = "EVTOPTA5005" # OK - add_country_modifier = { - name = "nationalization_of_private_sector" - duration = 20 - } - } -} - -####################### -# Major Worker Strike # -####################### -country_event = { - - id = 5006 - - trigger = { - not = { national_unity = 80 } - not = { organisation = 70 } - not = { has_country_flag = major_worker_strike } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5006" - desc = "EVTDESC5006" - picture = "major_worker_strike" - - option = { - name = "EVTOPTA5006" # It's hardly anything to worry about - set_country_flag = major_worker_strike - random = { - chance = 50 - national_unity = -2 - add_country_modifier = { - name = "major_worker_strike" - duration = 40 - } - } - } - option = { - name = "EVTOPTB5006" # Find and arrest the strike leaders - set_country_flag = major_worker_strike - add_country_modifier = { - name = "major_worker_strike" - duration = 40 - } - } -} - -#################### -# Rogue Politician # -#################### -country_event = { - - id = 5008 - - trigger = { - not = { organisation = 70 } - or = { - government = market_liberalism - government = social_democracy - government = social_liberalism - government = social_conservatism - government = constitutional_monarchy - } - not = { has_country_flag = rogue_politician } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5008" - desc = "EVTDESC5008" - picture = "politician" - - option = { - name = "EVTOPTA5008" # Give him your support - set_country_flag = rogue_politician - national_unity = -1 - add_country_modifier = { - name = "rogue_politician" - duration = 20 - } - } - option = { - name = "EVTOPTB5008" # Ignore him - set_country_flag = rogue_politician - dissent = 5 - } -} - -################################ -# Outlaw the Communist Parties # -################################ -country_event = { - - id = 5009 - - trigger = { - or = { - government = market_liberalism - government = social_democracy - government = social_liberalism - government = social_conservatism - government = constitutional_monarchy - } - organisation = 70 - not = { - leninist = { - organisation = 50 - popularity = 50 - } - } - not = { - stalinist = { - organisation = 50 - popularity = 50 - } - } - not = { has_country_flag = outlaw_communist_parties } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5009" - desc = "EVTDESC5009" - picture = "outlaw_communist_party" - - option = { - name = "EVTOPTA5009" # Give your support - set_country_flag = outlaw_communist_parties - stalinist = { - organisation = -10 - popularity = -5 - } - leninist = { - organisation = -10 - popularity = -5 - } - } - option = { - name = "EVTOPTB5009" # Oppose any ideas of that kind - set_country_flag = outlaw_communist_parties - neutrality = 3 - } -} - -############################## -# Outlaw the Fascist Parties # -############################## -country_event = { - - id = 5010 - - trigger = { - or = { - government = market_liberalism - government = social_democracy - government = social_liberalism - government = social_conservatism - government = constitutional_monarchy - } - organisation = 70 - not = { - national_socialist = { - organisation = 50 - popularity = 50 - } - } - not = { - fascistic = { - organisation = 50 - popularity = 50 - } - } - not = { has_country_flag = outlaw_fascist_parties } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5010" - desc = "EVTDESC5010" - picture = "outlaw_fascist_parties" - - option = { - name = "EVTOPTA5010" # Give your support - set_country_flag = outlaw_fascist_parties - national_socialist = { - organisation = -10 - popularity = -5 - } - fascistic = { - organisation = -10 - popularity = -5 - } - } - option = { - name = "EVTOPTB5010" # Oppose any ideas of that kind - set_country_flag = outlaw_fascist_parties - neutrality = 3 - } -} - -######################################## -# Clashes Between Paramilitary troops # -######################################## -country_event = { - - id = 5012 - - trigger = { - or = { - national_socialist = { - organisation = 50 - popularity = 50 - } - fascistic = { - organisation = 50 - popularity = 50 - } - } - or = { - leninist = { - organisation = 50 - popularity = 50 - } - stalinist = { - organisation = 50 - popularity = 50 - } - } - dissent = 5 - not = { has_country_flag = paramilitary_troops } - not = { has_country_flag = prohibit_new_parties } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5012" - desc = "EVTDESC5012" - picture = "coup" - - option = { - name = "EVTOPTA5012" # Do something about it - set_country_flag = paramilitary_troops - add_country_modifier = { - name = "paramilitary_forces" - duration = 20 - } - } - option = { - name = "EVTOPTB5012" # What for? - set_country_flag = paramilitary_troops - national_unity = -1 - } -} - -######################################## -# Re-organization of the War Ministry # -######################################## -country_event = { - - id = 5013 - - trigger = { - or = { - government = national_socialism - government = fascist_republic - government = socialist_republic - government = federal_socialist_republic - } - not = { organisation = 50 } - not = { has_country_flag = reorganization_of_war_ministry } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5013" - desc = "EVTDESC5013" - picture = "parliamentary_scandal" - - option = { - name = "EVTOPTA5013" # We need more loyal ministers like him - set_country_flag = reorganization_of_war_ministry - add_country_modifier = { - name = "reorganization_of_war_ministry" - duration = 20 - } - } - option = { - name = "EVTOPTB5013" # That's just ridiculous - set_country_flag = reorganization_of_war_ministry - dissent = 3 - } -} - -############################################ -# Strike Against Forced Consription Policy # -############################################ -country_event = { - - id = 5014 - - trigger = { - conscription_law = service_by_requirement - war = yes - dissent = 3 - not = { has_country_flag = forced_conscription_policy } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5014" - desc = "EVTDESC5014" - picture = "major_worker_strike" - - option = { - name = "EVTOPTA5014" # Give it the highest priority - set_country_flag = forced_conscription_policy - add_country_modifier = { - name = "forced_conscription_policy" - duration = 30 - } - } - option = { - name = "EVTOPTB5014" # It's nothing to worry about - set_country_flag = forced_conscription_policy - random = { - chance = 50 - dissent = 4 - } - } -} - -######################################### -# Control Extremist Political Movements # -######################################### -country_event = { - - id = 5015 - - trigger = { - or = { - government = social_conservatism - government = market_liberalism - government = social_liberalism - government = social_democracy - government = constitutional_monarchy - } - or = { - national_socialist = { - organisation = 50 - popularity = 50 - } - fascistic = { - organisation = 50 - popularity = 50 - } - } - not = { has_country_flag = control_of_extremist_movements } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5015" - desc = "EVTDESC5015" - picture = "outlaw_fascist_parties" - - option = { - name = "EVTOPTA5015" # Give your consent - set_country_flag = control_of_extremist_movements - add_country_modifier = { - name = "control_of_extremist_movements" - duration = 20 - } - } - option = { - name = "EVTOPTB5015" # That's taking it too far - set_country_flag = control_of_extremist_movements - national_unity = -1 - } -} - -######################### -# Emergency Legislation # -######################### -country_event = { - - id = 5016 - - trigger = { - not = { year = 1939 } - is_threatend = 40 - war = no - not = { has_country_flag = emergency_legislation } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5016" - desc = "EVTDESC5016" - picture = "constitutional" - - option = { - name = "EVTOPTA5016" # Give it a go - set_country_flag = emergency_legislation - add_country_modifier = { - name = "emergency_legislations" - duration = 20 - } - } - option = { - name = "EVTOPTB5016" # Find some other solution - set_country_flag = emergency_legislation - money = -50 - } -} - -############################################### -# Anti-Terrorist Measures, National socialist # -############################################### -country_event = { - - id = 5017 - - trigger = { - - or = { - government = social_conservatism - government = market_liberalism - government = social_democracy - government = social_liberalism - government = constitutional_monarchy - } - ideology = national_socialist - organisation = 50 - not = { has_country_flag = anti_terrorist_measures } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5017" - desc = "EVTDESC5017" - picture = "fire" - - option = { - name = "EVTOPTA5017" # Good - set_country_flag = anti_terrorist_measures - government = national_socialism - } -} - -############################################# -# Prohibit the Establishment of New Parties # -############################################# -country_event = { - - id = 5018 - - trigger = { - or = { - or = { - government = absolute_monarchy - government = left_wing_radicals - } - and = { - or = { - government = socialist_republic - government = federal_socialist_republic - government = national_socialism - government = fascist_republic - } - not = { year = 1937 } - } - } - not = { has_country_flag = prohibit_new_parties } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5018" - desc = "EVTDESC5018" - picture = "politics1" - - option = { - name = "EVTOPTA5018" # ...and not a day too early - set_country_flag = prohibit_new_parties - add_country_modifier = { - name = "prohibit_new_parties" - duration = 20 - } - dissent = 1 - popularity = -5 - } - option = { - name = "EVTOPTB5018" # It seems a bit extreme - set_country_flag = prohibit_new_parties - popularity = 6 - organisation = -2 - } -} - -######################################### -# Political Feuds within the Government # -######################################### -country_event = { - - id = 5019 - - trigger = { - press_laws = propaganda_press - not = { has_country_flag = political_feuds } - not = { organisation = 50 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5019" - desc = "EVTDESC5019" - picture = "politics1" - - option = { - name = "EVTOPTA5019" # Ridiculous! - set_country_flag = political_feuds - add_country_modifier = { - name = "political_feuds" - duration = 20 - } - } -} - -##################################### -# Assassination Attempt of Minister # -##################################### -country_event = { - - id = 5020 - - trigger = { - not = { national_unity = 50 } - not = { ideology = left_wing_radical } - not = { ideology = leninist } - not = { ideology = stalinist } - not = { has_country_flag = assassination_attempt_of_minister } - not = { government = left_wing_radicals } - not = { government = socialist_republic } - not = { government = federal_socialist_republic } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5020" - desc = "EVTDESC5020" - picture = "comander_assasinated" - - option = { - name = "EVTOPTA5020" # OK - set_country_flag = assassination_attempt_of_minister - add_country_modifier = { - name = "assassination_attempt" - duration = 20 - } - } -} - -country_event = { - - id = 5021 - - trigger = { - not = { national_unity = 50 } - not = { ideology = national_socialist } - not = { ideology = fascistic } - not = { ideology = paternal_autocrat } - not = { government = national_socialism } - not = { government = fascist_republic } - not = { government = absolute_monarchy } - not = { has_country_flag = assassination_attempt_of_minister } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5021" - desc = "EVTDESC5021" - picture = "comander_assasinated" - - option = { - name = "EVTOPTA5021" # OK - set_country_flag = assassination_attempt_of_minister - national_unity = -1 - add_country_modifier = { - name = "assassination_attempt" - duration = 20 - } - } -} - -#################### -# Illegal Printing # -#################### -country_event = { - - id = 5022 - - trigger = { - not = { government = market_liberalism } - not = { government = social_democracy } - not = { government = social_liberalism } - not = { government = social_conservatism } - not = { government = constitutional_monarchy } - not = { has_country_flag = illegal_printing_discovered } - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5022" - desc = "EVTDESC5022" - picture = "news_paper" - - option = { - name = "EVTOPTA5022" # Increase efforts to track them down - set_country_flag = illegal_printing_discovered - add_country_modifier = { - name = "illegal_printing" - duration = 20 - } - random = { - chance = 40 - dissent = 3 - } - } - option = { - name = "EVTOPTB5022" # There are more pressing matters - set_country_flag = illegal_printing_discovered - dissent = 3 - } -} - -######################## -# Intelligence Network # -######################## -country_event = { - - id = 5023 - - trigger = { - is_threatend = 50 - not = { government = market_liberalism } - not = { government = social_democracy } - not = { government = social_liberalism } - not = { government = social_conservatism } - not = { government = constitutional_monarchy } - not = { has_country_flag = intelligence_network } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5023" - desc = "EVTDESC5023" - picture = "reserch_sbotage" - - option = { - name = "EVTOPTA5023" # Of course - set_country_flag = intelligence_network - add_country_modifier = { - name = "intelligence_network" - duration = 20 - } - } - option = { - name = "EVTOPTB5023" # That won't be necessary - set_country_flag = intelligence_network - neutrality = 3 - } -} - -##################################################### -# Minister Cooperating with Revolutionary Movements # -##################################################### -country_event = { - - id = 5024 - - trigger = { - or = { - government = market_liberalism - government = social_democracy - government = social_liberalism - government = social_conservatism - government = constitutional_monarchy - } - dissent = 7 - not = { organisation = 50 } - not = { has_country_flag = revolutionary_movement } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5024" - desc = "EVTDESC5024" - picture = "politics2" - - option = { - name = "EVTOPTA5024" # Find him, whatever it takes - set_country_flag = revolutionary_movement - money = -50 - dissent = 2 - } - option = { - name = "EVTOPTB5024" # It's no use - set_country_flag = revolutionary_movement - national_unity = -1 - add_country_modifier = { - name = "revolutionary_movements" - duration = 60 - } - } -} - -######################## -# Resistance Movements # -######################## -country_event = { - - id = 5025 - - trigger = { - or = { - government = national_socialism - government = fascist_republic - } - dissent = 5 - year = 1940 - num_of_vassals = 1 - not = { has_country_flag = resistance_movement } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5025" - desc = "EVTDESC5025" - picture = "politics2" - - option = { - name = "EVTOPTA5025" # Give it the highest priority - set_country_flag = resistance_movement - money = -20 - add_country_modifier = { - name = "resistance_movement" - duration = 20 - } - } - option = { - name = "EVTOPTB5025" # Send some troops to deal with it - set_country_flag = resistance_movement - add_country_modifier = { - name = "resistance_movement" - duration = 60 - } - } -} - -#################################### -# Resistance Movement Infiltrated # -#################################### -country_event = { - - id = 5026 - - trigger = { - has_country_flag = intelligence_network - or = { - and = { - or = { - government = national_socialism - government = fascist_republic - } - or = { - leninist = { - organisation = 50 - popularity = 40 - } - stalinist = { - organisation = 50 - popularity = 40 - } - } - } - and = { - or = { - government = socialist_republic - government = federal_socialist_republic - } - or = { - national_socialist = { - organisation = 50 - popularity = 40 - } - fascistic = { - organisation = 50 - popularity = 40 - } - } - } - } - not = { has_country_flag = resistance_movement_infiltrated } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5026" - desc = "EVTDESC5026" - picture = "politics2" - - option = { - name = "EVTOPTA5026" # There's no point in waiting - set_country_flag = resistance_movement_infiltrated - add_country_modifier = { - name = "resistance_movement_laid_open" - duration = 20 - } - } - option = { - name = "EVTOPTB5026" # We'll wait - set_country_flag = resistance_movement_infiltrated - add_country_modifier = { - name = "resistance_movement_infiltrated" - duration = 20 - } - } -} - -############################################ -# Re-organization of the Foreign Ministry # -############################################ -country_event = { - - id = 5027 - - trigger = { - not = { has_country_flag = restructuring_the_foreign_ministry } - is_in_any_faction = no - not = { year = 1940 } - war = no - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5027" - desc = "EVTDESC5027" - picture = "politics1" - - option = { - name = "EVTOPTA5027" # Good initiative - set_country_flag = restructuring_the_foreign_ministry - add_country_modifier = { - name = "restructuring_the_foreign_ministry" - duration = 20 - } - } - option = { - name = "EVTOPTB5027" # There's no need - set_country_flag = restructuring_the_foreign_ministry - add_country_modifier = { - name = "troublesome_ministry" - duration = 20 - } - } -} - -############### -# Retaliation # -############### -country_event = { - - id = 5028 - - trigger = { - dissent = 5 - war = no - has_country_flag = assassination_attempt_of_opposition_leader - not = { has_country_flag = retaliation } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5028" - desc = "EVTDESC5028" - picture = "politician" - - option = { - name = "EVTOPTA5028" # We have to put an end to this - set_country_flag = retaliation - add_country_modifier = { - name = "retaliation" - duration = 20 - } - } -} - -###################################### -# Corruption Within the Police Force # -###################################### -country_event = { - - id = 5029 - - trigger = { - war = no - dissent = 7 - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5029" - desc = "EVTDESC5029" - picture = "law" - - option = { - name = "EVTOPTA5029" # That seems a bit overly ambitious - add_country_modifier = { - name = "corruption_within_the_police_force" - duration = 20 - } - } - option = { - name = "EVTOPTB5029" # Do it - add_country_modifier = { - name = "restructuring_of_the_police_force" - duration = 20 - } - } -} - -############################## -# Unauthorized Demonstration # -############################## -country_event = { - - id = 5030 - - trigger = { - not = { popularity = 50 } - dissent = 5 - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5030" - desc = "EVTDESC5030" - picture = "great_war_manifestion" - - option = { - name = "EVTOPTA5030" # Send reinforcements - add_country_modifier = { - name = "reinforcements" - duration = 20 - } - } - option = { - name = "EVTOPTB5030" # They can handle it - add_country_modifier = { - name = "riots" - duration = 20 - } - } -} - -############################################### -# Resistance Leader Tries to Flee the Country # -############################################### -country_event = { - - id = 5031 - - trigger = { - not = { year = 1938 } - or = { - government = national_socialism - government = fascist_republic - government = socialist_republic - government = federal_socialist_republic - } - organisation = 70 - not = { has_country_flag = resistance_leader_flees } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5031" - desc = "EVTDESC5031" - picture = "resistance" - - option = { - name = "EVTOPTA5031" # Of course - set_country_flag = resistance_leader_flees - random = { - chance = 50 - add_country_modifier = { - name = "resistance_leader_caught" - duration = 20 - } - } - } -} - -############################################## -# Assassination Attempt of Opposition Leader # -############################################## -country_event = { - - id = 5032 - - trigger = { - not = { organisation = 50 } - not = { popularity = 50 } - or = { - government = social_conservatism - government = market_liberalism - government = social_democracy - government = social_liberalism - government = constitutional_monarchy - } - not = { has_country_flag = assassination_attempt_of_opposition_leader } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5032" - desc = "EVTDESC5032" - picture = "fire" - - option = { - name = "EVTOPTA5032" # Do what you can to calm things down - set_country_flag = assassination_attempt_of_opposition_leader - add_country_modifier = { - name = "assassination_attempt_of_opposition_leader" - duration = 20 - } - } - option = { - name = "EVTOPTB5032" # Let the army handle it - set_country_flag = assassination_attempt_of_opposition_leader - add_country_modifier = { - name = "riots_in_the_street" - duration = 20 - } - } -} - -#################################### -# Weapons Found on Train Transport # -#################################### -country_event = { - - id = 5033 - - trigger = { - not = { government = national_socialism } - not = { government = fascist_republic } - not = { government = socialist_republic } - not = { government = federal_socialist_republic } - not = { has_country_flag = weapons_transport } - dissent = 5 - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5033" - desc = "EVTDESC5033" - picture = "industry_sabotaged" - - option = { - name = "EVTOPTA5033" # Send some troops to investigate - set_country_flag = weapons_transport - add_country_modifier = { - name = "weapons_transport" - duration = 20 - } - } - option = { - name = "EVTOPTB5033" # Don't bother, it's just a minor group - set_country_flag = weapons_transport - random = { - chance = 50 - dissent = 2 - } - } -} - -################### -# Bribed Minister # -################### -country_event = { - - id = 5034 - - trigger = { - not = { has_country_flag = bribed_minister } - or = { - government = social_conservatism - government = market_liberalism - government = social_democracy - government = social_liberalism - government = constitutional_monarchy - } - not = { organisation = 50 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5034" - desc = "EVTDESC5034" - picture = "minister_resign" - - option = { - name = "EVTOPTA5034" # Defend him - set_country_flag = bribed_minister - random = { - chance = 50 - national_unity = -1 - add_country_modifier = { - name = "political_mistake" - duration = 20 - } - } - } - option = { - name = "EVTOPTB5034" # Give him a new position - set_country_flag = bribed_minister - organisation = -5 - } -} - -#################### -# Rigged Elections # -#################### -country_event = { - - id = 5035 - - trigger = { - war = no - not = { popularity = 50 } - or = { - government = social_conservatism - government = market_liberalism - government = social_democracy - government = social_liberalism - government = constitutional_monarchy - } - not = { has_country_flag = rigged_elections } - } - - mean_time_to_happen = { - months = 18 - } - - title = "EVTNAME5035" - desc = "EVTDESC5035" - picture = "election" - - option = { - name = "EVTOPTA5035" # Prepare a speech - set_country_flag = rigged_elections - random_list = { - 30 = { national_unity = -1 } - 40 = { dissent = -1 } - 30 = { popularity = -5 } - } - } -} - -############################## -# Leak Within the Government # -############################## -country_event = { - - id = 5036 - - trigger = { - war = yes - not = { organisation = 60 } - not = { popularity = 60 } - not = { has_country_flag = leak_within_the_government } - } - - mean_time_to_happen = { - months = 18 - } - - title = "EVTNAME5036" - desc = "EVTDESC5036" - picture = "politician" - - option = { - name = "EVTOPTA5036" # It's probably nothing - set_country_flag = leak_within_the_government - random = { - chance = 60 - organisation = -2 - popularity = -5 - } - } - option = { - name = "EVTOPTB5036" # Increase your efforts - set_country_flag = leak_within_the_government - random = { - chance = 40 - organisation = -4 - popularity = -5 - } - } -} - -############################################ -# Foreign Nation Supports Opposition Party # -############################################ -country_event = { - - id = 5037 - - trigger = { - war = no - or = { - government = social_conservatism - government = market_liberalism - government = social_democracy - government = social_liberalism - government = constitutional_monarchy - } - is_in_any_faction = no - any_neighbor_country = { - or = { - government = national_socialism - government = fascist_republic - government = socialist_republic - government = federal_socialist_republic - } - not = { alliance_with = this } - } - } - - mean_time_to_happen = { - months = 18 - } - - title = "EVTNAME5037" - desc = "EVTDESC5037" - picture = "politics1" - - option = { - name = "EVTOPTA5037" # Continue the investigation - add_country_modifier = { - name = "investigation_of_opposition_party" - duration = 20 - } - } - option = { - name = "EVTOPTB5037" # There are other things to worry about - add_country_modifier = { - name = "opposition_gains_support" - duration = 20 - } - } -} - -########################### -# Anti-Terrorist Measures # -########################### -country_event = { - - id = 5038 - - trigger = { - - or = { - government = social_conservatism - government = market_liberalism - government = social_democracy - government = social_liberalism - government = constitutional_monarchy - } - ideology = fascistic - organisation = 50 - not = { has_country_flag = anti_terrorist_measures } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 2.0 - war = yes - } - } - - title = "EVTNAME5017" - desc = "EVTDESC5017" - picture = "fire" - - option = { - name = "EVTOPTA5017" # Good - set_country_flag = anti_terrorist_measures - government = fascist_republic - } -} - -####################### -# Happy Random Events # -####################### - -country_event = { - - id = 5040 - - trigger = { - NOT = { has_country_modifier = economic_boost } - } - - mean_time_to_happen = { - months = 36 - } - - title = "EVTNAME5040" - desc = "EVTDESC5040" - picture = "private_sector" - - option = { - name = "EVTOPTA5040" - add_country_modifier = { - name = "economic_boost" - duration = 6 - } - } -} - - -country_event = { - - id = 5041 - - trigger = { - NOT = { has_country_modifier = volunteer_surge } - } - - mean_time_to_happen = { - months = 36 - } - - title = "EVTNAME5041" - desc = "EVTDESC5041" - picture = "great_war_manifestion" - - option = { - name = "EVTOPTA5041" - add_country_modifier = { - name = "volunteer_surge" - duration = 6 - } - } -} - - -country_event = { - - id = 5042 - - trigger = { - war = yes - NOT = { energy = 20000 } - } - - mean_time_to_happen = { - months = 36 - } - - title = "EVTNAME5042" - desc = "EVTDESC5042" - picture = "great_war_manifestion" - - option = { - name = "EVTOPTA5042" - energy = 50 - } -} - - - -country_event = { - - id = 5043 - - trigger = { - war = yes - NOT = { metal = 10000 } - } - - mean_time_to_happen = { - months = 36 - } - - title = "EVTNAME5043" - desc = "EVTDESC5043" - picture = "great_war_manifestion" - - option = { - name = "EVTOPTA5043" - metal = 50 - } -} - - - -country_event = { - - id = 5044 - - trigger = { - war = yes - NOT = { rare_materials = 5000 } - } - - mean_time_to_happen = { - months = 36 - } - - title = "EVTNAME5044" - desc = "EVTDESC5044" - picture = "great_war_manifestion" - - option = { - name = "EVTOPTA5044" - rare_materials = 50 - } -} - -######################### -# Minister resigns # -######################### -country_event = { - - id = 5045 - - trigger = { - has_removable_minister = yes - or = { - government = social_conservatism - government = market_liberalism - government = social_democracy - government = social_liberalism - government = constitutional_monarchy - } - } - - mean_time_to_happen = { - months = 36 - - } - - title = "EVTNAME5001" - desc = "EVTDESC5001" - picture = "parliamentary_scandal" - - option = { - name = "EVTOPTA5001" # OK - remove_minister = yes - } -} - -######################### -# Minister fired # -######################### -country_event = { - - id = 5056 - - trigger = { - has_removable_minister = yes - NOT = { - or = { - government = social_conservatism - government = market_liberalism - government = social_democracy - government = social_liberalism - government = constitutional_monarchy - } - } - } - - mean_time_to_happen = { - months = 36 - - } - - title = "EVTNAME5001" - desc = "EVTDESC5001" - picture = "parliamentary_scandal" - - option = { - name = "EVTOPTA5001" # OK - remove_minister = yes - } -} - diff --git a/Vic2ToHoI3/Data_Files/events/PrideOfTheFleet.txt b/Vic2ToHoI3/Data_Files/events/PrideOfTheFleet.txt deleted file mode 100644 index e31fd9c81..000000000 --- a/Vic2ToHoI3/Data_Files/events/PrideOfTheFleet.txt +++ /dev/null @@ -1,29 +0,0 @@ -#Enemy Pride of the Fleet Sunk -country_event = { - id = 400 - title = "EVTNAME400" - desc = "EVTDESC400" - picture = "prideofthefleetsunk" - - is_triggered_only = yes - - option = { - name = "EVTOPTA400" - dissent = -2 - } -} - -#Our Pride of the Fleet Sunk -country_event = { - id = 401 - title = "EVTNAME401" - desc = "EVTDESC401" - picture = "prideofthefleetsunk" - - is_triggered_only = yes - - option = { - name = "EVTOPTA401" - dissent = 2 - } -} diff --git a/Vic2ToHoI3/Data_Files/events/ReoccupationOfTheRhineland.txt b/Vic2ToHoI3/Data_Files/events/ReoccupationOfTheRhineland.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/ReoccupationOfTheRhineland.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/SecondViennaAward.txt b/Vic2ToHoI3/Data_Files/events/SecondViennaAward.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/SecondViennaAward.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/Soviet.txt b/Vic2ToHoI3/Data_Files/events/Soviet.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/Soviet.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/SpanishCivilWar.txt b/Vic2ToHoI3/Data_Files/events/SpanishCivilWar.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/SpanishCivilWar.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/TheFutureOfGreece.txt b/Vic2ToHoI3/Data_Files/events/TheFutureOfGreece.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/TheFutureOfGreece.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/TheFutureOfPoland.txt b/Vic2ToHoI3/Data_Files/events/TheFutureOfPoland.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/TheFutureOfPoland.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/TheUndeclaredWar.txt b/Vic2ToHoI3/Data_Files/events/TheUndeclaredWar.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/TheUndeclaredWar.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/UnitedKingdom.txt b/Vic2ToHoI3/Data_Files/events/UnitedKingdom.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/UnitedKingdom.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/Uprisings.txt b/Vic2ToHoI3/Data_Files/events/Uprisings.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/Uprisings.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/WarGoals.txt b/Vic2ToHoI3/Data_Files/events/WarGoals.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/WarGoals.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/events/surrender2.txt b/Vic2ToHoI3/Data_Files/events/surrender2.txt new file mode 100644 index 000000000..4287ca861 --- /dev/null +++ b/Vic2ToHoI3/Data_Files/events/surrender2.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/Vic2ToHoI3/Data_Files/governmentMapping.txt b/Vic2ToHoI3/Data_Files/governmentMapping.txt index eb0b887a9..2f8629ba4 100644 --- a/Vic2ToHoI3/Data_Files/governmentMapping.txt +++ b/Vic2ToHoI3/Data_Files/governmentMapping.txt @@ -18,26 +18,31 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + + mappings = { -link = { vic = proletarian_dictatorship culture = russian hoi = federal_socialist_republic } # BE: Probably want to make federal_socialist_republic size-dependent -link = { vic = proletarian_dictatorship culture = yankee hoi = federal_socialist_republic } -link = { vic = proletarian_dictatorship hoi = socialist_republic } # what about federal_socialist_republic? -link = { vic = presidential_dictatorship culture = hungarian hoi = hungarian_right_wing_republic } -link = { vic = presidential_dictatorship hoi = right_wing_republic } # what about right_wing_autocrat? -link = { vic = bourgeois_dictatorship hoi = social_liberalism } # that can't be good. Maybe mod in a new government? -link = { vic = fascist_dictatorship culture = german hoi = germanic_fascist_republic } # what about national_socialism? -link = { vic = fascist_dictatorship hoi = fascist_republic } # what about national_socialism? -link = { vic = absolute_monarchy ruling_party = fascist hoi = imperial } -link = { vic = absolute_monarchy ruling_party = reactionary hoi = imperial } link = { vic = absolute_monarchy hoi = absolute_monarchy } link = { vic = prussian_constitutionalism ruling_party = fascist hoi = imperial } link = { vic = prussian_constitutionalism ruling_party = reactionary hoi = imperial } -link = { vic = prussian_constitutionalism hoi = constitutional_monarchy } +link = { vic = prussian_constitutionalism political_reforms = 0.75 hoi = constitutional_monarchy } +link = { vic = prussian_constitutionalism hoi = imperial } +link = { vic = hms_government ruling_party = fascist hoi = imperial } link = { vic = hms_government hoi = constitutional_monarchy } -link = { vic = democracy culture = spanish hoi = spanish_social_conservatism closest_uh_social = 1 closest_uh_market = 0 } -link = { vic = democracy hoi = social_conservatism closest_uh_social = 1 closest_uh_market = 0 } -link = { vic = democracy hoi = market_liberalism closest_uh_social = -1 closest_uh_market = -2 } -link = { vic = democracy hoi = social_democracy closest_uh_social = 0 closest_uh_market = 0 } -link = { vic = democracy hoi = social_liberalism closest_uh_social = -2 closest_uh_market = 1 } -link = { vic = democracy hoi = left_wing_radicals closest_uh_social = 0 closest_uh_market = 2 } +link = { vic = democracy ruling_party = fascist hoi = right_wing_republic } +link = { vic = democracy ruling_party = reactionary hoi = social_conservatism } +link = { vic = democracy ruling_party = conservative political_reforms = 0.9 social_reforms_above = 0.90 hoi = social_liberalism } +link = { vic = democracy ruling_party = conservative political_reforms = 0.9 social_reforms_below = 0.33 hoi = market_liberalism } +link = { vic = democracy ruling_party = conservative hoi = social_conservatism } +link = { vic = democracy ruling_party = anarcho_liberal hoi = market_liberalism } +link = { vic = democracy ruling_party = liberal social_reforms_above = 0.66 hoi = social_liberalism } +link = { vic = democracy ruling_party = liberal hoi = market_liberalism } +link = { vic = democracy ruling_party = socialist social_reforms_above = 0.90 hoi = left_wing_radicals } +link = { vic = democracy ruling_party = socialist hoi = social_democracy } +link = { vic = democracy ruling_party = communist hoi = left_wing_radicals } +link = { vic = proletarian_dictatorship hoi = socialist_republic } +link = { vic = presidential_dictatorship ruling_party = liberal hoi = right_wing_republic } +link = { vic = presidential_dictatorship ruling_party = anarcho_liberal hoi = right_wing_republic } +link = { vic = presidential_dictatorship hoi = right_wing_autocrat } +link = { vic = bourgeois_dictatorship hoi = right_wing_republic } +link = { vic = fascist_dictatorship hoi = fascist_republic } } diff --git a/Vic2ToHoI3/Data_Files/province_mappings.txt b/Vic2ToHoI3/Data_Files/province_mappings.txt index 5dd6620c4..d330371cc 100644 --- a/Vic2ToHoI3/Data_Files/province_mappings.txt +++ b/Vic2ToHoI3/Data_Files/province_mappings.txt @@ -28,24 +28,23 @@ link = { vic = 2636 hoi = 10675 } # Egedesminde -> Thule # ## Canada # British Columbia - link = { vic = 13 hoi = 6648 hoi = 6652 hoi = 6649 hoi = 6671 hoi = 6665 hoi = 6656 hoi = 6645 } # Vancouver -> Allison Harbour, Kingdome Inlet, Williams Lake, Vancouver, Powell River, Knight Inlet, Mount Waddington - link = { vic = 14 hoi = 6659 hoi = 6664 hoi = 6675 hoi = 6670 hoi = 6682 } # Vancouver Island -> Port Hardy, Campbell River, Bamfield, Nanaimo, Victoria - link = { vic = 15 hoi = 8147 hoi = 8160 hoi = 8173 hoi = 6638 hoi = 6635 hoi = 6641 hoi = 8135 } # Prince Rupert -> Port Simpson, Kitimat, Smithers, Ocean Falls, Swanson Bay, Rivers Inlet, Alice Arm + link = { vic = 13 hoi = 6671 hoi = 6665 hoi = 6645 hoi = 6648 hoi = 6656 hoi = 6649 hoi = 6652 hoi = 6660 hoi = 6653 hoi = 6666 hoi = 8207 } # Vancouver -> Vancouver, Powell River, Mount Waddington, Allison Harbour, Knight Inlet, Williams Lake, Kingdome Inlet, Alta Lake, Lillooet, Lytton, Tatla Lake + link = { vic = 14 hoi = 6682 hoi = 6670 hoi = 6675 hoi = 6664 hoi = 6659 } # Vancouver Island -> Victoria, Nanaimo, Bamfield, Campbell River, Port Hardy + link = { vic = 15 hoi = 8147 hoi = 8160 hoi = 6638 hoi = 6635 hoi = 6641 hoi = 8135 } # Prince Rupert -> Port Simpson, Kitimat, Ocean Falls, Swanson Bay, Rivers Inlet, Alice Arm link = { vic = 16 hoi = 8091 hoi = 8112 hoi = 8309 } # Glenora -> Echo Lake, Stewart, Hazelton - link = { vic = 17 hoi = 8085 hoi = 8090 } # Atlin -> Bennett, Atlin - link = { vic = 18 hoi = 8189 } # Fort Saint John -> Prince George - link = { vic = 19 hoi = 8208 hoi = 8231 hoi = 8207 } # Prince George -> Williams Lake, Alexis Creek, Tatla Lake - link = { vic = 20 hoi = 6666 hoi = 6676 hoi = 6660 hoi = 6653 } # Kelowna -> Lytton, Penticton, Alta Lake, Lillooet - link = { vic = 21 hoi = 8307 hoi = 8255 hoi = 8334 } # Vernon -> Castlegar, Kamloops, Revelstoke - link = { vic = 2629 hoi = 8311 } # Beatton River -> Fort Nelson + link = { vic = 17 hoi = 8090 hoi = 8085 } # Atlin -> Atlin, Bennett + link = { vic = 19 hoi = 8189 hoi = 8208 hoi = 8231 hoi = 8173 } # Prince George -> Prince George, Williams Lake, Alexis Creek, Smithers + link = { vic = 20 hoi = 8255 hoi = 8307 hoi = 6676 } # Kelowna -> Kamloops, Castlegar, Penticton + link = { vic = 21 hoi = 8334 } # Vernon -> Revelstoke + link = { vic = 2629 vic = 18 hoi = 8311 } # Beatton River, Fort Saint John -> Fort Nelson # Yukon link = { vic = 6 hoi = 8082 } # Whitehorse -> Whitehorse link = { vic = 7 vic = 8 hoi = 8232 } # Dawson, Ross River -> Dawson # Alberta - link = { vic = 22 hoi = 11364 hoi = 8472 } # Edmonton -> Red Deer, Edmonton + link = { vic = 22 hoi = 8472 hoi = 11364 } # Edmonton -> Edmonton, Red Deer link = { vic = 23 hoi = 8389 } # Athabaska Landing -> Fort McMurray link = { vic = 24 hoi = 8335 } # Jasper -> Grande Prairie - link = { vic = 25 vic = 26 vic = 28 hoi = 8336 } # Banff, Calgary, Fort MacLeod -> Calgary + link = { vic = 26 vic = 28 vic = 25 hoi = 8336 } # Calgary, Fort MacLeod, Banff -> Calgary link = { vic = 27 hoi = 8337 hoi = 11374 } # Denwood -> Vermilion, Brooks link = { vic = 29 hoi = 8387 } # Medicine Hat -> Lethbridge link = { vic = 2597 hoi = 8362 hoi = 8282 } # Fort Vermilion -> Fort Vermilion, Peace River @@ -53,16 +52,14 @@ link = { vic = 30 hoi = 8364 hoi = 8415 } # Regina -> Regina, Virden link = { vic = 31 hoi = 8386 hoi = 8705 } # Stanley -> Stony Rapids, Fond du Lac link = { vic = 32 hoi = 8584 hoi = 8283 hoi = 8339 } # Prince Albert -> Prince Albert, Kinistino, Preeceville - link = { vic = 33 hoi = 8310 hoi = 8363 hoi = 8256 } # Asquith -> North Battleford, Moose Jaw, Saskatoon - link = { vic = 34 hoi = 8338 } # Saskatoon -> Fort Qu'Appelle - link = { vic = 35 hoi = 8388 hoi = 8414 } # Maple Creek -> Central Butte, Westhope + link = { vic = 33 hoi = 8310 hoi = 8363 } # Asquith -> North Battleford, Moose Jaw + link = { vic = 34 hoi = 8256 hoi = 8338 } # Saskatoon -> Saskatoon, Fort Qu'Appelle + link = { vic = 35 hoi = 8414 hoi = 8388 } # Maple Creek -> Westhope, Central Butte # Northwest Territories - link = { vic = 9 hoi = 8583 } # Fort Simpson -> Fort Providence - link = { vic = 10 hoi = 11367 } # Inuvik -> Fort Norman - link = { vic = 11 hoi = 11392 hoi = 8312 hoi = 8308 } # Echo Bay -> Taltson River, Yellowknife, Reliance - link = { vic = 12 hoi = 10686 hoi = 11372 hoi = 11368 } # Reliance -> Yathkyed Lake, Baker Lake, Dubawnt Lake - link = { vic = 2596 hoi = 8732 hoi = 11362 } # Fort Resolution -> Kasba Lake, Ennadei Lake - link = { vic = 2598 hoi = 11377 } # Fort Liard -> Hay River + link = { vic = 9 vic = 10 vic = 2598 hoi = 11367 } # Fort Simpson, Inuvik, Fort Liard -> Fort Norman + link = { vic = 11 hoi = 8312 hoi = 8583 hoi = 11377 } # Echo Bay -> Yellowknife, Fort Providence, Hay River + link = { vic = 12 hoi = 8308 hoi = 11368 hoi = 11372 } # Reliance -> Reliance, Dubawnt Lake, Baker Lake + link = { vic = 2596 hoi = 8732 hoi = 11362 hoi = 11392 } # Fort Resolution -> Kasba Lake, Ennadei Lake, Taltson River # Manitoba link = { vic = 37 hoi = 5027 hoi = 8478 } # Churchill -> Churchill, Norway House link = { vic = 38 hoi = 11375 } # Indian Lakes -> Brochet @@ -71,23 +68,23 @@ link = { vic = 41 hoi = 8416 hoi = 8365 } # Brandon -> Morden, Brandon link = { vic = 42 vic = 36 hoi = 8445 } # Pembina, Winnipeg -> Winnipeg # Nunavut - link = { vic = 43 hoi = 8258 hoi = 8257 } # Arviat -> Thaolintao Lake, Chesterfield + link = { vic = 43 hoi = 8258 hoi = 8257 hoi = 10686 } # Arviat -> Thaolintao Lake, Chesterfield, Yathkyed Lake link = { vic = 44 hoi = 8448 hoi = 8390 } # Coral Harbour -> Repulse Bay, Coral Harbour - link = { vic = 45 hoi = 8417 hoi = 14126 hoi = 3796 } # Baffin Island -> Pangnirtung, Frobisher Bay, Lake Harbour + link = { vic = 45 hoi = 14126 hoi = 3796 hoi = 8417 } # Baffin Island -> Frobisher Bay, Lake Harbour, Pangnirtung link = { vic = 2595 hoi = 4800 } # Nunavut -> Wager Bay # Ontario - link = { vic = 46 hoi = 3408 hoi = 3407 hoi = 3476 hoi = 3541 hoi = 3339 hoi = 3338 hoi = 3269 } # Toronto -> Trenton, Cobourg, Oshawa, Toronto, Havelock, Petersborough, Lakefield + link = { vic = 46 hoi = 3541 hoi = 3339 hoi = 3338 hoi = 3269 hoi = 3408 hoi = 3407 hoi = 3476 } # Toronto -> Toronto, Havelock, Petersborough, Lakefield, Trenton, Cobourg, Oshawa link = { vic = 47 hoi = 8616 } # Fort Severn -> Fort Severn link = { vic = 48 hoi = 3543 hoi = 8519 hoi = 8483 hoi = 8556 } # Fort Albany -> Moosonee, Kapuskasing, Cochrane, Timmins link = { vic = 49 hoi = 8446 hoi = 8480 } # Dryden -> Vermilon Bay, Sioux Lookout - link = { vic = 50 vic = 3117 hoi = 8481 hoi = 8447 hoi = 8518 hoi = 8482 } # MANY-TO-MANY: Thunder Bay, Lake Nipigon -> Nipigon, Fort William, White River, Hearst - link = { vic = 51 hoi = 8555 hoi = 8619 hoi = 8586 hoi = 6840 } # Sault Ste Marie -> Franz, Sault Sainte Marie, Chapleau, Kirkland Lake - link = { vic = 52 hoi = 3136 hoi = 3202 hoi = 3203 hoi = 3137 hoi = 2934 hoi = 3001 hoi = 3002 hoi = 3069 hoi = 3068 hoi = 3000 hoi = 2933 hoi = 2867 hoi = 2868 hoi = 3003 hoi = 3070 hoi = 3071 hoi = 3138 hoi = 6879 hoi = 6857 hoi = 6858 hoi = 8652 hoi = 6924 hoi = 6880 hoi = 3204 hoi = 3270 hoi = 3268 } # Sudbury -> Huntsville, Midland, Gravenhurst, Kawagama Lake, Opeongo Lake, South River, Mattawa, Whitney, Byng Inlet, Rutter, North Bay, Cobalt, Temiscaming, Dumoine, Madawaska Lake, Deep River, Killaloe Station, Sudbury, Sturgeon, Royun, Malartic, Lac Sim�rd, Dozois, Bancroft, Madoc, Orillia - link = { vic = 53 hoi = 3267 hoi = 3405 hoi = 3475 hoi = 3336 hoi = 3337 hoi = 3404 hoi = 3335 hoi = 3406 hoi = 3474 } # Barrie -> Owen Sound, Orangeville, Brampton, Collingwood, Barrie, Wingham, Kincardine, Newmarket, Arthur - link = { vic = 54 hoi = 3665 hoi = 3798 hoi = 3731 hoi = 3732 hoi = 3666 hoi = 3603 hoi = 3539 hoi = 3473 hoi = 14161 hoi = 3667 } # Windsor -> Sarnia, Leamington, Chatham, London, Forest, Grand Bend, Seaforth, Goderich, St. Pierre et Miquelon, Stratford + link = { vic = 50 vic = 3117 hoi = 8447 hoi = 8518 hoi = 8482 hoi = 8481 } # MANY-TO-MANY: Thunder Bay, Lake Nipigon -> Fort William, White River, Hearst, Nipigon + link = { vic = 51 hoi = 8619 hoi = 8586 hoi = 6840 hoi = 8555 } # Sault Ste Marie -> Sault Sainte Marie, Chapleau, Kirkland Lake, Franz + link = { vic = 52 hoi = 6879 hoi = 3000 hoi = 6857 hoi = 2933 hoi = 3068 hoi = 2867 hoi = 3001 hoi = 2934 hoi = 3136 hoi = 3202 hoi = 3268 hoi = 3203 hoi = 3137 hoi = 3138 hoi = 3204 hoi = 3070 hoi = 3069 hoi = 3002 hoi = 2868 hoi = 6858 hoi = 8652 hoi = 6924 hoi = 6880 hoi = 3003 hoi = 3071 hoi = 3270 } # Sudbury -> Sudbury, Rutter, Sturgeon, North Bay, Byng Inlet, Cobalt, South River, Opeongo Lake, Huntsville, Midland, Orillia, Gravenhurst, Kawagama Lake, Killaloe Station, Bancroft, Madawaska Lake, Whitney, Mattawa, Temiscaming, Royun, Malartic, Lac Sim�rd, Dozois, Dumoine, Deep River, Madoc + link = { vic = 53 hoi = 3337 hoi = 3404 hoi = 3406 hoi = 3474 hoi = 3267 hoi = 3336 hoi = 3335 hoi = 3405 hoi = 3475 } # Barrie -> Barrie, Wingham, Newmarket, Arthur, Owen Sound, Collingwood, Kincardine, Orangeville, Brampton + link = { vic = 54 hoi = 3798 hoi = 3731 hoi = 3732 hoi = 3666 hoi = 3603 hoi = 3539 hoi = 3473 hoi = 3667 hoi = 3665 } # Windsor -> Leamington, Chatham, London, Forest, Grand Bend, Seaforth, Goderich, Stratford, Sarnia link = { vic = 55 hoi = 3605 hoi = 3668 hoi = 3604 } # Hamilton -> Hamilton, Simcoe, Kitchener link = { vic = 56 hoi = 3409 hoi = 3340 hoi = 3341 } # Kingston -> Kingston, Harrowsmith, Brockville - link = { vic = 57 hoi = 3206 hoi = 3342 hoi = 3272 hoi = 3271 hoi = 3205 } # Ottawa -> Fort Coulonge, Ottawa, Perth, Lanark, Pembroke + link = { vic = 57 hoi = 3342 hoi = 3272 hoi = 3271 hoi = 3205 hoi = 3206 } # Ottawa -> Ottawa, Perth, Lanark, Pembroke, Fort Coulonge link = { vic = 2594 hoi = 3470 hoi = 11373 } # Pickle -> Red Lake, Nakina link = { vic = 2628 hoi = 3540 hoi = 3601 } # Attawapiskat -> Fort Albany, Fort Hope # Quebec @@ -95,126 +92,127 @@ link = { vic = 59 hoi = 8521 hoi = 8520 } # Nitchequon -> Labrador City, Woollett link = { vic = 60 hoi = 3737 hoi = 3669 hoi = 2935 } # Fort Rupert -> Mistissini, La Sarre, Eastmain link = { vic = 61 hoi = 8588 hoi = 8621 hoi = 8587 hoi = 8557 } # Chicoutimi -> Baie Comeau, Chicoutimi, Saguenay, Outardes - link = { vic = 62 hoi = 8522 hoi = 8523 hoi = 8487 hoi = 8486 hoi = 8484 hoi = 8485 } # Sept-�les -> Havre St Pierre, Kegaska, St. Augustin, Olomane, Sept Iles, Pitaga - link = { vic = 63 hoi = 4399 hoi = 8620 hoi = 4586 hoi = 4400 hoi = 8653 hoi = 6902 hoi = 6881 } # Temiscaming -> Amos, Val d'Or, Beattyville, Dolbeau, Parent, Gracefield, Mt. Laurier - link = { vic = 64 hoi = 6926 hoi = 6904 hoi = 6882 } # Trois-Rivi�res -> St. Gabriel, Rivi�re Matawin, St. Alexis des Monts - link = { vic = 65 hoi = 6859 hoi = 6883 hoi = 6860 } # Quebec City -> La Tuque, Rivi�re � Pierre, Baie St Paul - link = { vic = 66 hoi = 6993 hoi = 6973 hoi = 6952 hoi = 6951 } # Sherbrooke -> Sherbrooke, Asbestos, Thetford Mines, Trois Rivi�res - link = { vic = 67 hoi = 6798 hoi = 6811 hoi = 6841 hoi = 6824 hoi = 6861 hoi = 6884 hoi = 6905 } # Rimouski -> Gasp�, La Martre, Matane, New Richmond, Rivi�re du Loup, Montmagny, Qu�bec + link = { vic = 62 hoi = 8484 hoi = 8485 hoi = 8522 hoi = 8523 hoi = 8487 hoi = 8486 } # Sept-�les -> Sept Iles, Pitaga, Havre St Pierre, Kegaska, St. Augustin, Olomane + link = { vic = 63 hoi = 8620 hoi = 4586 hoi = 4400 hoi = 8653 hoi = 6902 hoi = 6881 hoi = 4399 } # Temiscaming -> Val d'Or, Beattyville, Dolbeau, Parent, Gracefield, Mt. Laurier, Amos + link = { vic = 64 hoi = 6951 hoi = 6926 hoi = 6904 hoi = 6882 } # Trois-Rivi�res -> Trois Rivi�res, St. Gabriel, Rivi�re Matawin, St. Alexis des Monts + link = { vic = 65 hoi = 6905 hoi = 6883 hoi = 6860 hoi = 6859 } # Quebec City -> Qu�bec, Rivi�re � Pierre, Baie St Paul, La Tuque + link = { vic = 66 hoi = 6993 hoi = 6973 hoi = 6952 } # Sherbrooke -> Sherbrooke, Asbestos, Thetford Mines + link = { vic = 67 hoi = 6798 hoi = 6811 hoi = 6841 hoi = 6824 hoi = 6861 hoi = 6884 } # Rimouski -> Gasp�, La Martre, Matane, New Richmond, Rivi�re du Loup, Montmagny link = { vic = 2592 hoi = 6927 } # Ungava -> Kangiqsualujjuaq link = { vic = 2593 hoi = 6903 } # Fort George -> Rivi�re aux Feuilles link = { vic = 2626 hoi = 6974 } # Port Harrison -> Puvurnituq link = { vic = 2627 hoi = 11365 } # Fort Chimo -> Kangiqsualujjuaq # New Brunswick - link = { vic = 68 hoi = 6930 hoi = 6955 hoi = 6976 hoi = 6954 hoi = 6996 } # Fredericton -> St. Louis de Kent, Dieppe, Moncton, Fredericton, Saint John + link = { vic = 68 hoi = 6954 hoi = 6996 hoi = 6930 hoi = 6955 hoi = 6976 } # Fredericton -> Fredericton, Saint John, St. Louis de Kent, Dieppe, Moncton link = { vic = 69 hoi = 6862 hoi = 6886 hoi = 6907 hoi = 6906 } # Bathurst -> Matap�dia, Caraquet, Plaster Rock, Edmundston # Nova Scotia - link = { vic = 71 hoi = 7016 hoi = 6997 } # Halifax -> Yarmouth, Halifax - link = { vic = 72 hoi = 7017 hoi = 6977 hoi = 6998 } # Truro -> Sheet Harbour, New Glasgow, Port Hawksbury + link = { vic = 71 hoi = 6997 hoi = 7016 } # Halifax -> Halifax, Yarmouth + link = { vic = 72 hoi = 6977 hoi = 6998 hoi = 7017 } # Truro -> New Glasgow, Port Hawksbury, Sheet Harbour link = { vic = 73 hoi = 6956 } # Cape Breton Island -> Glace Bay # Prince Edward Island link = { vic = 70 hoi = 6931 } # Prince Edward Island -> Charlottetown # Newfoundland and Labrador - link = { vic = 74 hoi = 8654 hoi = 8623 hoi = 8682 hoi = 8734 } # Saint Johns -> Windsor, Gander, Rencontre East, St. John's - link = { vic = 75 vic = 77 hoi = 8589 hoi = 8622 } # MANY-TO-MANY: Millertown, St Pierre & Miquelon -> Cook's Harbour, Morts + link = { vic = 74 hoi = 8734 hoi = 8654 hoi = 8682 hoi = 8623 } # Saint Johns -> St. John's, Windsor, Rencontre East, Gander + link = { vic = 75 hoi = 8589 hoi = 8622 } # Millertown -> Cook's Harbour, Morts + link = { vic = 77 hoi = 14161 } # St Pierre & Miquelon -> St. Pierre et Miquelon link = { vic = 76 hoi = 6885 } # Hopedale -> Nain - link = { vic = 2625 hoi = 8449 hoi = 8391 } # Port Hope Simpson -> Happy Valley Goose Bay, Charlottetown + link = { vic = 2625 hoi = 8391 hoi = 8449 } # Port Hope Simpson -> Charlottetown, Happy Valley Goose Bay # ## USA # Alaska link = { vic = 1 vic = 2 hoi = 8088 } # Sitka, Yakutat -> Juneau - link = { vic = 3 hoi = 8076 hoi = 8087 hoi = 8078 } # Kenai -> Seward, Kodiak, Anchorage - link = { vic = 4 hoi = 8079 hoi = 8083 hoi = 10684 hoi = 10732 hoi = 10733 hoi = 10734 hoi = 14162 hoi = 14163 hoi = 14164 hoi = 14165 } # Dutch Harbor -> Naknek, Chignik, Attu Island, Unalaska Island, Umnak Island, Yunaska Island, Amlia Island, Atka Island, Amchitka Island, Kiska Island + link = { vic = 3 hoi = 8078 hoi = 8087 hoi = 8076 } # Kenai -> Anchorage, Kodiak, Seward + link = { vic = 4 hoi = 10732 hoi = 10733 hoi = 10734 hoi = 14162 hoi = 14164 hoi = 14165 hoi = 14163 hoi = 10684 hoi = 8079 hoi = 8083 } # Dutch Harbor -> Unalaska Island, Umnak Island, Yunaska Island, Amlia Island, Amchitka Island, Kiska Island, Atka Island, Attu Island, Naknek, Chignik link = { vic = 5 vic = 2631 hoi = 8077 } # Bethel, Unalakeet -> Bethel link = { vic = 2599 hoi = 8075 } # Fairbanks -> Fairbanks link = { vic = 2630 hoi = 8081 } # Cordova -> Valdez # Washington - link = { vic = 78 hoi = 6683 hoi = 6696 hoi = 6697 hoi = 6713 hoi = 6714 hoi = 6722 hoi = 6731 hoi = 6742 hoi = 6752 } # Seattle -> Everett, Bremerton, Seattle, Aberdeen, Tacoma, Olympia, Raymond, Toledo, Kelso - link = { vic = 79 hoi = 6689 hoi = 6698 hoi = 8385 hoi = 8438 } # Spokane -> Mount Baker, Wilbur, Spokane, Marcus - link = { vic = 80 hoi = 6705 hoi = 6723 hoi = 6732 hoi = 6743 hoi = 6753 hoi = 8471 hoi = 8509 } # Walla Walla -> Leavenworth, Cle Elum, Yakima, Pasco, Goldendale, Lind, Pomeroy + link = { vic = 78 hoi = 6697 hoi = 6714 hoi = 6722 hoi = 6731 hoi = 6742 hoi = 6752 hoi = 6696 hoi = 6713 hoi = 6683 } # Seattle -> Seattle, Tacoma, Olympia, Raymond, Toledo, Kelso, Bremerton, Aberdeen, Everett + link = { vic = 79 hoi = 8385 hoi = 8438 hoi = 6698 hoi = 6689 } # Spokane -> Spokane, Marcus, Wilbur, Mount Baker + link = { vic = 80 hoi = 8509 hoi = 6705 hoi = 6723 hoi = 6732 hoi = 6743 hoi = 8471 hoi = 6753 } # Walla Walla -> Pomeroy, Leavenworth, Cle Elum, Yakima, Pasco, Lind, Goldendale # Oregon - link = { vic = 81 hoi = 2670 hoi = 6763 hoi = 6784 hoi = 6796 hoi = 6809 hoi = 6797 hoi = 6774 hoi = 6741 hoi = 2669 hoi = 2866 hoi = 2735 hoi = 2801 hoi = 2800 hoi = 2931 hoi = 2932 hoi = 2736 hoi = 2999 } # Portland -> Roseburg, Bay City, Junction City, Florence, Eugene, Springfield, Portland, Seaside, Port Oxford, Crater Lake, Powers, Glendale, Gold Beach, Brookings, Central Point, Diamond Lake, Ashland - link = { vic = 82 hoi = 6764 hoi = 6785 hoi = 8577 hoi = 8508 hoi = 6810 hoi = 8578 } # Baker City -> Hood River, Shaniko, Prairie City, Arlington, Redmond, Elgin + link = { vic = 81 hoi = 6774 hoi = 2669 hoi = 2735 hoi = 2800 hoi = 2736 hoi = 2999 hoi = 2932 hoi = 2931 hoi = 2801 hoi = 2866 hoi = 6763 hoi = 6741 hoi = 6784 hoi = 6796 hoi = 6809 hoi = 6797 hoi = 2670 } # Portland -> Portland, Port Oxford, Powers, Gold Beach, Diamond Lake, Ashland, Central Point, Brookings, Glendale, Crater Lake, Bay City, Seaside, Junction City, Florence, Eugene, Springfield, Roseburg + link = { vic = 82 hoi = 8577 hoi = 8508 hoi = 8578 hoi = 6785 hoi = 6810 hoi = 6764 } # Baker City -> Prairie City, Arlington, Elgin, Shaniko, Redmond, Hood River link = { vic = 83 hoi = 8698 hoi = 6878 hoi = 6839 hoi = 6823 hoi = 8641 hoi = 6922 hoi = 6856 hoi = 6901 hoi = 8672 hoi = 8609 } # Klamath Falls -> Cedar Mountains, Harney Lake, Burns, McKenzie, Malheur, Lakeview, Silver Lake, Klamath Falls, Juntura, Vale # California link = { vic = 84 hoi = 3658 hoi = 3597 hoi = 3725 hoi = 3791 hoi = 3860 hoi = 3861 hoi = 3931 hoi = 3997 hoi = 3659 hoi = 3998 hoi = 4066 } # San Francisco -> San Francisco, Ukiah, Santa Rosa, Davis, San Rafael, Richmond, Oakland, Point Arena, Colusa, Tracy, San Jose - link = { vic = 85 hoi = 2997 hoi = 3066 hoi = 3200 hoi = 3264 hoi = 3330 hoi = 3398 hoi = 3532 hoi = 3265 hoi = 3467 hoi = 3067 } # Eureka -> Crescent City, Trinidad, Eureka, Fortuna, Willits, Garberville, Fort Bragg, Weaverville, Covelo, Yreka - link = { vic = 86 hoi = 6968 hoi = 3135 hoi = 6991 hoi = 3201 hoi = 3266 hoi = 7063 hoi = 7080 hoi = 3932 hoi = 3792 hoi = 3726 hoi = 3660 hoi = 3598 hoi = 3533 hoi = 3399 hoi = 3331 hoi = 3400 hoi = 3534 hoi = 7100 hoi = 6921 hoi = 7029 hoi = 7011 hoi = 6969 } # Sacramento -> Pondosa, Weed, Westwood, Redding, Shingletown, Truckee, Sonora, Modesto, Stockton, Willows, Yuba City, Chico, Sacramento, Corning, Red Bluff, Los Molinos, Oroville, Placerville, Dergis, Portola, Susanville, Alturas - link = { vic = 87 hoi = 4131 hoi = 4265 hoi = 4330 hoi = 4581 hoi = 4523 hoi = 4266 hoi = 4331 hoi = 4459 hoi = 4524 } # Monterey -> Watsonville, Carmel, King City, Santa Maria, Atascadero, Tres Pinos, Coalinga, Wasco, Bakersfield - link = { vic = 88 hoi = 4132 hoi = 4067 hoi = 7143 hoi = 7167 hoi = 7263 hoi = 7279 hoi = 9011 hoi = 7314 hoi = 7298 hoi = 4583 hoi = 4525 hoi = 4393 hoi = 4267 hoi = 4199 hoi = 7191 hoi = 7240 hoi = 7121 hoi = 7241 hoi = 7192 hoi = 8961 } # Mariposa -> Los Banos, Merced, Big Creek, Independence, Johannesburg, Baker, Blythe, Twentynine Palms, Barstow, Mojave, Tehachapi, Delano, Hanford, Fresno, Madera, Porterville, Bishop, Death Valley, Keeler, Needles + link = { vic = 85 hoi = 3200 hoi = 3264 hoi = 3330 hoi = 3398 hoi = 3532 hoi = 3265 hoi = 3467 hoi = 3067 hoi = 2997 hoi = 3066 } # Eureka -> Eureka, Fortuna, Willits, Garberville, Fort Bragg, Weaverville, Covelo, Yreka, Crescent City, Trinidad + link = { vic = 86 hoi = 3533 hoi = 3399 hoi = 3331 hoi = 3400 hoi = 3534 hoi = 7100 hoi = 6921 hoi = 7029 hoi = 7011 hoi = 6969 hoi = 6968 hoi = 3135 hoi = 6991 hoi = 7063 hoi = 3792 hoi = 3932 hoi = 3201 hoi = 3266 hoi = 7080 hoi = 3726 hoi = 3660 hoi = 3598 } # Sacramento -> Sacramento, Corning, Red Bluff, Los Molinos, Oroville, Placerville, Dergis, Portola, Susanville, Alturas, Pondosa, Weed, Westwood, Truckee, Stockton, Modesto, Redding, Shingletown, Sonora, Willows, Yuba City, Chico + link = { vic = 87 hoi = 4265 hoi = 4330 hoi = 4581 hoi = 4523 hoi = 4459 hoi = 4331 hoi = 4266 hoi = 4524 hoi = 4131 } # Monterey -> Carmel, King City, Santa Maria, Atascadero, Wasco, Coalinga, Tres Pinos, Bakersfield, Watsonville + link = { vic = 88 hoi = 4199 hoi = 7191 hoi = 7240 hoi = 7121 hoi = 7241 hoi = 7192 hoi = 8961 hoi = 4132 hoi = 4067 hoi = 7143 hoi = 7167 hoi = 7263 hoi = 7279 hoi = 9011 hoi = 7314 hoi = 7298 hoi = 4583 hoi = 4525 hoi = 4393 hoi = 4267 } # Mariposa -> Fresno, Madera, Porterville, Bishop, Death Valley, Keeler, Needles, Los Banos, Merced, Big Creek, Independence, Johannesburg, Baker, Blythe, Twentynine Palms, Barstow, Mojave, Tehachapi, Delano, Hanford link = { vic = 89 hoi = 4694 hoi = 4747 hoi = 4695 hoi = 4639 hoi = 4638 hoi = 4693 hoi = 4582 hoi = 4637 } # Los Angeles -> Los Angeles, Santa Monica, Riverside, Pasadena, Lancaster, Oxnard, Santa Barbara, Lompoc link = { vic = 90 hoi = 7350 hoi = 7339 hoi = 9037 hoi = 7327 } # San Diego -> San Diego, Coachella, El Centro, Oceanside # Nevada - link = { vic = 94 hoi = 8777 hoi = 8751 hoi = 7030 hoi = 7047 hoi = 8725 hoi = 8752 hoi = 7081 } # Carson City -> Lovelock, Winnemucca, Flanigan, Reno, Carlin, Wells, Carson City - link = { vic = 95 hoi = 7144 hoi = 7101 hoi = 8851 hoi = 7064 hoi = 8828 } # Elko -> Beatty, Tonopah, Round Mountain, Fallon, Ely + link = { vic = 94 hoi = 7081 hoi = 7047 hoi = 7030 hoi = 8751 hoi = 8725 hoi = 8777 hoi = 8752 } # Carson City -> Carson City, Reno, Flanigan, Winnemucca, Carlin, Lovelock, Wells + link = { vic = 95 hoi = 7101 hoi = 8851 hoi = 7064 hoi = 8828 hoi = 7144 } # Elko -> Tonopah, Round Mountain, Fallon, Ely, Beatty link = { vic = 96 hoi = 8916 hoi = 8937 hoi = 8852 } # Las Vegas -> Las Vegas, Moapa, Caliente # Arizona - link = { vic = 100 hoi = 9012 hoi = 8962 hoi = 8985 hoi = 8986 } # Phoenix -> Prescott, Phoenix, Kingman, Safford - link = { vic = 101 hoi = 8917 hoi = 8963 hoi = 9039 } # Flagstaff -> Grand Canyon, Holbrook, Flagstaff + link = { vic = 100 hoi = 8962 hoi = 8985 hoi = 8986 hoi = 9012 } # Phoenix -> Phoenix, Kingman, Safford, Prescott + link = { vic = 101 hoi = 9039 hoi = 8917 hoi = 8963 } # Flagstaff -> Flagstaff, Grand Canyon, Holbrook link = { vic = 102 hoi = 9092 hoi = 9038 } # Tucson -> Tucson, Yuma # Utah link = { vic = 97 vic = 3225 hoi = 8726 hoi = 8778 hoi = 8829 hoi = 8753 hoi = 8805 hoi = 8806 hoi = 8830 } # MANY-TO-MANY: Salt Lake City, Great Salt Lake -> Salt Lake City, Grantsville, Delta, Ogden, Lucin, Vernal, Green River - link = { vic = 98 hoi = 8895 hoi = 8874 hoi = 8896 hoi = 8853 } # Loa -> Cedar City, Milford, Escalante, Salina - link = { vic = 99 hoi = 8987 hoi = 8897 } # Moab -> Montcello, Moab + link = { vic = 98 hoi = 8895 hoi = 8874 hoi = 8853 } # Loa -> Cedar City, Milford, Salina + link = { vic = 99 hoi = 8897 hoi = 8987 hoi = 8896 } # Moab -> Moab, Montcello, Escalante # Idaho link = { vic = 91 hoi = 8642 hoi = 8699 hoi = 8673 hoi = 8610 } # Boise -> Boise, Silver City, Twin Falls, New Meadows - link = { vic = 92 hoi = 8360 hoi = 8411 hoi = 8548 } # Coeur D'Alene -> Sandpoint, St Maries, Lewiston + link = { vic = 92 hoi = 8411 hoi = 8548 hoi = 8360 } # Coeur D'Alene -> St Maries, Lewiston, Sandpoint link = { vic = 93 hoi = 8643 hoi = 8700 hoi = 8674 } # Pocatello -> Challis, Burley, Pocatello # Montana - link = { vic = 113 hoi = 8580 hoi = 8611 hoi = 8547 } # Bozeman -> Livingston, Three Forks, Butte + link = { vic = 113 hoi = 8547 hoi = 8580 hoi = 8611 } # Bozeman -> Butte, Livingston, Three Forks link = { vic = 114 hoi = 8439 hoi = 8361 hoi = 8510 } # Missoula -> Missoula, Libby, Helena - link = { vic = 115 hoi = 8440 hoi = 8413 hoi = 8441 hoi = 8442 hoi = 8474 hoi = 8511 hoi = 8473 } # Great Falls -> Shelby, Chinook, Saco, Culbertson, Fort Benton, Belt, Great Falls - link = { vic = 116 hoi = 8512 hoi = 8581 hoi = 8549 hoi = 8513 hoi = 8550 hoi = 8612 hoi = 8613 } # Billings -> Jordan, Miles City, Billings, Sidney, Glendive, Hardin, Baker + link = { vic = 115 hoi = 8511 hoi = 8473 hoi = 8440 hoi = 8413 hoi = 8441 hoi = 8442 hoi = 8474 } # Great Falls -> Belt, Great Falls, Shelby, Chinook, Saco, Culbertson, Fort Benton + link = { vic = 116 hoi = 8549 hoi = 8550 hoi = 8612 hoi = 8613 hoi = 8512 hoi = 8513 hoi = 8581 } # Billings -> Billings, Glendive, Hardin, Baker, Jordan, Sidney, Miles City # Wyoming link = { vic = 110 hoi = 8807 hoi = 8703 hoi = 8754 } # Cheyenne -> Cheyenne, Rawlins, Rock Springs - link = { vic = 111 hoi = 8727 hoi = 8779 hoi = 8644 } # Cody -> Pinedale, Frontier, Yellowstone - link = { vic = 112 hoi = 8702 hoi = 8676 hoi = 8728 hoi = 8780 hoi = 8701 hoi = 8781 } # Casper -> Sheridan, Sundance, Shoshoni, Casper, Jackson, Lusk + link = { vic = 111 hoi = 8644 hoi = 8727 hoi = 8779 } # Cody -> Yellowstone, Pinedale, Frontier + link = { vic = 112 hoi = 8780 hoi = 8701 hoi = 8781 hoi = 8702 hoi = 8676 hoi = 8728 } # Casper -> Casper, Jackson, Lusk, Sheridan, Sundance, Shoshoni # Colorado link = { vic = 106 hoi = 8854 hoi = 8832 hoi = 8856 } # Denver -> Denver, Greeley, Brush link = { vic = 107 hoi = 8875 hoi = 8808 hoi = 8855 } # Grand Junction -> Grand Junction, Craig, Steamboat Springs - link = { vic = 108 hoi = 8919 hoi = 8877 hoi = 9042 hoi = 8898 } # Alamosa -> Blanca Peak, Silverton, Cortez, Buena Vista - link = { vic = 109 hoi = 8941 hoi = 8965 hoi = 8920 hoi = 8899 } # Pueblo -> Lamar, Pueblo, Colorado Springs, Limon + link = { vic = 108 hoi = 8877 hoi = 8898 hoi = 8919 hoi = 9042 } # Alamosa -> Silverton, Buena Vista, Blanca Peak, Cortez + link = { vic = 109 hoi = 8965 hoi = 8920 hoi = 8899 hoi = 8941 } # Pueblo -> Pueblo, Colorado Springs, Limon, Lamar # New Mexico link = { vic = 103 hoi = 8939 hoi = 8988 hoi = 9015 } # Santa Fe -> Santa Fe, Springer, Clayton link = { vic = 104 hoi = 9040 hoi = 9066 hoi = 8918 hoi = 8964 hoi = 9013 } # Albuquerque -> Albuquerque, Lordsburg, Farmington, Espanola, Black Range - link = { vic = 105 hoi = 9041 hoi = 9067 hoi = 9068 hoi = 9094 hoi = 9119 } # Las Cruces -> Santa Rosa, Roswell, Clovis, Carlsbad, Alamogordo + link = { vic = 105 hoi = 9067 hoi = 9068 hoi = 9094 hoi = 9119 hoi = 9041 } # Las Cruces -> Roswell, Clovis, Carlsbad, Alamogordo, Santa Rosa # Texas - link = { vic = 132 hoi = 7458 hoi = 7449 hoi = 7437 hoi = 7426 hoi = 7470 hoi = 7494 hoi = 7448 } # Houston -> Huntsville, Jasper, Jacksonville, Marshall, Beaumont, Houston, Bryan - link = { vic = 133 hoi = 7488 hoi = 7469 hoi = 9271 hoi = 9177 hoi = 9301 hoi = 9240 hoi = 9149 } # Austin -> Victoria, Brenham, Killeen, Abilene, Austin, Fredericksburg, Sweetwater + link = { vic = 132 hoi = 7494 hoi = 7458 hoi = 7449 hoi = 7437 hoi = 7426 hoi = 7448 hoi = 7470 } # Houston -> Houston, Huntsville, Jasper, Jacksonville, Marshall, Bryan, Beaumont + link = { vic = 133 hoi = 9301 hoi = 7488 hoi = 7469 hoi = 9271 hoi = 9240 hoi = 9177 hoi = 9149 } # Austin -> Austin, Victoria, Brenham, Killeen, Fredericksburg, Abilene, Sweetwater link = { vic = 134 hoi = 9151 hoi = 9150 hoi = 9178 hoi = 9208 hoi = 9121 } # Dallas -> Wichita Falla, Fort Worth, Tyler, Waco, Dallas - link = { vic = 135 hoi = 9069 hoi = 9095 hoi = 9014 hoi = 9070 } # Lubbock -> Pampa, Lubbock, Amarillo, Dalhart - link = { vic = 136 hoi = 9207 hoi = 9176 hoi = 9239 hoi = 9206 hoi = 9175 hoi = 9093 hoi = 9148 hoi = 9120 } # El Paso -> Big Spring, Odessa, Rocksprings, Alpine, Marfa, El Paso, Pecos, Midland - link = { vic = 137 hoi = 9420 hoi = 9356 hoi = 9329 } # San Antonio -> Corpus Christi, Alice, San Antonio + link = { vic = 135 hoi = 9095 hoi = 9014 hoi = 9070 hoi = 9069 } # Lubbock -> Lubbock, Amarillo, Dalhart, Pampa + link = { vic = 136 hoi = 9093 hoi = 9120 hoi = 9207 hoi = 9239 hoi = 9176 hoi = 9206 hoi = 9148 hoi = 9175 } # El Paso -> El Paso, Midland, Big Spring, Rocksprings, Odessa, Alpine, Pecos, Marfa + link = { vic = 137 hoi = 9329 hoi = 9420 hoi = 9356 } # San Antonio -> San Antonio, Corpus Christi, Alice link = { vic = 138 hoi = 7478 hoi = 7479 hoi = 9270 } # Laredo -> Laredo, Brownsville, Uvalde # Oklahoma - link = { vic = 129 hoi = 8967 hoi = 8989 hoi = 9043 hoi = 9017 hoi = 8938 hoi = 9096 hoi = 9016 } # Oklahoma City -> Woodward, Boise City, Seiling, Enid, Clinton, Lawton, Oklahoma City - link = { vic = 130 hoi = 9065 hoi = 8990 hoi = 7370 } # Tahlequah -> Fort Gibson, Tulsa, Muskogee + link = { vic = 129 hoi = 9016 hoi = 8989 hoi = 8967 hoi = 9017 hoi = 9043 hoi = 8938 hoi = 9096 } # Oklahoma City -> Oklahoma City, Boise City, Woodward, Enid, Seiling, Clinton, Lawton + link = { vic = 130 hoi = 8990 hoi = 7370 hoi = 9065 } # Tahlequah -> Tulsa, Muskogee, Fort Gibson link = { vic = 131 hoi = 9122 hoi = 9097 } # Okmulgee -> Ardmore, Poteau # Kansas - link = { vic = 126 hoi = 8901 hoi = 8922 hoi = 8991 } # Topeka -> Sabetha, Topeka, Fort Scott - link = { vic = 127 hoi = 8878 hoi = 8900 hoi = 8879 } # Goodland -> Oakley, Russell, Manhanttan - link = { vic = 128 hoi = 8921 hoi = 7216 hoi = 8966 hoi = 8942 } # Wichita -> Garden City, Salina, Wichita, Great Bend + link = { vic = 126 hoi = 8922 hoi = 8991 hoi = 8901 } # Topeka -> Topeka, Fort Scott, Sabetha + link = { vic = 127 hoi = 8879 hoi = 8878 hoi = 8900 } # Goodland -> Manhanttan, Oakley, Russell + link = { vic = 128 hoi = 8966 hoi = 8942 hoi = 8921 hoi = 7216 } # Wichita -> Wichita, Great Bend, Garden City, Salina # Nebraska link = { vic = 123 hoi = 8834 hoi = 8809 hoi = 8810 } # Omaha -> Omaha, Bassett, Norfolk link = { vic = 124 hoi = 8782 hoi = 8831 hoi = 8756 } # Alliance -> Valentine, Bridgeport, Chadron link = { vic = 125 hoi = 8833 hoi = 8858 hoi = 8857 } # North Platte -> North Platte, Lincoln, Grand Island # South Dakota - link = { vic = 120 hoi = 8731 hoi = 8678 hoi = 8758 hoi = 8649 } # Sioux Falls -> Huron, Winner, Sioux Falls, Milbank - link = { vic = 121 hoi = 8646 hoi = 8647 hoi = 8704 } # Dupree -> Belle Fourche, Selby, Pierre - link = { vic = 122 hoi = 8677 hoi = 8730 hoi = 8757 hoi = 8755 } # Rapid City -> Pine Ridge, Philip, Presho, Rapid City + link = { vic = 120 hoi = 8758 hoi = 8731 hoi = 8649 hoi = 8678 } # Sioux Falls -> Sioux Falls, Huron, Milbank, Winner + link = { vic = 121 hoi = 8704 hoi = 8646 hoi = 8647 } # Dupree -> Pierre, Belle Fourche, Selby + link = { vic = 122 hoi = 8755 hoi = 8677 hoi = 8730 hoi = 8757 } # Rapid City -> Rapid City, Pine Ridge, Philip, Presho # North Dakota - link = { vic = 117 hoi = 8615 hoi = 8648 hoi = 8551 hoi = 8645 } # Bismarck -> Jamestown, Fargo, Linton, Bismarck - link = { vic = 118 hoi = 8515 hoi = 8514 hoi = 8443 hoi = 8476 } # Minot -> Grand Forks, Devils Lake, Minot, Williston - link = { vic = 119 hoi = 8614 hoi = 8582 } # Dickinson -> Hettinger, Belfield + link = { vic = 117 hoi = 8645 hoi = 8615 hoi = 8648 hoi = 8551 } # Bismarck -> Bismarck, Jamestown, Fargo, Linton + link = { vic = 118 hoi = 8443 hoi = 8476 hoi = 8514 hoi = 8515 } # Minot -> Minot, Williston, Devils Lake, Grand Forks + link = { vic = 119 hoi = 8582 hoi = 8614 } # Dickinson -> Belfield, Hettinger # Minnesota link = { vic = 155 hoi = 8706 hoi = 8940 hoi = 8759 hoi = 8876 hoi = 8675 } # Minneapolis -> Minneapolis, Willmar, Rochester, Winona, St. Paul link = { vic = 156 hoi = 8585 hoi = 8873 } # Granite Falls -> Worthington, Ortonville link = { vic = 157 hoi = 8553 hoi = 8554 hoi = 8729 } # Moorhead -> Moorhead, Bemidii, Wadena - link = { vic = 158 hoi = 8479 hoi = 8517 hoi = 8680 hoi = 8679 } # Duluth -> International Falls, Grand Marais, Duluth, St. Cloud + link = { vic = 158 hoi = 8680 hoi = 8679 hoi = 8517 hoi = 8479 } # Duluth -> Duluth, St. Cloud, Grand Marais, International Falls # Wisconsin - link = { vic = 159 hoi = 3793 hoi = 7084 hoi = 5096 hoi = 7049 } # Milwaukee -> Milwaukee, Madison, Manitowoc, Janesville - link = { vic = 160 hoi = 8650 hoi = 8733 hoi = 8617 hoi = 5121 } # Eau Claire -> Ashland, Eau Claire, Superior, Merrill - link = { vic = 161 hoi = 8681 hoi = 8786 hoi = 8707 } # Green Bay -> Niagara, Green Bay, Wausau - link = { vic = 162 hoi = 8760 hoi = 7065 hoi = 7033 hoi = 4945 } # Madison -> La Crosse, Dodgeville, Baraboo, Stevens Point + link = { vic = 159 hoi = 3793 hoi = 5096 hoi = 7049 } # Milwaukee -> Milwaukee, Manitowoc, Janesville + link = { vic = 160 hoi = 8733 hoi = 8617 hoi = 5121 hoi = 8650 } # Eau Claire -> Eau Claire, Superior, Merrill, Ashland + link = { vic = 161 hoi = 8786 hoi = 8681 hoi = 8707 } # Green Bay -> Green Bay, Niagara, Wausau + link = { vic = 162 hoi = 7084 hoi = 7033 hoi = 8760 hoi = 7065 hoi = 4945 } # Madison -> Madison, Baraboo, La Crosse, Dodgeville, Stevens Point # Iowa link = { vic = 151 hoi = 8835 hoi = 8880 hoi = 7145 } # Des Moines -> Des Moines, Creston, Osceola link = { vic = 152 hoi = 7122 hoi = 7146 } # Oskaloosa -> Ottumwa, Burlington @@ -222,8 +220,8 @@ link = { vic = 154 hoi = 8783 hoi = 8784 } # Sioux City -> Sioux City, Mankato # Illinois link = { vic = 163 hoi = 7104 hoi = 2998 hoi = 7124 } # Chicago -> Chicago, Joliet, Aurora - link = { vic = 164 hoi = 7103 hoi = 3134 } # Rockford -> Dixon, Freeport - link = { vic = 165 hoi = 7148 hoi = 7170 hoi = 7046 hoi = 8944 hoi = 7169 hoi = 7147 } # Champaign -> Kankakee, Champaign, Decatur, Springfield, Bloomington, La Salle + link = { vic = 164 hoi = 3134 hoi = 7103 } # Rockford -> Freeport, Dixon + link = { vic = 165 hoi = 7170 hoi = 7046 hoi = 8944 hoi = 7169 hoi = 7147 hoi = 7148 } # Champaign -> Champaign, Decatur, Springfield, Bloomington, La Salle, Kankakee link = { vic = 166 hoi = 7195 hoi = 7123 hoi = 7194 } # Peoria -> Peoria, Galesburg, Quincy link = { vic = 167 hoi = 7244 hoi = 7218 } # Springfield -> Belleville, Alton link = { vic = 168 hoi = 8992 hoi = 4460 hoi = 7010 } # Carbondale -> Carbondale, Harrisburg, Effingham @@ -231,23 +229,23 @@ link = { vic = 146 hoi = 7281 hoi = 7265 hoi = 7217 hoi = 7168 hoi = 7300 } # St Louis -> St. Louis, Warrenton, Moberly, Macon, Newburg link = { vic = 147 hoi = 7299 hoi = 7315 hoi = 7328 } # Joplin -> Springfield, Preston, Joplin link = { vic = 148 hoi = 7316 hoi = 7329 hoi = 7341 hoi = 7362 } # Malden -> Fredericktown, Willow Springs, Poplar Bluff, Sikeston - link = { vic = 149 hoi = 7242 hoi = 7264 hoi = 7280 hoi = 7340 } # Jefferson City -> Columbia, Sedalia, Jefferson City, Nevada - link = { vic = 150 hoi = 7193 hoi = 7243 hoi = 8943 } # Kansas City -> Chillicothe, St. Joseph, Kansas City + link = { vic = 149 hoi = 7280 hoi = 7242 hoi = 7264 hoi = 7340 } # Jefferson City -> Jefferson City, Columbia, Sedalia, Nevada + link = { vic = 150 hoi = 8943 hoi = 7243 hoi = 7193 } # Kansas City -> Kansas City, St. Joseph, Chillicothe # Arkansas link = { vic = 143 hoi = 7386 hoi = 7393 hoi = 7407 hoi = 7380 hoi = 7371 } # Little Rock -> Little Rock, Pine Bluff, Crossett, Forrest City, Jonesboro - link = { vic = 144 hoi = 7392 hoi = 7406 hoi = 7400 hoi = 7379 } # Hot Springs -> DeQueen, Texarkana, El Dorado, Hot Springs - link = { vic = 145 hoi = 7361 hoi = 7351 hoi = 9044 hoi = 7352 } # Fayetteville -> Harrison, Fayetteville, Fort Smith, Walnut Ridge + link = { vic = 144 hoi = 7379 hoi = 7392 hoi = 7406 hoi = 7400 } # Hot Springs -> Hot Springs, DeQueen, Texarkana, El Dorado + link = { vic = 145 hoi = 7351 hoi = 7352 hoi = 9044 hoi = 7361 } # Fayetteville -> Fayetteville, Walnut Ridge, Fort Smith, Harrison # Louisiana link = { vic = 139 hoi = 7482 hoi = 7489 hoi = 7481 } # New Orleans -> New Orleans, Houma, Morgan City - link = { vic = 140 hoi = 7472 hoi = 7460 } # Baton Rouge -> Hammond, Baton Rouge + link = { vic = 140 hoi = 7460 hoi = 7472 } # Baton Rouge -> Baton Rouge, Hammond link = { vic = 141 hoi = 7471 hoi = 7450 hoi = 7480 hoi = 7459 hoi = 7438 } # Lake Charles -> Lafayette, Alexandria, Lake Charles, De Ridder, Many - link = { vic = 142 hoi = 7412 hoi = 7420 hoi = 7439 hoi = 7427 hoi = 7419 } # Shreveport -> Ruston, Monroe, Jonesville, Winnfield, Shrevreport + link = { vic = 142 hoi = 7419 hoi = 7439 hoi = 7420 hoi = 7427 hoi = 7412 } # Shreveport -> Shrevreport, Jonesville, Monroe, Winnfield, Ruston # Mississippi - link = { vic = 192 hoi = 7428 hoi = 7421 hoi = 9152 hoi = 7451 hoi = 7429 } # Jackson -> Vicksburg, Jackson, Columbus, Natchet, Meridian - link = { vic = 193 hoi = 7394 hoi = 7401 hoi = 7413 } # Vicksburg -> Tupelo, Oxford, Greenville - link = { vic = 194 hoi = 7452 hoi = 7461 hoi = 7440 } # Biloxi -> Gulfport, Bay St. Louis, Hattiesburg + link = { vic = 192 hoi = 7421 hoi = 9152 hoi = 7451 hoi = 7429 hoi = 7440 } # Jackson -> Jackson, Columbus, Natchet, Meridian, Hattiesburg + link = { vic = 193 hoi = 7428 hoi = 7401 hoi = 7394 hoi = 7413 } # Vicksburg -> Vicksburg, Oxford, Tupelo, Greenville + link = { vic = 194 hoi = 7452 hoi = 7461 } # Biloxi -> Gulfport, Bay St. Louis # Alabama - link = { vic = 195 hoi = 7442 hoi = 6877 hoi = 2604 hoi = 7441 } # Montgomery -> Dothan, Montgomery, Phenix City, Tuscaloosa + link = { vic = 195 hoi = 6877 hoi = 2604 hoi = 7441 hoi = 7442 } # Montgomery -> Montgomery, Phenix City, Tuscaloosa, Dothan link = { vic = 196 hoi = 7430 hoi = 9099 hoi = 9071 hoi = 6838 } # Tuscaloosa -> Birmingham, Gadsden, Decatur, Jasper link = { vic = 197 hoi = 7462 hoi = 7453 hoi = 8546 hoi = 2865 } # Mobile -> Mobile, Brewton, Demopolis, Greenville # Tennessee @@ -256,84 +254,84 @@ link = { vic = 190 hoi = 8552 hoi = 9047 hoi = 9072 } # Knoxville -> Knoxville, Kingsport, Cookeville link = { vic = 191 hoi = 9153 hoi = 8475 } # Chattanooga -> Chattanooga, Lebanon # Kentucky - link = { vic = 184 hoi = 4392 hoi = 9019 } # Louisville -> Owensboro, Louisville - link = { vic = 185 hoi = 4198 hoi = 8994 hoi = 8969 hoi = 3468 hoi = 7215 } # Lexington -> Jenkins, Ashland, Lexington, Covington, Richmond + link = { vic = 184 hoi = 9019 hoi = 4392 } # Louisville -> Louisville, Owensboro + link = { vic = 185 hoi = 8969 hoi = 3468 hoi = 7215 hoi = 4198 hoi = 8994 } # Lexington -> Lexington, Covington, Richmond, Jenkins, Ashland link = { vic = 186 hoi = 9046 hoi = 8993 } # Bowling Green -> Bowling Green, Corbin link = { vic = 187 hoi = 8968 hoi = 6946 } # Paducah -> Paducah, Henderson # Indiana link = { vic = 169 hoi = 7197 hoi = 7220 hoi = 8945 hoi = 7266 hoi = 7219 } # Indianapolis -> Indianapolis, Bloomington, Seymour, Connersville, Terre Haute link = { vic = 170 hoi = 9018 hoi = 3934 hoi = 3862 } # Evansville -> Evansville, Vincennes, New Albany - link = { vic = 171 hoi = 3727 hoi = 3999 hoi = 3863 hoi = 3933 hoi = 7171 hoi = 7196 } # South Bend -> Gary, Marion, South Bend, Logansport, Lafayette, Crawfordsville - link = { vic = 172 hoi = 3864 hoi = 4000 hoi = 4068 hoi = 4133 } # Fort Wayne -> Elkhart, Fort Wayne, Muncie, Richmond + link = { vic = 171 hoi = 3863 hoi = 3727 hoi = 3933 hoi = 3999 hoi = 7171 hoi = 7196 } # South Bend -> South Bend, Gary, Logansport, Marion, Lafayette, Crawfordsville + link = { vic = 172 hoi = 4000 hoi = 4068 hoi = 4133 hoi = 3864 } # Fort Wayne -> Fort Wayne, Muncie, Richmond, Elkhart # Ohio - link = { vic = 178 hoi = 4005 hoi = 4073 hoi = 4138 hoi = 4272 hoi = 4335 hoi = 4271 hoi = 4203 hoi = 4137 hoi = 4204 hoi = 4004 hoi = 4136 hoi = 4003 hoi = 4072 } # Cleveland -> Ashtabula, Warren, East Liverpool, Steubenville, Cambridge, Canton, Massillon, Akron, Alliance, Euclid, Barberton, Lorain, Cleveland + link = { vic = 178 hoi = 4072 hoi = 4004 hoi = 4003 hoi = 4136 hoi = 4137 hoi = 4203 hoi = 4005 hoi = 4073 hoi = 4138 hoi = 4204 hoi = 4271 hoi = 4272 hoi = 4335 } # Cleveland -> Cleveland, Euclid, Lorain, Barberton, Akron, Massillon, Ashtabula, Warren, East Liverpool, Alliance, Canton, Steubenville, Cambridge link = { vic = 179 hoi = 4333 hoi = 4270 hoi = 4202 hoi = 4135 hoi = 4201 hoi = 4269 hoi = 4394 } # Columbus -> Columbus, Mansfield, Delaware, Marion, Marysville, London, Chilicothe link = { vic = 180 hoi = 3936 hoi = 4002 hoi = 4071 hoi = 4001 hoi = 3935 } # Sandusky -> Toledo, Sandusky, Elyria, Defiance, Bryan - link = { vic = 181 hoi = 4200 hoi = 4134 hoi = 4070 hoi = 4268 hoi = 4069 hoi = 7221 } # Dayton -> Troy, Piqua, Findlay, Springfield, Lima, Dayton + link = { vic = 181 hoi = 7221 hoi = 4268 hoi = 4200 hoi = 4134 hoi = 4069 hoi = 4070 } # Dayton -> Dayton, Springfield, Troy, Piqua, Lima, Findlay link = { vic = 182 hoi = 7245 hoi = 7246 hoi = 4332 hoi = 7267 } # Cincinnati -> Cincinnati, Ripley, Washington C.H., Portsmouth link = { vic = 183 hoi = 4396 hoi = 4334 hoi = 4461 hoi = 4395 hoi = 7282 } # Marietta -> Marietta, Zanesville, Athens, Lancaster, Ironton # Michigan - link = { vic = 173 hoi = 3664 hoi = 3729 hoi = 3538 hoi = 3730 hoi = 3797 hoi = 3865 hoi = 3602 } # Detroit -> Flint, Howell, Port Huron, Ann Arbor, Detroit, Adrian, Croswell + link = { vic = 173 hoi = 3797 hoi = 3664 hoi = 3602 hoi = 3729 hoi = 3538 hoi = 3730 hoi = 3865 } # Detroit -> Detroit, Flint, Croswell, Howell, Port Huron, Ann Arbor, Adrian link = { vic = 174 hoi = 3794 hoi = 3728 hoi = 3795 hoi = 3662 hoi = 3661 hoi = 3599 hoi = 3535 hoi = 3536 hoi = 3600 hoi = 3537 hoi = 3663 } # Grand Rapids -> Niles, Kalamazoo, Coldwater, Battle Creek, Benton Harbor, Holland, Grand Rapids, Muskegon, Lansing, St. Johns, Jackson link = { vic = 175 hoi = 3334 hoi = 3471 hoi = 3403 hoi = 3472 hoi = 3402 } # Saginaw -> Tawas City, Bay City, Port Austin, Harbor Beach, Clare link = { vic = 176 hoi = 6923 hoi = 6948 hoi = 6970 hoi = 3333 hoi = 3332 hoi = 6947 hoi = 3469 hoi = 3401 } # Traverse City -> Wolverine, Alpena, Grayling, Manton, Manistee, Traverse City, Ludington, Reed City - link = { vic = 177 hoi = 10346 hoi = 8651 hoi = 8618 } # Marquette -> Sault Ste. Marie, Mantisque, Ontonagon + link = { vic = 177 hoi = 8651 hoi = 8618 hoi = 10346 } # Marquette -> Mantisque, Ontonagon, Sault Ste. Marie # Florida link = { vic = 198 hoi = 7483 hoi = 7473 hoi = 7463 } # Tallahassee -> Tallahassee, Panama City, Pensacola - link = { vic = 199 hoi = 7495 hoi = 7484 hoi = 7490 hoi = 7500 hoi = 7474 hoi = 7465 } # St Augustine -> Daytona Beach, St. Augustine, Gainesville, St. Petersburg, Valdosta, Jacksonville - link = { vic = 200 hoi = 8080 hoi = 7513 hoi = 9450 hoi = 9389 hoi = 7504 } # Tampa -> Miami, Palm Bay, Fort Myers, Tampa, Orlando + link = { vic = 199 hoi = 7465 hoi = 7484 hoi = 7495 hoi = 7490 hoi = 7474 hoi = 7500 } # St Augustine -> Jacksonville, St. Augustine, Daytona Beach, Gainesville, Valdosta, St. Petersburg + link = { vic = 200 hoi = 9389 hoi = 7504 hoi = 8080 hoi = 7513 hoi = 9450 } # Tampa -> Tampa, Orlando, Miami, Palm Bay, Fort Myers # Georgia link = { vic = 201 hoi = 7422 hoi = 7431 hoi = 9124 hoi = 5063 } # Atlanta -> Atlanta, Rome, Dalton, Gainesville - link = { vic = 202 hoi = 7443 hoi = 7464 hoi = 7454 hoi = 4990 hoi = 7455 } # Valdosta -> Macon, Thomasville, Bainbridge, Columbus, Valdosta - link = { vic = 204 hoi = 7444 hoi = 7433 hoi = 7432 } # Savannah -> Brunswick, Savannah, Vidalia - link = { vic = 2555 hoi = 7423 hoi = 7414 hoi = 7408 } # Augusta -> Statesboro, Athens, Augusta + link = { vic = 202 hoi = 7455 hoi = 4990 hoi = 7443 hoi = 7454 hoi = 7464 } # Valdosta -> Valdosta, Columbus, Macon, Bainbridge, Thomasville + link = { vic = 204 hoi = 7433 hoi = 7432 hoi = 7444 } # Savannah -> Savannah, Vidalia, Brunswick + link = { vic = 2555 hoi = 7408 hoi = 7414 hoi = 7423 } # Augusta -> Augusta, Athens, Statesboro # South Carolina - link = { vic = 205 hoi = 7415 hoi = 5349 hoi = 5317 hoi = 5288 hoi = 5257 hoi = 5223 hoi = 5256 hoi = 5222 } # Charleston -> Orangeburg, Beaufort, Charleston, Summerville, Georgetown, Myrtle Beach, Sumter, Florence - link = { vic = 206 hoi = 7396 hoi = 5287 hoi = 5188 hoi = 7395 hoi = 7381 hoi = 7402 } # Columbia -> Lancaster, Aiken, Greenwood, Greenville, Spartanburg, Columbia + link = { vic = 205 hoi = 5317 hoi = 5288 hoi = 5257 hoi = 5223 hoi = 5256 hoi = 5222 hoi = 7415 hoi = 5349 } # Charleston -> Charleston, Summerville, Georgetown, Myrtle Beach, Sumter, Florence, Orangeburg, Beaufort + link = { vic = 206 hoi = 7402 hoi = 7395 hoi = 5287 hoi = 5188 hoi = 7381 hoi = 7396 } # Columbia -> Columbia, Greenville, Aiken, Greenwood, Spartanburg, Lancaster # North Carolina - link = { vic = 207 hoi = 5065 hoi = 5064 hoi = 4989 hoi = 4988 hoi = 4947 hoi = 4948 } # Greenville -> Manteo, Washington, Rocky Mount, Roanoke, Weldon, Elizabeth City + link = { vic = 207 hoi = 4988 hoi = 4947 hoi = 4948 hoi = 4989 hoi = 5065 hoi = 5064 } # Greenville -> Roanoke, Weldon, Elizabeth City, Rocky Mount, Manteo, Washington link = { vic = 208 hoi = 5026 hoi = 5062 hoi = 7364 hoi = 5093 hoi = 5122 } # Raleigh -> Raleigh, Fayetteville, Reidsville, Greensboro, Durham link = { vic = 209 hoi = 7388 hoi = 5152 hoi = 5028 } # Charlotte -> Charlotte, Laurinburg, Statesville - link = { vic = 210 hoi = 5124 hoi = 5155 hoi = 5095 hoi = 5094 hoi = 5154 hoi = 5190 hoi = 5189 hoi = 5153 } # Wilmington -> New Bern, Jacksonville, Kinston, Goldsboro, Wilmington, Southport, Whiteville, Lumberton - link = { vic = 2556 hoi = 5123 hoi = 7372 hoi = 7363 hoi = 7373 } # Asheville -> Andrews, Asheville, Winston Salem, Hickory + link = { vic = 210 hoi = 5154 hoi = 5190 hoi = 5189 hoi = 5153 hoi = 5124 hoi = 5155 hoi = 5095 hoi = 5094 } # Wilmington -> Wilmington, Southport, Whiteville, Lumberton, New Bern, Jacksonville, Kinston, Goldsboro + link = { vic = 2556 hoi = 7372 hoi = 7363 hoi = 7373 hoi = 5123 } # Asheville -> Asheville, Winston Salem, Hickory, Andrews # Virginia link = { vic = 211 hoi = 4899 hoi = 4946 hoi = 4898 hoi = 4799 } # Richmond -> Richmond, Emporia, South Hill, Appomattox link = { vic = 212 hoi = 4640 hoi = 4585 hoi = 4529 hoi = 4465 } # Manassas -> Alexandria, Harrisonburg, Winchester, Martinsburg - link = { vic = 213 hoi = 4749 hoi = 4697 hoi = 4696 } # Fredericksburg -> Warsaw, Fredericksburg, Charlottesville + link = { vic = 213 hoi = 4697 hoi = 4696 hoi = 4749 } # Fredericksburg -> Fredericksburg, Charlottesville, Warsaw link = { vic = 214 hoi = 4900 hoi = 4850 hoi = 4801 hoi = 4849 hoi = 4748 } # Norfolk -> Norfolk, Newport News, Accomac, Petersburg, Franklin - link = { vic = 215 hoi = 7318 hoi = 7343 hoi = 7330 } # Staunton -> Lexington, Lynchburg, Roanoke - link = { vic = 216 hoi = 7353 hoi = 7342 } # Roanoke -> Danville, Bristol + link = { vic = 215 hoi = 7343 hoi = 7318 } # Staunton -> Lynchburg, Lexington + link = { vic = 216 hoi = 7330 hoi = 7342 hoi = 7353 } # Roanoke -> Roanoke, Bristol, Danville # West Virginia - link = { vic = 217 hoi = 4584 hoi = 7284 hoi = 4463 hoi = 4336 hoi = 4526 hoi = 4527 hoi = 4528 } # Wheeling -> Moorefield, Elkins, Fairmont, Wheeling, Clarksburg, Grafton, Romney - link = { vic = 218 hoi = 4462 hoi = 7317 hoi = 7301 hoi = 7283 hoi = 7302 hoi = 4397 } # Huntington -> Pennsboro, Charleston, Huntington, Parkersburg, Ansted, Beckley + link = { vic = 217 hoi = 4336 hoi = 4463 hoi = 4526 hoi = 4527 hoi = 7284 hoi = 4584 hoi = 4528 } # Wheeling -> Wheeling, Fairmont, Clarksburg, Grafton, Elkins, Moorefield, Romney + link = { vic = 218 hoi = 7317 hoi = 7301 hoi = 7283 hoi = 4397 hoi = 7302 hoi = 4462 } # Huntington -> Charleston, Huntington, Parkersburg, Beckley, Ansted, Pennsboro # Maryland - link = { vic = 219 hoi = 4698 hoi = 4642 hoi = 4467 hoi = 4468 hoi = 4641 hoi = 4531 } # Baltimore -> Salisbury, Cambridge, Baltimore, Elkton, Lexington Park, Annapolis - link = { vic = 221 hoi = 4464 hoi = 4587 hoi = 4466 } # Hagerstown -> Cumberland, Hagerstown, Frederick + link = { vic = 219 hoi = 4467 hoi = 4468 hoi = 4641 hoi = 4531 hoi = 4698 hoi = 4642 } # Baltimore -> Baltimore, Elkton, Lexington Park, Annapolis, Salisbury, Cambridge + link = { vic = 221 hoi = 4587 hoi = 4464 hoi = 4466 } # Hagerstown -> Hagerstown, Cumberland, Frederick # D.C. link = { vic = 220 hoi = 4530 } # Washington -> Washington D.C. # Delaware link = { vic = 222 hoi = 4643 hoi = 4212 hoi = 4403 } # Dover -> Dover, Stamford, Allentown # Pennsylvania link = { vic = 223 hoi = 4532 hoi = 4341 hoi = 4277 } # Philadelphia -> Philadelphia, Norristown, Reading - link = { vic = 224 hoi = 4144 hoi = 4079 hoi = 4143 hoi = 4010 } # Scranton -> Carbondale, Dunmore, Wilkes-Barre, Sayre - link = { vic = 225 hoi = 4009 hoi = 4078 hoi = 4142 hoi = 4208 hoi = 4275 hoi = 4077 hoi = 4141 hoi = 4140 hoi = 4210 hoi = 4209 hoi = 3940 hoi = 4008 hoi = 4207 } # Williamsport -> Mansfield, Towanda, Williamsport, State College, Huntingdon, Karthouse, Philipsburg, Du Bois, Scranton, Sunbury, Wellsboro, Kane, Altona - link = { vic = 226 hoi = 4339 hoi = 4401 hoi = 4340 hoi = 4402 hoi = 4276 } # Harrisburg -> Gettysburg, York, Harrisburg, Lancaster, Carlisle + link = { vic = 224 hoi = 4210 hoi = 4079 hoi = 4010 hoi = 4144 hoi = 4143 } # Scranton -> Scranton, Dunmore, Sayre, Carbondale, Wilkes-Barre + link = { vic = 225 hoi = 4142 hoi = 4208 hoi = 4275 hoi = 4077 hoi = 4141 hoi = 4140 hoi = 4209 hoi = 3940 hoi = 4008 hoi = 4207 hoi = 4009 hoi = 4078 } # Williamsport -> Williamsport, State College, Huntingdon, Karthouse, Philipsburg, Du Bois, Sunbury, Wellsboro, Kane, Altona, Mansfield, Towanda + link = { vic = 226 hoi = 4340 hoi = 4402 hoi = 4276 hoi = 4339 hoi = 4401 } # Harrisburg -> Harrisburg, Lancaster, Carlisle, Gettysburg, York link = { vic = 227 hoi = 4273 hoi = 4205 hoi = 4206 hoi = 4274 hoi = 4338 hoi = 4337 hoi = 4398 } # Pittsburgh -> Pittsburgh, New Castle, Ford City, Johnstown, Somerset, Uniontown, Washington link = { vic = 228 hoi = 3866 hoi = 3937 hoi = 4006 hoi = 4074 hoi = 4007 hoi = 4076 hoi = 4075 hoi = 4139 hoi = 3938 } # Erie -> Erie, Meadville, Franklin, Sharon, Sheffield, Ridgway, Oil City, Butler, Warren # New Jersey link = { vic = 229 hoi = 4342 hoi = 4145 } # Newark -> Newark, Franklin - link = { vic = 230 hoi = 4146 hoi = 4588 hoi = 4211 } # Trenton -> Trenton, Atlantic City, Paterson - link = { vic = 231 hoi = 4469 hoi = 4404 hoi = 4278 } # Atlantic City -> Salem, Cape May, Camden + link = { vic = 230 hoi = 4146 hoi = 4211 } # Trenton -> Trenton, Paterson + link = { vic = 231 hoi = 4588 hoi = 4469 hoi = 4404 hoi = 4278 } # Atlantic City -> Atlantic City, Salem, Cape May, Camden # New York link = { vic = 232 hoi = 4279 } # New York -> New York link = { vic = 233 hoi = 4280 hoi = 4281 } # Long Island -> Hempstead, Greenport link = { vic = 234 hoi = 3943 hoi = 4012 hoi = 4081 hoi = 3803 hoi = 3804 } # Albany -> Albany, Kingston, Newburgh, Cooperstown, Saratoga Springs link = { vic = 235 hoi = 3941 hoi = 3870 hoi = 3942 hoi = 3871 hoi = 4011 hoi = 3944 hoi = 4080 } # Binghamton -> Elmira, Ithaca, Binghamton, Stamford, Walton, Oneonta, Monticello - link = { vic = 236 hoi = 3867 hoi = 3799 hoi = 3868 hoi = 3939 hoi = 3733 } # Buffalo -> Jamestown, Lockport, Dunkirk, Olean, Buffalo + link = { vic = 236 hoi = 3733 hoi = 3799 hoi = 3868 hoi = 3939 hoi = 3867 } # Buffalo -> Buffalo, Lockport, Dunkirk, Olean, Jamestown link = { vic = 237 hoi = 3735 hoi = 3670 hoi = 3734 hoi = 3800 hoi = 3869 } # Rochester -> Rochester, Albion, Avon, Hornell, Bath - link = { vic = 238 hoi = 3673 hoi = 3802 hoi = 3736 hoi = 3801 hoi = 3671 hoi = 3606 hoi = 3672 } # Syracuse -> Utica, Hamilton, Syracuse, Auburn, Oswego, Pulaski, Rome + link = { vic = 238 hoi = 3736 hoi = 3801 hoi = 3671 hoi = 3606 hoi = 3672 hoi = 3673 hoi = 3802 } # Syracuse -> Syracuse, Auburn, Oswego, Pulaski, Rome, Utica, Hamilton link = { vic = 239 hoi = 3542 hoi = 3477 hoi = 3410 hoi = 3607 } # Watertown -> Watertown, Tupper Lake, Ogdensburg, Beonville - link = { vic = 240 hoi = 3411 hoi = 3478 hoi = 3608 hoi = 3738 hoi = 3874 hoi = 7048 hoi = 3544 hoi = 3674 } # Plattsburgh -> Massena, Saranac Lake, Long Lake, Glens Falls, Rouses Point, Plattsburgh, Lake Placid, Grenville + link = { vic = 240 hoi = 7048 hoi = 3874 hoi = 3411 hoi = 3478 hoi = 3608 hoi = 3544 hoi = 3674 hoi = 3738 } # Plattsburgh -> Plattsburgh, Rouses Point, Massena, Saranac Lake, Long Lake, Lake Placid, Grenville, Glens Falls # Connecticut link = { vic = 241 hoi = 4082 hoi = 4147 hoi = 4083 hoi = 4148 } # Hartford -> Hartford, New Haven, Bridgeport, New London # Rhode Island @@ -341,35 +339,35 @@ # Massachusetts link = { vic = 243 hoi = 4016 hoi = 3947 } # Boston -> Boston, Lowell link = { vic = 244 hoi = 4085 } # New Bedford -> New Bedford - link = { vic = 245 hoi = 4015 hoi = 3946 hoi = 4014 hoi = 3945 hoi = 4013 } # Pittsfield -> Attleboro, Worcester, Springfield, Pittsfield, Holyoke + link = { vic = 245 hoi = 4014 hoi = 3945 hoi = 4013 hoi = 4015 hoi = 3946 } # Pittsfield -> Springfield, Pittsfield, Holyoke, Attleboro, Worcester # Vermont link = { vic = 246 hoi = 7031 hoi = 3873 hoi = 3739 hoi = 3805 hoi = 7012 } # Burlington -> Montpelier, Bennington, Rutland, Brattleboro, Burlington # New Hampshire - link = { vic = 247 hoi = 3740 hoi = 3807 hoi = 3876 hoi = 3875 hoi = 3806 hoi = 7013 } # Concord -> Laconia, Concord, Portsmouth, Keene, Newport, Berlin + link = { vic = 247 hoi = 3807 hoi = 3876 hoi = 3875 hoi = 3806 hoi = 7013 hoi = 3740 } # Concord -> Concord, Portsmouth, Keene, Newport, Berlin, Laconia # Maine - link = { vic = 248 hoi = 3872 hoi = 3741 hoi = 7032 hoi = 6994 } # Lewiston -> Rangeley, Portland, Rumford, Jackman - link = { vic = 249 hoi = 7015 hoi = 6995 hoi = 7014 hoi = 6953 } # Bangor -> Machias, Old Town, Bangor, Greenville + link = { vic = 248 hoi = 7032 hoi = 6994 hoi = 3872 hoi = 3741 } # Lewiston -> Rumford, Jackman, Rangeley, Portland + link = { vic = 249 hoi = 7014 hoi = 6953 hoi = 6995 hoi = 7015 } # Bangor -> Bangor, Greenville, Old Town, Machias link = { vic = 250 hoi = 6928 hoi = 6929 hoi = 6975 } # Caribou -> Fort Kent, Millinocket, Danforth # ## Mexico # Baja California - link = { vic = 2139 hoi = 9235 hoi = 9172 hoi = 9144 hoi = 9090 hoi = 7369 } # Rosarito -> Santa Rosalia, San Fernando, San Felipe, Mexicali, Tijuana + link = { vic = 2139 hoi = 9090 hoi = 9235 hoi = 9172 hoi = 7369 hoi = 9144 } # Rosarito -> Mexicali, Santa Rosalia, San Fernando, Tijuana, San Felipe # Baja California Sur link = { vic = 2138 hoi = 9384 hoi = 9297 } # Loreto -> La Paz, Loreto # Sonora - link = { vic = 2137 hoi = 9145 hoi = 9203 hoi = 9173 } # Hermosillo -> Caborca, Hermosillo, Hu�pac - link = { vic = 2140 hoi = 9064 hoi = 9091 hoi = 9117 } # Nogales -> San Luis Rio Colorado, Puerto Pe�asco, Nogales + link = { vic = 2137 hoi = 9203 hoi = 9173 } # Hermosillo -> Hermosillo, Hu�pac + link = { vic = 2140 hoi = 9117 hoi = 9145 hoi = 9091 hoi = 9064 } # Nogales -> Nogales, Caborca, Puerto Pe�asco, San Luis Rio Colorado link = { vic = 2141 hoi = 9236 hoi = 9326 } # Guaymas -> Guaymas, Los Mochis # Chihuahua - link = { vic = 2142 hoi = 9204 hoi = 9237 hoi = 9268 } # Chihuahua -> San Pedro de la Cueva, Y�cora, Chihuahua - link = { vic = 2143 hoi = 9146 hoi = 9118 hoi = 9147 hoi = 9174 } # Paso del Norte -> Cananea, AguaPrieta, Ciudad Ju�rez, N�tora + link = { vic = 2142 hoi = 9268 hoi = 9237 hoi = 9204 } # Chihuahua -> Chihuahua, Y�cora, San Pedro de la Cueva + link = { vic = 2143 hoi = 9147 hoi = 9146 hoi = 9174 hoi = 9118 } # Paso del Norte -> Ciudad Ju�rez, Cananea, N�tora, AguaPrieta link = { vic = 2144 hoi = 9205 hoi = 9238 } # Delicias -> Ignacio Zaragosa, Ojinaga link = { vic = 2145 hoi = 9298 hoi = 9299 hoi = 9267 } # Parral -> Uru�chic, Valerio, Alamos # Coahuila - link = { vic = 2147 hoi = 9269 hoi = 9300 hoi = 9355 } # Morelos -> Ciudad Acu�a, Piedras Negras, Nuevo Laredo + link = { vic = 2147 hoi = 9300 hoi = 9269 } # Morelos -> Piedras Negras, Ciudad Acu�a link = { vic = 2152 hoi = 9328 } # Monclova -> Ejido El Guaje # Nuevo Leon & Tamaulipas link = { vic = 2146 hoi = 9419 hoi = 9449 } # Monterrey -> Monterrey, M�ndez - link = { vic = 2148 hoi = 9388 } # Reynosa -> Reynosa + link = { vic = 2148 hoi = 9388 hoi = 9355 } # Reynosa -> Reynosa, Nuevo Laredo link = { vic = 2149 hoi = 9481 } # Matamoros -> Matamoros link = { vic = 2151 hoi = 9480 } # Saltillo -> Galeana link = { vic = 2150 hoi = 9531 hoi = 9505 } # Ciudad Victoria -> Nueva Villa de Padilla, San Nicol�s @@ -377,30 +375,30 @@ link = { vic = 2156 hoi = 9417 } # Mazatl�n -> Mazatl�n link = { vic = 2157 hoi = 9385 } # Culiac�n -> Culiac�n # Durango - link = { vic = 2153 hoi = 9447 hoi = 9418 hoi = 9479 } # Durango -> El Salto, El Palmito, Durango - link = { vic = 2154 hoi = 9353 hoi = 9386 hoi = 9354 hoi = 9327 } # Santa Mar�a del Oro -> Buenavista de Atascaderos, Tepehuanes, Hidalgo del Parral, San Juanito + link = { vic = 2153 hoi = 9479 hoi = 9447 hoi = 9386 } # Durango -> Durango, El Salto, Tepehuanes + link = { vic = 2154 hoi = 9354 hoi = 9353 hoi = 9327 hoi = 9418 } # Santa Mar�a del Oro -> Hidalgo del Parral, Buenavista de Atascaderos, San Juanito, El Palmito # Zacatecas - link = { vic = 2155 hoi = 9387 hoi = 9448 } # Torre�n -> Monclova, Torre�n + link = { vic = 2155 hoi = 9448 hoi = 9387 } # Torre�n -> Torre�n, Monclova link = { vic = 2158 hoi = 9504 } # Zacatecas -> Zacatecas # San Luis Potosi link = { vic = 2159 hoi = 9530 } # San Luis Potos� -> Ciudad Victoria # Nayarit - link = { vic = 2161 hoi = 9503 } # Tepic -> Escuinapa + link = { vic = 2161 hoi = 9529 hoi = 9503 } # Tepic -> Tepic, Escuinapa # Aguascalientes - link = { vic = 2160 hoi = 9549 } # Aguascalientes -> Guadalajara + link = { vic = 2160 vic = 2167 hoi = 9566 } # Aguascalientes, Guanajuato -> Pachuca # Jalisco - link = { vic = 2166 hoi = 9586 } # Guadalajara -> Ciudad Guzm�n - link = { vic = 2168 hoi = 9565 hoi = 9529 } # Puerto Vallarta -> Puerto Vallarta, Tepic + link = { vic = 2170 vic = 2174 hoi = 9586 } # Morelia, Toluca -> Ciudad Guzm�n + link = { vic = 2166 hoi = 9549 } # Guadalajara -> Guadalajara + link = { vic = 2168 hoi = 9565 } # Puerto Vallarta -> Puerto Vallarta # Colima link = { vic = 2169 hoi = 9622 } # Colima -> Colima # Guanajuato - link = { vic = 2167 hoi = 9566 } # Guanajuato -> Pachuca # Michoac�n - link = { vic = 2171 vic = 2170 hoi = 9641 } # Los Alba�iles, Morelia -> Petatl�n + link = { vic = 2171 hoi = 9641 } # Los Alba�iles -> Petatl�n # Quer�taro & Hidalgo - link = { vic = 2173 hoi = 9587 } # Quer�taro -> Texcoco + link = { vic = 2173 hoi = 9587 hoi = 9550 } # Quer�taro -> Texcoco, Ciudad Mante # M�xico - link = { vic = 2172 vic = 2174 hoi = 9604 } # Mexico City, Toluca -> Ciudad de M�xico + link = { vic = 2172 hoi = 9604 } # Mexico City -> Ciudad de M�xico # Morelos link = { vic = 2180 hoi = 9623 } # Chilpancingo -> Cuernavaca # Tlaxcala @@ -409,7 +407,7 @@ link = { vic = 2176 hoi = 9642 } # Puebla -> Puebla # Veracruz link = { vic = 2162 hoi = 9624 hoi = 9588 } # Veracruz -> Veracruz, Poza Rica - link = { vic = 2163 hoi = 9567 hoi = 9550 } # Tampico -> Tampico, Ciudad Mante + link = { vic = 2163 hoi = 9567 } # Tampico -> Tampico link = { vic = 2164 hoi = 9643 } # Minatitl�n -> Coatzacoalcos # Guerrero link = { vic = 2179 hoi = 9658 } # Acapulco -> Acapulco @@ -434,7 +432,7 @@ # Guatemala link = { vic = 2186 hoi = 9713 } # Guatemala -> Guatemala link = { vic = 2187 hoi = 9698 } # Quetzaltenango -> Mazatenango - link = { vic = 2189 vic = 2188 hoi = 9686 } # Sayaxch�, Puerto Barrios -> La Libertad + link = { vic = 2188 vic = 2189 hoi = 9686 } # Puerto Barrios, Sayaxch� -> La Libertad # Belize link = { vic = 2190 hoi = 9645 } # Belize -> Belize # El Salvador @@ -460,18 +458,18 @@ # Cuba link = { vic = 2209 hoi = 7576 } # Havana -> La Habana link = { vic = 2210 hoi = 7588 hoi = 7577 } # Jagua -> Santa Clara, Cienfuegos - link = { vic = 2211 hoi = 7613 hoi = 7606 hoi = 7597 hoi = 7622 } # Camag�ey -> Ciego de Avila, Camag�ey, Mor�n, Bayamo - link = { vic = 2212 hoi = 7637 hoi = 7630 hoi = 7614 } # Santiago de Cuba -> Guant�namo, Santiago de Cuba, Holgu�n + link = { vic = 2211 hoi = 7606 hoi = 7597 hoi = 7622 hoi = 7613 } # Camag�ey -> Camag�ey, Mor�n, Bayamo, Ciego de Avila + link = { vic = 2212 hoi = 7630 hoi = 7614 hoi = 7637 } # Santiago de Cuba -> Santiago de Cuba, Holgu�n, Guant�namo # Jamaica link = { vic = 2217 vic = 2218 hoi = 7669 hoi = 7659 } # MANY-TO-MANY: Jamaica, Cayman Islands -> Kingston, Montego Bay # Haiti link = { vic = 2213 hoi = 7661 hoi = 7660 } # Port Au Prince -> Port au Prince, J�r�mie link = { vic = 2215 hoi = 7645 } # Cap Haitien -> Gona�ves # Domincan Republic - link = { vic = 2214 hoi = 7653 } # Santo Domingo -> La Romana - link = { vic = 2216 hoi = 7646 hoi = 7662 hoi = 7652 } # La Vega -> San Fransisico de Macor�s, Santo Domingo, Santiago + link = { vic = 2214 hoi = 7662 hoi = 7653 } # Santo Domingo -> Santo Domingo, La Romana + link = { vic = 2216 hoi = 7652 hoi = 7646 } # La Vega -> Santiago, San Fransisico de Macor�s # Bahamas & Turks and Caicos Islands - link = { vic = 2219 hoi = 7521 hoi = 6433 hoi = 6537 hoi = 7545 } # Bahamas -> Grand Bahama, Andros, The Abacos, George Town + link = { vic = 2219 hoi = 6433 hoi = 6537 hoi = 7545 hoi = 7521 } # Bahamas -> Andros, The Abacos, George Town, Grand Bahama link = { vic = 2220 hoi = 7638 } # Turks And Caicos -> Matthew Town # Puerto Rico link = { vic = 2222 hoi = 7670 } # Puerto Rico -> Puerto Rico @@ -489,7 +487,7 @@ link = { vic = 2237 hoi = 1091 } # Trinidad -> Trinidad link = { vic = 2238 hoi = 10629 } # Tobago -> Tobago # Aruba & Curacao - link = { vic = 2235 vic = 2234 hoi = 50 } # Aruba, Curacao -> Cura�ao + link = { vic = 2234 vic = 2235 hoi = 50 } # Curacao, Aruba -> Cura�ao # Bermuda link = { vic = 203 hoi = 10628 } # Bermuda -> Bermuda # ####### @@ -500,21 +498,21 @@ link = { vic = 2251 hoi = 9849 } # C�cuta -> C�cuta link = { vic = 2252 hoi = 9869 } # Medell�n -> Medellin link = { vic = 2253 hoi = 9848 hoi = 9891 } # Quibd� -> Jaqu�, Nuqu� - link = { vic = 2254 hoi = 9829 hoi = 9810 } # Cartagena de Indias -> Monter�a, Sincelejo - link = { vic = 2255 hoi = 9790 hoi = 9772 } # Barranquilla -> Barranquilla, Cartagena + link = { vic = 2254 hoi = 9772 hoi = 9810 hoi = 9829 } # Cartagena de Indias -> Cartagena, Sincelejo, Monter�a + link = { vic = 2255 hoi = 9790 } # Barranquilla -> Barranquilla # Cundinamarca link = { vic = 2247 hoi = 9930 } # Bogot� -> Bogot� link = { vic = 2248 vic = 2250 hoi = 9910 } # Ibagu�, Manizales -> Manizales Pereira link = { vic = 2249 hoi = 9870 hoi = 9892 } # Tunja -> Bucaramanga, Barrancabermeja # Cauca - link = { vic = 2256 vic = 2259 hoi = 9929 } # Cali, Pasto -> Cali + link = { vic = 2256 hoi = 9929 } # Cali -> Cali link = { vic = 2258 hoi = 9947 } # Buenaventura -> Tumaco - link = { vic = 2257 hoi = 9948 } # Popay�n -> Neiva + link = { vic = 2257 vic = 2259 hoi = 9948 } # Popay�n, Pasto -> Neiva # Guaviare link = { vic = 2262 hoi = 9911 } # Casanare -> Tunja link = { vic = 2261 hoi = 9949 hoi = 9893 } # Obando -> San Jos� del Guaviare, Mit� link = { vic = 2260 hoi = 9964 } # San Jos� del Guaviare -> Florencia - link = { vic = 2263 hoi = 9975 hoi = 9984 } # El Encanto -> Cabo Pantoja, La Chorrera + link = { vic = 2263 hoi = 9984 hoi = 9975 } # El Encanto -> La Chorrera, Cabo Pantoja # ## Venezuela # Zulia link = { vic = 2268 hoi = 9773 } # San Felipe -> Valencia @@ -538,7 +536,7 @@ link = { vic = 2239 hoi = 9896 } # Georgetown -> Georgetown link = { vic = 2243 vic = 2242 hoi = 9874 } # Essequibo, Mahdia -> Mabaruma # ## Suriname - link = { vic = 2240 hoi = 9933 hoi = 9914 } # Paramaribo -> Albina, Paramaribo + link = { vic = 2240 hoi = 9914 hoi = 9933 } # Paramaribo -> Paramaribo, Albina link = { vic = 2245 hoi = 9950 } # Apetina -> Pontoetoe # ## French Guiana link = { vic = 2241 hoi = 9934 } # Cayenne -> Cayenne @@ -595,10 +593,11 @@ link = { vic = 2315 hoi = 10221 } # Tarija -> San Pedro # ## Paraguay # Alto Paraguay - link = { vic = 2337 hoi = 10238 hoi = 10254 } # Fortin Falcon -> Fort�n General Diaz, Asunci�n + link = { vic = 2337 hoi = 10238 } # Fortin Falcon -> Fort�n General Diaz link = { vic = 2338 hoi = 10209 hoi = 10187 hoi = 10200 } # Puerto Guaran� -> Fort�n Linares, Filadelfia, Pozo Colorado # Bajo Paraguay - link = { vic = 2340 vic = 2339 hoi = 10269 } # Pilar, Asuncion -> Laureles + link = { vic = 2340 hoi = 10269 } # Pilar -> Laureles + link = { vic = 2339 hoi = 10254 } # Asuncion -> Asunci�n link = { vic = 2341 hoi = 10255 } # Encarnaci�n -> Villarrica link = { vic = 2343 vic = 2342 hoi = 10239 } # Concepci�n, San Pedro -> San Estanislao # ## Chile @@ -611,16 +610,16 @@ link = { vic = 2322 hoi = 10278 hoi = 10291 } # Copiap� -> Copiapo, Huasco link = { vic = 2323 hoi = 10304 } # La Serena -> La Serena link = { vic = 2326 hoi = 10322 } # Vi�a del Mar -> Illapel - link = { vic = 2325 vic = 2324 hoi = 10336 } # Valpara�so, Santiago -> Santiago + link = { vic = 2324 vic = 2325 hoi = 10336 } # Santiago, Valpara�so -> Santiago # Los Rios link = { vic = 2328 hoi = 10371 } # Valdivia -> Valdivia - link = { vic = 2329 hoi = 10354 hoi = 10362 } # Temuco -> Concepci�n, Chill�n - link = { vic = 2330 vic = 2327 hoi = 10342 } # Cauquenes, Talca -> Talca - link = { vic = 2331 hoi = 10347 } # Chill�n -> San Clemente + link = { vic = 2329 hoi = 10379 } # Temuco -> Temuco + link = { vic = 2327 vic = 2330 hoi = 10342 hoi = 10354 } # MANY-TO-MANY: Talca, Cauquenes -> Talca, Concepci�n + link = { vic = 2331 hoi = 10362 hoi = 10347 } # Chill�n -> Chill�n, San Clemente # Araucania link = { vic = 2332 hoi = 10391 hoi = 10423 hoi = 10404 hoi = 10441 } # Osorno -> Osorno, Cocham�, Puerto Montt, Chait�n link = { vic = 2333 hoi = 10451 hoi = 10456 hoi = 10460 hoi = 10463 hoi = 10467 hoi = 10473 hoi = 10482 hoi = 10486 } # Puerto Ais�n -> Corcovado, Puerto Cisnes, Coihaique, Cochrane, Cerro O'Higgins, Cerro Bertrand, Cerro Stokes, Puerto San Carlos - link = { vic = 2334 hoi = 10491 hoi = 10496 } # Punta Arenas -> Puerto Natales, Punta Arenas + link = { vic = 2334 hoi = 10496 hoi = 10491 } # Punta Arenas -> Punta Arenas, Puerto Natales link = { vic = 2335 hoi = 10493 } # Porvenir -> Caleta Josefina # ## Argentina # Alto Paraguay @@ -636,8 +635,8 @@ link = { vic = 2375 hoi = 10266 } # Vinchina -> Palo Blanco link = { vic = 2385 hoi = 10292 } # La Rioja -> Guandacol link = { vic = 2386 hoi = 10305 } # Santa Rita -> Astica - link = { vic = 2387 hoi = 10323 } # San Juan -> Cantantal - link = { vic = 2388 hoi = 10314 } # Calingasta -> San Juan + link = { vic = 2387 hoi = 10314 } # San Juan -> San Juan + link = { vic = 2388 } # Calingasta -> DROPPED # Chaco link = { vic = 2364 hoi = 10307 } # Resistencia -> Santa Fe link = { vic = 2376 hoi = 10280 } # Santiago del Estero -> Santiago del Estero @@ -653,8 +652,8 @@ link = { vic = 2380 hoi = 10324 } # Villa Nueva -> Villa Mar�a link = { vic = 2381 hoi = 10338 } # R�o Cuarto -> R�o Cuarto link = { vic = 2382 hoi = 10344 } # Renanc� -> Mercedes - link = { vic = 2383 hoi = 10331 } # San Luis -> La Toma - link = { vic = 2384 hoi = 10337 hoi = 10348 } # Mercedes -> San Luis, Santa Isabel + link = { vic = 2383 hoi = 10337 hoi = 10331 hoi = 10323 } # San Luis -> San Luis, La Toma, Cantantal + link = { vic = 2384 hoi = 10348 } # Mercedes -> Santa Isabel # Santa Fe link = { vic = 2359 hoi = 10325 } # Col�n -> San Nicol�s link = { vic = 2360 hoi = 7885 } # Paran� -> Campana @@ -663,54 +662,54 @@ link = { vic = 2363 hoi = 7898 } # Rosario -> Jun�n # Rio Negro link = { vic = 2389 hoi = 10330 } # Mendoza -> Mendoza - link = { vic = 2390 hoi = 10343 } # San Rafael -> Vargas + link = { vic = 2390 hoi = 10343 hoi = 10355 } # San Rafael -> Vargas, Cerro Pay�n link = { vic = 2393 hoi = 7955 hoi = 7948 hoi = 7944 hoi = 7937 hoi = 10373 hoi = 10356 hoi = 10364 hoi = 7929 } # Tel�n -> Lago del Abra, Benjam�n Zorrillo, Choele Choel, Chelfor�, Puelches, General Pico, Santa Rosa, General Acha link = { vic = 2395 hoi = 10363 } # Curac� -> Puel�n # Buenos Aires link = { vic = 2348 hoi = 7899 } # Buenos Aires -> Buenos Aires link = { vic = 2349 hoi = 7907 hoi = 7903 hoi = 7892 } # Jun�n -> Carlos Casares, Chivilcoy, Chacabuco - link = { vic = 2350 hoi = 7926 hoi = 7915 hoi = 7920 hoi = 7931 hoi = 7914 hoi = 7908 hoi = 7925 hoi = 7919 } # Azul -> Tandil, Dolores, Azul, Ju�rez, Olavarr�a, General Belgrano, Santa Elena, Carhu� - link = { vic = 2351 hoi = 7916 hoi = 7909 hoi = 7921 hoi = 7904 } # La Plata -> General Lavalle, Ver�nica, General Juan Madariaga, La Plata - link = { vic = 2352 hoi = 7946 hoi = 7940 hoi = 7932 } # Mar del Plata -> Necochea, Miramar, Mar del Plata + link = { vic = 2350 hoi = 7920 hoi = 7914 hoi = 7908 hoi = 7925 hoi = 7919 hoi = 7926 hoi = 7931 hoi = 7915 } # Azul -> Azul, Olavarr�a, General Belgrano, Santa Elena, Carhu�, Tandil, Ju�rez, Dolores + link = { vic = 2351 hoi = 7904 hoi = 7909 hoi = 7921 hoi = 7916 } # La Plata -> La Plata, Ver�nica, General Juan Madariaga, General Lavalle + link = { vic = 2352 hoi = 7932 hoi = 7940 hoi = 7946 } # Mar del Plata -> Mar del Plata, Miramar, Necochea link = { vic = 2353 hoi = 7930 hoi = 7913 hoi = 7924 hoi = 10349 } # Trenque Lauquen -> Pig��, San Carlos de Bol�var, Salinquel�, Laboulaye Rufino - link = { vic = 2354 hoi = 7949 hoi = 7945 hoi = 7939 } # Bah�a Blanca -> R�o Colorado, Bah�a Blanca, Trey Arroyos + link = { vic = 2354 hoi = 7945 hoi = 7939 hoi = 7949 } # Bah�a Blanca -> Bah�a Blanca, Trey Arroyos, R�o Colorado link = { vic = 2355 hoi = 7959 } # Carmen -> Viedma # Patagonia Septentrional - link = { vic = 2391 hoi = 10415 hoi = 10392 hoi = 10379 hoi = 10372 hoi = 10355 hoi = 10380 } # Neuqu�n -> San Carlos de Bariloche, Piedra de �guila, Temuco, Chos Malal, Cerro Pay�n, Neuqu�n - link = { vic = 2392 hoi = 7964 hoi = 7969 hoi = 7982 hoi = 7975 } # Viedma -> San Antonio Oeste, Cinco Cha�ares, Sierra Grande, Aguado Cecilio - link = { vic = 2394 hoi = 10434 hoi = 10424 hoi = 10405 hoi = 7963 hoi = 7954 hoi = 7958 } # Bariloche -> El Mait�n, El Ca�n, Los Menucos, Valcheta, Sierra Colorada, General Conesa + link = { vic = 2391 hoi = 10380 hoi = 10372 hoi = 10392 } # Neuqu�n -> Neuqu�n, Chos Malal, Piedra de �guila + link = { vic = 2392 hoi = 7964 hoi = 7969 hoi = 7982 hoi = 7975 hoi = 7958 } # Viedma -> San Antonio Oeste, Cinco Cha�ares, Sierra Grande, Aguado Cecilio, General Conesa + link = { vic = 2394 hoi = 10415 hoi = 7954 hoi = 7963 hoi = 10405 hoi = 10424 hoi = 10434 } # Bariloche -> San Carlos de Bariloche, Sierra Colorada, Valcheta, Los Menucos, El Ca�n, El Mait�n link = { vic = 2396 hoi = 10461 hoi = 10458 hoi = 10453 hoi = 7992 hoi = 10435 hoi = 10443 hoi = 7991 hoi = 10442 hoi = 10448 } # Rawson -> Comodoro Rivadavia, Puerto Visser, Camarones, Trelew, Puerto Pir�mides, Chasico, Cona Niyeo, Gang�n, Las Plumas link = { vic = 2397 hoi = 10447 hoi = 10452 hoi = 10457 hoi = 10462 } # Esquel -> Esquel, Sarmiento, Buen Pasto, Paso R�o Mayo # Patagonia Meridional link = { vic = 2131 hoi = 10479 } # Falkland Islands -> Falkland Islands - link = { vic = 2398 hoi = 10470 hoi = 10468 hoi = 10465 hoi = 10466 hoi = 10464 } # Puerto Deseado -> Rio Chico, Pampa Chica, El Pluma, Cabo Blanco, Pico Truncado + link = { vic = 2398 hoi = 10466 hoi = 10470 hoi = 10468 hoi = 10464 hoi = 10465 } # Puerto Deseado -> Cabo Blanco, Rio Chico, Pampa Chica, Pico Truncado, El Pluma link = { vic = 2399 hoi = 10487 hoi = 10483 hoi = 10478 hoi = 10469 hoi = 10474 } # R�o Gallegos -> R�o Gallegos, Coy Aike, Tapi Aike, Lago Viedma, Monte Le�n link = { vic = 2400 hoi = 10498 } # R�o Grande -> Ushuaia # ## Uruguay link = { vic = 2344 hoi = 7893 hoi = 7887 } # Montevideo -> Montevideo, Maldonado - link = { vic = 2345 hoi = 7878 hoi = 7873 hoi = 7864 hoi = 7869 hoi = 7879 hoi = 7886 } # Paysand� -> Carmelo, Mercedes, Concepci�n del Uruguay, Carmen, La Cruz Florida, San Jos� de Mayo + link = { vic = 2345 hoi = 7873 hoi = 7864 hoi = 7869 hoi = 7879 hoi = 7886 hoi = 7878 } # Paysand� -> Mercedes, Concepci�n del Uruguay, Carmen, La Cruz Florida, San Jos� de Mayo, Carmelo link = { vic = 2346 hoi = 7859 hoi = 7865 hoi = 7860 } # Tacuaremb� -> Tacuaremb�, Ansina, Minas de Corrales link = { vic = 2347 hoi = 7880 hoi = 7874 hoi = 7894 } # Melo -> Treinta y Tres, Sarandi del Y�, Rocha # ## Brazil # Rio Grande do Sul - link = { vic = 2463 hoi = 7853 hoi = 7848 hoi = 7852 hoi = 7861 } # Porto Alegre -> Cap�o da Canoa, Porto Alegre, Santa Cruz do Sul, Camaqua - link = { vic = 2464 hoi = 7875 hoi = 7881 hoi = 7888 } # Pelotas -> Erval, Pelotas, Santa Vit�ria do Palmar - link = { vic = 2465 hoi = 7843 hoi = 7847 hoi = 10283 hoi = 7856 } # Passo Fundo -> Tapera, Cruz Alta, Santo Angelo, Santa Maria - link = { vic = 2466 hoi = 10296 hoi = 7851 hoi = 7867 hoi = 7866 } # Santa Maria -> S�o Borja, Rio Grande do Sul, S�o Gabriel, Bag� + link = { vic = 2463 hoi = 7848 hoi = 7852 hoi = 7861 hoi = 7853 hoi = 7844 } # Porto Alegre -> Porto Alegre, Santa Cruz do Sul, Camaqua, Cap�o da Canoa, Caxias do Sul + link = { vic = 2464 hoi = 7881 hoi = 7888 hoi = 7875 } # Pelotas -> Pelotas, Santa Vit�ria do Palmar, Erval + link = { vic = 2465 hoi = 7843 hoi = 7847 hoi = 10283 } # Passo Fundo -> Tapera, Cruz Alta, Santo Angelo + link = { vic = 2466 hoi = 7856 hoi = 7851 hoi = 10296 hoi = 7867 hoi = 7866 } # Santa Maria -> Santa Maria, Rio Grande do Sul, S�o Borja, S�o Gabriel, Bag� link = { vic = 2467 hoi = 7855 hoi = 7870 } # Alegrete -> Quarai, Coxilha # Parana link = { vic = 2457 hoi = 10242 } # Curitiba -> Curitiba link = { vic = 2458 hoi = 10224 hoi = 10256 hoi = 10270 hoi = 10240 hoi = 10241 } # Guarapuava -> Salto del Guaira, Cascavel, Eldorado, Foz do Iguacu, Pitanga link = { vic = 2459 hoi = 7840 hoi = 7838 hoi = 7835 } # Lajes -> Passo Fundo, Lajes, Conc�rdia link = { vic = 2460 hoi = 10202 hoi = 10212 hoi = 10225 hoi = 7833 } # Castro -> Navira�, Goio Er�, Guarapuava, Cacador - link = { vic = 2461 hoi = 7836 hoi = 7841 hoi = 7844 } # Desterro -> Florian�polis, Crici�ma, Caxias do Sul + link = { vic = 2461 hoi = 7836 hoi = 7841 } # Desterro -> Florian�polis, Crici�ma link = { vic = 2462 hoi = 7837 } # S�o Miguel -> Chapec� # Sao Paulo link = { vic = 2306 hoi = 10213 } # Sorocaba -> Sorocaba link = { vic = 2451 hoi = 10192 } # Santos -> S�o Jos� dos Campos link = { vic = 2452 hoi = 10204 } # Campinas -> Campinas link = { vic = 2453 hoi = 10203 } # Assis -> Apucarana - link = { vic = 2455 vic = 2450 hoi = 10226 } # Iguape, S�o Paulo -> S�o Paulo + link = { vic = 2450 vic = 2455 hoi = 10226 } # S�o Paulo, Iguape -> S�o Paulo link = { vic = 2456 hoi = 10191 } # Araraquara -> S�o Jos� do Rio Preto # Rio de Janeiro link = { vic = 2447 hoi = 10193 hoi = 10181 } # Rio de Janeiro -> Rio de Janeiro, Volta Redonda @@ -726,7 +725,7 @@ # Mato Grosso link = { vic = 2416 hoi = 10189 hoi = 10188 hoi = 10201 } # Dourados -> Dourados, Porto Murtinho, Bela Vista link = { vic = 2417 hoi = 10123 hoi = 10095 } # Vila Bela -> Pontes e Lacerda, Iriri - link = { vic = 2418 hoi = 10135 hoi = 10167 } # Cuiab� -> Jacar�, Cuiab� + link = { vic = 2418 hoi = 10167 hoi = 10135 } # Cuiab� -> Cuiab�, Jacar� link = { vic = 2419 hoi = 10166 hoi = 10154 hoi = 10143 hoi = 10155 hoi = 10177 hoi = 10176 hoi = 10165 } # Corumb� -> Caxim, Corumb�, C�ceres, Porto Jofre, Aquidauana, Porto Murtinho, Bodoquena link = { vic = 2420 hoi = 10223 hoi = 10210 } # Iguatemi -> Amamba�, Caracol link = { vic = 2421 hoi = 10156 } # Vila Boa -> Campo Grande @@ -741,7 +740,7 @@ # Pernambuco link = { vic = 2432 vic = 2428 hoi = 10063 } # Recife, Para�ba -> Recife link = { vic = 2433 hoi = 10072 hoi = 10062 } # Cabrobo -> Garanhuns, Salgueiro - link = { vic = 2435 vic = 2434 hoi = 10084 } # Aracaju, Macei� -> Macei� + link = { vic = 2434 vic = 2435 hoi = 10084 } # Macei�, Aracaju -> Macei� # Rio Grande do Norte link = { vic = 2426 hoi = 10020 } # Teresina -> Parna�ba link = { vic = 2427 hoi = 10034 hoi = 10053 hoi = 10071 hoi = 10061 } # Oeiras -> Piripiri, Picos, Paulistana, Floriano @@ -749,7 +748,7 @@ link = { vic = 2430 hoi = 10045 hoi = 10054 } # Crato -> Iguatu, Juazeiro do Norte link = { vic = 2431 hoi = 10036 hoi = 10046 hoi = 10027 } # Natal -> Natal, Campina Grande, Mossor� # Maranhao - link = { vic = 2410 hoi = 9994 hoi = 10000 hoi = 9993 } # Bel�m -> Braganca, Bel�m, Breves + link = { vic = 2410 hoi = 10000 hoi = 9993 hoi = 9994 } # Bel�m -> Bel�m, Breves, Braganca link = { vic = 2411 vic = 2600 hoi = 10237 } # Santar�m, Altamira -> Itaituba link = { vic = 2413 hoi = 10033 } # Marab� -> Marab� link = { vic = 2423 hoi = 10096 hoi = 10110 } # Palmas -> Santa Filomena, Goi�nia @@ -835,59 +834,59 @@ # Iceland link = { vic = 252 vic = 3246 hoi = 8086 hoi = 8084 hoi = 8089 } # MANY-TO-MANY: Iceland, Jan Mayen -> Reykjavik, Egilsstadir, H�fn # Norway - link = { vic = 307 hoi = 36 hoi = 51 hoi = 38 hoi = 25 hoi = 16 hoi = 37 hoi = 24 hoi = 9 hoi = 17 hoi = 18 hoi = 26 hoi = 10 hoi = 19 hoi = 11 hoi = 28 hoi = 12 hoi = 5 hoi = 20 hoi = 7 hoi = 4 hoi = 3 hoi = 6 hoi = 8 hoi = 13 hoi = 14 hoi = 22 hoi = 15 hoi = 41 hoi = 27 hoi = 2 hoi = 1 hoi = 23 hoi = 29 hoi = 54 hoi = 40 hoi = 53 hoi = 67 } # Hammerfest -> Bonnes, Salangen, Nordkjosbotn, Andselv, Lyngsfjellan, Innset, Senja, Tromso, Storslett, Caravarre, Skibotn, Ringvassoy, Alta, Bergsfjord, Jotkajavvre, Rastigaissa, Hasvik, Lakselv, Kistrand, B�tsfjord, Nordkinnhalvoya, Hammerfest, Storfjordbotn, Borselv, Vadso, Polmak, Vardo, Kautokeino, Bilto, Svaerholthalvoya, Porsangerhalvoya, Kirkenes, K�r�sjohka, Noarvas, Suolovuopme, Aiddejavre, Altevatn - link = { vic = 306 hoi = 49 hoi = 65 hoi = 80 hoi = 98 hoi = 116 hoi = 81 hoi = 134 hoi = 153 hoi = 212 hoi = 227 hoi = 200 hoi = 242 hoi = 257 hoi = 256 hoi = 226 hoi = 241 } # Bodo -> Harstad, Narvik, Bodo, Sorfold, Hamaroy, Ballangen, Saltdal, Bjell�nes, Svartisen, Sorfjord, Mo i Rana, Rosvassbukt, Hattfjelldal, Bronnoysund, Korgen, Mosjoen + link = { vic = 307 hoi = 9 hoi = 17 hoi = 18 hoi = 26 hoi = 10 hoi = 19 hoi = 11 hoi = 28 hoi = 12 hoi = 5 hoi = 20 hoi = 7 hoi = 4 hoi = 3 hoi = 6 hoi = 8 hoi = 13 hoi = 14 hoi = 22 hoi = 15 hoi = 41 hoi = 27 hoi = 2 hoi = 1 hoi = 23 hoi = 29 hoi = 54 hoi = 40 hoi = 53 hoi = 67 hoi = 37 hoi = 36 hoi = 51 hoi = 38 hoi = 25 hoi = 16 hoi = 24 } # Hammerfest -> Tromso, Storslett, Caravarre, Skibotn, Ringvassoy, Alta, Bergsfjord, Jotkajavvre, Rastigaissa, Hasvik, Lakselv, Kistrand, B�tsfjord, Nordkinnhalvoya, Hammerfest, Storfjordbotn, Borselv, Vadso, Polmak, Vardo, Kautokeino, Bilto, Svaerholthalvoya, Porsangerhalvoya, Kirkenes, K�r�sjohka, Noarvas, Suolovuopme, Aiddejavre, Altevatn, Innset, Bonnes, Salangen, Nordkjosbotn, Andselv, Lyngsfjellan, Senja + link = { vic = 306 hoi = 65 hoi = 80 hoi = 98 hoi = 116 hoi = 81 hoi = 134 hoi = 153 hoi = 212 hoi = 227 hoi = 200 hoi = 242 hoi = 257 hoi = 256 hoi = 226 hoi = 241 hoi = 49 } # Bodo -> Narvik, Bodo, Sorfold, Hamaroy, Ballangen, Saltdal, Bjell�nes, Svartisen, Sorfjord, Mo i Rana, Rosvassbukt, Hattfjelldal, Bronnoysund, Korgen, Mosjoen, Harstad link = { vic = 305 hoi = 291 hoi = 337 hoi = 361 hoi = 338 hoi = 313 hoi = 389 hoi = 390 hoi = 421 hoi = 362 hoi = 315 hoi = 339 hoi = 293 hoi = 316 hoi = 273 hoi = 272 hoi = 292 hoi = 360 hoi = 387 hoi = 388 hoi = 458 hoi = 420 } # Trondheim -> Trondheim, Sn�sa, �fjord, Sulstua, Steinkjer, Fongen, Mer�ker, Roros, Hell, Grong, Bl�fjellhatten, Nordli, Sorli, Tunnsjo, Kolvereid, Namsos, Agdenes, Orkdal, Storen, Forelhogna, Ulsborg - link = { vic = 308 hoi = 419 hoi = 386 hoi = 418 hoi = 455 hoi = 454 hoi = 453 } # Alesund -> �ndalsnes, Kristiansund, Molde, Hjelle, �lesund, Volda - link = { vic = 309 hoi = 526 hoi = 565 hoi = 566 hoi = 606 hoi = 605 hoi = 682 hoi = 725 hoi = 683 hoi = 642 hoi = 607 hoi = 643 hoi = 808 hoi = 490 hoi = 491 hoi = 567 hoi = 809 } # Bergen -> Floroy, Askvoll, Forde, Eldhusfjell, Gulen, Voss, Odda, Eidfjord, Stalheim, Laerdalsoyri, Fresvik, Bergen, M�loy, Bryggja, Jotunheimen, Etne - link = { vic = 310 hoi = 851 hoi = 895 hoi = 936 hoi = 977 hoi = 978 hoi = 1018 hoi = 1054 hoi = 935 hoi = 896 hoi = 979 } # Christianssand -> Haugesund, Jorpeland, Sirdal, Egersund, Evje, Kristiansand, Farsund, Stavanger, Rjuven, Arendal - link = { vic = 311 hoi = 938 hoi = 852 hoi = 853 hoi = 897 hoi = 937 hoi = 810 hoi = 767 } # Skien -> Brevik, Haukeligrend, Bo, Skien, Bygland, Rjukan, Hardangervidda - link = { vic = 312 hoi = 898 hoi = 854 hoi = 768 hoi = 855 hoi = 811 hoi = 684 hoi = 726 hoi = 727 } # Drammen -> Tonsberg, Kongsberg, Honefoss, Drammen, Rollag, Gol, Geilo, Nesbyen + link = { vic = 308 hoi = 454 hoi = 453 hoi = 386 hoi = 418 hoi = 419 hoi = 455 } # Alesund -> �lesund, Volda, Kristiansund, Molde, �ndalsnes, Hjelle + link = { vic = 309 hoi = 808 hoi = 682 hoi = 606 hoi = 605 hoi = 683 hoi = 725 hoi = 809 hoi = 642 hoi = 643 hoi = 607 hoi = 567 hoi = 566 hoi = 565 hoi = 526 hoi = 491 hoi = 490 } # Bergen -> Bergen, Voss, Eldhusfjell, Gulen, Eidfjord, Odda, Etne, Stalheim, Fresvik, Laerdalsoyri, Jotunheimen, Forde, Askvoll, Floroy, Bryggja, M�loy + link = { vic = 310 hoi = 935 hoi = 895 hoi = 851 hoi = 936 hoi = 977 hoi = 1054 hoi = 1018 hoi = 978 hoi = 896 hoi = 979 } # Christianssand -> Stavanger, Jorpeland, Haugesund, Sirdal, Egersund, Farsund, Kristiansand, Evje, Rjuven, Arendal + link = { vic = 311 hoi = 897 hoi = 938 hoi = 767 hoi = 852 hoi = 853 hoi = 937 hoi = 810 } # Skien -> Skien, Brevik, Hardangervidda, Haukeligrend, Bo, Bygland, Rjukan + link = { vic = 312 hoi = 855 hoi = 898 hoi = 854 hoi = 768 hoi = 811 hoi = 727 hoi = 684 hoi = 726 } # Drammen -> Drammen, Tonsberg, Kongsberg, Honefoss, Rollag, Nesbyen, Gol, Geilo link = { vic = 313 hoi = 812 hoi = 771 hoi = 769 hoi = 728 } # Christiania -> Oslo, Fredrikstad, Lillestrom, Roa link = { vic = 316 hoi = 899 hoi = 856 } # Frederiksstad -> Hamar, Mysen - link = { vic = 315 hoi = 456 hoi = 492 hoi = 528 hoi = 493 hoi = 568 hoi = 569 hoi = 609 hoi = 608 hoi = 645 hoi = 646 hoi = 685 hoi = 457 hoi = 729 hoi = 527 hoi = 644 } # Lillehammer -> Gr�ho, Grotli, Ringebu, Sel, Lom, Tretten, F�berg, Synnfjell, Fagernes, Lillehammer, Dokka, Domb�s, Gj�vik, Nordberg, Tyin + link = { vic = 315 hoi = 646 hoi = 685 hoi = 457 hoi = 729 hoi = 527 hoi = 644 hoi = 569 hoi = 528 hoi = 609 hoi = 568 hoi = 493 hoi = 492 hoi = 456 hoi = 608 hoi = 645 } # Lillehammer -> Lillehammer, Dokka, Domb�s, Gj�vik, Nordberg, Tyin, Tretten, Ringebu, F�berg, Lom, Sel, Grotli, Gr�ho, Synnfjell, Fagernes link = { vic = 314 hoi = 687 hoi = 647 hoi = 570 hoi = 611 hoi = 531 hoi = 610 hoi = 494 hoi = 770 hoi = 686 hoi = 530 hoi = 529 } # Hamar -> Hamar, Rena, Jordet, Nybergsund, Otnes, Koppang, Tynset, Kongsvinger, Elverum, Alvdal, Koppang # Southern Sweden link = { vic = 331 hoi = 1135 hoi = 1217 } # Gotland -> Visby, Burgsvik - link = { vic = 334 hoi = 1302 hoi = 1258 hoi = 1392 hoi = 689 hoi = 1438 hoi = 1483 hoi = 1213 hoi = 1484 } # Malm� -> Halmstad, Hylte, Helsingborg, H�rby, Malm�, Trelleborg, Kungsbacka, Ystad - link = { vic = 335 hoi = 317 hoi = 1393 hoi = 1394 hoi = 1349 } # Karlskrona -> Kristianstad, H�ssleholm, Karlshamn, Karlskrona + link = { vic = 334 hoi = 1438 hoi = 1483 hoi = 1213 hoi = 1484 hoi = 689 hoi = 1392 hoi = 1302 hoi = 1258 } # Malm� -> Malm�, Trelleborg, Kungsbacka, Ystad, H�rby, Helsingborg, Halmstad, Hylte + link = { vic = 335 hoi = 1349 hoi = 1394 hoi = 317 hoi = 1393 } # Karlskrona -> Karlskrona, Karlshamn, Kristianstad, H�ssleholm link = { vic = 333 hoi = 1173 hoi = 1259 hoi = 1214 hoi = 1303 hoi = 1304 hoi = 1348 hoi = 1215 hoi = 1347 hoi = 1133 hoi = 1174 hoi = 1175 hoi = 1260 } # V�xj� -> J�nk�ping, V�rnamo, Gislaved, Ljungby, V�xj�, �lmhult, N�ssj�, Markaryd, Gr�nna, Eksj�, Tingsryd, Lenhovda - link = { vic = 332 hoi = 1350 hoi = 1216 hoi = 1305 hoi = 1134 } # Kalmar -> Borgholm, Oskarshamn, Kalmar, V�stervik - link = { vic = 325 vic = 2704 hoi = 1057 hoi = 1058 hoi = 1095 hoi = 1094 hoi = 1059 hoi = 1023 hoi = 1022 } # MANY-TO-MANY: Norrk�ping, V�ttern -> �desh�g, Link�ping, Valdemarsvik, Mj�lby, Norrk�ping, Finsp�ng, Motala - link = { vic = 330 hoi = 1131 hoi = 1172 hoi = 1093 hoi = 1132 hoi = 1056 hoi = 1020 hoi = 1021 } # Bor�s -> Alings�s, Bor�s, Vara, Falk�ping, Sk�vde, Lidk�ping, Karlsborg + link = { vic = 332 hoi = 1305 hoi = 1134 hoi = 1216 hoi = 1350 } # Kalmar -> Kalmar, V�stervik, Oskarshamn, Borgholm + link = { vic = 325 vic = 2704 hoi = 1059 hoi = 1058 hoi = 1095 hoi = 1094 hoi = 1023 hoi = 1022 hoi = 1057 } # MANY-TO-MANY: Norrk�ping, V�ttern -> Norrk�ping, Link�ping, Valdemarsvik, Mj�lby, Finsp�ng, Motala, �desh�g + link = { vic = 330 hoi = 1172 hoi = 1093 hoi = 1132 hoi = 1056 hoi = 1020 hoi = 1021 hoi = 1131 } # Bor�s -> Bor�s, Vara, Falk�ping, Sk�vde, Lidk�ping, Karlsborg, Alings�s link = { vic = 329 hoi = 1171 hoi = 1092 hoi = 980 hoi = 1019 } # G�teborg -> G�teborg, Kung�lv, Str�mstad, Lysekil # Central Sweden - link = { vic = 328 hoi = 940 hoi = 981 hoi = 1055 hoi = 857 hoi = 901 hoi = 772 hoi = 814 hoi = 858 hoi = 939 hoi = 900 hoi = 813 hoi = 941 hoi = 773 } # Karlstad -> S�ffle, Mellerud, V�nersborg, Arvika, Karlstad, Torsby, Sunne, Munkfors, Bengtsfors, �rj�ng, Charlottenberg, Kristinehamn, Neva - link = { vic = 327 hoi = 982 hoi = 902 hoi = 942 hoi = 859 } # �rebro -> Askersund, Karlskoga, �rebro, Kopparberg - link = { vic = 326 hoi = 943 hoi = 944 hoi = 984 hoi = 903 hoi = 860 hoi = 817 hoi = 816 hoi = 983 } # V�ster�s -> Katrineholm, Nyk�ping, Eskilstuna, Arboga, V�ster�s, Sala, Fagersta, Ving�ker + link = { vic = 328 hoi = 901 hoi = 772 hoi = 814 hoi = 858 hoi = 939 hoi = 900 hoi = 813 hoi = 941 hoi = 773 hoi = 940 hoi = 1055 hoi = 981 hoi = 857 } # Karlstad -> Karlstad, Torsby, Sunne, Munkfors, Bengtsfors, �rj�ng, Charlottenberg, Kristinehamn, Neva, S�ffle, V�nersborg, Mellerud, Arvika + link = { vic = 327 hoi = 942 hoi = 859 hoi = 982 hoi = 902 } # �rebro -> �rebro, Kopparberg, Askersund, Karlskoga + link = { vic = 326 hoi = 944 hoi = 984 hoi = 903 hoi = 860 hoi = 817 hoi = 816 hoi = 983 hoi = 943 } # V�ster�s -> Nyk�ping, Eskilstuna, Arboga, V�ster�s, Sala, Fagersta, Ving�ker, Katrineholm link = { vic = 322 hoi = 862 hoi = 905 hoi = 861 hoi = 777 } # Stockholm -> Stockholm, S�dert�lje, Sigtuna, Norrt�lje link = { vic = 324 hoi = 818 hoi = 776 hoi = 735 hoi = 904 } # Uppsala -> Uppsala, Tierp, �sthammar, Enk�ping - link = { vic = 317 hoi = 651 hoi = 650 hoi = 614 hoi = 574 hoi = 573 hoi = 535 hoi = 692 hoi = 734 hoi = 499 hoi = 498 hoi = 534 } # G�vle -> Hamr�nge, Bolln�s, S�derhamn, Hudiksvall, Edsbyn, Ljusdal, G�vle, Sandviken, Gnarp, Ramsj�, K�rb�le - link = { vic = 323 hoi = 612 hoi = 613 hoi = 775 hoi = 690 hoi = 774 hoi = 815 hoi = 732 hoi = 688 hoi = 649 hoi = 730 hoi = 731 hoi = 691 hoi = 733 } # Falun -> �lvdalen, Furudal, Avesta, Leksand, Borl�nge, Ludvika, Vansbro, Malung, Mora, R�jd�fors, St�llet, Sandviken, Falun + link = { vic = 317 hoi = 692 hoi = 734 hoi = 499 hoi = 498 hoi = 534 hoi = 614 hoi = 574 hoi = 650 hoi = 535 hoi = 651 hoi = 573 } # G�vle -> G�vle, Sandviken, Gnarp, Ramsj�, K�rb�le, S�derhamn, Hudiksvall, Bolln�s, Ljusdal, Hamr�nge, Edsbyn + link = { vic = 323 hoi = 733 hoi = 775 hoi = 690 hoi = 691 hoi = 649 hoi = 613 hoi = 612 hoi = 688 hoi = 732 hoi = 730 hoi = 731 hoi = 774 hoi = 815 } # Falun -> Falun, Avesta, Leksand, Sandviken, Mora, Furudal, �lvdalen, Malung, Vansbro, R�jd�fors, St�llet, Borl�nge, Ludvika # Northern Sweden - link = { vic = 319 hoi = 295 hoi = 274 hoi = 342 hoi = 294 hoi = 340 hoi = 341 hoi = 365 hoi = 393 hoi = 424 hoi = 392 hoi = 364 hoi = 391 hoi = 423 hoi = 460 hoi = 497 hoi = 572 hoi = 532 hoi = 533 hoi = 496 hoi = 571 hoi = 459 hoi = 495 hoi = 422 hoi = 648 hoi = 363 hoi = 258 hoi = 318 hoi = 366 hoi = 394 } # �stersund -> Alan�s, B�gede, �stersund, Kallsedet, Skalstugan, J�rpen, Str�msund, Brunflo, Svenstavik, Hallen, �re, Ljungdalen, Storsj�, Vemdalen, Sveg, F�gelsj�n, Idre, Lillh�rdal, Linsell, S�rna, Hede, T�nn�s, Malmagen, S�rsj�n, Storlien, Ankarede, L�vberga, Stugun, Ragunda - link = { vic = 318 hoi = 462 hoi = 425 hoi = 426 hoi = 463 hoi = 343 hoi = 395 hoi = 367 hoi = 461 hoi = 368 hoi = 345 hoi = 344 } # Sundsvall -> Sillre, St�de, Timr�, Sundsvall, N�s�ker, H�rn�sand, Sollefte�, �nge, Kramfors, �rnsk�ldsvik, Bredbyn - link = { vic = 320 hoi = 202 hoi = 215 hoi = 230 hoi = 246 hoi = 278 hoi = 279 hoi = 263 hoi = 322 hoi = 298 hoi = 321 hoi = 299 hoi = 319 hoi = 297 hoi = 277 hoi = 261 hoi = 276 hoi = 296 hoi = 275 hoi = 260 hoi = 245 hoi = 229 hoi = 214 hoi = 228 hoi = 244 hoi = 259 hoi = 243 hoi = 213 hoi = 320 hoi = 248 hoi = 262 hoi = 189 hoi = 216 hoi = 231 hoi = 247 hoi = 232 hoi = 188 hoi = 172 hoi = 187 hoi = 201 } # Ume� -> Umn�s, Slussfors, Blattnicksele, Rusksele, Bastutr�sk, Robertsfors, Boliden, Ume�, Vindeln, Nordmaling, V�nnas, �sele, �lgsj�, Lycksele, Kattisavan, Almsele, Dorotea, Meselefors, Vilhelmina, Storuman, Vojm�n, Dikan�s, Saxn�s, Stalon, Risn�ck, Klimpfj�ll, Joesj�, Bj�rna, Skellefte�, Norsj�, Sorsele, Adak, Malatr�sk, J�rn, L�ngtr�sk, Ammarn�s, Ammarfj�llet, Strimasund, Tarna - link = { vic = 321 hoi = 85 hoi = 122 hoi = 160 hoi = 178 hoi = 52 hoi = 68 hoi = 84 hoi = 102 hoi = 121 hoi = 139 hoi = 159 hoi = 177 hoi = 193 hoi = 206 hoi = 233 hoi = 218 hoi = 217 hoi = 192 hoi = 205 hoi = 204 hoi = 203 hoi = 155 hoi = 174 hoi = 190 hoi = 191 hoi = 176 hoi = 158 hoi = 101 hoi = 120 hoi = 138 hoi = 119 hoi = 83 hoi = 100 hoi = 137 hoi = 118 hoi = 136 hoi = 156 hoi = 157 hoi = 175 hoi = 140 hoi = 82 hoi = 66 hoi = 99 hoi = 117 hoi = 135 hoi = 154 hoi = 173 } # Lule� -> Muodoslompolo, Aareavaara, �vertorne�, Haparanda, R�stoj�ure, Karesuando, Nedre Soppero, Vittangi, Lainio, T�rend�, �verkalix, Kalix, Lule�, Br�nnberg, Pite�, �lvsbyn, Glommerstr�sk, Boden, K�bdalis, Arvidsj�ure, Slagn�s, V�sterfj�ll, Arjeplog, Forsn�s, Kuollejaure, Jokkmok, Hakkas, Kiruna, Svappavaara, G�llivare, Fj�ll�sen, Torretr�sk, Suorva, Porjus, Saltoluokta, Kvikkjokk, Tj�motis, Lulevatten, Bj�rkholmen, Pajala, Alitj�kko, Abisko, Vuojat�tno, V�sterjaure, Sulithjelma, Vuoggatj�lme, J�kkvik + link = { vic = 319 hoi = 342 hoi = 294 hoi = 340 hoi = 341 hoi = 365 hoi = 393 hoi = 424 hoi = 392 hoi = 364 hoi = 391 hoi = 423 hoi = 460 hoi = 497 hoi = 572 hoi = 532 hoi = 533 hoi = 496 hoi = 571 hoi = 459 hoi = 495 hoi = 422 hoi = 648 hoi = 363 hoi = 258 hoi = 318 hoi = 366 hoi = 394 hoi = 295 hoi = 274 } # �stersund -> �stersund, Kallsedet, Skalstugan, J�rpen, Str�msund, Brunflo, Svenstavik, Hallen, �re, Ljungdalen, Storsj�, Vemdalen, Sveg, F�gelsj�n, Idre, Lillh�rdal, Linsell, S�rna, Hede, T�nn�s, Malmagen, S�rsj�n, Storlien, Ankarede, L�vberga, Stugun, Ragunda, Alan�s, B�gede + link = { vic = 318 hoi = 463 hoi = 343 hoi = 395 hoi = 367 hoi = 461 hoi = 368 hoi = 345 hoi = 344 hoi = 462 hoi = 425 hoi = 426 } # Sundsvall -> Sundsvall, N�s�ker, H�rn�sand, Sollefte�, �nge, Kramfors, �rnsk�ldsvik, Bredbyn, Sillre, St�de, Timr� + link = { vic = 320 hoi = 322 hoi = 321 hoi = 299 hoi = 279 hoi = 263 hoi = 278 hoi = 248 hoi = 232 hoi = 247 hoi = 262 hoi = 298 hoi = 320 hoi = 297 hoi = 319 hoi = 296 hoi = 276 hoi = 277 hoi = 261 hoi = 246 hoi = 231 hoi = 216 hoi = 230 hoi = 245 hoi = 215 hoi = 229 hoi = 260 hoi = 275 hoi = 259 hoi = 244 hoi = 243 hoi = 228 hoi = 214 hoi = 213 hoi = 202 hoi = 201 hoi = 189 hoi = 188 hoi = 172 hoi = 187 } # Ume� -> Ume�, Nordmaling, V�nnas, Robertsfors, Boliden, Bastutr�sk, Skellefte�, L�ngtr�sk, J�rn, Norsj�, Vindeln, Bj�rna, �lgsj�, �sele, Dorotea, Almsele, Lycksele, Kattisavan, Rusksele, Malatr�sk, Adak, Blattnicksele, Storuman, Slussfors, Vojm�n, Vilhelmina, Meselefors, Risn�ck, Stalon, Klimpfj�ll, Saxn�s, Dikan�s, Joesj�, Umn�s, Tarna, Sorsele, Ammarn�s, Ammarfj�llet, Strimasund + link = { vic = 321 hoi = 193 hoi = 233 hoi = 218 hoi = 217 hoi = 204 hoi = 203 hoi = 174 hoi = 173 hoi = 154 hoi = 135 hoi = 155 hoi = 190 hoi = 191 hoi = 205 hoi = 206 hoi = 117 hoi = 136 hoi = 99 hoi = 118 hoi = 137 hoi = 156 hoi = 157 hoi = 175 hoi = 176 hoi = 192 hoi = 177 hoi = 178 hoi = 160 hoi = 159 hoi = 158 hoi = 139 hoi = 138 hoi = 140 hoi = 122 hoi = 121 hoi = 85 hoi = 120 hoi = 102 hoi = 119 hoi = 101 hoi = 68 hoi = 84 hoi = 52 hoi = 83 hoi = 66 hoi = 82 hoi = 100 } # Lule� -> Lule�, Pite�, �lvsbyn, Glommerstr�sk, Arvidsj�ure, Slagn�s, Arjeplog, J�kkvik, Vuoggatj�lme, Sulithjelma, V�sterfj�ll, Forsn�s, Kuollejaure, K�bdalis, Br�nnberg, V�sterjaure, Kvikkjokk, Vuojat�tno, Saltoluokta, Porjus, Tj�motis, Lulevatten, Bj�rkholmen, Jokkmok, Boden, Kalix, Haparanda, �vertorne�, �verkalix, Hakkas, T�rend�, G�llivare, Pajala, Aareavaara, Lainio, Muodoslompolo, Svappavaara, Vittangi, Fj�ll�sen, Kiruna, Karesuando, Nedre Soppero, R�stoj�ure, Torretr�sk, Abisko, Alitj�kko, Suorva # Finland - link = { vic = 338 hoi = 70 hoi = 86 hoi = 104 hoi = 141 hoi = 179 hoi = 194 hoi = 195 hoi = 182 hoi = 163 hoi = 143 hoi = 162 hoi = 161 hoi = 123 hoi = 180 hoi = 124 hoi = 106 hoi = 87 hoi = 105 hoi = 107 hoi = 30 hoi = 42 hoi = 55 hoi = 71 hoi = 56 hoi = 31 hoi = 21 hoi = 39 hoi = 103 hoi = 144 } # Tornio -> Enonteki�, Muonio, Kittil�, Turtola, Tornio, Kemi, Ranua, Posio, M�rk�j�rvi, Kemij�rvi, Kalliosalmi, Lohij�rvi, Lohiniva, Rovaniemi, Pelkosenniemi, Savukoski, Peltovuoma, Sodankyl�, Tuntsa, Utsjoki, Inari, Angeli, Menesj�rvi, Ivalo, Sevettij�rvi, Karigasniemi, Kilpisj�rvi, Kolari, Salla - link = { vic = 337 hoi = 197 hoi = 209 hoi = 236 hoi = 252 hoi = 266 hoi = 284 hoi = 304 hoi = 196 hoi = 251 hoi = 283 hoi = 235 hoi = 250 hoi = 221 hoi = 303 } # Kajaani -> Kuusamo, Niva, Suomussalmi, Lentiira, Ristij�rvi, Kuhmo, Sotkamo, Taivalkoski, Paltamo, Kajaani, Puolanka, Vaala, Hyrynsalmi, Vuolijoki - link = { vic = 336 hoi = 208 hoi = 220 hoi = 219 hoi = 234 hoi = 265 hoi = 249 hoi = 264 hoi = 281 hoi = 280 hoi = 301 hoi = 324 hoi = 302 hoi = 282 } # Oulu -> Pudasj�rvi, Ylikiiminki, Ii, Oulu, Rantsila, Siikajoki, Raahe, Oulainen, Kalajoki, Ylivieska, Haapaj�rvi, K�rs�m�ki, Kestil� - link = { vic = 346 hoi = 464 hoi = 427 hoi = 369 hoi = 396 hoi = 346 hoi = 300 hoi = 323 hoi = 347 hoi = 399 hoi = 371 hoi = 370 hoi = 398 hoi = 429 hoi = 428 hoi = 466 hoi = 467 hoi = 538 hoi = 502 hoi = 465 hoi = 430 } # Vaasa -> Kask�, Kauhajoki, Isokyr�, Vaasa, Pietarsaari, Kokkola, Kaustinen, Toholampi, Viitasaari, Perho, Kauhava, Alaj�rvi, Saarij�rvi, Sein�joki, �ht�ri, Jyv�skyl�, J�ms�, Keuruu, Jalasj�rvi, Suolahti - link = { vic = 342 hoi = 433 hoi = 403 hoi = 375 hoi = 351 hoi = 327 hoi = 326 hoi = 349 hoi = 373 hoi = 350 hoi = 374 hoi = 402 hoi = 401 hoi = 400 hoi = 431 hoi = 469 hoi = 432 hoi = 348 hoi = 325 hoi = 69 hoi = 352 hoi = 328 hoi = 372 } # Kuopio -> Tohmaj�rvi, Ilomantsi, Eno, Lieksa, Nurmes, Rautavaara, Iisalmi, Siilinj�rvi, Juuka, Polvij�rvi, Joensuu, Kuusj�rvi, Kuopio, Varkaus, Hein�vesi, Ohtari, Vesanto, Kiuruvesi, Suonenjoki, Hattuvaara, Pielisj�rvi, Pielavesi - link = { vic = 341 hoi = 540 hoi = 504 hoi = 505 hoi = 506 hoi = 580 hoi = 541 hoi = 470 hoi = 181 hoi = 468 hoi = 125 hoi = 503 hoi = 539 } # Mikkeli -> Juva, Mikkeli, Savonlinna, Kitee, Ruokolahti, Rautj�rvi, Parikkala, Joroinen, Pieks�m�ki, M�ntyharju, Toivakka, Hartola + link = { vic = 338 hoi = 179 hoi = 194 hoi = 195 hoi = 182 hoi = 163 hoi = 143 hoi = 162 hoi = 161 hoi = 123 hoi = 180 hoi = 124 hoi = 106 hoi = 87 hoi = 105 hoi = 107 hoi = 30 hoi = 42 hoi = 55 hoi = 71 hoi = 56 hoi = 31 hoi = 21 hoi = 39 hoi = 103 hoi = 144 hoi = 104 hoi = 141 hoi = 70 hoi = 86 } # Tornio -> Tornio, Kemi, Ranua, Posio, M�rk�j�rvi, Kemij�rvi, Kalliosalmi, Lohij�rvi, Lohiniva, Rovaniemi, Pelkosenniemi, Savukoski, Peltovuoma, Sodankyl�, Tuntsa, Utsjoki, Inari, Angeli, Menesj�rvi, Ivalo, Sevettij�rvi, Karigasniemi, Kilpisj�rvi, Kolari, Salla, Kittil�, Turtola, Enonteki�, Muonio + link = { vic = 337 hoi = 283 hoi = 235 hoi = 250 hoi = 221 hoi = 303 hoi = 197 hoi = 196 hoi = 236 hoi = 209 hoi = 252 hoi = 251 hoi = 266 hoi = 284 hoi = 304 } # Kajaani -> Kajaani, Puolanka, Vaala, Hyrynsalmi, Vuolijoki, Kuusamo, Taivalkoski, Suomussalmi, Niva, Lentiira, Paltamo, Ristij�rvi, Kuhmo, Sotkamo + link = { vic = 336 hoi = 234 hoi = 265 hoi = 249 hoi = 264 hoi = 281 hoi = 280 hoi = 301 hoi = 324 hoi = 302 hoi = 282 hoi = 208 hoi = 220 hoi = 219 } # Oulu -> Oulu, Rantsila, Siikajoki, Raahe, Oulainen, Kalajoki, Ylivieska, Haapaj�rvi, K�rs�m�ki, Kestil�, Pudasj�rvi, Ylikiiminki, Ii + link = { vic = 346 hoi = 396 hoi = 346 hoi = 300 hoi = 323 hoi = 347 hoi = 399 hoi = 371 hoi = 370 hoi = 398 hoi = 429 hoi = 428 hoi = 466 hoi = 467 hoi = 538 hoi = 502 hoi = 465 hoi = 430 hoi = 464 hoi = 427 hoi = 369 } # Vaasa -> Vaasa, Pietarsaari, Kokkola, Kaustinen, Toholampi, Viitasaari, Perho, Kauhava, Alaj�rvi, Saarij�rvi, Sein�joki, �ht�ri, Jyv�skyl�, J�ms�, Keuruu, Jalasj�rvi, Suolahti, Kask�, Kauhajoki, Isokyr� + link = { vic = 342 hoi = 400 hoi = 431 hoi = 469 hoi = 432 hoi = 348 hoi = 325 hoi = 69 hoi = 352 hoi = 328 hoi = 372 hoi = 433 hoi = 403 hoi = 375 hoi = 351 hoi = 327 hoi = 326 hoi = 349 hoi = 373 hoi = 374 hoi = 401 hoi = 350 hoi = 402 } # Kuopio -> Kuopio, Varkaus, Hein�vesi, Ohtari, Vesanto, Kiuruvesi, Suonenjoki, Hattuvaara, Pielisj�rvi, Pielavesi, Tohmaj�rvi, Ilomantsi, Eno, Lieksa, Nurmes, Rautavaara, Iisalmi, Siilinj�rvi, Polvij�rvi, Kuusj�rvi, Juuka, Joensuu + link = { vic = 341 hoi = 504 hoi = 505 hoi = 506 hoi = 580 hoi = 541 hoi = 470 hoi = 181 hoi = 468 hoi = 125 hoi = 503 hoi = 539 hoi = 540 } # Mikkeli -> Mikkeli, Savonlinna, Kitee, Ruokolahti, Rautj�rvi, Parikkala, Joroinen, Pieks�m�ki, M�ntyharju, Toivakka, Hartola, Juva link = { vic = 340 hoi = 656 hoi = 657 hoi = 697 hoi = 618 hoi = 579 hoi = 578 } # Kotka -> Kotka, Lappeenranta, Hamina, Kouvola, Savitaipale, Heinola link = { vic = 348 hoi = 778 } # �land Islands -> Mariehamn - link = { vic = 345 hoi = 652 hoi = 693 hoi = 615 hoi = 736 hoi = 575 hoi = 536 hoi = 500 hoi = 653 hoi = 207 } # Turku -> Rauma, Salo, Eura, Turku, Pori, Kankaanp��, Isojoki, Huittinen, Loimaa + link = { vic = 345 hoi = 736 hoi = 575 hoi = 536 hoi = 500 hoi = 653 hoi = 207 hoi = 693 hoi = 652 hoi = 615 } # Turku -> Turku, Pori, Kankaanp��, Isojoki, Huittinen, Loimaa, Salo, Rauma, Eura link = { vic = 347 hoi = 616 hoi = 576 hoi = 577 hoi = 537 hoi = 501 } # Tampere -> Tampere, H�meenkyr�, Orivesi, Virrat, Parkano link = { vic = 344 hoi = 654 hoi = 617 hoi = 695 hoi = 694 hoi = 43 hoi = 655 } # H�meenlinna -> H�meenlinna, Padasjoki, Riihim�ki, Forssa, Lammi, Lahti - link = { vic = 343 hoi = 779 hoi = 737 hoi = 738 hoi = 780 hoi = 739 hoi = 696 hoi = 142 hoi = 397 } # Helsinki -> Hanko, Lohja, Vihti, Porvoo, Helsinki, Loviisa, Orimattila, Hyvink�� + link = { vic = 343 hoi = 739 hoi = 696 hoi = 142 hoi = 397 hoi = 779 hoi = 737 hoi = 738 hoi = 780 } # Helsinki -> Helsinki, Loviisa, Orimattila, Hyvink��, Hanko, Lohja, Vihti, Porvoo # Karelia link = { vic = 982 hoi = 33 hoi = 32 hoi = 44 hoi = 57 } # Petsamo -> Petsamo, Rybachi, Kolosjoki , Nautsi link = { vic = 2587 hoi = 59 hoi = 46 hoi = 48 hoi = 35 hoi = 64 hoi = 78 hoi = 62 hoi = 76 hoi = 61 hoi = 74 hoi = 34 hoi = 47 hoi = 73 hoi = 45 } # Kola -> Polyarny, Murmansk, Kharlovka, Gavrilovo, Iokanga, Chalmny Varre, Semiostrove, Lovozero, Voronye, Kirovsk, Pulozero, Murmashi, Ristikent, Zapadnaya Litsa link = { vic = 983 hoi = 133 hoi = 170 hoi = 168 hoi = 147 hoi = 128 hoi = 165 hoi = 146 hoi = 127 hoi = 109 hoi = 183 hoi = 211 hoi = 114 hoi = 112 hoi = 113 hoi = 63 hoi = 94 hoi = 93 hoi = 72 hoi = 90 hoi = 58 hoi = 60 } # Kandalaksha -> Sosnovka, Onega, Nebiagorskiy, Gridino, Apatity, Buldyri, Loukhi, Kandalaksha, Yunspor, Zelenoborskiy, Pongoma, Ponoy, Kanevka, Lebyazhe, Olenitsa, Krasnoshcheleye, Lesno, H�yhenj�rvi, Nivankyul, Khutoyarvi, Monchegorsk link = { vic = 984 hoi = 329 hoi = 253 hoi = 268 hoi = 288 hoi = 240 hoi = 270 hoi = 255 hoi = 307 hoi = 238 hoi = 223 hoi = 237 hoi = 210 hoi = 267 hoi = 222 hoi = 126 hoi = 130 hoi = 149 hoi = 239 hoi = 305 hoi = 285 hoi = 91 hoi = 150 hoi = 111 hoi = 198 hoi = 129 hoi = 145 hoi = 164 hoi = 224 } # Kostomushka -> Lazarevo, Sofyanga, Kem, Sumskiy Posad, Soroka, Panozero, Kolezhma, Rugozero, Kentozero, Yuvalaksha, Muezero, Olanga, Kostomuksha, Voinitsa, Paanaj�rvi, Karelaksha, Yuma, Chirka Kem, Lendery, Reboly, Uhta, Kannusuo, Vuoriyarvi, Pingosalma, Kestenga, Tolvant, Alakurtti, Tishkozero - link = { vic = 339 hoi = 435 hoi = 471 hoi = 376 hoi = 404 hoi = 542 hoi = 698 hoi = 619 hoi = 88 hoi = 658 hoi = 472 hoi = 286 hoi = 581 hoi = 434 hoi = 507 hoi = 543 hoi = 740 hoi = 89 } # Viipuri -> Vokhtozero, V�rtsil�, Tolvaj�rvi, Kuolismaa, Sortavala, Viipuri, Antrea, Koivisto, K�kisalmi, Suoj�rvi, Porozero, Hiitola, Kollaa, Impilahti, Salmi, Kivennapa, Valkj�rvi + link = { vic = 339 hoi = 698 hoi = 619 hoi = 88 hoi = 658 hoi = 286 hoi = 581 hoi = 434 hoi = 507 hoi = 543 hoi = 740 hoi = 89 hoi = 404 hoi = 435 hoi = 472 hoi = 376 hoi = 471 hoi = 542 } # Viipuri -> Viipuri, Antrea, Koivisto, K�kisalmi, Porozero, Hiitola, Kollaa, Impilahti, Salmi, Kivennapa, Valkj�rvi, Kuolismaa, Vokhtozero, Suoj�rvi, Tolvaj�rvi, V�rtsil�, Sortavala # Denmark link = { vic = 374 hoi = 1682 } # Bornholm -> Bornholm link = { vic = 372 hoi = 1482 hoi = 1526 hoi = 1437 hoi = 1436 } # Copenhagen -> Copenhagen, Guldborgssund, Helsing�r, Slagelse @@ -929,17 +928,17 @@ # Schleswig-Holstein, Hamburg link = { vic = 369 hoi = 1572 hoi = 1621 hoi = 1622 hoi = 1571 } # Kiel -> Kiel, Neum�nster, Pl�n, Heide link = { vic = 530 hoi = 1679 } # L�beck -> L�beck - link = { vic = 529 hoi = 1678 hoi = 1738 } # Lauenburg -> Segeberg, M�lln + link = { vic = 529 hoi = 1738 hoi = 1678 } # Lauenburg -> M�lln, Segeberg link = { vic = 528 hoi = 1737 } # Hamburg -> Hamburg # Lower Saxony, Bremen link = { vic = 531 hoi = 1677 hoi = 1620 } # Stade -> Stade, Cuxhaven - link = { vic = 539 hoi = 1676 hoi = 1736 } # Bremen -> Bremerhaven, Bremen - link = { vic = 540 hoi = 1570 hoi = 1735 hoi = 1675 } # Oldenburg -> Wilhelmshaven, Oldenburg, Leer + link = { vic = 539 hoi = 1736 hoi = 1676 } # Bremen -> Bremen, Bremerhaven + link = { vic = 540 hoi = 1735 hoi = 1570 hoi = 1675 } # Oldenburg -> Oldenburg, Wilhelmshaven, Leer link = { vic = 543 hoi = 1619 } # Emden -> Emden - link = { vic = 542 hoi = 1794 hoi = 1854 hoi = 1914 hoi = 1969 } # Lingen -> Papenburg, Meppen, Lingen, Nordhorn + link = { vic = 542 hoi = 1914 hoi = 1969 hoi = 1794 hoi = 1854 } # Lingen -> Lingen, Nordhorn, Papenburg, Meppen link = { vic = 541 hoi = 1855 hoi = 1795 } # Cloppenburg -> Vechta, Delmenhorst link = { vic = 538 hoi = 1970 } # Osnabr�ck -> Osnabr�ck - link = { vic = 535 hoi = 1856 hoi = 1796 hoi = 1916 } # Nienburg -> Minden, Walsrode, Nienburg + link = { vic = 535 hoi = 1916 hoi = 1796 } # Nienburg -> Nienburg, Walsrode link = { vic = 534 hoi = 1857 } # Hanover -> Hannover link = { vic = 536 hoi = 2030 hoi = 2029 } # Brunswick -> Braunschweig, Hildesheim link = { vic = 537 hoi = 2088 hoi = 2146 } # G�ttingen -> G�ttingen, Duderstadt @@ -947,8 +946,8 @@ # Mecklenburg-Western Pomerania link = { vic = 544 hoi = 1798 hoi = 1739 hoi = 1799 hoi = 1740 hoi = 1859 } # Schwerin -> Schwerin, Wismar, G�strow, Rostock, Parchim link = { vic = 548 hoi = 1680 } # Stralsund -> Stralsund - link = { vic = 547 hoi = 1681 hoi = 1623 } # Swinem�nde -> Wolgast, Greifswald - link = { vic = 545 hoi = 1800 hoi = 1741 hoi = 1976 } # Neustrelitz -> Waren, Neubrandenburg, Neustrelitz + link = { vic = 547 hoi = 1623 hoi = 1681 } # Swinem�nde -> Greifswald, Wolgast + link = { vic = 545 hoi = 1976 hoi = 1741 hoi = 1800 } # Neustrelitz -> Neustrelitz, Neubrandenburg, Waren # Brandenburg, Berlin link = { vic = 550 hoi = 1801 hoi = 1862 hoi = 1921 } # Prenzlau -> Prenzlau, Schwedt an der Oder, Frankfurt an der Oder link = { vic = 552 hoi = 2093 hoi = 2092 hoi = 2034 } # Cottbus -> Cottbus, Finsterwalde, L�bben @@ -963,7 +962,7 @@ link = { vic = 557 hoi = 2090 hoi = 1918 hoi = 1973 } # Stendal -> Stendal, Osterburg, Salzwedel link = { vic = 553 hoi = 1974 hoi = 2032 hoi = 2031 } # Magdeburg -> Magdeburg, Zerbst, Oschersleben link = { vic = 556 hoi = 2377 hoi = 2319 hoi = 2147 } # Halle -> Halle, Naumburg, Sangerhausen - link = { vic = 555 hoi = 2091 hoi = 2148 } # Dessau -> Wittenberg, Dessau + link = { vic = 555 hoi = 2148 hoi = 2091 } # Dessau -> Dessau, Wittenberg # Thuringia link = { vic = 554 hoi = 2262 hoi = 2205 hoi = 2089 } # Erfurt -> Erfurt, M�hlhausen, Nordhausen link = { vic = 561 hoi = 2320 hoi = 2206 } # Weimar -> Gera, Jena @@ -979,7 +978,7 @@ link = { vic = 2560 hoi = 2433 hoi = 2686 hoi = 2555 } # Darmstadt -> Darmstadt, Dieburg, Bensheim # North Rhine - Westphalia link = { vic = 581 hoi = 2027 hoi = 2026 } # M�nster -> M�nster, Bocholt - link = { vic = 582 hoi = 1915 hoi = 2028 } # Minden -> Bielefeld, Paderborn + link = { vic = 582 hoi = 1856 hoi = 1915 hoi = 2028 } # Minden -> Minden, Bielefeld, Paderborn link = { vic = 585 hoi = 1971 } # Detmold -> Detmold link = { vic = 580 hoi = 2143 hoi = 2086 hoi = 2085 } # Dortmund -> Dortmund, Hamm, Essen link = { vic = 583 hoi = 2258 } # Siegen -> Siegen @@ -999,8 +998,8 @@ link = { vic = 569 hoi = 2493 hoi = 2621 hoi = 2556 } # Mannheim -> Mannheim, Mosbach, Wertheim link = { vic = 590 hoi = 2883 hoi = 2949 hoi = 2688 } # Heilbronn -> K�nzelsau, Heilbronn, Crailsheim link = { vic = 589 hoi = 2687 hoi = 2753 hoi = 2817 hoi = 2818 } # Stuttgart -> Stuttgart, Schw�bisch Gm�nd, Reutlingen, Heidenheim - link = { vic = 593 hoi = 2884 hoi = 3019 hoi = 3086 hoi = 2950 } # Ulm -> Ulm, Biberach, Leutkirch, Ehingen - link = { vic = 588 hoi = 3085 hoi = 3152 } # Konstanz -> Konstanz, Friedrichshafen + link = { vic = 593 hoi = 2884 hoi = 3019 hoi = 3086 hoi = 2950 hoi = 3152 } # Ulm -> Ulm, Biberach, Leutkirch, Ehingen, Friedrichshafen + link = { vic = 588 hoi = 3085 } # Konstanz -> Konstanz link = { vic = 594 hoi = 3018 } # Sigmaringen -> Tuttlingen link = { vic = 591 hoi = 2752 } # T�bingen -> T�bingen link = { vic = 587 hoi = 3016 hoi = 3084 hoi = 2948 hoi = 3017 } # Freiburg -> Freiburg, L�rrach, Offenburg, Rottweil @@ -1011,31 +1010,31 @@ link = { vic = 598 hoi = 2435 hoi = 2496 hoi = 2689 hoi = 2559 } # Bayreuth -> Coburg, Hof, Bayreuth, Weiden link = { vic = 602 hoi = 2690 hoi = 2756 hoi = 2820 hoi = 2755 } # Regensburg -> Schwandorf, Cham, Regensburg, Neumarkt link = { vic = 595 hoi = 2558 hoi = 2623 hoi = 2624 hoi = 2754 } # Nuremberg -> N�rnberg, Bamberg, Amberg, Ansbach - link = { vic = 601 hoi = 2819 hoi = 2886 hoi = 2885 } # Ingolstadt -> Eichst�tt, Ingolstadt, Donauw�rth - link = { vic = 600 hoi = 2887 hoi = 2821 hoi = 2888 hoi = 2954 hoi = 2953 } # Landshut -> Straubing, Deggendorf, Passau, Pfarrkirchen, Landshut + link = { vic = 601 hoi = 2886 hoi = 2885 hoi = 2819 } # Ingolstadt -> Ingolstadt, Donauw�rth, Eichst�tt + link = { vic = 600 hoi = 2953 hoi = 2887 hoi = 2954 hoi = 2821 hoi = 2888 } # Landshut -> Landshut, Straubing, Pfarrkirchen, Deggendorf, Passau link = { vic = 599 hoi = 2952 hoi = 3155 hoi = 3089 hoi = 3156 hoi = 3222 hoi = 3088 } # Munich -> M�nchen, Rosenheim, Traunstein, Bad Reichenhall, Garmisch Partenkirchen, Kaufbeuren - link = { vic = 592 hoi = 3020 hoi = 2951 hoi = 3087 hoi = 3154 hoi = 3153 hoi = 3021 } # Augsburg -> Landsberg am Lech, Neu Ulm, Memmingen, Kempten, Oberstdorf, Augsburg + link = { vic = 592 hoi = 3021 hoi = 3020 hoi = 2951 hoi = 3087 hoi = 3154 hoi = 3153 } # Augsburg -> Augsburg, Landsberg am Lech, Neu Ulm, Memmingen, Kempten, Oberstdorf # ## Central Europe # Poland - link = { vic = 546 hoi = 1743 hoi = 1802 hoi = 1742 hoi = 1977 hoi = 1922 } # Stettin -> Greifenberg, Stargard, Stettin, K�strin, Landsberg + link = { vic = 546 hoi = 1742 hoi = 1922 hoi = 1743 hoi = 1802 } # Stettin -> Stettin, Landsberg, Greifenberg, Stargard link = { vic = 679 hoi = 1683 hoi = 1744 hoi = 1863 hoi = 1803 } # Kolberg -> Kolberg, Belgard, Arnswalde, Falkenburg link = { vic = 680 hoi = 1624 hoi = 1684 hoi = 1625 hoi = 1573 } # K�slin -> K�slin, Stolp, B�tow, Lauenburg link = { vic = 692 hoi = 1864 hoi = 1804 hoi = 1923 } # Deutsch Krone -> Deutsch Krone, Neustettin, Schneidem�hl link = { vic = 691 hoi = 1685 hoi = 1746 hoi = 1745 hoi = 1806 hoi = 1805 hoi = 1865 } # Tuchel -> Koscierzyna, Tczew, Chojnice, Laskowice, Chelmno, Wiecbork link = { vic = 690 hoi = 1626 } # Danzig -> Danzig - link = { vic = 693 hoi = 1627 hoi = 1686 hoi = 1747 } # Elbing -> Braunsberg, Elbing, Marienwerder - link = { vic = 696 hoi = 1748 hoi = 1688 hoi = 1749 hoi = 1689 hoi = 1629 hoi = 1628 hoi = 1574 hoi = 1687 } # Allenstein -> Osterode, Ortelsburg, Johannisburg, L�tzen, Angerburg, Rastenburg, Bartenstein, Allenstein + link = { vic = 693 hoi = 1686 hoi = 1747 hoi = 1627 } # Elbing -> Elbing, Marienwerder, Braunsberg + link = { vic = 696 hoi = 1687 hoi = 1748 hoi = 1688 hoi = 1628 hoi = 1574 hoi = 1629 hoi = 1689 hoi = 1749 } # Allenstein -> Allenstein, Osterode, Ortelsburg, Rastenburg, Bartenstein, Angerburg, L�tzen, Johannisburg link = { vic = 707 hoi = 1630 hoi = 1690 hoi = 1750 } # Suwalki -> Suwalki, Sokolka, Augustow link = { vic = 709 hoi = 1809 hoi = 1869 hoi = 2041 hoi = 1929 hoi = 1984 } # Lomza -> Lomza, Zambr�w, Brok, Lapy, Ostrow link = { vic = 719 hoi = 1810 hoi = 1870 hoi = 1930 hoi = 1871 } # Bialystock -> Bialystok, Bielsk Podlaski, Hajnowka, Narew link = { vic = 711 hoi = 1985 hoi = 2043 hoi = 2101 hoi = 2159 hoi = 2217 } # Siedlice -> Siedlce, Biala Podlaska, Luk�w, Wlodawa, Deblin link = { vic = 715 hoi = 2158 hoi = 2331 hoi = 2273 hoi = 2274 hoi = 2218 hoi = 2389 hoi = 2332 hoi = 2448 } # Lublin -> Lublin, Krasnik, Zwolen, Krasnystaw, Chelm, Bilgoraj, Zamosc, Rawa Ruska - link = { vic = 705 hoi = 2507 hoi = 2570 hoi = 2571 hoi = 2508 hoi = 2572 hoi = 2447 } # Przemysl -> Rzeszow, Debica, Sanok, Jaroslaw, Przemysl, Lezajsk - link = { vic = 704 hoi = 2699 hoi = 2700 hoi = 2635 hoi = 2701 } # Novy Sacz -> Nowy Targ, Nowy Sacz, Grybow, Gorlice + link = { vic = 705 hoi = 2507 hoi = 2572 hoi = 2508 hoi = 2570 hoi = 2447 hoi = 2571 } # Przemysl -> Rzeszow, Przemysl, Jaroslaw, Debica, Lezajsk, Sanok + link = { vic = 704 hoi = 2700 hoi = 2635 hoi = 2701 hoi = 2699 } # Novy Sacz -> Nowy Sacz, Grybow, Gorlice, Nowy Targ link = { vic = 714 hoi = 2569 hoi = 2634 } # Tarnow -> Tarn�w, Bochnia link = { vic = 703 hoi = 2445 hoi = 2505 } # Krakow -> Krak�w, Chrzanow - link = { vic = 716 hoi = 2506 hoi = 2387 hoi = 2568 hoi = 2388 hoi = 2446 } # Kielce -> Miechow, Kielce, Jedrzejow, Sandomierz, Stasz�w - link = { vic = 713 hoi = 2215 hoi = 2216 hoi = 2330 hoi = 2272 hoi = 2329 } # Radom -> Skierniewice, Radom, Ostrowiec, Kamienna, Konskie + link = { vic = 716 hoi = 2387 hoi = 2568 hoi = 2388 hoi = 2446 hoi = 2506 } # Kielce -> Kielce, Jedrzejow, Sandomierz, Stasz�w, Miechow + link = { vic = 713 hoi = 2216 hoi = 2330 hoi = 2272 hoi = 2329 hoi = 2215 } # Radom -> Radom, Ostrowiec, Kamienna, Konskie, Skierniewice link = { vic = 706 hoi = 1928 hoi = 2100 hoi = 2157 } # Warsaw -> Warszawa, Praga, Grojec link = { vic = 708 hoi = 1927 hoi = 1868 hoi = 1983 hoi = 1926 hoi = 1808 hoi = 2042 } # Plock -> Plock, Mlawa, Modlin, Lipno, Ostroleka, Pultusk link = { vic = 694 hoi = 1866 hoi = 1807 hoi = 1867 } # Torun -> Torun, Brodnica, Grudziadz @@ -1043,54 +1042,54 @@ link = { vic = 717 hoi = 2213 hoi = 2271 hoi = 2214 hoi = 2097 } # Kalisz -> Kalisz, Wielun, Dzialoszyn, Konin link = { vic = 712 hoi = 2040 hoi = 2156 hoi = 2504 hoi = 2270 hoi = 2155 } # Lodz -> L�dz, Glowno, Radomsko, Piotrkow, Sieradz link = { vic = 685 hoi = 2386 hoi = 2503 hoi = 2566 hoi = 2443 hoi = 2328 hoi = 2444 hoi = 2384 } # Kattowitz -> Katowice, Ratibor, Rybnik, Gleiwitz, Krepice, Chestochowa, Kreuzburg - link = { vic = 2584 hoi = 2567 hoi = 2633 } # Bielsko -> Cieszyn, Bielsko Biala - link = { vic = 684 hoi = 2385 hoi = 2327 hoi = 2153 hoi = 2442 hoi = 2383 } # Oppeln -> Oppeln, Oels, Breslau, Neisse, Brieg - link = { vic = 683 hoi = 2323 hoi = 2324 hoi = 2382 hoi = 2325 hoi = 2267 } # Liegnitz -> Lauban, Hirschberg, Gottesberg, Liegnitz, Bunzlau - link = { vic = 682 hoi = 2095 hoi = 2268 hoi = 2211 hoi = 2326 hoi = 2212 } # Breslau -> Herrnstadt, Glogau, Neusalz, Trebnitz, Militsch - link = { vic = 681 hoi = 2094 hoi = 2035 hoi = 1978 hoi = 2266 hoi = 2151 hoi = 2152 hoi = 2210 hoi = 1979 } # K�strin -> Meseritz, Reppen, Kreuz, Sagar, Crossen, Z�llichau, Gr�nberg, Wronki - link = { vic = 699 hoi = 2036 hoi = 2037 hoi = 1924 hoi = 2096 } # Posen -> Opalenica, Koscian, Poznan, Rawicz + link = { vic = 2584 hoi = 2633 hoi = 2567 } # Bielsko -> Bielsko Biala, Cieszyn + link = { vic = 684 hoi = 2385 hoi = 2327 hoi = 2442 hoi = 2383 } # Oppeln -> Oppeln, Oels, Neisse, Brieg + link = { vic = 683 hoi = 2325 hoi = 2267 hoi = 2323 hoi = 2324 hoi = 2382 hoi = 2441 } # Liegnitz -> Liegnitz, Bunzlau, Lauban, Hirschberg, Gottesberg, Glatz + link = { vic = 682 hoi = 2153 hoi = 2211 hoi = 2268 hoi = 2095 hoi = 2326 hoi = 2212 } # Breslau -> Breslau, Neusalz, Glogau, Herrnstadt, Trebnitz, Militsch + link = { vic = 681 hoi = 1977 hoi = 2094 hoi = 2035 hoi = 1978 hoi = 1979 hoi = 2152 hoi = 2210 hoi = 2151 hoi = 2266 } # K�strin -> K�strin, Meseritz, Reppen, Kreuz, Wronki, Z�llichau, Gr�nberg, Crossen, Sagar + link = { vic = 699 hoi = 1924 hoi = 2096 hoi = 2037 hoi = 2036 } # Posen -> Poznan, Rawicz, Koscian, Opalenica link = { vic = 701 hoi = 2038 hoi = 2154 hoi = 2269 } # Gniezno -> Gniezno, Krotoszyn, Ostr�w Wielkopolski - link = { vic = 700 hoi = 1981 hoi = 1925 hoi = 1980 } # Bromberg -> Inowroclaw, Bydgoszcz, Rogozno + link = { vic = 700 hoi = 1925 hoi = 1980 hoi = 1981 } # Bromberg -> Bydgoszcz, Rogozno, Inowroclaw # Czech Republic - link = { vic = 627 hoi = 2497 hoi = 2498 } # Karlsbad -> Cheb, Karlovy Vary + link = { vic = 627 hoi = 2498 hoi = 2497 } # Karlsbad -> Karlovy Vary, Cheb link = { vic = 629 hoi = 2626 hoi = 2757 hoi = 2691 hoi = 2560 hoi = 2625 } # Plzen -> Plzen, Prachatice, Klatovy, Plan�, Strabo - link = { vic = 630 hoi = 2823 hoi = 2693 hoi = 2889 hoi = 2759 hoi = 2822 hoi = 2758 hoi = 2627 } # Budejovice -> Jindrichuv Hradek, Cesk� Budejovice, Kaplice, Sobeslav, Cesky Krumlov, Pisek, Tabor + link = { vic = 630 hoi = 2693 hoi = 2889 hoi = 2759 hoi = 2822 hoi = 2758 hoi = 2627 hoi = 2823 } # Budejovice -> Cesk� Budejovice, Kaplice, Sobeslav, Cesky Krumlov, Pisek, Tabor, Jindrichuv Hradek link = { vic = 625 hoi = 2562 hoi = 2499 hoi = 2561 hoi = 2692 hoi = 2500 hoi = 2628 } # Prague -> Praha, Kladno, Rakovnik, Pribram, Nymburk, Kutna Hora - link = { vic = 628 hoi = 2380 hoi = 2438 hoi = 2381 hoi = 2439 } # Aussig -> Varnsdorf, Ust� nad Labem, Liberec, C�ska Lipa - link = { vic = 626 hoi = 2501 hoi = 2440 hoi = 2629 hoi = 2564 hoi = 2563 } # Hradec Kr�lov� -> Trutnov, Hradec Kr�lov�, Jicin, Svitavy, Pardubice - link = { vic = 631 hoi = 2825 hoi = 2824 hoi = 2694 hoi = 2760 hoi = 2761 hoi = 2695 hoi = 2892 hoi = 2826 } # Brno -> Breclav, Znojmo, Jihlava, Trebic, Blansko, Brno, Hodonin, Uhersje Hradiste - link = { vic = 632 hoi = 2565 hoi = 2441 hoi = 2502 hoi = 2630 hoi = 2762 } # Olomouc -> Krnov, Glatz, Jesenik, Olomouc, Prerov + link = { vic = 628 hoi = 2381 hoi = 2439 hoi = 2380 hoi = 2438 } # Aussig -> Liberec, C�ska Lipa, Varnsdorf, Ust� nad Labem + link = { vic = 626 hoi = 2440 hoi = 2629 hoi = 2564 hoi = 2563 hoi = 2501 } # Hradec Kr�lov� -> Hradec Kr�lov�, Jicin, Svitavy, Pardubice, Trutnov + link = { vic = 631 hoi = 2695 hoi = 2892 hoi = 2826 hoi = 2760 hoi = 2824 hoi = 2694 hoi = 2825 hoi = 2761 } # Brno -> Brno, Hodonin, Uhersje Hradiste, Trebic, Znojmo, Jihlava, Breclav, Blansko + link = { vic = 632 hoi = 2630 hoi = 2762 hoi = 2502 hoi = 2565 } # Olomouc -> Olomouc, Prerov, Jesenik, Krnov link = { vic = 688 hoi = 2631 hoi = 2632 } # Troppau -> Ostrava, Opava link = { vic = 689 hoi = 2697 hoi = 2696 } # Tesin -> Cesky Tesin, Novy Jicin # Slovakia - link = { vic = 633 hoi = 2959 hoi = 3027 hoi = 3095 hoi = 3028 } # Bratislava -> Kuty, Bratislava, Dunajska Streda, Trnava + link = { vic = 633 hoi = 3027 hoi = 3095 hoi = 3028 hoi = 2959 } # Bratislava -> Bratislava, Dunajska Streda, Trnava, Kuty link = { vic = 634 hoi = 2827 hoi = 2893 hoi = 2763 } # Trenc�n -> Trenc�n, Piestany, Zilina - link = { vic = 635 hoi = 2894 hoi = 2960 hoi = 3096 hoi = 3030 hoi = 3029 } # Nitra -> Handlova, Nitra, Komarno, Levice, Banska Stiavnica - link = { vic = 636 hoi = 2698 hoi = 2828 hoi = 2961 hoi = 2764 } # Bansk� Bystrica -> Terchova, Turciansky, Bansk� Bystrica, Ruzomberok - link = { vic = 638 hoi = 2829 hoi = 2895 hoi = 2963 hoi = 2962 hoi = 2896 } # Ro�nava -> Vazec, Brezno, Roznava, Lucenec, Dobsina - link = { vic = 637 hoi = 2766 hoi = 2830 hoi = 2765 hoi = 2897 hoi = 2831 hoi = 2767 } # Ko�ice -> Presov, Spisska Nov� Ves, Kezmarek, Kosice, Secovce, Humenne + link = { vic = 635 hoi = 2960 hoi = 3096 hoi = 3030 hoi = 3029 hoi = 2894 } # Nitra -> Nitra, Komarno, Levice, Banska Stiavnica, Handlova + link = { vic = 636 hoi = 2961 hoi = 2828 hoi = 2764 hoi = 2698 } # Bansk� Bystrica -> Bansk� Bystrica, Turciansky, Ruzomberok, Terchova + link = { vic = 638 hoi = 2963 hoi = 2962 hoi = 2896 hoi = 2895 hoi = 2829 } # Ro�nava -> Roznava, Lucenec, Dobsina, Brezno, Vazec + link = { vic = 637 hoi = 2897 hoi = 2831 hoi = 2767 hoi = 2766 hoi = 2830 hoi = 2765 } # Ko�ice -> Kosice, Secovce, Humenne, Presov, Spisska Nov� Ves, Kezmarek # Hungary - link = { vic = 646 hoi = 3031 hoi = 3032 hoi = 3099 hoi = 3098 hoi = 3097 hoi = 3231 hoi = 2964 } # Miskolc -> Encs, Tokaj, Miskolc, Gy�ngy�s, Salg�tarj�n, Hatvan, S�rospatak - link = { vic = 648 hoi = 3100 hoi = 3033 hoi = 3300 } # Debrecen -> Ny�regyh�za, Kisv�rda, Debrecen - link = { vic = 650 hoi = 3165 hoi = 3233 hoi = 3368 hoi = 3299 hoi = 3166 } # B�k�scsaba -> J�szber�ny, Karcag, B�k�scsaba, Szolnok, B�k�s + link = { vic = 646 hoi = 3099 hoi = 3098 hoi = 3097 hoi = 3231 hoi = 2964 hoi = 3031 hoi = 3032 } # Miskolc -> Miskolc, Gy�ngy�s, Salg�tarj�n, Hatvan, S�rospatak, Encs, Tokaj + link = { vic = 648 hoi = 3300 hoi = 3100 hoi = 3033 } # Debrecen -> Debrecen, Ny�regyh�za, Kisv�rda + link = { vic = 650 hoi = 3368 hoi = 3299 hoi = 3166 hoi = 3165 hoi = 3233 } # B�k�scsaba -> B�k�scsaba, Szolnok, B�k�s, J�szber�ny, Karcag link = { vic = 649 hoi = 3437 hoi = 3504 } # Szeged -> Szeged, H�dmez�vas�rhely - link = { vic = 645 hoi = 3503 hoi = 3436 hoi = 3367 } # Kecskem�t -> Baja, Kiskunhalas, Kecskem�t + link = { vic = 645 hoi = 3436 hoi = 3367 hoi = 3503 } # Kecskem�t -> Kiskunhalas, Kecskem�t, Baja link = { vic = 641 hoi = 3164 hoi = 3232 hoi = 3298 } # Budapest -> Budapest, Cegl�d, Monor - link = { vic = 642 hoi = 3229 hoi = 3230 hoi = 3163 hoi = 3162 } # Gyor -> Komar�m, Zirc, Tatab�nya, Gy�r - link = { vic = 623 hoi = 3161 hoi = 3228 } # Sopron -> Tata, Sopron - link = { vic = 639 hoi = 3295 hoi = 3501 hoi = 3365 hoi = 3364 hoi = 3434 } # Zalaegerszeg -> Szombathely, Nagykanizsa, Zalaegerszeg, K�rmend, Lenti + link = { vic = 642 hoi = 3162 hoi = 3229 hoi = 3230 hoi = 3163 } # Gyor -> Gy�r, Komar�m, Zirc, Tatab�nya + link = { vic = 623 hoi = 3228 hoi = 3161 } # Sopron -> Sopron, Tata + link = { vic = 639 hoi = 3365 hoi = 3364 hoi = 3434 hoi = 3295 hoi = 3501 } # Zalaegerszeg -> Zalaegerszeg, K�rmend, Lenti, Szombathely, Nagykanizsa link = { vic = 643 hoi = 3366 hoi = 3297 hoi = 3296 } # Sz�kesfeh�rv�r -> Duna�jv�ros, Sz�kesfeh�rv�r, Veszpr�m - link = { vic = 644 vic = 2778 hoi = 3502 hoi = 3435 hoi = 3568 } # MANY-TO-MANY: Kaposv�r, Lake Balaton -> Kaposv�r, Szeksz�rd, Nagyat�d + link = { vic = 644 vic = 2778 hoi = 3502 hoi = 3568 hoi = 3435 } # MANY-TO-MANY: Kaposv�r, Lake Balaton -> Kaposv�r, Nagyat�d, Szeksz�rd link = { vic = 640 hoi = 3569 hoi = 3635 } # P�cs -> P�cs, Szigetv�r # Austria - link = { vic = 619 hoi = 2958 hoi = 3026 hoi = 2891 } # Vienna -> G�nserndorf, Wien, Hollabrunn + link = { vic = 619 hoi = 3026 hoi = 2891 hoi = 2958 } # Vienna -> Wien, Hollabrunn, G�nserndorf link = { vic = 624 hoi = 3094 hoi = 3160 hoi = 3294 } # Eisenstadt -> Eisenstadt, Oberwart, F�rstenfeld link = { vic = 616 hoi = 3227 hoi = 3361 hoi = 3292 hoi = 3293 } # Graz -> Graz, Leibnitz, Murau, Feldberg link = { vic = 620 hoi = 3025 hoi = 3093 hoi = 3092 } # Sankt P�lten -> St. P�lten, Wiener Neustadt, Waidhofen link = { vic = 621 hoi = 2957 hoi = 2890 } # Krems -> Krems, Zwettl - link = { vic = 622 hoi = 2955 hoi = 2956 hoi = 3091 hoi = 3023 hoi = 3024 hoi = 3022 } # Linz -> Rohrbach, Linz, Wels, V�cklabruck, Freistadt, Braunau am Inn - link = { vic = 617 hoi = 3158 hoi = 3159 hoi = 3226 hoi = 3225 } # Judenburg -> Tauplitz, Leoben, Judenburg, Mauterndorf - link = { vic = 618 hoi = 3360 hoi = 3291 hoi = 3430 hoi = 3362 } # Klagenfurt -> Spittal, Tamsweg, Villach, Klagenfurt + link = { vic = 622 hoi = 2956 hoi = 3091 hoi = 3023 hoi = 3024 hoi = 3022 hoi = 2955 } # Linz -> Linz, Wels, V�cklabruck, Freistadt, Braunau am Inn, Rohrbach + link = { vic = 617 hoi = 3226 hoi = 3225 hoi = 3158 hoi = 3159 } # Judenburg -> Judenburg, Mauterndorf, Tauplitz, Leoben + link = { vic = 618 hoi = 3362 hoi = 3430 hoi = 3360 hoi = 3291 } # Klagenfurt -> Klagenfurt, Villach, Spittal, Tamsweg link = { vic = 613 hoi = 3090 hoi = 3290 hoi = 3224 hoi = 3157 } # Salzburg -> Salzburg, Mittersill, Bischofshofen, Schladming link = { vic = 615 hoi = 3429 hoi = 3359 } # Lienz -> Lienz, Matrei in Osttirol link = { vic = 612 hoi = 3289 hoi = 3358 hoi = 3288 hoi = 3221 hoi = 3357 hoi = 3223 } # Innsbruck -> Innsbruck, S�lden, L�ngenfeld, Kappl, Pfunds, Kufstein @@ -1099,35 +1098,35 @@ link = { vic = 603 hoi = 3285 hoi = 3151 hoi = 3219 } # Zurich -> Z�rich, Winterthur, St. Gallen link = { vic = 611 hoi = 3356 hoi = 3286 hoi = 3426 hoi = 3425 hoi = 3355 } # Chur -> Chur, Tiefencastel, Davos, Filisur, Disentis Muster link = { vic = 2568 hoi = 3491 } # Lugano -> Locarno - link = { vic = 606 hoi = 3424 hoi = 3423 hoi = 3490 hoi = 3284 hoi = 3354 } # Lucerne -> Airolo, Luzern, Meiringen, Langenthal, Schwyz + link = { vic = 606 hoi = 3423 hoi = 3490 hoi = 3284 hoi = 3354 hoi = 3424 } # Lucerne -> Luzern, Meiringen, Langenthal, Schwyz, Airolo link = { vic = 604 hoi = 3217 hoi = 3218 hoi = 3283 } # Basel -> Basel, Aarau, Grenchen link = { vic = 605 hoi = 3422 hoi = 3489 hoi = 3353 } # Bern -> Bern, Spiez, Biel - link = { vic = 609 hoi = 3690 hoi = 3623 hoi = 3556 } # Sitten -> Monthey, St. Niklaus, Brig + link = { vic = 609 hoi = 3623 hoi = 3556 hoi = 3690 } # Sitten -> St. Niklaus, Brig, Monthey link = { vic = 607 hoi = 3554 hoi = 3488 hoi = 3555 } # Geneva -> Gen�ve, Lausanne, Vevey link = { vic = 608 hoi = 3352 } # Neuch�tel -> Neuch�tel # ## France # Brittany, Maine link = { vic = 420 hoi = 2605 hoi = 2541 hoi = 2671 } # Brest -> Brest, Morlaix, Quimper - link = { vic = 421 hoi = 2542 hoi = 2607 hoi = 2606 hoi = 2672 } # St Brieuc -> Lannion, St. Brieuc, Carhaix Ploguer, Rostrenen - link = { vic = 424 hoi = 2608 hoi = 2673 hoi = 2739 hoi = 2674 } # Rennes -> St. Malo, Dinan, Rennes, Foug�res - link = { vic = 435 hoi = 2740 hoi = 2804 hoi = 2871 } # Laval -> Mayenne, Laval, La Fleche + link = { vic = 421 hoi = 2607 hoi = 2606 hoi = 2672 hoi = 2542 } # St Brieuc -> St. Brieuc, Carhaix Ploguer, Rostrenen, Lannion + link = { vic = 424 hoi = 2739 hoi = 2674 hoi = 2608 hoi = 2673 } # Rennes -> Rennes, Foug�res, St. Malo, Dinan + link = { vic = 435 hoi = 2804 hoi = 2871 hoi = 2740 } # Laval -> Laval, La Fleche, Mayenne link = { vic = 436 hoi = 2741 hoi = 2806 hoi = 2872 } # Le Mans -> Le Mans, Vend�me, Ch�teau du Loir link = { vic = 434 hoi = 2938 hoi = 2937 hoi = 3006 hoi = 3074 } # Angers -> Allonnes, Angers, Saumur, Bressuire - link = { vic = 437 hoi = 3072 hoi = 3073 hoi = 3139 } # La Roche -> Les Sables d'Olonne, Cholet, La Roche - link = { vic = 423 hoi = 2803 hoi = 2802 hoi = 2936 hoi = 2870 hoi = 3004 hoi = 3005 } # Nantes -> Blain, St. Nazaire, Chateaubriant, Nantes, St.Jean de Monts, Challans - link = { vic = 422 hoi = 2737 hoi = 2869 hoi = 2738 } # Vannes -> Lorient, Vannes, Pontivy + link = { vic = 437 hoi = 3139 hoi = 3072 hoi = 3073 } # La Roche -> La Roche, Les Sables d'Olonne, Cholet + link = { vic = 423 hoi = 2870 hoi = 3004 hoi = 3005 hoi = 2802 hoi = 2803 hoi = 2936 } # Nantes -> Nantes, St.Jean de Monts, Challans, St. Nazaire, Blain, Chateaubriant + link = { vic = 422 hoi = 2869 hoi = 2738 hoi = 2737 } # Vannes -> Vannes, Pontivy, Lorient # Normandy - link = { vic = 418 hoi = 2422 hoi = 2543 hoi = 2481 hoi = 2482 hoi = 2545 hoi = 2609 } # Caen -> Cherbourg, Granville, Carentan, Caen, Lisieux, St. Lo - link = { vic = 417 hoi = 2544 hoi = 2610 hoi = 2675 hoi = 2805 hoi = 2676 } # Alen�on -> Falaise, Argentan, La Ferte, Alencon, L'Aigle - link = { vic = 416 hoi = 2484 hoi = 2611 hoi = 2612 } # �vreux -> Rouen, �vreux, Vernon - link = { vic = 415 hoi = 2483 hoi = 2423 hoi = 2546 } # Rouen -> Le Havre, Dieppe, Neufchatel en Bray + link = { vic = 418 hoi = 2482 hoi = 2545 hoi = 2609 hoi = 2422 hoi = 2481 hoi = 2543 } # Caen -> Caen, Lisieux, St. Lo, Cherbourg, Carentan, Granville + link = { vic = 417 hoi = 2805 hoi = 2676 hoi = 2544 hoi = 2610 hoi = 2675 } # Alen�on -> Alencon, L'Aigle, Falaise, Argentan, La Ferte + link = { vic = 416 hoi = 2611 hoi = 2612 } # �vreux -> �vreux, Vernon + link = { vic = 415 hoi = 2484 hoi = 2483 hoi = 2423 hoi = 2546 } # Rouen -> Rouen, Le Havre, Dieppe, Neufchatel en Bray # Picardy link = { vic = 400 hoi = 2195 hoi = 2194 hoi = 2308 } # Dunkirk -> Dunkerque, Calais, Boulogne - link = { vic = 399 hoi = 2251 hoi = 2367 hoi = 2309 } # Lille -> St. Omer, Hazebrouck, Lille - link = { vic = 401 hoi = 2366 hoi = 2485 } # Arras -> Aucher, Arras + link = { vic = 399 hoi = 2309 hoi = 2251 hoi = 2367 } # Lille -> Lille, St. Omer, Hazebrouck + link = { vic = 401 hoi = 2485 hoi = 2366 } # Arras -> Arras, Aucher link = { vic = 404 hoi = 2426 hoi = 2368 hoi = 14157 } # Cambrai -> Cambrai, Hirson, Maubeuge link = { vic = 403 hoi = 2614 hoi = 2549 hoi = 2487 hoi = 2486 } # Laon -> Chateau Thierry, Soissons, Laon, St. Quentin - link = { vic = 402 hoi = 2365 hoi = 2424 hoi = 2425 } # Amiens -> Gamaches, Abbeville, Amiens + link = { vic = 402 hoi = 2425 hoi = 2365 hoi = 2424 } # Amiens -> Amiens, Gamaches, Abbeville link = { vic = 2570 hoi = 2547 hoi = 2548 } # Beauvais -> Beauvais, Compi�gne # Ile de France link = { vic = 425 hoi = 2613 hoi = 2678 hoi = 2679 } # Paris -> Paris, Meaux, Jouarre @@ -1135,19 +1134,19 @@ # Aquitaine link = { vic = 442 hoi = 3273 hoi = 3207 hoi = 3343 hoi = 3613 } # La Rochelle -> La Rochelle, Niort, Royan, Creon link = { vic = 444 hoi = 3344 hoi = 3413 hoi = 3274 hoi = 3275 } # Angoul�me -> Angoul�me, Coutras, Cognac, Ruffec - link = { vic = 458 hoi = 3412 hoi = 3545 hoi = 3612 hoi = 3747 hoi = 3479 hoi = 3680 hoi = 3546 } # Bordeaux -> Pauillac, La Teste, Mimizan, Dax, Bordeaux, Labouheyre, Marmande + link = { vic = 458 hoi = 3479 hoi = 3680 hoi = 3546 hoi = 3412 hoi = 3545 hoi = 3612 hoi = 3747 } # Bordeaux -> Bordeaux, Labouheyre, Marmande, Pauillac, La Teste, Mimizan, Dax link = { vic = 459 hoi = 3681 hoi = 3748 hoi = 3816 hoi = 3817 hoi = 3749 hoi = 3614 } # Mont de Marsan -> Casteljaloux, Roquefort, Mont de Marsan, Auch, Agen, Villeneuve/L link = { vic = 460 hoi = 3815 hoi = 3887 hoi = 3959 hoi = 4028 hoi = 4098 hoi = 3958 hoi = 4027 hoi = 3888 hoi = 3960 } # Pau -> Bayonne, Orthez, Pau, Tarbes, Lannemezan, St. Palais, Oloron, Nogaro, Mirande - link = { vic = 457 hoi = 4161 hoi = 4099 hoi = 4162 hoi = 4227 hoi = 4100 hoi = 4030 } # Foix -> St. Gaudens, Foix, Lavelanet, Ax les Thermes, Mirepoix, Pamiers + link = { vic = 457 hoi = 4099 hoi = 4162 hoi = 4227 hoi = 4100 hoi = 4030 hoi = 4161 } # Foix -> Foix, Lavelanet, Ax les Thermes, Mirepoix, Pamiers, St. Gaudens link = { vic = 455 hoi = 3961 hoi = 3889 hoi = 4029 hoi = 3962 hoi = 3891 hoi = 3963 hoi = 3890 } # Toulouse -> Toulouse, Gimont, Muret, Revel, Castres, Mezamet, St.Sulpice link = { vic = 456 hoi = 3818 hoi = 3819 hoi = 3750 } # Montauban -> Montauban, Albi, Caussade - link = { vic = 450 hoi = 3683 hoi = 3616 hoi = 3682 hoi = 3615 hoi = 3548 } # Cahors -> Figeac, Argentat, Cahors, Gourdon, Souillac - link = { vic = 447 hoi = 3547 hoi = 3480 hoi = 3414 hoi = 3481 hoi = 3482 hoi = 3549 } # Tulle -> Le Bugue, Bergerac, Nontron, Brive la Gaillarde, Bugeat, Meymac + link = { vic = 450 hoi = 3682 hoi = 3615 hoi = 3548 hoi = 3683 hoi = 3616 } # Cahors -> Cahors, Gourdon, Souillac, Figeac, Argentat + link = { vic = 447 hoi = 3480 hoi = 3414 hoi = 3481 hoi = 3482 hoi = 3549 hoi = 3547 } # Tulle -> Bergerac, Nontron, Brive la Gaillarde, Bugeat, Meymac, Le Bugue # Centre - link = { vic = 441 hoi = 3007 hoi = 2939 hoi = 3075 hoi = 3008 } # Tours -> Chinon, Tours, Ch�tellerault, Loches - link = { vic = 443 hoi = 3209 hoi = 3141 hoi = 3208 hoi = 3140 } # Poitiers -> Montmorillon, Poitiers, Melle, Parthenay + link = { vic = 441 hoi = 2939 hoi = 3075 hoi = 3008 hoi = 3007 } # Tours -> Tours, Ch�tellerault, Loches, Chinon + link = { vic = 443 hoi = 3141 hoi = 3208 hoi = 3140 hoi = 3209 } # Poitiers -> Poitiers, Melle, Parthenay, Montmorillon link = { vic = 445 hoi = 3345 hoi = 3415 hoi = 3346 hoi = 3276 } # Limoges -> Limoges, Bujaleuf, Bourganeuf, La Souterraine - link = { vic = 446 hoi = 3076 hoi = 3143 hoi = 3277 hoi = 3210 hoi = 3142 hoi = 3416 } # Ch�teauroux -> Buzancais, Chateauroux, Gu�ret, Argenton sur Creuse, Le Blanc, Aubusson + link = { vic = 446 hoi = 3143 hoi = 3277 hoi = 3210 hoi = 3142 hoi = 3416 hoi = 3076 } # Ch�teauroux -> Chateauroux, Gu�ret, Argenton sur Creuse, Le Blanc, Aubusson, Buzancais link = { vic = 439 hoi = 3077 hoi = 3211 hoi = 3144 hoi = 3078 hoi = 3278 hoi = 3010 } # Bourges -> Bourges, St. Amand Montrond, Dun sur Auron, La Charit�, Sancoins, Cosne Cours link = { vic = 438 hoi = 2808 hoi = 2875 hoi = 2941 } # Orl�ans -> Orl�ans, Montargis, Gien link = { vic = 426 hoi = 2742 hoi = 2677 hoi = 2743 hoi = 2807 } # Chartres -> Chartres, Dreux, Versailles, Angerville @@ -1156,138 +1155,138 @@ link = { vic = 464 hoi = 4228 hoi = 4297 } # Perpignan -> Perpignan, Prades link = { vic = 463 hoi = 4101 hoi = 4163 hoi = 4032 hoi = 4031 } # Carcassonne -> Narbonne, Limoux, B�darieux, Carcassonne link = { vic = 461 hoi = 4033 hoi = 4102 hoi = 4034 hoi = 3965 hoi = 3964 } # Montpellier -> Montpellier, B�ziers, N�mes, Al�s, Lod�ve - link = { vic = 462 hoi = 3751 hoi = 3820 hoi = 3892 hoi = 3821 hoi = 3893 } # Rodez -> Villefranche, Rodez, St. Affrique, Marvejols, Mende - link = { vic = 468 hoi = 3966 hoi = 3967 hoi = 4035 hoi = 3894 hoi = 4036 } # Avignon -> Uz�s, Valr�as, Avignon, Aubenas, Manosque - link = { vic = 467 hoi = 4164 hoi = 4103 hoi = 4229 } # Marseilles -> Marignane, Arles, Marseille + link = { vic = 462 hoi = 3820 hoi = 3892 hoi = 3821 hoi = 3893 hoi = 3751 } # Rodez -> Rodez, St. Affrique, Marvejols, Mende, Villefranche + link = { vic = 468 hoi = 4035 hoi = 3894 hoi = 3966 hoi = 3967 hoi = 4036 } # Avignon -> Avignon, Aubenas, Uz�s, Valr�as, Manosque + link = { vic = 467 hoi = 4229 hoi = 4164 hoi = 4103 } # Marseilles -> Marseille, Marignane, Arles link = { vic = 470 hoi = 4230 hoi = 4166 } # Toulon -> Toulon, Cogolin link = { vic = 469 hoi = 4105 hoi = 4104 hoi = 4165 } # Digne -> Digne les Bains, Aix en Provence, Brignoles link = { vic = 471 hoi = 4038 hoi = 4037 } # Frejus -> Cannes, Puget Th�niers link = { vic = 472 hoi = 4106 } # Nice -> Nice # Burgundy - link = { vic = 465 hoi = 3757 hoi = 3622 } # Annecy -> Albertville, Annecy + link = { vic = 465 hoi = 3622 hoi = 3757 } # Annecy -> Annecy, Albertville link = { vic = 466 hoi = 3689 } # Chamb�ry -> Chambery - link = { vic = 454 hoi = 3826 hoi = 3825 hoi = 3897 hoi = 3968 hoi = 3969 hoi = 3756 hoi = 3896 hoi = 3824 } # Grenoble -> Briancon, Le Bourg d'Oisans, Embrun, Gap, Barcelonnette, Grenoble, Veynes, Romans sur Isere - link = { vic = 453 hoi = 3755 hoi = 3823 hoi = 3895 } # Valence -> Vienne, Annonay, Valence - link = { vic = 449 hoi = 3617 hoi = 3685 hoi = 3822 hoi = 3753 hoi = 3752 hoi = 3684 } # Aurillac -> Mauriac, Murat, Le Puy en Velay, Langeac, St. Flour, Aurillac + link = { vic = 454 hoi = 3756 hoi = 3896 hoi = 3824 hoi = 3826 hoi = 3825 hoi = 3897 hoi = 3968 hoi = 3969 } # Grenoble -> Grenoble, Veynes, Romans sur Isere, Briancon, Le Bourg d'Oisans, Embrun, Gap, Barcelonnette + link = { vic = 453 hoi = 3895 hoi = 3755 hoi = 3823 } # Valence -> Valence, Vienne, Annonay + link = { vic = 449 hoi = 3684 hoi = 3617 hoi = 3752 hoi = 3685 hoi = 3753 hoi = 3822 } # Aurillac -> Aurillac, Mauriac, St. Flour, Murat, Langeac, Le Puy en Velay link = { vic = 448 hoi = 3550 hoi = 3483 hoi = 3618 hoi = 3551 } # Clermont-Ferrand -> Clermont Ferrand, Bourg Lastic, Issoire, Thiers - link = { vic = 452 hoi = 3485 hoi = 3619 hoi = 3754 hoi = 3620 hoi = 3686 } # St �tienne -> Roanne, Feurs, St. �tienne, St. Charmont, Montbrison - link = { vic = 451 hoi = 3621 hoi = 3688 hoi = 3687 hoi = 3552 } # Lyon -> St. Claude, Bourgoin Jollieu, Lyon, Tarare - link = { vic = 431 hoi = 3419 hoi = 3349 hoi = 3486 hoi = 3350 } # Macon -> Charolles, Digoin, Macon, Chalon sur Sa�ne - link = { vic = 430 hoi = 3279 hoi = 3348 hoi = 3418 hoi = 3484 hoi = 3417 hoi = 3347 hoi = 3212 } # Moulins -> Luzy, Moulins, La Palisse, Vichy, St.Pourcain sur Sioule, Montlucon, Nevers - link = { vic = 429 hoi = 3012 hoi = 3011 hoi = 3079 hoi = 2944 hoi = 2943 hoi = 2942 } # Auxerre -> Montbard, Auxerre, Clamency, Chatillon/Seine, Chablis, Courtenay + link = { vic = 452 hoi = 3754 hoi = 3620 hoi = 3686 hoi = 3485 hoi = 3619 } # St �tienne -> St. �tienne, St. Charmont, Montbrison, Roanne, Feurs + link = { vic = 451 hoi = 3687 hoi = 3552 hoi = 3688 hoi = 3621 } # Lyon -> Lyon, Tarare, Bourgoin Jollieu, St. Claude + link = { vic = 431 hoi = 3486 hoi = 3350 hoi = 3419 hoi = 3349 } # Macon -> Macon, Chalon sur Sa�ne, Charolles, Digoin + link = { vic = 430 hoi = 3348 hoi = 3418 hoi = 3484 hoi = 3417 hoi = 3347 hoi = 3212 hoi = 3279 } # Moulins -> Moulins, La Palisse, Vichy, St.Pourcain sur Sioule, Montlucon, Nevers, Luzy + link = { vic = 429 hoi = 3011 hoi = 3079 hoi = 2944 hoi = 2943 hoi = 2942 hoi = 3012 } # Auxerre -> Auxerre, Clamency, Chatillon/Seine, Chablis, Courtenay, Montbard link = { vic = 428 hoi = 3214 hoi = 3281 hoi = 3213 hoi = 3280 hoi = 3145 hoi = 3147 hoi = 3080 hoi = 3146 } # Dijon -> Dijon, Genlis, Saulieu, Autun, Corbigny, Is sur Tille, Semur en Auxois, Vitteaux link = { vic = 433 hoi = 3553 hoi = 3487 hoi = 3420 hoi = 3282 } # Lons -> Lons le Saunier, Champagnole, Louhans, Poligny - link = { vic = 432 hoi = 3149 hoi = 3351 hoi = 3216 hoi = 3421 hoi = 3082 hoi = 3148 hoi = 3215 } # Besan�on -> Belfort, Besancon, Baume les Dames, Pontarlier, Ronchamp, Vesoul, Gray + link = { vic = 432 hoi = 3351 hoi = 3216 hoi = 3421 hoi = 3082 hoi = 3148 hoi = 3215 hoi = 3149 } # Besan�on -> Besancon, Baume les Dames, Pontarlier, Ronchamp, Vesoul, Gray, Belfort # Champagne, Lorraine, Alsace - link = { vic = 405 hoi = 2488 hoi = 2615 hoi = 2616 hoi = 2550 } # Charleville -> Sedan, Charleville Mezieres, Ste Menehould, Reims + link = { vic = 405 hoi = 2615 hoi = 2616 hoi = 2550 hoi = 2488 } # Charleville -> Charleville Mezieres, Ste Menehould, Reims, Sedan link = { vic = 408 hoi = 2681 hoi = 14158 hoi = 2877 hoi = 2680 } # Chalons -> Chalons en Champagne, Chatillon sur Marne, Mailly le Camp, Epernay - link = { vic = 406 hoi = 2745 hoi = 2810 hoi = 2746 hoi = 2811 hoi = 2809 hoi = 2876 } # Troyes -> Sezanne, Aix en Othe, Troyes, Bar sur Aube, Sens, Joigny - link = { vic = 407 hoi = 3014 hoi = 2945 hoi = 2878 hoi = 3081 hoi = 3013 } # Chaumont -> Xertigny, Vittel, Chaumont, Fayl Billot, Langres + link = { vic = 406 hoi = 2746 hoi = 2811 hoi = 2809 hoi = 2876 hoi = 2745 hoi = 2810 } # Troyes -> Troyes, Bar sur Aube, Sens, Joigny, Sezanne, Aix en Othe + link = { vic = 407 hoi = 2878 hoi = 3081 hoi = 3013 hoi = 2945 hoi = 3014 } # Chaumont -> Chaumont, Fayl Billot, Langres, Vittel, Xertigny link = { vic = 411 hoi = 2813 hoi = 2749 hoi = 2683 hoi = 2748 hoi = 2879 hoi = 2812 hoi = 2747 } # Nancy -> Charmes, Lun�ville, Nancy, Toul, Mirecourt, Neufch�teau, St. Dizier - link = { vic = 413 hoi = 2551 hoi = 2682 hoi = 2617 } # Verdun -> Longuyon, Verdun, St. Mihiel - link = { vic = 412 hoi = 2684 hoi = 2552 hoi = 2618 } # Metz -> Sarreguemines, Cattenom, Metz - link = { vic = 409 hoi = 2881 hoi = 2750 hoi = 2815 hoi = 2814 hoi = 2947 } # Strasbourg -> Haguenau, Wissembourg, Strasbourg, Schirmeck, S�lestat - link = { vic = 410 hoi = 3083 hoi = 3150 } # Colmar -> Colmar, Mulhouse - link = { vic = 414 hoi = 2880 hoi = 3015 hoi = 2946 } # �pinal -> St. Di�, Le Thillot, �pinal + link = { vic = 413 hoi = 2682 hoi = 2617 hoi = 2551 } # Verdun -> Verdun, St. Mihiel, Longuyon + link = { vic = 412 hoi = 2618 hoi = 2684 hoi = 2552 } # Metz -> Metz, Sarreguemines, Cattenom + link = { vic = 409 hoi = 2815 hoi = 2814 hoi = 2947 hoi = 2750 hoi = 2881 } # Strasbourg -> Strasbourg, Schirmeck, S�lestat, Wissembourg, Haguenau + link = { vic = 410 hoi = 3150 hoi = 3083 } # Colmar -> Mulhouse, Colmar + link = { vic = 414 hoi = 2946 hoi = 2880 hoi = 3015 } # �pinal -> �pinal, St. Di�, Le Thillot # Corsica - link = { vic = 473 hoi = 4298 hoi = 4359 hoi = 4421 hoi = 4486 } # Corsica -> Bastia, Calvi, Corte, Aj�ccio + link = { vic = 473 hoi = 4486 hoi = 4298 hoi = 4421 hoi = 4359 } # Corsica -> Aj�ccio, Bastia, Corte, Calvi # ## Iberia # Portugal - link = { vic = 527 hoi = 4901 hoi = 4949 hoi = 4991 hoi = 4950 hoi = 4992 } # Faro -> Vila do Bispo, Portim�o, Faro, Silves, Tavira + link = { vic = 527 hoi = 4991 hoi = 4950 hoi = 4992 hoi = 4901 hoi = 4949 } # Faro -> Faro, Silves, Tavira, Vila do Bispo, Portim�o link = { vic = 526 hoi = 4852 hoi = 4802 hoi = 4851 hoi = 4902 hoi = 4903 hoi = 4853 } # Beja -> Beja, Ferreira do Alentejo, Odemira, Almod�var, M�rtola, Moura link = { vic = 524 hoi = 4750 hoi = 4470 } # Setubal -> Set�bal, Alc�cer do Sal - link = { vic = 525 hoi = 4752 hoi = 4701 hoi = 4646 hoi = 4700 hoi = 4803 hoi = 4751 hoi = 4591 hoi = 4472 } # �vora -> Estremoz, Alandroal, Elvas, Avis, Montemor-o-Novo, �vora, Portalegre, Castelo de Vide - link = { vic = 523 hoi = 4590 hoi = 4645 hoi = 4534 } # Abrantes -> Santar�m, Abrantes, Tomar + link = { vic = 525 hoi = 4751 hoi = 4591 hoi = 4472 hoi = 4646 hoi = 4701 hoi = 4752 hoi = 4803 hoi = 4700 } # �vora -> �vora, Portalegre, Castelo de Vide, Elvas, Alandroal, Estremoz, Montemor-o-Novo, Avis + link = { vic = 523 hoi = 4645 hoi = 4534 hoi = 4590 } # Abrantes -> Abrantes, Tomar, Santar�m link = { vic = 521 hoi = 4644 hoi = 4589 hoi = 4699 } # Lisbon -> Lisboa, Torres Vedras, Vila Franca de Xira - link = { vic = 522 hoi = 4533 hoi = 4405 hoi = 4282 hoi = 4406 hoi = 4283 } # Coimbra -> Caldas da Rainha, Coimbra, Figueira da Foz, Leiria, Aveiro + link = { vic = 522 hoi = 4405 hoi = 4282 hoi = 4406 hoi = 4283 hoi = 4533 } # Coimbra -> Coimbra, Figueira da Foz, Leiria, Aveiro, Caldas da Rainha link = { vic = 520 hoi = 4407 hoi = 4345 hoi = 4284 hoi = 4344 hoi = 4535 hoi = 4536 hoi = 4214 hoi = 4343 hoi = 4471 } # Covilh� -> Covilh�, Figueira de Castelo Rodrigo, Moimenta da Beira, Viseu, Castelo Branco, Idanha a Nova, Almeida, Guarda, Sert� - link = { vic = 519 hoi = 4088 hoi = 4151 hoi = 4150 hoi = 4215 hoi = 4087 } # Vila Real -> Chaves, Bragan�a, Vila Real, Mirandela, Montalegre + link = { vic = 519 hoi = 4150 hoi = 4215 hoi = 4087 hoi = 4088 hoi = 4151 } # Vila Real -> Vila Real, Mirandela, Montalegre, Chaves, Bragan�a link = { vic = 518 hoi = 4086 hoi = 4213 hoi = 4149 hoi = 4017 hoi = 3949 hoi = 3948 } # Oporto -> Porto, Guimaraes, Penafiel, Vila Nova de Gaia, Braga, Viana do Castelo # Galicia - link = { vic = 476 hoi = 3742 hoi = 3877 hoi = 4018 hoi = 3878 hoi = 3808 hoi = 3809 hoi = 3950 hoi = 3879 hoi = 3810 } # Vigo -> Pontevedra, Vigo, Ginzo de Limia, Orense, Lal�n, Monforte de Lemos, Ver�n, El Barco de Valdeorras, Sarria + link = { vic = 476 hoi = 3877 hoi = 4018 hoi = 3878 hoi = 3808 hoi = 3809 hoi = 3950 hoi = 3879 hoi = 3810 hoi = 3742 } # Vigo -> Vigo, Ginzo de Limia, Orense, Lal�n, Monforte de Lemos, Ver�n, El Barco de Valdeorras, Sarria, Pontevedra link = { vic = 474 hoi = 3610 hoi = 3609 hoi = 3611 hoi = 3677 hoi = 3743 hoi = 3676 hoi = 3675 hoi = 4597 hoi = 3744 } # La Coru�a -> La Coru�a, Carballo, Foz, Mondo�edo, Santiago de Compostela, Ferrol, Padr�n, Villalba, Lugo # Basque Country - link = { vic = 492 hoi = 3886 hoi = 3957 hoi = 3885 hoi = 3884 hoi = 3956 } # Bilbao -> Ir�n, San Sebasti�n, Guernica, Bilbao, Vitoria + link = { vic = 492 hoi = 3884 hoi = 3956 hoi = 3885 hoi = 3957 hoi = 3886 } # Bilbao -> Bilbao, Vitoria, Guernica, San Sebasti�n, Ir�n link = { vic = 493 hoi = 4026 hoi = 4095 hoi = 4158 hoi = 4096 hoi = 4222 hoi = 4025 } # Pamplona -> Pamplona, Estella, Olite, Sang�esa, Tudela, Leiza link = { vic = 494 hoi = 4156 hoi = 4094 hoi = 4157 } # Logro�o -> Logro�o, Haro, Calahorra # Old Castile - link = { vic = 475 hoi = 3679 hoi = 3745 hoi = 3678 hoi = 3746 hoi = 3812 hoi = 3811 } # Oviedo -> Gij�n, Cangas del Narcea, Navia, Oviedo, Llanes, Mieres - link = { vic = 478 hoi = 3813 hoi = 3883 hoi = 3814 } # Santander -> Torrelavega, Reinosa, Santander - link = { vic = 479 hoi = 3955 hoi = 4024 hoi = 4155 hoi = 4023 hoi = 4093 } # Burgos -> Medina de Pomar, Miranda de Ebro, Burgos, Villadiego, Lerma - link = { vic = 481 hoi = 4289 hoi = 4219 hoi = 4290 hoi = 4350 hoi = 4351 hoi = 4220 hoi = 4221 hoi = 4291 } # Soria -> Sep�lveda, Aranda de Duero, Vinuesa, Burgo de Osma, Almaz�n, Salas de los Infantes, �greda, Soria - link = { vic = 480 hoi = 3882 hoi = 3954 hoi = 4092 hoi = 4022 hoi = 4218 hoi = 4153 hoi = 4091 hoi = 4154 } # Valladolid -> Aguilar de Campoo, Herrera de Pisuerga, Carri�n de los Condes, Palencia, Valladolid, Tordesillas, Medina de Rioseco, Pe�afiel - link = { vic = 477 hoi = 3951 hoi = 3880 hoi = 4089 hoi = 4019 hoi = 3953 hoi = 3952 hoi = 3881 hoi = 4021 hoi = 4020 hoi = 4090 hoi = 4152 hoi = 4217 } # Le�n -> La Ba�eza, Villablino, Puebla de Sanabria, Ponferrada, Cistierna, L�on, Astorga, Sahag�n, Alca�ices, Benavente, Zamora, Toro + link = { vic = 475 hoi = 3746 hoi = 3812 hoi = 3811 hoi = 3679 hoi = 3678 hoi = 3745 } # Oviedo -> Oviedo, Llanes, Mieres, Gij�n, Navia, Cangas del Narcea + link = { vic = 478 hoi = 3814 hoi = 3813 hoi = 3883 } # Santander -> Santander, Torrelavega, Reinosa + link = { vic = 479 hoi = 4155 hoi = 4023 hoi = 4093 hoi = 3955 hoi = 4024 } # Burgos -> Burgos, Villadiego, Lerma, Medina de Pomar, Miranda de Ebro + link = { vic = 481 hoi = 4291 hoi = 4220 hoi = 4219 hoi = 4289 hoi = 4350 hoi = 4290 hoi = 4221 hoi = 4351 } # Soria -> Soria, Salas de los Infantes, Aranda de Duero, Sep�lveda, Burgo de Osma, Vinuesa, �greda, Almaz�n + link = { vic = 480 hoi = 4218 hoi = 4153 hoi = 4091 hoi = 4154 hoi = 3882 hoi = 3954 hoi = 4092 hoi = 4022 } # Valladolid -> Valladolid, Tordesillas, Medina de Rioseco, Pe�afiel, Aguilar de Campoo, Herrera de Pisuerga, Carri�n de los Condes, Palencia + link = { vic = 477 hoi = 3952 hoi = 3881 hoi = 4021 hoi = 4020 hoi = 4090 hoi = 4152 hoi = 4217 hoi = 3951 hoi = 3880 hoi = 4089 hoi = 4019 hoi = 3953 } # Le�n -> L�on, Astorga, Sahag�n, Alca�ices, Benavente, Zamora, Toro, La Ba�eza, Villablino, Puebla de Sanabria, Ponferrada, Cistierna link = { vic = 482 hoi = 4347 hoi = 4286 hoi = 4216 hoi = 4285 hoi = 4409 hoi = 4408 hoi = 4475 } # Salamanca -> Salamanca, Pe�aranda de Bracamonte, Fermoselle, Vitigudino, B�jar, Ciudad Rodrigo, Piedrah�ta - link = { vic = 483 hoi = 4287 hoi = 4288 hoi = 4348 hoi = 4410 hoi = 4476 hoi = 4349 hoi = 4346 } # �vila -> Medina del Campo, Cu�llar, El Espinar, �vila, El Tiemblo, Segovia, Ar�valo + link = { vic = 483 hoi = 4410 hoi = 4349 hoi = 4346 hoi = 4287 hoi = 4288 hoi = 4476 hoi = 4348 } # �vila -> �vila, Segovia, Ar�valo, Medina del Campo, Cu�llar, El Tiemblo, El Espinar link = { vic = 487 hoi = 4540 hoi = 4411 hoi = 4541 hoi = 4477 hoi = 4651 } # Madrid -> Madrid, Guadarrama, Alcal� de Henares, Brunete, Aranjuez # New Castile - link = { vic = 488 hoi = 4412 hoi = 4478 hoi = 4542 hoi = 4479 hoi = 4543 hoi = 4653 hoi = 4413 } # Sig�enza -> Campillo de Ramos, Guadalajara, Saced�n, Brihuega, Molina de Arag�n, Priego, Sig�enza - link = { vic = 490 hoi = 4599 hoi = 4811 hoi = 4707 hoi = 4860 hoi = 4911 } # Cuenca -> Tragacete, Landete, Cuenca, Quintanar del Rey, Casas-Ib��ez - link = { vic = 508 hoi = 4759 hoi = 4810 hoi = 4959 hoi = 4958 hoi = 4999 hoi = 4957 hoi = 4859 hoi = 4910 } # Albacete -> San Clemente, Villarrobledo, Almansa, Hell�n, Elche de la Sierra, Alcaraz, Ossa de Montiel, Albacete + link = { vic = 488 hoi = 4413 hoi = 4412 hoi = 4478 hoi = 4479 hoi = 4542 hoi = 4653 hoi = 4543 } # Sig�enza -> Sig�enza, Campillo de Ramos, Guadalajara, Brihuega, Saced�n, Priego, Molina de Arag�n + link = { vic = 490 hoi = 4707 hoi = 4860 hoi = 4911 hoi = 4599 hoi = 4811 } # Cuenca -> Cuenca, Quintanar del Rey, Casas-Ib��ez, Tragacete, Landete + link = { vic = 508 hoi = 4910 hoi = 4810 hoi = 4759 hoi = 4859 hoi = 4957 hoi = 4999 hoi = 4958 hoi = 4959 } # Albacete -> Albacete, Villarrobledo, San Clemente, Ossa de Montiel, Alcaraz, Elche de la Sierra, Hell�n, Almansa link = { vic = 491 hoi = 4808 hoi = 4857 hoi = 4807 hoi = 4756 hoi = 4809 hoi = 4858 hoi = 4909 hoi = 4907 hoi = 4908 hoi = 4956 } # Ciudad Real -> Ciudad Real, Puertollano, Almad�n, Piedrabuena de Calatrava, Alc�zar de San Juan, Daimiel, Tomelloso, Almod�var del Campo, Valdepe�as, Villanueva de los Infantes - link = { vic = 489 hoi = 4596 hoi = 4539 hoi = 4595 hoi = 4650 hoi = 4705 hoi = 4652 hoi = 4706 hoi = 4758 hoi = 4757 hoi = 4649 hoi = 4704 } # Toledo -> Illescas, Arenas de San Pedro, Talavera de la Reina, Torrijos, Toledo, Taranc�n, Oca�a, Mota del Cuervo, Consuegra, Oropesa, Belv�s de la Jara - link = { vic = 486 hoi = 4473 hoi = 4537 hoi = 4594 hoi = 4593 hoi = 4648 hoi = 4592 hoi = 4474 hoi = 4538 } # C�ceres -> Valverde del Fresno, Coria, Navalmoral de la Mata, C�ceres, Plasencia, Valencia de Alc�ntara, Cabezuela del Valle, Jara�z de la Vera + link = { vic = 489 hoi = 4705 hoi = 4652 hoi = 4706 hoi = 4758 hoi = 4757 hoi = 4649 hoi = 4704 hoi = 4539 hoi = 4595 hoi = 4650 hoi = 4596 } # Toledo -> Toledo, Taranc�n, Oca�a, Mota del Cuervo, Consuegra, Oropesa, Belv�s de la Jara, Arenas de San Pedro, Talavera de la Reina, Torrijos, Illescas + link = { vic = 486 hoi = 4593 hoi = 4648 hoi = 4592 hoi = 4474 hoi = 4538 hoi = 4473 hoi = 4537 hoi = 4594 } # C�ceres -> C�ceres, Plasencia, Valencia de Alc�ntara, Cabezuela del Valle, Jara�z de la Vera, Valverde del Fresno, Coria, Navalmoral de la Mata link = { vic = 485 hoi = 4703 hoi = 4755 hoi = 4806 hoi = 4754 hoi = 4702 } # Almendralejo -> Guadalupe, Herrera del Duque, Castuera, Don Benito, Trujillo - link = { vic = 484 hoi = 4854 hoi = 4804 hoi = 4905 hoi = 4647 hoi = 4753 hoi = 4805 } # Badajoz -> Jerez de los Caballeros, Olivenza, Azuaga, Badajoz, M�rida, Almendralejo + link = { vic = 484 hoi = 4647 hoi = 4804 hoi = 4753 hoi = 4805 hoi = 4854 hoi = 4905 } # Badajoz -> Badajoz, Olivenza, M�rida, Almendralejo, Jerez de los Caballeros, Azuaga # Catalonia link = { vic = 502 hoi = 4913 hoi = 4863 hoi = 5002 } # Balearic Islands -> Mallorca, Menorca, Ibiza - link = { vic = 499 hoi = 4358 hoi = 4420 hoi = 4357 hoi = 9506 hoi = 4483 } # Gerona -> Figueres, Santa Coloma de Farn�s, Ripoll, Gerona, Olot + link = { vic = 499 hoi = 9506 hoi = 4358 hoi = 4357 hoi = 4483 hoi = 4420 } # Gerona -> Gerona, Figueres, Ripoll, Olot, Santa Coloma de Farn�s link = { vic = 498 hoi = 4548 hoi = 4485 hoi = 4484 hoi = 4418 hoi = 4419 } # Barcelona -> Barcelona, Matar�, Manresa, Tarrasa, Berga link = { vic = 501 hoi = 4547 hoi = 4546 hoi = 4657 hoi = 4602 } # Tarragona -> Tarragona, Cambrils, Amposta, Tortosa - link = { vic = 500 hoi = 4226 hoi = 4295 hoi = 4355 hoi = 4417 hoi = 4296 hoi = 4356 hoi = 4482 } # L�rida -> Viella, Puebla de Segur, Balaguer, T�rrega, Andorra la Vieja, Seo de Urgel, L�rida - link = { vic = 496 hoi = 4097 hoi = 4159 hoi = 4224 hoi = 4160 hoi = 4294 hoi = 4225 hoi = 4293 hoi = 4223 } # Huesca -> Sabi��nigo, Jaca, Barbastro, Bolta�a, Monz�n, Benabarre, Huesca, Ejea de los Caballeros - link = { vic = 495 hoi = 4354 hoi = 4545 hoi = 4416 hoi = 4292 hoi = 4353 hoi = 4352 hoi = 4481 hoi = 4415 hoi = 4601 hoi = 4544 } # Zaragoza -> Sari�ena, Caspe, Fraga, Alag�n, Zaragoza, Tarazona, Belchite, Cari�ena, Alca�iz, H�jar - link = { vic = 497 hoi = 4600 hoi = 4655 hoi = 4480 hoi = 4414 hoi = 4709 hoi = 4760 hoi = 4654 hoi = 4708 } # Teruel -> Montalb�n, Cantavieja, Daroca, Calatayud, Teruel, Mora de Rubielos, Calamocha, Albarrac�n - link = { vic = 504 hoi = 4656 hoi = 4710 hoi = 4762 hoi = 4711 } # Castell�n -> Morella, Segorbe, Castell�n de la Plana, Vinar�s + link = { vic = 500 hoi = 4482 hoi = 4355 hoi = 4417 hoi = 4356 hoi = 4295 hoi = 4296 hoi = 4226 } # L�rida -> L�rida, Balaguer, T�rrega, Seo de Urgel, Puebla de Segur, Andorra la Vieja, Viella + link = { vic = 496 hoi = 4293 hoi = 4223 hoi = 4097 hoi = 4159 hoi = 4225 hoi = 4294 hoi = 4224 hoi = 4160 } # Huesca -> Huesca, Ejea de los Caballeros, Sabi��nigo, Jaca, Benabarre, Monz�n, Barbastro, Bolta�a + link = { vic = 495 hoi = 4353 hoi = 4352 hoi = 4481 hoi = 4415 hoi = 4601 hoi = 4544 hoi = 4354 hoi = 4416 hoi = 4545 hoi = 4292 } # Zaragoza -> Zaragoza, Tarazona, Belchite, Cari�ena, Alca�iz, H�jar, Sari�ena, Fraga, Caspe, Alag�n + link = { vic = 497 hoi = 4709 hoi = 4760 hoi = 4654 hoi = 4708 hoi = 4655 hoi = 4600 hoi = 4480 hoi = 4414 } # Teruel -> Teruel, Mora de Rubielos, Calamocha, Albarrac�n, Cantavieja, Montalb�n, Daroca, Calatayud + link = { vic = 504 hoi = 4762 hoi = 4711 hoi = 4656 hoi = 4710 } # Castell�n -> Castell�n de la Plana, Vinar�s, Morella, Segorbe link = { vic = 503 hoi = 4862 hoi = 4761 hoi = 4813 hoi = 4861 } # Valencia -> Valencia, Villar del Arzobispo, Sagunto, Requena - link = { vic = 505 hoi = 4960 hoi = 5001 hoi = 5037 hoi = 4912 hoi = 4598 hoi = 4812 } # Alicante -> Denia, Alicante, Elche, Ayora, Alcoy, Alcira + link = { vic = 505 hoi = 5001 hoi = 5037 hoi = 4912 hoi = 4598 hoi = 4812 hoi = 4960 } # Alicante -> Alicante, Elche, Ayora, Alcoy, Alcira, Denia # Andalusia - link = { vic = 506 hoi = 5103 hoi = 5104 hoi = 5072 } # Cartagena -> Mazarr�n, Cartagena, Lorca + link = { vic = 506 hoi = 5104 hoi = 5103 hoi = 5072 } # Cartagena -> Cartagena, Mazarr�n, Lorca link = { vic = 507 hoi = 5073 hoi = 5000 hoi = 5036 } # Murcia -> Murcia, Yecla, Caravaca de la Cruz - link = { vic = 516 hoi = 4997 hoi = 5034 hoi = 5035 hoi = 4998 hoi = 5033 hoi = 4996 hoi = 5069 hoi = 4955 } # Ja�n -> �beda, Cazorla, Hu�scar, Beas de Segura, Ja�n, And�jar, Alcal� la Real, Linares - link = { vic = 515 hoi = 5131 hoi = 5159 hoi = 5130 hoi = 5102 hoi = 5071 } # Almer�a -> Carboneras, Almer�a, N�jar, V�lez-Rubio, Baza + link = { vic = 516 hoi = 5033 hoi = 4996 hoi = 5069 hoi = 4997 hoi = 4955 hoi = 5034 hoi = 5035 hoi = 4998 } # Ja�n -> Ja�n, And�jar, Alcal� la Real, �beda, Linares, Cazorla, Hu�scar, Beas de Segura + link = { vic = 515 hoi = 5159 hoi = 5130 hoi = 5102 hoi = 5071 hoi = 5131 } # Almer�a -> Almer�a, N�jar, V�lez-Rubio, Baza, Carboneras link = { vic = 513 hoi = 5129 hoi = 5070 hoi = 5100 hoi = 5127 hoi = 5158 hoi = 5101 } # Granada -> Granada, Iznalloz, Loja, Motril, V�car, Guadix - link = { vic = 510 hoi = 4954 hoi = 5032 hoi = 4995 hoi = 4855 hoi = 4906 } # C�rdoba -> Montoro, Lucena, C�rdoba, Pe�arroya-Pueblonuevo, Pozoblanco + link = { vic = 510 hoi = 4995 hoi = 4855 hoi = 4906 hoi = 4954 hoi = 5032 } # C�rdoba -> C�rdoba, Pe�arroya-Pueblonuevo, Pozoblanco, Montoro, Lucena link = { vic = 509 hoi = 5030 hoi = 4994 hoi = 5031 hoi = 5067 hoi = 4953 hoi = 4952 } # Seville -> Sevilla, Lora del R�o, �cija, Sanl�car la Mayor, Palma del R�o, Almad�n de la Plata link = { vic = 511 hoi = 5029 hoi = 4951 hoi = 4993 hoi = 4904 hoi = 5066 } # Huelva -> Huelva, Ayamonte, Aracena, Encinasola, Almonte - link = { vic = 512 hoi = 5097 hoi = 5126 hoi = 5125 hoi = 5156 hoi = 4856 hoi = 5098 } # C�diz -> Jerez de la Frontera, Arcos de la Frontera, C�diz, Algeciras, Medina-Sidonia, Lebrija - link = { vic = 514 hoi = 5157 hoi = 5128 hoi = 5099 hoi = 5068 } # M�laga -> Marbella, M�laga, V�lez-M�laga, Antequera + link = { vic = 512 hoi = 5125 hoi = 5156 hoi = 4856 hoi = 5098 hoi = 5126 hoi = 5097 } # C�diz -> C�diz, Algeciras, Medina-Sidonia, Lebrija, Arcos de la Frontera, Jerez de la Frontera + link = { vic = 514 hoi = 5128 hoi = 5099 hoi = 5068 hoi = 5157 } # M�laga -> M�laga, V�lez-M�laga, Antequera, Marbella link = { vic = 517 hoi = 5191 } # Gibraltar -> Gibraltar # Iberian Atlantic link = { vic = 2134 hoi = 8970 } # Azores -> A�ores link = { vic = 2135 hoi = 11384 } # Madeira -> Madeira - link = { vic = 2136 hoi = 10730 hoi = 10729 } # Canary Islands -> Las Palmas, Santa Cruz de Tenerife + link = { vic = 2136 hoi = 10729 hoi = 10730 } # Canary Islands -> Santa Cruz de Tenerife, Las Palmas # ## Italy # Sardinia - link = { vic = 766 hoi = 4658 hoi = 4712 hoi = 4764 hoi = 4763 } # Sassari -> Olbia, Sassari, Nuoro, Oristano - link = { vic = 765 hoi = 4865 hoi = 4914 hoi = 4864 hoi = 4814 } # Cagliari -> Tortol�, Cagliari, Iglesias, Laconi + link = { vic = 766 hoi = 4712 hoi = 4764 hoi = 4763 hoi = 4658 } # Sassari -> Sassari, Nuoro, Oristano, Olbia + link = { vic = 765 hoi = 4914 hoi = 4864 hoi = 4814 hoi = 4865 } # Cagliari -> Cagliari, Iglesias, Laconi, Tortol� # Sicily, Malta link = { vic = 762 hoi = 5233 hoi = 5266 hoi = 5267 hoi = 5234 hoi = 5268 hoi = 5297 } # Palermo -> Palermo, Trapani, Sciacca, Bagheria, Caltanissetta, Agrigento - link = { vic = 764 hoi = 5331 hoi = 5298 hoi = 5330 hoi = 5269 } # Catania -> Siracusa, Caltagirone, Gela, Catania - link = { vic = 763 hoi = 5235 hoi = 5236 } # Messina -> Cefal�, Messina + link = { vic = 764 hoi = 5269 hoi = 5331 hoi = 5298 hoi = 5330 } # Catania -> Catania, Siracusa, Caltagirone, Gela + link = { vic = 763 hoi = 5236 hoi = 5235 } # Messina -> Messina, Cefal� link = { vic = 854 hoi = 5359 } # Malta -> Malta # Campania, Calabria, Basilicata, Apulia - link = { vic = 759 hoi = 5237 hoi = 5203 hoi = 5169 } # Reggio di Calabria -> Siderno, Reggio di Calabria, Gioia Tauro + link = { vic = 759 hoi = 5203 hoi = 5169 hoi = 5237 } # Reggio di Calabria -> Reggio di Calabria, Gioia Tauro, Siderno link = { vic = 760 hoi = 5135 hoi = 5105 hoi = 5039 hoi = 5074 hoi = 5003 hoi = 5038 } # Catanzaro -> Catanzaro, Crotone, Rossano, Cosenza, Acri, Paola - link = { vic = 761 hoi = 4916 hoi = 4817 hoi = 4867 hoi = 4816 hoi = 4961 hoi = 4766 } # Potenza -> Bernalda, Matera, Tricarico, Potenza, Lauria, Melfi - link = { vic = 755 hoi = 4915 hoi = 4866 hoi = 4815 } # Salerno -> Camerota, Agropoli, Salerno + link = { vic = 761 hoi = 4816 hoi = 4766 hoi = 4867 hoi = 4817 hoi = 4916 hoi = 4961 } # Potenza -> Potenza, Melfi, Tricarico, Matera, Bernalda, Lauria + link = { vic = 755 hoi = 4815 hoi = 4866 hoi = 4915 } # Salerno -> Salerno, Agropoli, Camerota link = { vic = 754 hoi = 4765 hoi = 4713 } # Naples -> Napoli, Caserta - link = { vic = 757 hoi = 4607 hoi = 4606 hoi = 4662 hoi = 4715 hoi = 4714 } # Foggia -> Manfredonia, San Severo, Foggia, Cerignola, Benevento + link = { vic = 757 hoi = 4662 hoi = 4715 hoi = 4714 hoi = 4607 hoi = 4606 } # Foggia -> Foggia, Cerignola, Benevento, Manfredonia, San Severo link = { vic = 756 hoi = 4768 hoi = 4767 hoi = 4818 } # Bari -> Bari, Barletta, Monopoli - link = { vic = 758 hoi = 4962 hoi = 4917 hoi = 4868 hoi = 4869 } # Brindisi -> Galatina, Lecce, Brindisi, Taranto + link = { vic = 758 hoi = 4869 hoi = 4868 hoi = 4917 hoi = 4962 } # Brindisi -> Taranto, Brindisi, Lecce, Galatina # Latium, Molise, Abruzzi, Marches, Umbria - link = { vic = 2567 hoi = 4604 hoi = 4660 hoi = 4659 } # Gaeta -> Frosinone, Monte Cassino, Littoria + link = { vic = 2567 hoi = 4660 hoi = 4659 hoi = 4604 } # Gaeta -> Monte Cassino, Littoria, Frosinone link = { vic = 749 hoi = 4549 hoi = 4603 hoi = 4488 hoi = 4550 hoi = 4423 } # Rome -> Roma, Anzio, Tivoli, Anagni, Civita Castellana link = { vic = 750 hoi = 4361 hoi = 4487 hoi = 4422 } # Viterbo -> Viterbo, Civitavecchia, Orbetello link = { vic = 751 hoi = 4301 hoi = 4362 hoi = 4302 } # Perugia -> Perugia, Terni, Foligno link = { vic = 752 hoi = 4170 hoi = 4110 hoi = 4234 hoi = 4169 hoi = 4235 hoi = 4363 } # Ancona -> Ancona, Fano, Fabriano, Urbino, Macerata, Ascoli Piceno link = { vic = 753 hoi = 4424 hoi = 4425 hoi = 4551 hoi = 4605 hoi = 4552 hoi = 4489 hoi = 4490 hoi = 4661 } # Aquila -> L'Aquila, Pescara, Sulmona, Isernia, Termoli, Avezzano, Ortona, Campobasso # Tuscany, Emilia Romagna - link = { vic = 748 hoi = 4299 hoi = 4360 hoi = 4300 } # Grosetto -> Piombino, Grosseto, Montepulciano + link = { vic = 748 hoi = 4360 hoi = 4300 hoi = 4299 } # Grosetto -> Grosseto, Montepulciano, Piombino link = { vic = 745 hoi = 4231 } # Leghorn -> Livorno link = { vic = 746 hoi = 4107 } # Lucca -> Pisa link = { vic = 740 hoi = 3972 hoi = 3973 } # Massa -> La Spezia, Carrara - link = { vic = 738 hoi = 3761 hoi = 3901 hoi = 3830 } # Parma -> Piacenza, Bobbio, Parma + link = { vic = 738 hoi = 3830 hoi = 3761 hoi = 3901 } # Parma -> Parma, Piacenza, Bobbio link = { vic = 739 hoi = 3831 hoi = 3902 } # Modena -> Modena, Reggio nell'Emilia link = { vic = 742 hoi = 3763 hoi = 3832 } # Ferrara -> Ferrara, Chioggia link = { vic = 741 hoi = 3903 hoi = 3974 } # Bologna -> Bologna, Sassuolo @@ -1296,17 +1295,17 @@ link = { vic = 747 hoi = 4232 hoi = 4168 hoi = 4233 } # Siena -> Siena, Montevarchi, Arezzo # Liguria, Piedmont, Aosta link = { vic = 724 hoi = 3971 hoi = 4040 } # Genoa -> Genova, Ovada - link = { vic = 725 hoi = 4039 hoi = 3900 } # Savona -> San Remo, Savona - link = { vic = 723 hoi = 3760 hoi = 3828 hoi = 3829 } # Alessandria -> Pavia, Alessandria, Voghera + link = { vic = 725 hoi = 3900 hoi = 4039 } # Savona -> Savona, San Remo + link = { vic = 723 hoi = 3828 hoi = 3760 hoi = 3829 } # Alessandria -> Alessandria, Pavia, Voghera link = { vic = 720 hoi = 3827 hoi = 3970 hoi = 3898 hoi = 3899 } # Turin -> Torino, Cuneo, Pinerolo, Asti - link = { vic = 722 hoi = 3759 hoi = 3693 hoi = 3624 hoi = 3557 } # Novara -> Vercelli, Novara, Biella, Domodossola - link = { vic = 721 hoi = 3691 hoi = 3758 } # Aosta -> Ch�tillon, Aosta + link = { vic = 722 hoi = 3693 hoi = 3624 hoi = 3557 hoi = 3759 } # Novara -> Novara, Biella, Domodossola, Vercelli + link = { vic = 721 hoi = 3758 hoi = 3691 } # Aosta -> Aosta, Ch�tillon # Lombardy, Trentino link = { vic = 726 hoi = 3692 hoi = 3625 } # Milan -> Milano, Como - link = { vic = 728 hoi = 3694 hoi = 3762 hoi = 3627 } # Brescia -> Cremona, Mantova, Brescia - link = { vic = 727 hoi = 3558 hoi = 3626 hoi = 3492 hoi = 3559 } # Bergamo -> Chiavenna, Bergamo, Sondrio, Sal� + link = { vic = 728 hoi = 3627 hoi = 3694 hoi = 3762 } # Brescia -> Brescia, Cremona, Mantova + link = { vic = 727 hoi = 3626 hoi = 3492 hoi = 3559 hoi = 3558 } # Bergamo -> Bergamo, Sondrio, Sal�, Chiavenna link = { vic = 734 hoi = 3427 hoi = 3560 } # Trent -> Trento, Ala - link = { vic = 735 hoi = 3494 hoi = 3428 hoi = 3493 } # Bozen -> Merano, Bolzano, Lasa + link = { vic = 735 hoi = 3428 hoi = 3494 hoi = 3493 } # Bozen -> Bolzano, Merano, Lasa # Veneto, Friuli link = { vic = 731 hoi = 3629 } # Padua -> Padova link = { vic = 730 hoi = 3695 hoi = 3628 } # Verona -> Verona, Vicenza @@ -1318,8 +1317,8 @@ # ## Former Yugoslavia and Albania # Slovenia link = { vic = 769 hoi = 3564 hoi = 3497 hoi = 3697 hoi = 3631 hoi = 3765 } # Postojna -> Nova Gorica, Bovec, Capodistria, Cerknica, Kostel - link = { vic = 768 hoi = 3498 hoi = 3431 hoi = 3363 hoi = 3565 hoi = 3698 hoi = 3632 } # Ljubljana -> Kranj, Jesenice, Maribor, Ljubljana, Ribnica, Novo Mesto - link = { vic = 767 hoi = 3432 hoi = 3433 hoi = 3500 hoi = 3566 hoi = 3499 } # Maribor -> Murska Sobota, Ptuj, Ormoz, Krsko, Celje + link = { vic = 768 hoi = 3565 hoi = 3698 hoi = 3632 hoi = 3498 hoi = 3431 } # Ljubljana -> Ljubljana, Ribnica, Novo Mesto, Kranj, Jesenice + link = { vic = 767 hoi = 3363 hoi = 3432 hoi = 3499 hoi = 3433 hoi = 3566 hoi = 3500 } # Maribor -> Maribor, Murska Sobota, Celje, Ptuj, Krsko, Ormoz # Croatia link = { vic = 770 hoi = 3904 hoi = 3833 hoi = 3764 hoi = 3976 } # Pola -> Pola, Rovigno, Umago, Lussino link = { vic = 778 hoi = 3834 } # Fiume -> Rijeka @@ -1327,7 +1326,7 @@ link = { vic = 780 hoi = 4236 hoi = 4426 hoi = 4237 hoi = 4172 } # Split -> Split, Korcula, Makarska, Sinj link = { vic = 781 hoi = 4171 hoi = 4111 } # Zadar -> Zara, Knin link = { vic = 774 hoi = 4044 hoi = 4045 hoi = 3905 hoi = 3977 } # Senj -> Karlobag, Udbina, Otocac, Perusic - link = { vic = 773 hoi = 3766 hoi = 3835 hoi = 3699 } # Karlovac -> Delnice, Ogulin, Karlovac + link = { vic = 773 hoi = 3699 hoi = 3766 hoi = 3835 } # Karlovac -> Karlovac, Delnice, Ogulin link = { vic = 771 hoi = 3633 } # Zagreb -> Zagreb link = { vic = 775 hoi = 3567 } # Vara�din -> Cakovec link = { vic = 776 hoi = 3634 hoi = 3701 } # Bjelovar -> Virovitica, Slatina @@ -1336,24 +1335,24 @@ link = { vic = 779 vic = 793 hoi = 3636 hoi = 3702 hoi = 3770 } # MANY-TO-MANY: Osijek, Vukovar -> Beli Manastir, Valpovo, Osijek # Bosnia and Herzegovina link = { vic = 784 hoi = 3906 hoi = 3978 hoi = 4046 hoi = 3767 hoi = 3836 } # Bihac -> Bihac, Bosanski Petrovac, Drvar, Vrnograc, Novi Grad - link = { vic = 785 hoi = 3838 hoi = 3837 hoi = 3907 hoi = 3979 hoi = 3980 hoi = 3908 hoi = 3768 } # Banja Luka -> Bosanski Brod, Gradiska, Sanski Most, Banja Luka, Doboj, Prnjavor, Bosanska Dubica + link = { vic = 785 hoi = 3979 hoi = 3980 hoi = 3768 hoi = 3837 hoi = 3907 hoi = 3908 hoi = 3838 } # Banja Luka -> Banja Luka, Doboj, Bosanska Dubica, Gradiska, Sanski Most, Prnjavor, Bosanski Brod link = { vic = 786 hoi = 3909 hoi = 3981 } # Tuzla -> Brcko, Tuzla - link = { vic = 787 hoi = 4175 hoi = 4114 hoi = 4239 hoi = 4115 hoi = 4049 } # Foca -> Rudo, Vlasenica, Foca, Visegrad, Zvornik + link = { vic = 787 hoi = 4239 hoi = 4175 hoi = 4115 hoi = 4049 hoi = 4114 } # Foca -> Foca, Rudo, Visegrad, Zvornik, Vlasenica link = { vic = 783 hoi = 4174 hoi = 4113 hoi = 4047 hoi = 4048 } # Sarajevo -> Sarajevo, Zenica, Travnik, Zavidovici link = { vic = 788 hoi = 4303 hoi = 4304 hoi = 4365 hoi = 4427 } # Mostar -> Mostar, Nevesinje, Gacko, Ljubinje link = { vic = 789 hoi = 4173 hoi = 4112 hoi = 4238 } # Livno -> Prozor, Jajce, Konjic # Serbia - link = { vic = 2538 hoi = 3571 hoi = 3637 hoi = 3840 hoi = 3771 hoi = 3704 hoi = 3839 hoi = 3703 hoi = 3570 hoi = 3638 } # Novi Sad -> Kanjiza, Subotica, Novi Sad, Kula, Srbobran, Backa Palanka, Sombor, Bajmok, Senta - link = { vic = 792 hoi = 3772 hoi = 3773 hoi = 3841 hoi = 3842 hoi = 3705 hoi = 3983 } # Pancevo -> Ada, Jasa Tomic, Zrenjanin, Vrsac, Kikinda, Panavo - link = { vic = 791 hoi = 3911 hoi = 3910 hoi = 3982 } # Mitrovica -> Ruma, Semska Mitrovica, Sabac + link = { vic = 2538 hoi = 3840 hoi = 3771 hoi = 3704 hoi = 3839 hoi = 3703 hoi = 3570 hoi = 3638 hoi = 3637 hoi = 3571 } # Novi Sad -> Novi Sad, Kula, Srbobran, Backa Palanka, Sombor, Bajmok, Senta, Subotica, Kanjiza + link = { vic = 792 hoi = 3841 hoi = 3842 hoi = 3705 hoi = 3983 hoi = 3772 hoi = 3773 } # Pancevo -> Zrenjanin, Vrsac, Kikinda, Panavo, Ada, Jasa Tomic + link = { vic = 791 hoi = 3910 hoi = 3982 hoi = 3911 } # Mitrovica -> Semska Mitrovica, Sabac, Ruma link = { vic = 794 hoi = 3912 hoi = 4050 hoi = 4051 } # Belgrade -> Beograd, Valjevo, Arandelovac - link = { vic = 797 hoi = 4116 hoi = 4176 hoi = 4177 } # U�ice -> Pozega, U�ice, Kraljevo + link = { vic = 797 hoi = 4176 hoi = 4177 hoi = 4116 } # U�ice -> U�ice, Kraljevo, Pozega link = { vic = 2577 hoi = 4240 hoi = 4306 hoi = 4367 } # Pljevlja -> Pljevlja, Kolasin, Plav link = { vic = 804 hoi = 4307 hoi = 4241 } # Novi Pazar -> Novi Pazar, Sjenica link = { vic = 796 hoi = 4117 hoi = 4178 hoi = 4052 } # Kragujevac -> Jagodina, Krusevac, Cuprija - link = { vic = 795 hoi = 3913 hoi = 3985 hoi = 4053 hoi = 3984 hoi = 4179 hoi = 4118 } # Bor -> Velico Gradiste, Petrovac, Zajecar, Pozarevac, Knjazevac, Boljevac - link = { vic = 798 hoi = 4242 hoi = 4243 hoi = 4244 } # Ni� -> Kursumlija, Nis, Pirot - link = { vic = 799 hoi = 4369 hoi = 4309 hoi = 4432 hoi = 4308 } # Leskovac -> Surdulica, Vlasotince, Bosilegrad, Medveda + link = { vic = 795 hoi = 3913 hoi = 3985 hoi = 4053 hoi = 3984 hoi = 4179 hoi = 4118 hoi = 3914 } # Bor -> Velico Gradiste, Petrovac, Zajecar, Pozarevac, Knjazevac, Boljevac, Turnu Severin + link = { vic = 798 hoi = 4243 hoi = 4244 hoi = 4308 hoi = 4242 } # Ni� -> Nis, Pirot, Medveda, Kursumlija + link = { vic = 799 hoi = 4309 hoi = 4432 hoi = 4369 } # Leskovac -> Vlasotince, Bosilegrad, Surdulica # Montenegro link = { vic = 2582 hoi = 4493 hoi = 4492 } # Kotor -> Cetinje, Herceg Novi link = { vic = 800 hoi = 4553 hoi = 4429 } # Ulcinj -> Ulcinj, Podgorica @@ -1366,66 +1365,67 @@ link = { vic = 806 hoi = 4556 hoi = 4496 hoi = 4431 hoi = 4610 } # Skopje -> Kocani, Stip, Kumanovo, Veles link = { vic = 807 hoi = 4495 hoi = 4664 hoi = 4609 hoi = 4555 } # Bitola -> Tetovo, Bitola, Gostivar, Skopje # Albania - link = { vic = 850 hoi = 4554 hoi = 4494 hoi = 4608 } # Shkoder -> Rreshen, Shkoder, Lezhe - link = { vic = 849 vic = 851 hoi = 4663 hoi = 4716 } # MANY-TO-MANY: Tirana, Durres -> Tirane, Durres - link = { vic = 853 vic = 852 hoi = 4769 hoi = 4717 } # MANY-TO-MANY: Gjirokaster, Vlore -> Vlore, Korce + link = { vic = 850 hoi = 4494 hoi = 4608 hoi = 4554 } # Shkoder -> Shkoder, Lezhe, Rreshen + link = { vic = 849 hoi = 4663 } # Tirana -> Tirane + link = { vic = 851 hoi = 4716 } # Durres -> Durres + link = { vic = 852 vic = 853 hoi = 4769 hoi = 4717 } # MANY-TO-MANY: Vlore, Gjirokaster -> Vlore, Korce # ## Romania and Bulgaria # Bulgaria link = { vic = 818 hoi = 4058 hoi = 3990 hoi = 3989 } # Silistre -> Cavarna, Dobrich, Dulovo - link = { vic = 814 hoi = 4183 } # Varna -> Tolbuchin - link = { vic = 817 hoi = 4248 hoi = 4123 } # Burgas -> Burgas, Varna - link = { vic = 816 hoi = 4373 hoi = 4372 hoi = 4247 hoi = 4312 hoi = 4313 } # Stara Zagora -> Dimitrovgrad, Pazardzhik, Sliven, Stara Zagora, Yambol + link = { vic = 814 hoi = 4123 hoi = 4183 } # Varna -> Varna, Tolbuchin + link = { vic = 817 hoi = 4248 } # Burgas -> Burgas + link = { vic = 816 hoi = 4312 hoi = 4313 hoi = 4373 hoi = 4372 hoi = 4247 } # Stara Zagora -> Stara Zagora, Yambol, Dimitrovgrad, Pazardzhik, Sliven link = { vic = 815 hoi = 4435 hoi = 4500 hoi = 4559 hoi = 4499 hoi = 4558 hoi = 4434 } # Plovdiv -> Plovdiv, Momcilgrad, Madan, Asenovgrad, Paschmakti, Stanke Dimitrov link = { vic = 808 hoi = 4497 hoi = 4498 hoi = 4557 } # Petrich -> Petric, Blagoevgrad, Goce Delcev link = { vic = 809 hoi = 4371 hoi = 4433 hoi = 4370 hoi = 4310 } # Sofia -> Sofiya, Pernik, Kyustendil, Berkovica - link = { vic = 810 hoi = 4180 hoi = 4119 hoi = 4245 hoi = 4121 } # Vidin -> Lom, Vidin, Orechow, Pleven + link = { vic = 810 hoi = 4119 hoi = 4245 hoi = 4121 hoi = 4180 } # Vidin -> Vidin, Orechow, Pleven, Lom link = { vic = 812 hoi = 4311 hoi = 4181 } # Pleven -> Sopot, Vratsa - link = { vic = 813 hoi = 4182 hoi = 4122 hoi = 4246 } # Shumen -> Tarnovo, Shumen, Kazanlak + link = { vic = 813 hoi = 4122 hoi = 4246 hoi = 4182 } # Shumen -> Shumen, Kazanlak, Tarnovo link = { vic = 811 hoi = 4056 hoi = 4057 } # Ruse -> Ruse, Silistria # Walachia link = { vic = 674 hoi = 3919 hoi = 3848 hoi = 3780 hoi = 3712 } # Constanta -> Constanta, Medgidia, Babadag, Topolog - link = { vic = 675 hoi = 3713 hoi = 3646 hoi = 3580 hoi = 3579 } # Tulcea -> Sulina, Tulcea, St.Georg, Macin - link = { vic = 668 hoi = 3711 hoi = 3644 hoi = 3645 hoi = 3578 hoi = 3643 } # Braila -> Buzau, Ramnicu Sarat, Braila, Topliceni, Nehoiu - link = { vic = 669 hoi = 3918 hoi = 3779 hoi = 3847 } # Calarasi -> Fetesti, Slobozia, Calarasi - link = { vic = 664 hoi = 3916 hoi = 3988 hoi = 4055 hoi = 3917 hoi = 4120 } # Bucharest -> Slatina, Giurgiu, Alexandria, Bucuresti, Turnu Macur - link = { vic = 667 hoi = 3777 hoi = 3710 hoi = 3778 hoi = 3846 } # Tirgoviste -> Pitesti, Campina, Ploiesti, T�rgoviste - link = { vic = 665 hoi = 3775 hoi = 3843 hoi = 3709 hoi = 3776 hoi = 3844 hoi = 3708 hoi = 3845 } # Tirgu Jiu -> Baja de Arama, Orsova, R�mnicu V�lcea, Filiasi, Rovinari, Tirgu Jiu, Dragasani - link = { vic = 666 hoi = 3986 hoi = 3914 hoi = 3987 hoi = 3915 hoi = 4054 } # Craiova -> Jiana, Turnu Severin, Craiova, Caracal, Calafat + link = { vic = 675 hoi = 3646 hoi = 3580 hoi = 3579 hoi = 3713 } # Tulcea -> Tulcea, St.Georg, Macin, Sulina + link = { vic = 668 hoi = 3645 hoi = 3578 hoi = 3643 hoi = 3711 hoi = 3644 } # Braila -> Braila, Topliceni, Nehoiu, Buzau, Ramnicu Sarat + link = { vic = 669 hoi = 3847 hoi = 3918 hoi = 3779 } # Calarasi -> Calarasi, Fetesti, Slobozia + link = { vic = 664 hoi = 3917 hoi = 4055 hoi = 4120 hoi = 3916 hoi = 3988 } # Bucharest -> Bucuresti, Alexandria, Turnu Macur, Slatina, Giurgiu + link = { vic = 667 hoi = 3846 hoi = 3710 hoi = 3777 hoi = 3778 } # Tirgoviste -> T�rgoviste, Campina, Pitesti, Ploiesti + link = { vic = 665 hoi = 3708 hoi = 3709 hoi = 3845 hoi = 3776 hoi = 3844 hoi = 3775 hoi = 3843 } # Tirgu Jiu -> Tirgu Jiu, R�mnicu V�lcea, Dragasani, Filiasi, Rovinari, Baja de Arama, Orsova + link = { vic = 666 hoi = 3987 hoi = 3915 hoi = 4054 hoi = 3986 } # Craiova -> Craiova, Caracal, Calafat, Jiana # Moldavia link = { vic = 672 hoi = 3238 hoi = 3444 hoi = 3374 hoi = 3511 hoi = 3239 } # Bacau -> Piatra Neamt, Bacau, Onesti, Focsani, Roman link = { vic = 663 hoi = 3171 hoi = 3104 hoi = 3170 } # Suceava -> Suceava, Radauti, Stulpicani - link = { vic = 671 hoi = 3037 hoi = 3105 } # Botosani -> Dorohoi, Botosani - link = { vic = 670 hoi = 3240 hoi = 3173 hoi = 3375 hoi = 3306 } # Iasi -> Vaslui, Husi, B�rlad, Iasi + link = { vic = 671 hoi = 3105 hoi = 3037 } # Botosani -> Botosani, Dorohoi + link = { vic = 670 hoi = 3306 hoi = 3240 hoi = 3173 hoi = 3375 } # Iasi -> Iasi, Vaslui, Husi, B�rlad link = { vic = 673 hoi = 3445 hoi = 3305 } # Galati -> Galati, Tecuci - link = { vic = 676 hoi = 3308 hoi = 3241 hoi = 3038 hoi = 3307 } # Chisinau -> Ermoclia, Bender, Chisinau, Cahul + link = { vic = 676 hoi = 3038 hoi = 3307 hoi = 3241 hoi = 3308 } # Chisinau -> Chisinau, Cahul, Bender, Ermoclia link = { vic = 677 hoi = 3172 hoi = 3106 hoi = 2969 } # Balti -> Balti, Orhei, Soroca # Transylvania link = { vic = 653 hoi = 3572 hoi = 3640 hoi = 3774 } # Resicab�nya -> Resita, Caransebes, Mehadia - link = { vic = 652 hoi = 3573 hoi = 3505 hoi = 3706 hoi = 3506 hoi = 3639 hoi = 3438 } # Temesvar -> Arad, S�nnicolau Mare, Timisoara, Lipova, Lugoj, Faget - link = { vic = 647 hoi = 3369 hoi = 3439 hoi = 3234 } # Oradea -> Beius, Dezna, Oradea + link = { vic = 652 hoi = 3706 hoi = 3506 hoi = 3639 hoi = 3438 hoi = 3573 hoi = 3505 } # Temesvar -> Timisoara, Lipova, Lugoj, Faget, Arad, S�nnicolau Mare + link = { vic = 647 hoi = 3234 hoi = 3369 hoi = 3439 } # Oradea -> Oradea, Beius, Dezna link = { vic = 651 hoi = 3101 hoi = 3034 hoi = 3167 hoi = 3168 } # Szatm�r -> Satu Mare, Carei, Tasnad, Jibou - link = { vic = 661 hoi = 3035 hoi = 3102 hoi = 3103 hoi = 3169 } # Beszterce -> Sighetu Marmatiei, Baia Mare, Rodna, Bistrija - link = { vic = 660 hoi = 3443 hoi = 3373 hoi = 3304 } # Udvarhely -> T�rgu Secuiesc, Miercurca Ciuc, Gheorgheni - link = { vic = 659 hoi = 3575 hoi = 3510 hoi = 3577 hoi = 3642 } # Brasso -> Fagaras, Sfantu Gheorghe, Brasov, Bran - link = { vic = 657 hoi = 3509 hoi = 3576 hoi = 3302 } # Nagyszeben -> Cincu, Sibiu, Sighisoara - link = { vic = 2533 hoi = 3372 hoi = 3442 hoi = 3303 hoi = 3237 } # Targu Mures -> Christura, Odorhei, T�rgu Mures, Gurghiu + link = { vic = 661 hoi = 3102 hoi = 3035 hoi = 3169 hoi = 3103 } # Beszterce -> Baia Mare, Sighetu Marmatiei, Bistrija, Rodna + link = { vic = 660 hoi = 3373 hoi = 3304 hoi = 3510 hoi = 3443 } # Udvarhely -> Miercurca Ciuc, Gheorgheni, Sfantu Gheorghe, T�rgu Secuiesc + link = { vic = 659 hoi = 3577 hoi = 3642 hoi = 3575 } # Brasso -> Brasov, Bran, Fagaras + link = { vic = 657 hoi = 3576 hoi = 3509 hoi = 3302 } # Nagyszeben -> Sibiu, Cincu, Sighisoara + link = { vic = 2533 hoi = 3303 hoi = 3237 hoi = 3372 hoi = 3442 } # Targu Mures -> T�rgu Mures, Gurghiu, Christura, Odorhei link = { vic = 654 hoi = 3441 hoi = 3236 hoi = 3235 hoi = 3301 } # Cluj -> Cluj, Dej, Zalau, Bologa - link = { vic = 655 hoi = 3371 hoi = 3440 hoi = 3370 hoi = 3508 } # Gyulafehervar -> Turda, Sinmiclaus, Cimpeni, Alba Iulia + link = { vic = 655 hoi = 3508 hoi = 3371 hoi = 3440 hoi = 3370 } # Gyulafehervar -> Alba Iulia, Turda, Sinmiclaus, Cimpeni link = { vic = 656 hoi = 3507 hoi = 3574 hoi = 3641 hoi = 3707 } # Deva -> Deva, Gradiste, Petrosani, Lupeni # ## Greece # Macedonia link = { vic = 829 vic = 830 hoi = 4614 } # Xanthe, Dedeagatch -> Thasos - link = { vic = 823 hoi = 4612 hoi = 4613 } # Kavala -> Serres, Kavala + link = { vic = 823 hoi = 4613 hoi = 4612 } # Kavala -> Kavala, Serres link = { vic = 822 hoi = 4720 hoi = 4667 } # Polygyros -> Salonica, Arnaia link = { vic = 805 hoi = 4666 hoi = 4611 } # Salonika -> Kilkis, Giannitsa link = { vic = 821 hoi = 4665 hoi = 4719 hoi = 4821 } # Edessa -> Edessa, Meliki, Katerini - link = { vic = 819 hoi = 4770 hoi = 4718 } # Florina -> Kastoria, Florina + link = { vic = 819 hoi = 4718 hoi = 4770 } # Florina -> Florina, Kastoria link = { vic = 820 hoi = 4820 hoi = 4771 } # Grevena -> Paliouria, Kozani # Thessaly, Epirus - link = { vic = 832 hoi = 4873 hoi = 4921 } # Volos -> Larisa, Volos - link = { vic = 836 hoi = 5005 hoi = 4965 } # Lamia -> Gardiki, Lamia - link = { vic = 831 hoi = 4920 hoi = 4872 } # Larissa -> Trikala, Sykia - link = { vic = 833 hoi = 4964 hoi = 4919 } # Trikkala -> Agrinio, Thesprotiko + link = { vic = 832 hoi = 4921 } # Volos -> Volos + link = { vic = 836 hoi = 4965 hoi = 5005 } # Lamia -> Lamia, Gardiki + link = { vic = 831 hoi = 4872 hoi = 4873 } # Larissa -> Sykia, Larisa + link = { vic = 833 hoi = 4920 hoi = 4964 hoi = 4919 } # Trikkala -> Trikala, Agrinio, Thesprotiko link = { vic = 824 vic = 826 hoi = 4819 hoi = 4871 hoi = 4918 hoi = 4870 } # MANY-TO-MANY: Janina, Corfu -> Ioannina, Pramanta, Morfi, Kerkyra link = { vic = 825 hoi = 4963 } # Arta -> Arta link = { vic = 837 hoi = 5040 hoi = 5004 } # Missolonghi -> Mesolongi, Astakos @@ -1436,7 +1436,7 @@ link = { vic = 834 hoi = 5076 } # Athens -> Athina link = { vic = 840 hoi = 5107 hoi = 5137 } # Corinth -> Korinthos, Nafplio link = { vic = 842 hoi = 5106 } # Patras -> Patra - link = { vic = 841 hoi = 5204 hoi = 5170 } # Kalamata -> Kalamata, Meligalas + link = { vic = 841 hoi = 5170 hoi = 5204 } # Kalamata -> Meligalas, Kalamata link = { vic = 839 hoi = 5171 hoi = 5136 } # Nafplion -> Argos, Tripolis # Aegean link = { vic = 838 hoi = 5077 } # Khalkis -> Chalkida @@ -1450,24 +1450,24 @@ link = { vic = 856 hoi = 5172 } # Limassol -> Lemesos # Thrace link = { vic = 859 vic = 828 hoi = 4560 hoi = 4501 hoi = 4436 } # MANY-TO-MANY: Gallipoli, Edirne -> Gelibolu, Tekirdag, Edirne - link = { vic = 858 hoi = 4375 hoi = 4374 hoi = 4437 hoi = 4502 } # Kirklareli -> Demirk�y, Kirklareli, L�leburgaz, Corlu + link = { vic = 858 hoi = 4374 hoi = 4502 hoi = 4375 hoi = 4437 } # Kirklareli -> Kirklareli, Corlu, Demirk�y, L�leburgaz # ## Baltic # Estonia link = { vic = 353 hoi = 985 } # �sel -> Saaremaa - link = { vic = 349 hoi = 945 hoi = 906 hoi = 863 hoi = 946 } # Reval -> Haapsalu, Tallinn, Tapa, Rapla + link = { vic = 349 hoi = 906 hoi = 863 hoi = 946 hoi = 945 } # Reval -> Tallinn, Tapa, Rapla, Haapsalu link = { vic = 350 vic = 2713 hoi = 820 hoi = 864 hoi = 819 hoi = 907 } # MANY-TO-MANY: Narva, Peipsi J�rv -> Narva, Kohtla J�rve, Rakvere, Paide - link = { vic = 352 hoi = 1062 hoi = 988 hoi = 947 } # Dorpat -> V�ru, Tartu, Jogeva - link = { vic = 351 hoi = 1060 hoi = 1024 hoi = 987 hoi = 1025 hoi = 986 } # P�rnu -> Sindi, Viljandi, V�hma, R�ngu, P�rnu + link = { vic = 352 hoi = 988 hoi = 1062 hoi = 947 } # Dorpat -> Tartu, V�ru, Jogeva + link = { vic = 351 hoi = 986 hoi = 987 hoi = 1024 hoi = 1060 hoi = 1025 } # P�rnu -> P�rnu, V�hma, Viljandi, Sindi, R�ngu # Latvia - link = { vic = 355 hoi = 1098 hoi = 1061 hoi = 1099 hoi = 1139 hoi = 1179 hoi = 1180 hoi = 1140 } # Valmiera -> Salacgriva, Valka, Ape, Jaunpiebalga, Ergli, Madona, Gulbene - link = { vic = 356 hoi = 1265 hoi = 1311 hoi = 1223 hoi = 1224 hoi = 1266 } # Daugavpils -> Livani, Daugavpils, Rezekne, Ludza, Dagda - link = { vic = 357 hoi = 1137 hoi = 1220 hoi = 1263 hoi = 1221 hoi = 1222 } # Jelgava -> Jurmala, Jelgava, Bauska, Aizkraukle, Jekabpils + link = { vic = 355 hoi = 1180 hoi = 1140 hoi = 1098 hoi = 1061 hoi = 1099 hoi = 1139 hoi = 1179 } # Valmiera -> Madona, Gulbene, Salacgriva, Valka, Ape, Jaunpiebalga, Ergli + link = { vic = 356 hoi = 1311 hoi = 1223 hoi = 1224 hoi = 1266 hoi = 1265 } # Daugavpils -> Daugavpils, Rezekne, Ludza, Dagda, Livani + link = { vic = 357 hoi = 1220 hoi = 1263 hoi = 1221 hoi = 1222 hoi = 1137 } # Jelgava -> Jelgava, Bauska, Aizkraukle, Jekabpils, Jurmala link = { vic = 354 hoi = 1178 hoi = 1138 } # Riga -> Riga, Sigulda link = { vic = 358 hoi = 1096 hoi = 1097 hoi = 1136 hoi = 1177 hoi = 1219 hoi = 1262 } # Ventspils -> Ventspils, Valdem�rpils, Stende, Tukums, Saldus, Dobele link = { vic = 359 hoi = 1218 hoi = 1176 hoi = 1261 } # Liepaja -> Liepaja, Alsunga, Vainode # Lithuania - link = { vic = 365 hoi = 1307 hoi = 1351 hoi = 1395 } # Palanga -> Plunge, Rietavas, Palanga - link = { vic = 698 hoi = 1440 hoi = 1306 } # Memel -> Pogegen, Memel + link = { vic = 365 hoi = 1395 hoi = 1307 hoi = 1351 } # Palanga -> Palanga, Plunge, Rietavas + link = { vic = 698 hoi = 1306 hoi = 1440 } # Memel -> Memel, Pogegen link = { vic = 364 hoi = 1352 hoi = 1397 hoi = 1441 hoi = 1396 hoi = 1487 } # Siauliai -> Siauliai, Raseiniai, Ariogala, Taurage, Jurbarkas link = { vic = 363 hoi = 1353 hoi = 1398 hoi = 1354 hoi = 1308 hoi = 1309 hoi = 1264 hoi = 1310 } # Panevezys -> Panevezys, Jonava, Ukmerge, Joniskis, Pasvalis, Birzai, Rokiskis link = { vic = 360 hoi = 1532 hoi = 1531 hoi = 1444 hoi = 1355 hoi = 1443 hoi = 1399 } # Vilnius -> Wilno, Trakai, Swieziany, Zarasai, �irvintos, Utena @@ -1475,7 +1475,7 @@ link = { vic = 362 hoi = 1530 hoi = 1529 hoi = 1577 hoi = 1631 hoi = 1578 } # Marijampole -> Mariampol�, Kybartai, Kalvarija, Merech, Alytus # Kaliningrad link = { vic = 697 hoi = 1576 hoi = 1486 } # Gumbinnen -> Gumbinnen, Tilsit - link = { vic = 695 hoi = 1439 hoi = 1527 hoi = 1485 hoi = 1575 hoi = 1528 } # K�nigsberg -> Cranz, K�nigsberg, Labiau, Wehlau, Insterburg + link = { vic = 695 hoi = 1527 hoi = 1485 hoi = 1575 hoi = 1528 hoi = 1439 } # K�nigsberg -> K�nigsberg, Labiau, Wehlau, Insterburg, Cranz # ## Belarus and Ukraine # Western Belarus link = { vic = 937 hoi = 1986 hoi = 1931 hoi = 2044 hoi = 2102 hoi = 2103 hoi = 1987 hoi = 1812 hoi = 1872 hoi = 2045 } # Brest-Litovsk -> Brzesc Litewski, Swislocz, Kobryn, Maloryta, Dywin, Bereza, Slonim, Rozana, Janow @@ -1483,9 +1483,9 @@ link = { vic = 940 hoi = 1933 hoi = 1988 hoi = 1932 hoi = 1873 hoi = 2046 hoi = 1989 hoi = 1874 hoi = 1814 hoi = 1990 hoi = 2047 hoi = 2403 hoi = 2163 } # Pinsk -> Pinsk, Konczyce, Domonovo, Lesna, Malkowicze, Luniniec, Deniskowicze, Starobin, Zhytkavichy, Stolin, Davyd Haradok, Almany link = { vic = 939 hoi = 1813 hoi = 1692 hoi = 1753 hoi = 1754 hoi = 3326 hoi = 1934 } # Baranovichi -> Baranowicze, Korelicze, Nowogr�dek, Nieswiez, Uzda, Salihorsk link = { vic = 938 hoi = 1632 hoi = 1633 hoi = 1693 hoi = 1634 hoi = 1579 hoi = 1489 hoi = 1490 hoi = 1445 hoi = 1402 hoi = 1533 hoi = 1580 } # Lida -> Lida, Iwje, Jeremicze, Molodeczno, Zabloc, Oszmiana, Krzywicze, Glebokie, Doksycy, Wilejka, Smorgonie - link = { vic = 947 hoi = 1400 hoi = 1401 hoi = 1226 hoi = 1267 hoi = 1312 hoi = 1356 } # Pastavy -> Szarkowszczyzna, Padsvillie, Dzisna, Drissa, Mjory, Braslaw + link = { vic = 947 hoi = 1401 hoi = 1226 hoi = 1267 hoi = 1312 hoi = 1356 hoi = 1400 } # Pastavy -> Padsvillie, Dzisna, Drissa, Mjory, Braslaw, Szarkowszczyzna # Eastern Belarus - link = { vic = 946 hoi = 1105 hoi = 1491 hoi = 1144 hoi = 1446 hoi = 1403 } # Polotsk -> Rasony, Polatsk, Dominikovo, Haradok, Drozdy + link = { vic = 946 hoi = 1491 hoi = 1144 hoi = 1446 hoi = 1403 hoi = 1105 } # Polotsk -> Polatsk, Dominikovo, Haradok, Drozdy, Rasony link = { vic = 945 hoi = 1229 hoi = 1534 hoi = 1315 hoi = 1107 hoi = 1148 } # Vitebsk -> Liezna, Vitsyebsk, Suraz, Sumilina, Sianno link = { vic = 944 hoi = 1407 hoi = 1362 hoi = 1582 hoi = 1636 hoi = 1696 hoi = 1699 hoi = 1816 hoi = 1756 } # Orsha -> Dubrouna, Bogushevsk, Orsha, Horki, Mstsislaw, Kasciukovicy, Krychaw, Chavusy link = { vic = 949 hoi = 1991 hoi = 1994 hoi = 1878 hoi = 1818 hoi = 1544 hoi = 1876 } # Gomel -> Homel, Dobrush, Chachersk, Karma, Rahachow, Slawharad @@ -1494,75 +1494,75 @@ link = { vic = 941 hoi = 1875 hoi = 1755 hoi = 1757 hoi = 1697 hoi = 1585 hoi = 1638 hoi = 1639 hoi = 1815 hoi = 1877 hoi = 1758 hoi = 1698 } # Slutsk -> Hlusk, Maryina Horka, Babruysk, Berazino, Koyno, Kirovsk, Bialynicy, Bykhaw, Skausyn, Akciabrski, Parycy link = { vic = 942 hoi = 2106 hoi = 2288 hoi = 1881 hoi = 1824 hoi = 2048 hoi = 1880 hoi = 1938 hoi = 1937 hoi = 2344 hoi = 1935 hoi = 1701 hoi = 2342 } # Mozyr -> Mazyr, Brahin, Choyniki, Rechytsa, Buda Kasaliova, Kalinkavicy, Kapatkevitchy, Pietrykau, Lelchytsy, Zhlobin, Sasnovy Bor, Dobryn # Ukrainian Far West - link = { vic = 950 hoi = 2898 hoi = 2832 hoi = 2899 hoi = 2965 hoi = 2966 hoi = 2900 hoi = 2967 } # Uzgorord -> Sop, Uzhorod, Svalava, Mukacevo, Chust, Volove, Rachov - link = { vic = 662 hoi = 2902 hoi = 2968 } # Cernauti -> Chotinu, Cernauti + link = { vic = 950 hoi = 2832 hoi = 2899 hoi = 2965 hoi = 2966 hoi = 2900 hoi = 2967 hoi = 2898 } # Uzgorord -> Uzhorod, Svalava, Mukacevo, Chust, Volove, Rachov, Sop + link = { vic = 662 hoi = 2968 hoi = 2902 } # Cernauti -> Cernauti, Chotinu # Galicia link = { vic = 953 hoi = 2769 hoi = 3036 hoi = 2901 hoi = 2835 hoi = 2834 } # Stanislavov -> Stanislawow, Jablonow, Kolomyja, Horodenka, Dolina - link = { vic = 951 hoi = 2636 hoi = 2702 hoi = 2637 hoi = 2768 hoi = 2833 hoi = 2703 } # Stryi -> Jaworow, Turka, Sambor, Drohobycz, Skole, Stryj + link = { vic = 951 hoi = 2703 hoi = 2637 hoi = 2768 hoi = 2833 hoi = 2702 hoi = 2636 } # Stryi -> Stryj, Sambor, Drohobycz, Skole, Turka, Jaworow link = { vic = 702 hoi = 2509 hoi = 2449 hoi = 2390 hoi = 2638 hoi = 2510 hoi = 2639 } # Lvov -> Lw�w, Krasne, Zolkiew, Shodorow, Brody, Zloczow link = { vic = 952 hoi = 2573 hoi = 2770 hoi = 2392 hoi = 2704 } # Ternopil -> Tarnopol, Husiatyn, Krzemieniec, Rohatyn # Volhynia - link = { vic = 957 hoi = 2104 hoi = 2162 hoi = 2161 hoi = 2160 hoi = 2219 hoi = 2275 hoi = 2333 hoi = 2105 hoi = 2391 hoi = 2276 hoi = 2220 } # Kovel -> Sarny, Stepan, Kamien Koszyrski, Switaz, Kowel, Luboml, Wlodzimierz Wolynski, Klesow, Poryck, Rozyszcze, Kolki - link = { vic = 956 hoi = 2277 hoi = 2335 hoi = 2450 hoi = 2221 hoi = 2278 hoi = 2334 hoi = 2336 } # Rovne -> Kiwerce, R�wne, Dubno, Kostopol, Berezne, Luck, Korets + link = { vic = 957 hoi = 2219 hoi = 2275 hoi = 2333 hoi = 2105 hoi = 2391 hoi = 2276 hoi = 2220 hoi = 2104 hoi = 2162 hoi = 2161 hoi = 2160 } # Kovel -> Kowel, Luboml, Wlodzimierz Wolynski, Klesow, Poryck, Rozyszcze, Kolki, Sarny, Stepan, Kamien Koszyrski, Switaz + link = { vic = 956 hoi = 2335 hoi = 2450 hoi = 2221 hoi = 2278 hoi = 2334 hoi = 2336 hoi = 2277 } # Rovne -> R�wne, Dubno, Kostopol, Berezne, Luck, Korets, Kiwerce # Podolia - link = { vic = 955 hoi = 2393 hoi = 2451 hoi = 2511 hoi = 2512 hoi = 2574 hoi = 2705 hoi = 2771 hoi = 2836 hoi = 2706 hoi = 2640 hoi = 2452 hoi = 2774 } # Proskorov -> Shepetivka, Izyaslav, Netyshin, Starokostyantyniv, Volochysk, Horodok, Dunaivtsi, Kamianets Podilskyi, Borsuky, Proskurov, Polonne, Letychiv - link = { vic = 954 hoi = 2707 hoi = 2772 hoi = 2903 hoi = 2970 hoi = 2641 hoi = 2575 hoi = 2643 hoi = 2577 hoi = 2514 hoi = 2839 hoi = 2710 hoi = 2709 hoi = 2579 hoi = 2972 } # Vinnitsa -> Bar, Tulchyn, Vendychany, Bershad, Illintsi, Vinnytsya, Lypovets, Pohrebyshche, Kalynivka, Starhorod, Pryvitne, Stryzhavka, Khmilnyk, Obodivka + link = { vic = 955 hoi = 2640 hoi = 2705 hoi = 2836 hoi = 2706 hoi = 2771 hoi = 2774 hoi = 2512 hoi = 2452 hoi = 2393 hoi = 2451 hoi = 2574 hoi = 2511 } # Proskorov -> Proskurov, Horodok, Kamianets Podilskyi, Borsuky, Dunaivtsi, Letychiv, Starokostyantyniv, Polonne, Shepetivka, Izyaslav, Volochysk, Netyshin + link = { vic = 954 hoi = 2575 hoi = 2643 hoi = 2577 hoi = 2839 hoi = 2710 hoi = 2972 hoi = 2709 hoi = 2514 hoi = 2707 hoi = 2579 hoi = 2903 hoi = 2772 hoi = 2641 hoi = 2970 } # Vinnitsa -> Vinnytsya, Lypovets, Pohrebyshche, Starhorod, Pryvitne, Obodivka, Stryzhavka, Kalynivka, Bar, Khmilnyk, Vendychany, Tulchyn, Illintsi, Bershad # The Dnieper - link = { vic = 959 hoi = 2164 hoi = 2222 hoi = 2460 hoi = 2337 hoi = 2395 hoi = 2394 hoi = 2513 hoi = 2708 hoi = 2224 hoi = 2397 hoi = 2399 hoi = 2338 hoi = 2343 hoi = 2396 } # Korosten -> Zhubrovychi, Olevsk, Ovruch, Korosten, Yemilchyne, Novohrad Volynskyi, Chudniv, Baranivka, Malyn, Cheryakiv, Volodarsk Volynski, Radomyshi, Narodychi, Ivankov + link = { vic = 959 hoi = 2337 hoi = 2395 hoi = 2394 hoi = 2513 hoi = 2708 hoi = 2224 hoi = 2397 hoi = 2399 hoi = 2338 hoi = 2343 hoi = 2396 hoi = 2164 hoi = 2222 hoi = 2460 } # Korosten -> Korosten, Yemilchyne, Novohrad Volynskyi, Chudniv, Baranivka, Malyn, Cheryakiv, Volodarsk Volynski, Radomyshi, Narodychi, Ivankov, Zhubrovychi, Olevsk, Ovruch link = { vic = 958 hoi = 2223 hoi = 2225 hoi = 2281 hoi = 2165 hoi = 2280 } # Kiev -> Kyiv, Makariv, Borodjanka, Brovary, Boryspil - link = { vic = 960 hoi = 2642 hoi = 2773 hoi = 2455 hoi = 2398 hoi = 2454 hoi = 2279 hoi = 2453 hoi = 2837 hoi = 2576 hoi = 2581 hoi = 2456 hoi = 2578 hoi = 2644 hoi = 2775 } # Zhitomir -> Monastyryshche, Talne, Fastiv, Andrushivka, Kodnya, Zhytomyr, Berdychiv, Uman, Zhashkiv, Skvyra, Obukhiv, Korsun, Horodysche, Shpola + link = { vic = 960 hoi = 2279 hoi = 2453 hoi = 2837 hoi = 2576 hoi = 2581 hoi = 2456 hoi = 2578 hoi = 2644 hoi = 2775 hoi = 2642 hoi = 2773 hoi = 2398 hoi = 2455 hoi = 2454 } # Zhitomir -> Zhytomyr, Berdychiv, Uman, Zhashkiv, Skvyra, Obukhiv, Korsun, Horodysche, Shpola, Monastyryshche, Talne, Andrushivka, Fastiv, Kodnya link = { vic = 961 hoi = 2516 hoi = 2645 hoi = 2711 hoi = 2776 hoi = 2840 hoi = 2517 hoi = 2841 hoi = 2777 hoi = 2712 hoi = 2908 hoi = 2974 hoi = 3042 hoi = 2842 } # Cherkassy -> Kaniv, Smila, Petrove, Mala Vyska, Novo Ukrainka, Cherkasy, Kamianka, Svitlovodsk, Oleksandriia, Dolynska, Kirovohrad, Bobrynets, Oleksandrivka # Zaporozhia, Bessarabia - link = { vic = 678 hoi = 3377 hoi = 3446 hoi = 3513 hoi = 3512 hoi = 3376 } # Izmail -> Cetatea Alba, Kilia, Ismail, Reni, Artsyz - link = { vic = 968 hoi = 3242 hoi = 3309 hoi = 3243 hoi = 2523 } # Odessa -> Illichivsk, Odessa, Ochakiv, Berezanka - link = { vic = 969 hoi = 3107 hoi = 2971 hoi = 3040 hoi = 3041 hoi = 3108 hoi = 3175 hoi = 2905 hoi = 3039 hoi = 2904 hoi = 3109 hoi = 2907 hoi = 2973 hoi = 2906 hoi = 3174 hoi = 2838 } # Pervomaisk -> Ananyiv, Balta, Pervomaysk, Kotovsk, Lyubashivka, Berezivka, Budei, Kodyma, Ulyanovka, Rozdilna, Veselynove, Arbuzynka, Lypnyazhka, Tiraspol, Rybnica - link = { vic = 970 hoi = 3176 hoi = 3244 hoi = 3111 hoi = 3177 hoi = 2586 hoi = 2647 hoi = 3110 hoi = 3043 } # Nikolaev -> Nova Odesa, Mykolaiv, Dobre, Snihurivka, Novovorontsovka, Yelanets, Bashtanka, Novy Buh + link = { vic = 678 hoi = 3513 hoi = 3512 hoi = 3376 hoi = 3377 hoi = 3446 } # Izmail -> Ismail, Reni, Artsyz, Cetatea Alba, Kilia + link = { vic = 968 hoi = 3309 hoi = 3243 hoi = 2523 hoi = 3242 } # Odessa -> Odessa, Ochakiv, Berezanka, Illichivsk + link = { vic = 969 hoi = 3040 hoi = 3041 hoi = 3108 hoi = 3175 hoi = 2905 hoi = 3039 hoi = 2904 hoi = 3109 hoi = 2907 hoi = 2973 hoi = 2906 hoi = 3174 hoi = 2838 hoi = 2971 hoi = 3107 } # Pervomaisk -> Pervomaysk, Kotovsk, Lyubashivka, Berezivka, Budei, Kodyma, Ulyanovka, Rozdilna, Veselynove, Arbuzynka, Lypnyazhka, Tiraspol, Rybnica, Balta, Ananyiv + link = { vic = 970 hoi = 3244 hoi = 3111 hoi = 3177 hoi = 2586 hoi = 2647 hoi = 3110 hoi = 3043 hoi = 3176 } # Nikolaev -> Mykolaiv, Dobre, Snihurivka, Novovorontsovka, Yelanets, Bashtanka, Novy Buh, Nova Odesa link = { vic = 971 hoi = 2975 hoi = 2778 hoi = 2909 hoi = 2715 hoi = 2714 hoi = 3044 hoi = 2716 } # Krivoy Rog -> Kryvyy Rih, Piatykhatky, Dniprodzerzhynsk, Soljonoje, Kamianka, Nikopol, Ordzhonikidze link = { vic = 972 hoi = 2843 hoi = 2976 hoi = 2910 hoi = 2779 hoi = 2719 hoi = 2652 hoi = 2977 } # Ekaterinoslav -> Dnipropetrovsk, Zaporizhzhya, Synelnykove, Pavlohrad, Pokrovske, Rozivka, Polohy - link = { vic = 973 hoi = 3178 hoi = 3112 hoi = 3179 hoi = 3113 hoi = 3045 } # Melitopol -> Yakymivka, Vesele, Melitopol, Berdyansk, Welykyj Tokmak - link = { vic = 965 hoi = 3245 hoi = 3310 hoi = 3311 hoi = 2653 } # Cherson -> Chaplynka, Kherson, Novotroitske, Ivanivka + link = { vic = 973 hoi = 3179 hoi = 3113 hoi = 3045 hoi = 3178 hoi = 3112 } # Melitopol -> Melitopol, Berdyansk, Welykyj Tokmak, Yakymivka, Vesele + link = { vic = 965 hoi = 3310 hoi = 3245 hoi = 3311 hoi = 2653 } # Cherson -> Kherson, Chaplynka, Novotroitske, Ivanivka # Crimea link = { vic = 964 hoi = 3515 hoi = 3447 hoi = 3514 hoi = 3393 hoi = 2847 } # Simferopol -> Simferopol, Dzhankoy, Yevpatoriya, Pervomaiske, Krasnoperekop link = { vic = 967 hoi = 3581 hoi = 3582 hoi = 3448 } # Sevastopol -> Sevastopol, Yalta, Feodosiya link = { vic = 966 hoi = 3449 hoi = 3378 } # Kerch -> Kerch, Illicheve # Severia link = { vic = 962 hoi = 2166 hoi = 2167 hoi = 2109 hoi = 2110 hoi = 2339 hoi = 2052 hoi = 2051 hoi = 2115 hoi = 2117 hoi = 2054 hoi = 2053 hoi = 1765 hoi = 1764 hoi = 1993 hoi = 1884 hoi = 2112 hoi = 2114 hoi = 2049 hoi = 2107 hoi = 2108 hoi = 1999 hoi = 1997 } # Chernigov -> Nizhyn, Desna, Borzna, Konotop, Bobrovytsya, Horodnya, Ripky, Putyvl, Tetkino, Hlukhiv, Shostka, Serednya Buda, Yampil, Semenivka, Koryukivka, Krolevets, Baturyn, Chernihiv, Slavutych, Kozelets, Ulanove, Komarichi - link = { vic = 963 hoi = 2285 hoi = 2520 hoi = 2713 hoi = 2519 hoi = 2459 hoi = 2400 hoi = 2458 hoi = 2518 hoi = 2646 hoi = 2580 hoi = 2457 hoi = 2341 hoi = 2583 hoi = 2584 hoi = 2404 hoi = 2228 hoi = 2227 hoi = 2283 hoi = 2284 hoi = 2340 hoi = 2282 hoi = 2515 hoi = 2226 hoi = 2168 } # Poltava -> Okhtyrka, Reshetylivka, Novomoskovosk, Poltava, Kurin, Chutove, Khorol, Hlobyne, Kremenchuk, Chornobai, Voznesenske, Gadjac, Fedorivka, Mahdalynivka, Kozelshchyna, Krasnopillya, Sumy, Lebedyn, Zinkiv, Pyriatin, Pryluky, Berezan, Romny, Buryn + link = { vic = 963 hoi = 2519 hoi = 2459 hoi = 2400 hoi = 2458 hoi = 2518 hoi = 2646 hoi = 2580 hoi = 2457 hoi = 2341 hoi = 2583 hoi = 2584 hoi = 2404 hoi = 2228 hoi = 2227 hoi = 2283 hoi = 2284 hoi = 2340 hoi = 2282 hoi = 2515 hoi = 2226 hoi = 2168 hoi = 2285 hoi = 2713 hoi = 2520 } # Poltava -> Poltava, Kurin, Chutove, Khorol, Hlobyne, Kremenchuk, Chornobai, Voznesenske, Gadjac, Fedorivka, Mahdalynivka, Kozelshchyna, Krasnopillya, Sumy, Lebedyn, Zinkiv, Pyriatin, Pryluky, Berezan, Romny, Buryn, Okhtyrka, Novomoskovosk, Reshetylivka # Donbas - link = { vic = 978 hoi = 2345 hoi = 2402 hoi = 2461 hoi = 2401 hoi = 2463 hoi = 2521 hoi = 2346 } # Kharkov -> Zolochiv, Valky, Novaya Vodolaha, Kharkov, Kivsharivka, Kupjansk, Prykolotne - link = { vic = 974 hoi = 2649 hoi = 2780 hoi = 2462 hoi = 2522 hoi = 2648 hoi = 2585 hoi = 2650 hoi = 2582 } # Kramatorsk -> Izyum, Kramatorsk, Komsomolske, Pervomaisky, Sakhnovshchyna, Bilovodsk, Lozovaya, Krasnohrad - link = { vic = 980 hoi = 2406 hoi = 2781 hoi = 2587 hoi = 2524 hoi = 2464 hoi = 2176 hoi = 2525 hoi = 2651 } # Luhansk -> Novobila, Krasnyy Luch, Lyssytchansk, Svatove, Starobilsk, Troitske, Bilovodsk, Voroshilovgrad + link = { vic = 978 hoi = 2401 hoi = 2463 hoi = 2521 hoi = 2346 hoi = 2402 hoi = 2345 hoi = 2461 } # Kharkov -> Kharkov, Kivsharivka, Kupjansk, Prykolotne, Valky, Zolochiv, Novaya Vodolaha + link = { vic = 974 hoi = 2780 hoi = 2462 hoi = 2522 hoi = 2648 hoi = 2585 hoi = 2650 hoi = 2582 hoi = 2649 } # Kramatorsk -> Kramatorsk, Komsomolske, Pervomaisky, Sakhnovshchyna, Bilovodsk, Lozovaya, Krasnohrad, Izyum + link = { vic = 980 hoi = 2651 hoi = 2587 hoi = 2781 hoi = 2525 hoi = 2524 hoi = 2464 hoi = 2406 hoi = 2176 } # Luhansk -> Voroshilovgrad, Lyssytchansk, Krasnyy Luch, Bilovodsk, Svatove, Starobilsk, Novobila, Troitske link = { vic = 975 hoi = 2911 hoi = 2845 hoi = 2844 hoi = 3327 } # Yuzovka -> Stalino, Horlivka, Krasnoarmiysk, Dokuchaevsk link = { vic = 976 hoi = 3046 hoi = 2978 } # Mariupol -> Mariupol, Novoazovsk # ## Caucasus # Krasnodar, Adygea, Cherkessia - link = { vic = 1048 hoi = 3114 hoi = 3180 hoi = 3246 hoi = 3312 hoi = 3115 hoi = 3181 hoi = 3116 hoi = 3182 hoi = 3248 hoi = 3249 hoi = 3314 hoi = 3247 hoi = 3313 hoi = 3049 hoi = 3184 hoi = 3183 hoi = 3117 hoi = 3452 hoi = 3453 } # Ekaterinodar -> Ejsk, Primorsko Ahtarsk, Kanevskaya, Slavjansk na Kubani, Kuscevskaja, Timasevsk, Pavlovskaja, Zarechnyy, Bezlesnyy, Shevchenkovskoye, Ust Labinskaya, Korenovsk, Krasnodar, Stara Minskaya, Belaya Glina, Kropotkin, Tihoreck, Afipsky, Temirgoyevskaya - link = { vic = 1049 hoi = 3379 hoi = 3380 hoi = 3450 hoi = 3516 hoi = 3451 hoi = 3517 } # Novorossiysk -> Anapa, Novorossijsk, Gelendzik, Tuapse, Khadyzhensk, Sochi - link = { vic = 1051 hoi = 3384 hoi = 3454 hoi = 3649 hoi = 3648 hoi = 3585 hoi = 3519 hoi = 3518 hoi = 3317 hoi = 3382 hoi = 3381 hoi = 3315 } # Adygei -> Kurganinsk, Soveckaja, Cerkessk, Uchkulan, Mikoyan Shahar, Teberda, Krasnaya Polyana, Armavir, Majkop, Belorechensk, Labinsk + link = { vic = 1048 hoi = 3313 hoi = 3181 hoi = 3312 hoi = 3247 hoi = 3452 hoi = 3314 hoi = 3246 hoi = 3180 hoi = 3049 hoi = 3116 hoi = 3115 hoi = 3182 hoi = 3249 hoi = 3248 hoi = 3117 hoi = 3453 hoi = 3183 hoi = 3184 hoi = 3114 } # Ekaterinodar -> Krasnodar, Timasevsk, Slavjansk na Kubani, Korenovsk, Afipsky, Ust Labinskaya, Kanevskaya, Primorsko Ahtarsk, Stara Minskaya, Pavlovskaja, Kuscevskaja, Zarechnyy, Shevchenkovskoye, Bezlesnyy, Tihoreck, Temirgoyevskaya, Kropotkin, Belaya Glina, Ejsk + link = { vic = 1049 hoi = 3380 hoi = 3450 hoi = 3516 hoi = 3451 hoi = 3517 hoi = 3379 } # Novorossiysk -> Novorossijsk, Gelendzik, Tuapse, Khadyzhensk, Sochi, Anapa + link = { vic = 1051 hoi = 3382 hoi = 3381 hoi = 3315 hoi = 3384 hoi = 3519 hoi = 3585 hoi = 3454 hoi = 3317 hoi = 3649 hoi = 3648 hoi = 3518 } # Adygei -> Majkop, Belorechensk, Labinsk, Kurganinsk, Teberda, Mikoyan Shahar, Soveckaja, Armavir, Cerkessk, Uchkulan, Krasnaya Polyana # Stavropol, Balkaria, Kalmykia - link = { vic = 1050 hoi = 3123 hoi = 3255 hoi = 3390 hoi = 3321 hoi = 3388 hoi = 3457 hoi = 3522 hoi = 3587 hoi = 3387 hoi = 3320 hoi = 3253 hoi = 3252 hoi = 3187 hoi = 3185 hoi = 3251 hoi = 3318 hoi = 3386 hoi = 3455 hoi = 3385 hoi = 3250 hoi = 3586 hoi = 3316 hoi = 3716 hoi = 3383 hoi = 3588 hoi = 3650 hoi = 3523 hoi = 3459 hoi = 3590 hoi = 3589 hoi = 3460 hoi = 3525 hoi = 3056 } # Stavropol -> Turksad, Chograyskiy, Velichaevskoye, Olgino, Sotnikovskoye, Petrovskoye, Georgiyevsk, Nevinnomysskaya, Blagodarnoye, Divnoe, Krasny Manych, Ipatovo, Kendzhe Kulag, Krasnogvardeyskoye, Izobilnoye, Tuguluk, Voroshilovsk, Sultan, Novy Yankul, Novoaleksandrovskaya, Kursavka, Severnoye, Kislovodsk, Yessentuki, Mineralnye Vody, Pjatigorsk, Kommayak, Arzgir, Budennovsk, Vorontsovo Alexandrovskoye, Makhmud Mekteb, Mirnyy, Manych - link = { vic = 1056 hoi = 3852 hoi = 3783 hoi = 3718 hoi = 3784 hoi = 3717 hoi = 3651 hoi = 3319 hoi = 3520 } # Pyatigorsk -> Tashly Tala, Bezengi, Terek, Sadon, Dokshukino, Nalchik, Prokhladny, Nizhniy Baksan - link = { vic = 1041 hoi = 3129 hoi = 3464 hoi = 3462 hoi = 3194 hoi = 3259 hoi = 3325 hoi = 3392 hoi = 3324 hoi = 3258 hoi = 3193 hoi = 3128 hoi = 3061 hoi = 2992 hoi = 2926 hoi = 2730 hoi = 2796 hoi = 2860 hoi = 2795 hoi = 2729 hoi = 2664 hoi = 2598 hoi = 2475 hoi = 2474 hoi = 2415 hoi = 2357 hoi = 2414 hoi = 2356 hoi = 2413 hoi = 2355 hoi = 2412 hoi = 2531 hoi = 2471 hoi = 2472 hoi = 2533 hoi = 2595 hoi = 2532 hoi = 2594 hoi = 2659 hoi = 2725 hoi = 2791 hoi = 2790 hoi = 2855 hoi = 2921 hoi = 2987 hoi = 3055 hoi = 3124 hoi = 2988 hoi = 3057 hoi = 2989 hoi = 2922 hoi = 2856 hoi = 2726 hoi = 2660 hoi = 2661 hoi = 2727 hoi = 2596 hoi = 2473 hoi = 2534 hoi = 2662 hoi = 2535 hoi = 2663 hoi = 2597 hoi = 2728 hoi = 2794 hoi = 2859 hoi = 2924 hoi = 3059 hoi = 2990 hoi = 2858 hoi = 2793 hoi = 2857 hoi = 2792 hoi = 2923 hoi = 3058 hoi = 3125 hoi = 3191 hoi = 3257 hoi = 3192 hoi = 3126 hoi = 3127 hoi = 2991 hoi = 2925 hoi = 2665 hoi = 2599 hoi = 2536 hoi = 2358 hoi = 2416 hoi = 3120 hoi = 3186 hoi = 3121 hoi = 3190 hoi = 3323 hoi = 3189 hoi = 3188 hoi = 3256 hoi = 3118 hoi = 2411 } # Elitsa -> Mikhaylovka, Astrahan, Artezian, Kirovskiy, Bakhtemir, Lagan, Zvezdnyy, Sultan, Liman, Olya, Kamyzyak, Nachalovo, Raznochinovka, Shungay, Kaysatskoye, Dzhanibek, Saykin, Put Ilicha, Zolotari, Staraya Ivantsovka, Gmelinka, Kharkovka, Levuchnovka, Berezhnovka, Kamyshin, Gornyy Balyklev, Kotovo, Olkhovka, Kireevo, Obraztsy, Gumrak, Gorodishche, Dubovka, Olkhovka, Log, Frolovo, Novyy Rogachik, Lugovoy, Abganerovo, Ketchenery, Kanukovo, Kichkino, Kegulta, Tarata, Bogorodskoye, Baga Burul, Sharva, Yashkul, Privolnyy, Altn Bulg, Druzhnyy, Solodniki, Krasnoarmeysk, Kapustin Yar, Akhtuba, Gorniy Balikley, Kamysin, Nikolayeskaya Sloboda, Dubovka, Meliorator, Krasnoselets, Alexandrovka, Demidov, Kharabali, Kolobovka, Tabun Aral, Saygachny, Smushkovoye, Enotaevka, Tsagan Aman, Stalingrad, Chernyy Yar, Kharba, Utta, Khargata, Ozernyy, Tsuva, Zenzeli, Atsan Khuduk, Lineynoye, Nizhnevolzhskoye, Simkin, Bolchevik, Pallasovka, Vodyanka, Lugovskoye, Staraya Poltavka, Bashanta, Manychskoye, Uralan, Raduzhny, Elista, Pervomayskiy, Priyutnoye, Vorobevka, Kormovoye, Nikolskoye + link = { vic = 1050 hoi = 3386 hoi = 3250 hoi = 3185 hoi = 3251 hoi = 3385 hoi = 3587 hoi = 3455 hoi = 3318 hoi = 3252 hoi = 3320 hoi = 3457 hoi = 3316 hoi = 3586 hoi = 3716 hoi = 3383 hoi = 3387 hoi = 3253 hoi = 3187 hoi = 3589 hoi = 3588 hoi = 3522 hoi = 3590 hoi = 3523 hoi = 3388 hoi = 3459 hoi = 3255 hoi = 3123 hoi = 3321 hoi = 3390 hoi = 3056 hoi = 3460 hoi = 3525 } # Stavropol -> Voroshilovsk, Novoaleksandrovskaya, Krasnogvardeyskoye, Izobilnoye, Novy Yankul, Nevinnomysskaya, Sultan, Tuguluk, Ipatovo, Divnoe, Petrovskoye, Severnoye, Kursavka, Kislovodsk, Yessentuki, Blagodarnoye, Krasny Manych, Kendzhe Kulag, Vorontsovo Alexandrovskoye, Mineralnye Vody, Georgiyevsk, Budennovsk, Kommayak, Sotnikovskoye, Arzgir, Chograyskiy, Turksad, Olgino, Velichaevskoye, Manych, Makhmud Mekteb, Mirnyy + link = { vic = 1056 hoi = 3651 hoi = 3650 hoi = 3520 hoi = 3783 hoi = 3717 hoi = 3784 hoi = 3852 hoi = 3718 hoi = 3319 } # Pyatigorsk -> Nalchik, Pjatigorsk, Nizhniy Baksan, Bezengi, Dokshukino, Sadon, Tashly Tala, Terek, Prokhladny + link = { vic = 1041 hoi = 3462 hoi = 3325 hoi = 3392 hoi = 3324 hoi = 3258 hoi = 2355 hoi = 2412 hoi = 2531 hoi = 2532 hoi = 2594 hoi = 2659 hoi = 2725 hoi = 2791 hoi = 2790 hoi = 2855 hoi = 2921 hoi = 2987 hoi = 3055 hoi = 3124 hoi = 2988 hoi = 3057 hoi = 2989 hoi = 2922 hoi = 2856 hoi = 2726 hoi = 2661 hoi = 2727 hoi = 2596 hoi = 2662 hoi = 2728 hoi = 3059 hoi = 2990 hoi = 2793 hoi = 2792 hoi = 2923 hoi = 3058 hoi = 3125 hoi = 3191 hoi = 3257 hoi = 3192 hoi = 3126 hoi = 3120 hoi = 3186 hoi = 3121 hoi = 3190 hoi = 3323 hoi = 3189 hoi = 3188 hoi = 3256 hoi = 3118 hoi = 2411 } # Elitsa -> Artezian, Lagan, Zvezdnyy, Sultan, Liman, Kireevo, Obraztsy, Gumrak, Frolovo, Novyy Rogachik, Lugovoy, Abganerovo, Ketchenery, Kanukovo, Kichkino, Kegulta, Tarata, Bogorodskoye, Baga Burul, Sharva, Yashkul, Privolnyy, Altn Bulg, Druzhnyy, Solodniki, Kapustin Yar, Akhtuba, Gorniy Balikley, Dubovka, Demidov, Saygachny, Smushkovoye, Tsagan Aman, Chernyy Yar, Kharba, Utta, Khargata, Ozernyy, Tsuva, Zenzeli, Atsan Khuduk, Bashanta, Manychskoye, Uralan, Raduzhny, Elista, Pervomayskiy, Priyutnoye, Vorobevka, Kormovoye, Nikolskoye # Dagestan - link = { vic = 1054 hoi = 3785 hoi = 3925 hoi = 3853 hoi = 3719 hoi = 3652 hoi = 3389 } # Vladikavkaz -> Sagol, Ordzhonikidze, Alagir, Mozdok, Malgobek, Karabulakskaya - link = { vic = 1055 hoi = 3653 hoi = 3786 hoi = 3787 hoi = 3855 hoi = 7105 hoi = 3591 hoi = 3592 } # Grozny -> Urus Martan, Goragorskiy, Shali, Borzoy, Groznyj, Alpatovo, Gudermes - link = { vic = 1057 hoi = 3526 hoi = 3788 hoi = 7106 hoi = 7152 hoi = 3461 hoi = 3391 hoi = 7201 } # Kizylyar -> Karasu, Kochubey, Bryanskoye, Kizlyar, Kutan, Yuzhno Sukhokumsk, Khasavjurt - link = { vic = 1053 hoi = 7127 hoi = 3722 hoi = 3527 hoi = 3856 hoi = 7176 hoi = 3720 } # Gunib -> Kakhib, Aleksandrivskaya, Kizilyurt, Buynaksk, Makhachkala, Agvani - link = { vic = 1052 hoi = 7226 hoi = 3721 hoi = 7252 hoi = 7175 hoi = 3655 } # Derbent -> Akhty, Khosrekh, Derbent, Chadakolob, Murguk + link = { vic = 1054 hoi = 3925 hoi = 3853 hoi = 3719 hoi = 3652 hoi = 3389 hoi = 3785 } # Vladikavkaz -> Ordzhonikidze, Alagir, Mozdok, Malgobek, Karabulakskaya, Sagol + link = { vic = 1055 hoi = 7105 hoi = 3591 hoi = 3592 hoi = 3653 hoi = 3786 hoi = 3855 hoi = 3787 } # Grozny -> Groznyj, Alpatovo, Gudermes, Urus Martan, Goragorskiy, Borzoy, Shali + link = { vic = 1057 hoi = 7152 hoi = 3461 hoi = 3391 hoi = 7201 hoi = 3526 hoi = 3788 hoi = 7106 } # Kizylyar -> Kizlyar, Kutan, Yuzhno Sukhokumsk, Khasavjurt, Karasu, Kochubey, Bryanskoye + link = { vic = 1053 hoi = 7176 hoi = 3722 hoi = 3527 hoi = 3856 hoi = 3720 hoi = 7127 } # Gunib -> Makhachkala, Aleksandrivskaya, Kizilyurt, Buynaksk, Agvani, Kakhib + link = { vic = 1052 hoi = 7252 hoi = 7175 hoi = 3655 hoi = 7226 hoi = 3721 } # Derbent -> Derbent, Chadakolob, Murguk, Akhty, Khosrekh # Georgia link = { vic = 1095 hoi = 3584 hoi = 3647 hoi = 3850 hoi = 3583 } # Sukhumi -> Sokhumi, Ochamchira, Gudauta, Gagra link = { vic = 1094 hoi = 3849 } # Poti -> Poti link = { vic = 1096 hoi = 4059 hoi = 3991 } # Batum -> Batumi, Kobuleti - link = { vic = 1092 hoi = 3992 hoi = 3921 hoi = 3851 hoi = 3922 hoi = 3781 hoi = 3715 hoi = 3782 hoi = 3923 hoi = 3714 } # Kutaisi -> Macharadse, Ambrolauri, Kutaisi, Zestaponi, Micha Zchakaia, Mestia, Lentekhi, Chiatura, Zugdidi + link = { vic = 1092 hoi = 3851 hoi = 3922 hoi = 3781 hoi = 3715 hoi = 3782 hoi = 3923 hoi = 3714 hoi = 3992 hoi = 3921 } # Kutaisi -> Kutaisi, Zestaponi, Micha Zchakaia, Mestia, Lentekhi, Chiatura, Zugdidi, Macharadse, Ambrolauri link = { vic = 1093 hoi = 7149 hoi = 4060 hoi = 7173 hoi = 7150 hoi = 7174 } # Akhaltsikhe -> Akhaltsikhe, Vale, Bakuriani, Akhalkalaki, Bogdanovka - link = { vic = 1091 hoi = 3322 hoi = 7151 hoi = 3926 hoi = 7126 hoi = 7125 hoi = 3924 } # Pasanauri -> Tsnori, Akhmeta, Pasanauri, Beloti, Staliniri, Kvaisa + link = { vic = 1091 hoi = 3926 hoi = 7126 hoi = 7125 hoi = 3924 hoi = 7151 hoi = 3322 } # Pasanauri -> Pasanauri, Beloti, Staliniri, Kvaisa, Akhmeta, Tsnori link = { vic = 1090 hoi = 3254 hoi = 3458 hoi = 7199 hoi = 3456 } # Tblisi -> Tbilisi, Gori, Luxemburg, Khashuri # Armenia - link = { vic = 1098 vic = 1099 hoi = 7287 hoi = 7249 hoi = 7224 hoi = 7250 hoi = 7200 } # MANY-TO-MANY: Erivan, Gyumri -> Yerevan, Artik, Kirovakan, Basargechar, Ijevan - link = { vic = 1100 hoi = 3463 hoi = 4827 } # Kapan -> Kapan, Akhta + link = { vic = 1098 vic = 1099 hoi = 7287 hoi = 7249 hoi = 7224 hoi = 7250 hoi = 7200 hoi = 4827 } # MANY-TO-MANY: Erivan, Gyumri -> Yerevan, Artik, Kirovakan, Basargechar, Ijevan, Akhta + link = { vic = 1100 hoi = 3463 } # Kapan -> Kapan # Azerbaijan link = { vic = 1101 hoi = 3654 } # Nakhichevan -> Nakhchivan - link = { vic = 1106 hoi = 9021 hoi = 3394 hoi = 7251 hoi = 7288 } # Agdam -> Imisli, Askeran, Shekher, G�ycay + link = { vic = 1106 hoi = 7288 hoi = 9021 hoi = 3394 hoi = 7251 } # Agdam -> G�ycay, Imisli, Askeran, Shekher link = { vic = 1105 hoi = 8971 hoi = 3524 } # Ganja -> Kirovabad, Balak�n link = { vic = 1104 hoi = 8946 } # Sheki -> Yevlakh link = { vic = 1103 hoi = 3593 } # Siyazen -> Shabran @@ -1573,61 +1573,61 @@ link = { vic = 860 hoi = 4503 hoi = 4438 } # Istanbul -> Istanbul, Karacak�y link = { vic = 861 hoi = 4439 hoi = 4504 } # �sk�dar -> �sk�dar, Kandira # Aydin - link = { vic = 864 hoi = 4722 hoi = 4824 hoi = 4774 hoi = 4823 hoi = 4822 hoi = 4874 } # Balikesir -> Bandirma, Dursunbey, Bigadic, Balikesir, Edremit, Bergama + link = { vic = 864 hoi = 4823 hoi = 4822 hoi = 4722 hoi = 4824 hoi = 4774 hoi = 4874 } # Balikesir -> Balikesir, Edremit, Bandirma, Dursunbey, Bigadic, Bergama link = { vic = 865 hoi = 4721 hoi = 4668 hoi = 4772 hoi = 4773 } # Canakkale -> Canakkale, Biga, Ayvacik, Can - link = { vic = 869 vic = 843 hoi = 4966 hoi = 4922 hoi = 5006 hoi = 5007 hoi = 5042 hoi = 4968 } # MANY-TO-MANY: Izmir, Chios -> Izmir, Akhisar, Tire, Aydin, Kusadasi, Denizli - link = { vic = 870 hoi = 4875 hoi = 4923 hoi = 4967 } # Manisa -> Demirci, Alasehir, Salihli - link = { vic = 871 hoi = 4876 hoi = 4924 hoi = 5008 } # Denizli -> Usak, Civril, Kizilhisar - link = { vic = 872 hoi = 5108 hoi = 5109 hoi = 5079 hoi = 5043 hoi = 5078 } # Mugla -> Marmaris, Fethiye, Elmali, �z�ml�, Milas + link = { vic = 869 vic = 843 hoi = 4966 hoi = 5007 hoi = 5042 hoi = 5006 } # MANY-TO-MANY: Izmir, Chios -> Izmir, Aydin, Kusadasi, Tire + link = { vic = 870 hoi = 4922 hoi = 4967 hoi = 4875 hoi = 4923 } # Manisa -> Akhisar, Salihli, Demirci, Alasehir + link = { vic = 871 hoi = 4968 hoi = 4876 hoi = 5008 hoi = 4924 } # Denizli -> Denizli, Usak, Kizilhisar, Civril + link = { vic = 872 hoi = 5109 hoi = 5079 hoi = 5043 hoi = 5078 hoi = 5108 } # Mugla -> Fethiye, Elmali, �z�ml�, Milas, Marmaris # Hundavindigar - link = { vic = 862 hoi = 4440 hoi = 4441 hoi = 4505 hoi = 4562 hoi = 4617 hoi = 4616 hoi = 4561 } # Izmit -> Akcakoca, Eregli, D�zce, Adapazari, Mudurnu, Tarakli, Izmit - link = { vic = 863 hoi = 4670 hoi = 4724 hoi = 4671 hoi = 4615 hoi = 4775 hoi = 4723 hoi = 4669 } # Bursa -> Iznik, Boz�y�k, Cukurhisar, Bursa, Domanic, Gemlik, Karacabey + link = { vic = 862 hoi = 4561 hoi = 4440 hoi = 4441 hoi = 4505 hoi = 4562 hoi = 4617 hoi = 4616 } # Izmit -> Izmit, Akcakoca, Eregli, D�zce, Adapazari, Mudurnu, Tarakli + link = { vic = 863 hoi = 4615 hoi = 4775 hoi = 4669 hoi = 4723 hoi = 4670 hoi = 4724 hoi = 4671 } # Bursa -> Bursa, Domanic, Karacabey, Gemlik, Iznik, Boz�y�k, Cukurhisar link = { vic = 866 hoi = 4969 hoi = 4925 hoi = 4878 } # Afyon -> Basmakci, Sandikli, Afyon - link = { vic = 867 hoi = 4776 hoi = 4826 hoi = 4877 hoi = 4825 } # K�tahya -> In�n�, Anitkaya, Sincanli, K�tahya - link = { vic = 868 hoi = 4672 hoi = 4725 hoi = 4777 hoi = 4726 } # Eskishehir -> Nallihan, Eskisehir, Emirdag, Beypazan + link = { vic = 867 hoi = 4825 hoi = 4877 hoi = 4776 hoi = 4826 } # K�tahya -> K�tahya, Sincanli, In�n�, Anitkaya + link = { vic = 868 hoi = 4725 hoi = 4777 hoi = 4726 hoi = 4672 } # Eskishehir -> Eskisehir, Emirdag, Beypazan, Nallihan # Konya - link = { vic = 873 hoi = 4880 hoi = 4972 hoi = 5012 hoi = 4927 hoi = 4879 hoi = 4828 hoi = 4778 hoi = 4928 } # Konya -> Eskiil, Karapinar, Karaman, Konya, Aksehir, Dokuzalti, Yunak, Aksaray + link = { vic = 873 hoi = 4927 hoi = 4879 hoi = 4828 hoi = 4778 hoi = 4928 hoi = 4972 hoi = 4880 hoi = 5012 } # Konya -> Konya, Aksehir, Dokuzalti, Yunak, Aksaray, Karapinar, Eskiil, Karaman link = { vic = 874 hoi = 5009 hoi = 4970 hoi = 4926 hoi = 4971 hoi = 5044 } # Burdur -> Burdur, Isparta, Yalva, Aksu, Korkuteli - link = { vic = 875 hoi = 5080 hoi = 5045 hoi = 5010 hoi = 5011 hoi = 5046 } # Antalya -> Kumluca, Antalya, Serik, Manavgat, Alanya + link = { vic = 875 hoi = 5045 hoi = 5010 hoi = 5011 hoi = 5046 hoi = 5080 } # Antalya -> Antalya, Serik, Manavgat, Alanya, Kumluca link = { vic = 895 hoi = 5013 hoi = 5081 hoi = 5047 } # Mersin -> Icel, Silifke, Anamur # Kastamon link = { vic = 880 hoi = 4251 hoi = 4186 hoi = 4185 hoi = 4316 hoi = 4317 hoi = 4378 hoi = 4379 hoi = 4444 hoi = 4508 hoi = 4443 } # Kastamonu -> Kastamonu, Ayancik, K�re, Daday, Ilgaz Daglari, Ilgaz, Osmancik, Tosya, Cankiri, Arac - link = { vic = 881 hoi = 4315 hoi = 4377 hoi = 4250 hoi = 4184 hoi = 4249 hoi = 4314 hoi = 4376 hoi = 4442 hoi = 4506 hoi = 4563 } # Bolu -> Caycuma, Efl�ni, Azdavay, Cide, Bartin, Zonguldak, Devrek, Karab�k, Mengen, Bolu + link = { vic = 881 hoi = 4314 hoi = 4376 hoi = 4442 hoi = 4563 hoi = 4506 hoi = 4315 hoi = 4377 hoi = 4250 hoi = 4249 hoi = 4184 } # Bolu -> Zonguldak, Devrek, Karab�k, Bolu, Mengen, Caycuma, Efl�ni, Azdavay, Bartin, Cide link = { vic = 883 hoi = 4187 hoi = 4253 hoi = 4319 hoi = 4318 hoi = 4252 } # Sinop -> Sinop, Samsun, Kavak, Duragan, Boyabat # Ankara and Adana link = { vic = 876 hoi = 4619 hoi = 4620 hoi = 4673 hoi = 4727 hoi = 4779 hoi = 4728 hoi = 4780 hoi = 4507 hoi = 4564 hoi = 4618 hoi = 4675 hoi = 4566 hoi = 4729 } # Ankara -> Ankara, Sulakyurt, Polatli, S�l�kl�, Kulu, Kirikkale, Nevsehir, Orta, Gerede, G�d�l, Delice, Kizirlirmak, Kirsehir link = { vic = 877 hoi = 4380 hoi = 4445 hoi = 4509 hoi = 4621 hoi = 4676 hoi = 4511 hoi = 4381 } # Amasya -> Amasya, Corum, Iskilip, Sungurlu, Yozgat, Kaynar, Turhal - link = { vic = 878 hoi = 4973 hoi = 4929 hoi = 4781 hoi = 4730 hoi = 4782 hoi = 4731 hoi = 4677 } # Kayseri -> Eregli, Camardi, Kayseri, Hasbek, Kahramanmaras, Afsin, G�ksun - link = { vic = 894 hoi = 4975 hoi = 4882 hoi = 4930 hoi = 4974 } # Adana -> Osmaniye, Kozan, Bahce, Adana - link = { vic = 896 hoi = 4931 hoi = 4832 hoi = 4783 hoi = 4624 hoi = 4678 } # Marash -> Islahye, Pazarcik, Adiyaman, Elazig, Malatya - link = { vic = 898 hoi = 4884 hoi = 4883 hoi = 7354 } # Antep -> Sanliurfa, Gaziantep, Derik + link = { vic = 878 hoi = 4781 hoi = 4730 hoi = 4677 hoi = 4973 hoi = 4929 } # Kayseri -> Kayseri, Hasbek, G�ksun, Eregli, Camardi + link = { vic = 894 hoi = 4974 hoi = 4975 hoi = 4882 hoi = 4930 } # Adana -> Adana, Osmaniye, Kozan, Bahce + link = { vic = 896 hoi = 4782 hoi = 4731 hoi = 4832 hoi = 4931 } # Marash -> Kahramanmaras, Afsin, Pazarcik, Islahye + link = { vic = 898 hoi = 4883 } # Antep -> Gaziantep # Trabzon - link = { vic = 879 hoi = 4382 hoi = 4448 hoi = 4512 hoi = 4569 hoi = 4623 hoi = 4570 } # Sivas -> Tokat, Bayburt, Refahiye, Erzincan, Sivas, Karakocan - link = { vic = 882 hoi = 4189 hoi = 4188 } # Trabzon -> Rize, Trabzon - link = { vic = 884 hoi = 4254 hoi = 4255 hoi = 4320 hoi = 4321 } # Giresun -> Terme, Ordu, Niksar, G�m�shane - link = { vic = 887 hoi = 7222 hoi = 4257 hoi = 3920 hoi = 7247 hoi = 4674 hoi = 7268 hoi = 4513 } # Erzurum -> Sarkamis, Oltu, Narman, Pasinler, Karakurt, Karaurgan, Erzurum - link = { vic = 888 hoi = 4383 hoi = 4449 hoi = 4322 hoi = 4256 } # Erzincan -> Ispir, Tortum, Yusufeli, Caykara + link = { vic = 879 hoi = 4623 hoi = 4569 hoi = 4512 hoi = 4382 hoi = 4570 hoi = 4320 } # Sivas -> Sivas, Erzincan, Refahiye, Tokat, Karakocan, Niksar + link = { vic = 882 hoi = 4188 hoi = 4189 } # Trabzon -> Trabzon, Rize + link = { vic = 884 hoi = 4255 hoi = 4321 hoi = 4254 } # Giresun -> Ordu, G�m�shane, Terme + link = { vic = 887 hoi = 4513 hoi = 3920 hoi = 7247 hoi = 4257 hoi = 4449 hoi = 4322 hoi = 4383 } # Erzurum -> Erzurum, Narman, Pasinler, Oltu, Tortum, Yusufeli, Ispir + link = { vic = 888 hoi = 4256 hoi = 4448 hoi = 5048 } # Erzincan -> Caykara, Bayburt, Askale # Diyarbikar-Van - link = { vic = 889 hoi = 5048 hoi = 7303 } # Malatya -> Askale, Solhan - link = { vic = 890 hoi = 7305 hoi = 7320 hoi = 7286 hoi = 7304 } # Van -> Agri, Igdir, Tutak, Van - link = { vic = 891 hoi = 4447 hoi = 4565 hoi = 7285 } # Bitlis -> Varto, Baykan, Mus + link = { vic = 889 hoi = 4678 hoi = 4624 } # Malatya -> Malatya, Elazig + link = { vic = 890 hoi = 7304 hoi = 7286 hoi = 7305 hoi = 7320 hoi = 4674 } # Van -> Van, Tutak, Agri, Igdir, Karakurt + link = { vic = 891 hoi = 4565 hoi = 7285 hoi = 4447 hoi = 7303 } # Bitlis -> Baykan, Mus, Varto, Solhan link = { vic = 892 hoi = 7345 } # Hakkari -> Cizre - link = { vic = 893 hoi = 7332 hoi = 7344 } # Diyarbakir -> Batman, Diyarbakir - link = { vic = 899 hoi = 7331 hoi = 7319 hoi = 4679 } # Urfa -> Siverek, Bing�l, Hani + link = { vic = 893 hoi = 7344 hoi = 7332 hoi = 7319 hoi = 4679 } # Diyarbakir -> Diyarbakir, Batman, Bing�l, Hani + link = { vic = 899 hoi = 4884 hoi = 7354 hoi = 7331 hoi = 4783 } # Urfa -> Sanliurfa, Derik, Siverek, Adiyaman # Kars - link = { vic = 885 hoi = 7269 hoi = 7223 hoi = 7198 hoi = 7248 } # Kars -> Kars, Cildir, G�le, Selim + link = { vic = 885 hoi = 7269 hoi = 7223 hoi = 7198 hoi = 7248 hoi = 7268 hoi = 7222 } # Kars -> Kars, Cildir, G�le, Selim, Karaurgan, Sarkamis link = { vic = 886 hoi = 4190 hoi = 4125 hoi = 3521 hoi = 7172 hoi = 4124 } # Ardahan -> Artvin, Berta, K�m�rl�, Olur, Arhavi # ## Western Russia # Ingria link = { vic = 994 hoi = 782 hoi = 741 hoi = 699 } # St Petersburg -> Leningrad, Osinovets, Sestroretsk - link = { vic = 996 hoi = 821 hoi = 3260 hoi = 3261 hoi = 908 hoi = 1028 hoi = 866 hoi = 949 } # Luga -> Gatcina, Petrodvorets, Oranienbaum, Luga, Zaplyuse, Druzhnaya Gorka, Simsk + link = { vic = 996 hoi = 908 hoi = 1028 hoi = 866 hoi = 949 hoi = 3261 hoi = 3260 hoi = 821 } # Luga -> Luga, Zaplyuse, Druzhnaya Gorka, Simsk, Oranienbaum, Petrodvorets, Gatcina link = { vic = 997 hoi = 948 hoi = 865 hoi = 7306 hoi = 1101 hoi = 3195 hoi = 3528 hoi = 781 } # Gdov -> Gdov, Volosolo, Kingisepp, Izborsk, Strugi Krasnye, Berezno, Sosnovyj Bor - link = { vic = 1006 hoi = 1063 hoi = 1141 hoi = 1181 hoi = 1100 hoi = 1026 hoi = 989 hoi = 1142 } # Pskov -> Ostrov, Pytalovo, Karsava, Aluksne, R�pina, Pskov, Novorzhev + link = { vic = 1006 hoi = 989 hoi = 1142 hoi = 1063 hoi = 1141 hoi = 1181 hoi = 1100 hoi = 1026 } # Pskov -> Pskov, Novorzhev, Ostrov, Pytalovo, Karsava, Aluksne, R�pina # Novgorod link = { vic = 1003 hoi = 992 hoi = 911 hoi = 868 hoi = 867 hoi = 909 hoi = 910 hoi = 950 hoi = 951 hoi = 990 hoi = 1064 hoi = 1027 } # Novgorod -> Proletariy, Nebolchi, Lyuban, Kirisi, Novgorod, Malaja Vishera, Tesovo, Luga Batetskaya, Staraja Russa, Dedovichi, Dno - link = { vic = 1004 hoi = 701 hoi = 744 hoi = 825 hoi = 869 hoi = 824 hoi = 784 hoi = 743 hoi = 785 hoi = 742 hoi = 660 } # Tikhvin -> Krasnaya Gora, Popovka, Chagoda, Khvoynaya, Voskresenskoye, Tihvin, Gurenichi, Pikalevo, Volhov, Lema + link = { vic = 1004 hoi = 784 hoi = 743 hoi = 785 hoi = 660 hoi = 869 hoi = 701 hoi = 744 hoi = 825 } # Tikhvin -> Tihvin, Gurenichi, Pikalevo, Lema, Khvoynaya, Krasnaya Gora, Popovka, Chagoda link = { vic = 1005 hoi = 1067 hoi = 1031 hoi = 994 hoi = 954 hoi = 914 hoi = 871 hoi = 913 hoi = 953 hoi = 993 hoi = 1030 hoi = 912 hoi = 870 hoi = 826 hoi = 1029 hoi = 1102 hoi = 1103 hoi = 1182 hoi = 1268 hoi = 952 hoi = 991 hoi = 1065 hoi = 1066 } # Borovichi -> Krasnomayskiy, Msta, Griblyanka, Pestovo, Dolotskoye, Cherenskoye, Bugry, Morozovo, Cheshevo, Parfino, Megletsy, Sazonovo, Niz, Valdaj, Demjansk, Marevo, Kholm, Peno, Mar'inskoye, Kresttsy, Mintzevo, Bezhanitsy - link = { vic = 2580 hoi = 822 hoi = 783 hoi = 700 hoi = 823 hoi = 659 } # Stara Ladoga -> Tosno, Schlisselburg, Sviritsa, Novaya Ladoga, Lodeynoye Pole + link = { vic = 2580 hoi = 742 hoi = 783 hoi = 822 hoi = 823 hoi = 824 hoi = 700 hoi = 659 } # Stara Ladoga -> Volhov, Schlisselburg, Tosno, Novaya Ladoga, Voskresenskoye, Sviritsa, Lodeynoye Pole # Smolensk link = { vic = 943 hoi = 1536 hoi = 1495 hoi = 1538 hoi = 1586 hoi = 1405 hoi = 1276 } # Smolensk -> Smolensk, Krasnyy, Monastyrshchina, Khislavichi, Golynki, Pochinok link = { vic = 999 hoi = 1271 hoi = 1316 hoi = 1186 hoi = 1145 hoi = 1359 hoi = 1185 hoi = 1358 hoi = 1227 hoi = 1270 hoi = 1492 hoi = 1184 hoi = 1360 hoi = 1317 hoi = 1361 } # Rzhev -> Przhevalskoye, Selizhavoro, Moshki, Mitino, Nelidovo, Ilyushino, Andreapol, Staraya Toropa, Velizh, Demidov, Ostashkov, Olenino, Staritsa, Rzev @@ -1683,11 +1683,11 @@ link = { vic = 1021 hoi = 1466 hoi = 1421 hoi = 1376 hoi = 1375 hoi = 1419 hoi = 1418 hoi = 1463 hoi = 1462 hoi = 1508 hoi = 1509 hoi = 1552 hoi = 1464 hoi = 1465 hoi = 1511 hoi = 1512 hoi = 1374 hoi = 1329 hoi = 1373 hoi = 1507 hoi = 1550 hoi = 1551 hoi = 1598 hoi = 1652 hoi = 1599 } # Penza -> Surskoye, Atyashevo, Romodanovo, Kirzhemany, Gagino, Temnikov, Krasnoslobodsk, Yavas, Bednodemyanovsk, Kovylkino, Ruzaevka, Kadoshkino, Saransk, Tiyapino, Veshkayma, Sergach, Arzamas, Sarov, Potma, Kerensk, Nizhni Lomov, Pachelma, Kamenka, Insar link = { vic = 1025 hoi = 1549 hoi = 1506 hoi = 1548 hoi = 1505 hoi = 1459 hoi = 1414 hoi = 1458 hoi = 1597 hoi = 1651 hoi = 1710 hoi = 1650 hoi = 1596 hoi = 1649 hoi = 1708 hoi = 1595 hoi = 1504 hoi = 1547 hoi = 1594 hoi = 1546 hoi = 1647 hoi = 1707 hoi = 1648 hoi = 1709 hoi = 1770 hoi = 1830 hoi = 1950 hoi = 2005 hoi = 1949 hoi = 1890 hoi = 1829 hoi = 1889 hoi = 1948 hoi = 1888 hoi = 1947 hoi = 1887 hoi = 1767 hoi = 1827 hoi = 1768 hoi = 1828 hoi = 1769 hoi = 2062 hoi = 2120 hoi = 2004 hoi = 2061 hoi = 2003 hoi = 2060 hoi = 1461 hoi = 1417 hoi = 1328 hoi = 1372 hoi = 1416 hoi = 1370 hoi = 1415 hoi = 1460 hoi = 1886 hoi = 2001 } # Tambov -> Umet, Shatsk, Kuliki, Chuchkovo, Izhevshkoye, Kidusovo, Murmino, Shiringushiy, Bashmakovo, Kirsanov, Zemetchino, Chernoyar, Morshansk, Sosnovka, Sysol, Spassk Ryazanskiy, Shilovo, Sapozhok, Lesnoy, Ukholovo, Popovka, Sarai, Bondari, Rasskazovo, Inzhavino, Pavlodar, Borisoglebsk, Tambov, Kamenka, Kotovsk, Znamenka, Zherdevka, Ertil, Usman, Utkino, Michurinsk, Dobrinka, Ivanevka, Novopokrovka, Gribanovskiy, Novokhopersk, Talovaya, Ramone, Anna, Krasnolesnyy, Davydovka, Sasovo, Kadom, Voznesenskoye, Ermish, Vyksa, Uryadino, Lashma, Pitelino, Zadonsk, Lipetsk link = { vic = 1037 hoi = 1711 hoi = 1771 hoi = 1891 hoi = 1653 hoi = 1654 hoi = 1714 hoi = 1775 hoi = 1834 hoi = 1894 hoi = 1954 hoi = 2067 hoi = 2009 hoi = 1953 hoi = 2008 hoi = 1952 hoi = 2007 hoi = 1951 hoi = 1831 hoi = 1772 hoi = 1712 hoi = 1713 hoi = 1774 hoi = 1833 hoi = 1773 hoi = 1832 hoi = 1893 hoi = 1892 hoi = 1835 hoi = 1776 hoi = 1716 hoi = 1656 hoi = 1715 hoi = 1655 hoi = 1777 hoi = 1717 hoi = 1600 hoi = 1601 } # Saratov -> Belinskiy, Umyot, Romanovka, Mokshan, Sura, Nikolsky Khutor, Mamadysh, Toploye, Ekaterinovka, Lopukhovka, Simonovka, Balanda, Novoselovka, Stepnoye, Arkadak, Balashov, Pinerovka, Ryazanka, Tamala, Bekovo, Kolyshley, Marevka, Pervomayskiy, Serdobsk, Ritishchevo, Saltykovka, Turki, Petrovsk, Khvatovka, Pavlovka, Nikolaevka, Kuznetsk, Sosnovoborsk, Vozrozhdeniye, Godyaykino, Issa, Penza - link = { vic = 1038 hoi = 1837 hoi = 1957 hoi = 1958 hoi = 2014 hoi = 2072 hoi = 2131 hoi = 2189 hoi = 2248 hoi = 2305 hoi = 2363 hoi = 6775 hoi = 2364 hoi = 2306 hoi = 2249 hoi = 2190 hoi = 2304 hoi = 2247 hoi = 2188 hoi = 2071 hoi = 2070 hoi = 2130 hoi = 2013 hoi = 2012 hoi = 1897 hoi = 1956 hoi = 1836 hoi = 1896 hoi = 2011 hoi = 1955 hoi = 1895 hoi = 2010 hoi = 2069 } # Novo Uzensk -> Baltay, Volsk, Valakovo, Kormezhka, Gorniy, Klintsovka, Pigari, Solvanka, Yemolichev, Pervomayskoye, Yanaikino, Leggett, Pogodayevo, Natalin Mar, Yuldashbayevo, Ozinki, Ororshayemiy, Dergachi, Elanka, Semenovka, Ershov, Zorkino, Podlesnoye, Voskresenskoye, Marks, Shikhany, Aryash, Rybushka, Tatishchevo, Atkarsk, Lysye Gory, Engels + link = { vic = 1038 hoi = 1837 hoi = 1957 hoi = 1958 hoi = 2014 hoi = 2072 hoi = 2131 hoi = 2189 hoi = 2248 hoi = 2305 hoi = 2363 hoi = 2364 hoi = 2306 hoi = 2249 hoi = 2190 hoi = 2304 hoi = 2247 hoi = 2188 hoi = 2071 hoi = 2070 hoi = 2130 hoi = 2013 hoi = 2012 hoi = 1897 hoi = 1956 hoi = 1836 hoi = 1896 hoi = 2011 hoi = 1955 hoi = 1895 hoi = 2010 hoi = 2069 hoi = 2730 hoi = 2665 hoi = 2600 hoi = 2599 hoi = 2420 hoi = 2419 hoi = 2362 hoi = 2478 hoi = 2538 hoi = 2359 hoi = 2302 hoi = 2246 hoi = 2303 hoi = 2360 hoi = 2417 hoi = 2418 hoi = 2476 hoi = 2537 hoi = 2477 hoi = 2361 } # Novo Uzensk -> Baltay, Volsk, Valakovo, Kormezhka, Gorniy, Klintsovka, Pigari, Solvanka, Yemolichev, Pervomayskoye, Leggett, Pogodayevo, Natalin Mar, Yuldashbayevo, Ozinki, Ororshayemiy, Dergachi, Elanka, Semenovka, Ershov, Zorkino, Podlesnoye, Voskresenskoye, Marks, Shikhany, Aryash, Rybushka, Tatishchevo, Atkarsk, Lysye Gory, Engels, Kaysatskoye, Bolchevik, Agartu, Pallasovka, Krasnogorskoye, Furmanovo, Aram Khardak, Zhulduz, Tlinshe, Chkalovo, Novotulka, Krasnyanka, Bessonovka, Stalinsk, Agafonoyka, Alexandrov Gai, Zernovoy, Torgun, Kaztalovka, Peschahniy Mar # Astrakhan - link = { vic = 1036 hoi = 2995 hoi = 2733 hoi = 2798 hoi = 2862 hoi = 2863 hoi = 2994 hoi = 2928 hoi = 3130 hoi = 2731 hoi = 2797 hoi = 2861 hoi = 2927 hoi = 2993 hoi = 3062 hoi = 2667 hoi = 2732 hoi = 2666 hoi = 2601 } # Astrakhan -> Aybas, Tash, Dzhanatala, Borli, Uyali, Azgir, Noviy Ushtagan, Priozerniy, Zhiyenbat, Zhetibay, Urda, Terekiy, Tyuligen, Kharbali, Beketay, Aybash, Burli, Bisen - link = { vic = 1039 hoi = 2063 hoi = 2006 hoi = 2064 hoi = 2123 hoi = 2065 hoi = 2124 hoi = 2125 hoi = 2183 hoi = 2242 hoi = 2298 hoi = 2241 hoi = 2297 hoi = 2182 hoi = 2354 hoi = 2240 hoi = 2181 hoi = 2296 hoi = 2239 hoi = 2353 hoi = 2295 hoi = 2180 hoi = 2238 hoi = 2352 hoi = 2294 hoi = 2237 hoi = 2179 hoi = 2122 hoi = 2121 hoi = 2178 hoi = 2177 hoi = 2236 hoi = 2293 hoi = 2066 hoi = 2126 hoi = 2184 hoi = 2299 hoi = 2243 hoi = 2244 hoi = 2185 hoi = 2300 hoi = 2127 hoi = 2068 hoi = 2301 hoi = 2245 hoi = 2187 hoi = 2128 hoi = 2186 hoi = 2129 } # Tsaritsyn -> Novonikolaevskiy, Mazurka, Balzer, Kikvidse, Pichurino, Samoylovka, Lemeshkino, Rudnya, Krasniy Yar, Popki, Lopukhovka, Danilovka, Morets, Bulgurino, Elan, Preobrazhenskaya, Trostyanskiy, Novoanninskiy, Mikhailovka, Trekhlozhinskiy, Zelenyy, Alekseevskaya, Kozlov, Ostrovkhov, Nekhaevskiy, Lukovskaya, Deminskiy, Uryupinsk, Manino, Buturlinovka, Kalach, Dinamo, Aleksandrovka, Medveditsa, Elshanka, Umet, Shcherbatovka, Krivoyar, Zeleneiy Dol, Tsikovo, Krasnoarmeysk, Saratov, Dyakovka, Mokrous, Penzenka, Sovetskoye, Krasniy Kut, Lubimovo - link = { vic = 1040 hoi = 2417 hoi = 2360 hoi = 2418 hoi = 2477 hoi = 2419 hoi = 2478 hoi = 2538 hoi = 2537 hoi = 2476 hoi = 2600 hoi = 2359 hoi = 2302 hoi = 2246 hoi = 2303 hoi = 2361 hoi = 2362 hoi = 2539 hoi = 2602 hoi = 2420 } # Zarevka -> Agafonoyka, Stalinsk, Alexandrov Gai, Kaztalovka, Furmanovo, Zhulduz, Tlinshe, Torgun, Zernovoy, Agartu, Chkalovo, Novotulka, Krasnyanka, Bessonovka, Peschahniy Mar, Aram Khardak, Karasu, Pyatimarskoye, Krasnogorskoye + link = { vic = 1036 hoi = 3464 hoi = 3193 hoi = 3259 hoi = 3127 hoi = 3128 hoi = 3194 hoi = 3129 hoi = 3061 hoi = 2992 hoi = 3062 hoi = 2926 hoi = 2860 hoi = 2991 hoi = 2924 hoi = 2858 hoi = 2925 } # Astrakhan -> Astrahan, Olya, Bakhtemir, Lineynoye, Kamyzyak, Kirovskiy, Mikhaylovka, Nachalovo, Raznochinovka, Kharbali, Shungay, Saykin, Nizhnevolzhskoye, Tabun Aral, Enotaevka, Simkin + link = { vic = 1039 hoi = 2063 hoi = 2006 hoi = 2064 hoi = 2123 hoi = 2065 hoi = 2124 hoi = 2125 hoi = 2183 hoi = 2242 hoi = 2298 hoi = 2241 hoi = 2297 hoi = 2182 hoi = 2354 hoi = 2240 hoi = 2181 hoi = 2296 hoi = 2239 hoi = 2353 hoi = 2295 hoi = 2180 hoi = 2238 hoi = 2352 hoi = 2294 hoi = 2237 hoi = 2179 hoi = 2122 hoi = 2121 hoi = 2178 hoi = 2177 hoi = 2236 hoi = 2293 hoi = 2066 hoi = 2126 hoi = 2184 hoi = 2299 hoi = 2243 hoi = 2244 hoi = 2185 hoi = 2300 hoi = 2127 hoi = 2068 hoi = 2301 hoi = 2245 hoi = 2187 hoi = 2128 hoi = 2186 hoi = 2129 hoi = 2857 hoi = 2660 hoi = 2595 hoi = 2472 hoi = 2413 hoi = 2471 hoi = 2356 } # Tsaritsyn -> Novonikolaevskiy, Mazurka, Balzer, Kikvidse, Pichurino, Samoylovka, Lemeshkino, Rudnya, Krasniy Yar, Popki, Lopukhovka, Danilovka, Morets, Bulgurino, Elan, Preobrazhenskaya, Trostyanskiy, Novoanninskiy, Mikhailovka, Trekhlozhinskiy, Zelenyy, Alekseevskaya, Kozlov, Ostrovkhov, Nekhaevskiy, Lukovskaya, Deminskiy, Uryupinsk, Manino, Buturlinovka, Kalach, Dinamo, Aleksandrovka, Medveditsa, Elshanka, Umet, Shcherbatovka, Krivoyar, Zeleneiy Dol, Tsikovo, Krasnoarmeysk, Saratov, Dyakovka, Mokrous, Penzenka, Sovetskoye, Krasniy Kut, Lubimovo, Stalingrad, Krasnoarmeysk, Log, Dubovka, Olkhovka, Gorodishche, Kotovo + link = { vic = 1040 hoi = 2533 hoi = 2794 hoi = 2859 hoi = 2729 hoi = 2795 hoi = 2473 hoi = 2414 hoi = 2357 hoi = 2415 hoi = 2534 hoi = 2474 hoi = 2535 hoi = 2663 hoi = 2598 hoi = 2664 hoi = 2536 hoi = 2475 hoi = 2416 hoi = 2358 hoi = 2597 } # Zarevka -> Olkhovka, Kharabali, Kolobovka, Zolotari, Put Ilicha, Kamysin, Gornyy Balyklev, Kamyshin, Berezhnovka, Nikolayeskaya Sloboda, Levuchnovka, Meliorator, Krasnoselets, Gmelinka, Staraya Ivantsovka, Vodyanka, Kharkovka, Staraya Poltavka, Lugovskoye, Alexandrovka # Nenetsia link = { vic = 985 hoi = 131 hoi = 167 hoi = 409 hoi = 186 } # Mezen -> Vizhas, Mezen, Yuromsk, Vozhgorskoe link = { vic = 986 hoi = 358 hoi = 79 hoi = 132 } # Naryn Mar -> Indiga, Bugrino, Sula @@ -1706,16 +1706,16 @@ link = { vic = 1035 hoi = 1718 hoi = 1719 hoi = 1779 hoi = 1839 hoi = 1605 hoi = 1557 hoi = 1604 hoi = 1603 hoi = 1657 hoi = 1602 hoi = 1554 hoi = 1898 hoi = 1838 hoi = 1778 hoi = 6708 } # Syzran -> Voronovka, Golovtsevo, Popovka, Khvalynsk, Saransk, Yurlovka, Stawropol Volshskiy, Sengiley, Syzran, Barysh, Inza, Shirokiy Buerak, Selitba, Cherkasskoye, Kuybyshev link = { vic = 1042 hoi = 6672 hoi = 6684 hoi = 6685 hoi = 6679 hoi = 6678 hoi = 6686 hoi = 6692 hoi = 1082 hoi = 1160 hoi = 1555 hoi = 6669 hoi = 6680 hoi = 6673 hoi = 6693 hoi = 1380 hoi = 6674 hoi = 6681 hoi = 6688 hoi = 1513 hoi = 6687 hoi = 6694 } # Ufa -> Bolshiye Tarkhany, Mamykovo, Melekes, Nurlat, Kargali, Isakly, Stavropol na Volge, Tinchali, Tsilina, Cheremushki, Ufa, Oktjabr'skij, Al'met'evsk, Abdulino, Magnitogorsk, Kyshtym, Tiriyanski, Magnitogorsk, Beloretsk, Sibaj, Askirovo link = { vic = 1043 hoi = 1781 hoi = 1841 hoi = 6715 hoi = 6733 hoi = 1902 hoi = 2017 hoi = 2133 hoi = 2074 hoi = 1961 hoi = 2132 hoi = 2016 hoi = 2073 hoi = 2015 hoi = 1960 hoi = 1901 hoi = 1840 hoi = 1900 hoi = 1959 hoi = 1899 hoi = 6754 hoi = 2191 } # Busuluk -> Sayman, Kanadey, Staraya Kulatka, Perelyyub, Pavlovka, Grachev Kust, Kunakbayev, Rakhmanovka, Yablonoviy Gai, Karlovka, Klevenka, Chapayevskiy, Razdolnoye, Bolshaya Tavolozhka, Znamenskiy, Nikolayevka, Pugachev, Maloperekopnoye, Novonikolayevskiy, Mashtakov, Tarakhova - link = { vic = 1044 hoi = 6726 hoi = 6717 hoi = 6701 hoi = 6709 hoi = 6707 hoi = 6716 hoi = 6725 hoi = 6724 hoi = 6734 hoi = 6744 hoi = 1658 hoi = 6702 hoi = 6718 hoi = 6736 hoi = 6747 hoi = 6737 hoi = 6727 hoi = 6719 hoi = 6728 hoi = 6710 hoi = 6703 } # Orenburg -> Aleksandrovka, Borskoe, Otradnyj, Buguruslan, Kuznetsk, Capaevsk, Buzuluk, Radishchevo, Pestravka, Bol 'soj Irgiz, Papuzi, Verhne Avzjan, Kumertau, Gaj, Novoorsk, Aymagambetov, Krasnojarskij, Baymak, Khedibinsk, Juldybajevo, Sibay + link = { vic = 1044 hoi = 6726 hoi = 6717 hoi = 6701 hoi = 6709 hoi = 6707 hoi = 6716 hoi = 6725 hoi = 6724 hoi = 6734 hoi = 6744 hoi = 1658 hoi = 6702 hoi = 6718 hoi = 6736 hoi = 6747 hoi = 6737 hoi = 6727 hoi = 6719 hoi = 6728 hoi = 6710 hoi = 6703 hoi = 6735 } # Orenburg -> Aleksandrovka, Borskoe, Otradnyj, Buguruslan, Kuznetsk, Capaevsk, Buzuluk, Radishchevo, Pestravka, Bol 'soj Irgiz, Papuzi, Verhne Avzjan, Kumertau, Gaj, Novoorsk, Aymagambetov, Krasnojarskij, Baymak, Khedibinsk, Juldybajevo, Sibay, Novosergievka # Uralsk (the European parts) - link = { vic = 1182 hoi = 6909 hoi = 6888 hoi = 14099 hoi = 6932 hoi = 3065 hoi = 3064 hoi = 6887 hoi = 2996 hoi = 2930 hoi = 6889 hoi = 6863 hoi = 6864 hoi = 6843 hoi = 6842 hoi = 2864 hoi = 6825 hoi = 6799 hoi = 2734 hoi = 2480 hoi = 2668 hoi = 2929 hoi = 3197 hoi = 3131 hoi = 2799 hoi = 2540 hoi = 2479 hoi = 6786 hoi = 2421 } # Guryev -> Munayly, Kul'sary, Dossor Kulsary, Koschagyl, Baychunas, Atyrauskaya, Koshkar, Dossor, Makat, Shirkala, Komsomol'skiy, Mukur, Sagyz, Peski Taysoygan, Zelenoye, Uil, Aralsor, Bazarchulan, Aksayk, Inder, Ryn Peski, Zhaltyr, Kyzylbas, Novaya Kazanka, Inderborskiy, Ushenino, Bolshaya Chagan, Dzhangala - link = { vic = 2610 hoi = 6776 hoi = 6755 hoi = 6745 hoi = 6735 hoi = 6746 hoi = 6757 hoi = 6767 hoi = 6756 hoi = 6766 hoi = 6777 hoi = 6800 hoi = 6787 hoi = 6812 hoi = 6813 hoi = 6826 hoi = 2603 hoi = 6765 } # Uralsk -> Ural, Ural'sk, Dar'inskoye, Novosergievka, Orenburg, Kuvandyk, Akbulak, Aksay, Shalkar, Sol' Ileck, Shubarkuduk, Karatobe, Itmurinkol', Miyaly, Sagiz, Chapyev, Peremetnoye + link = { vic = 1182 hoi = 6909 hoi = 6888 hoi = 14099 hoi = 6932 hoi = 3065 hoi = 3064 hoi = 6887 hoi = 2996 hoi = 2930 hoi = 6889 hoi = 6863 hoi = 6864 hoi = 6843 hoi = 6842 hoi = 2864 hoi = 6825 hoi = 6799 hoi = 2734 hoi = 2480 hoi = 2668 hoi = 2929 hoi = 3197 hoi = 3131 hoi = 2799 hoi = 2540 hoi = 2479 hoi = 6786 hoi = 2421 hoi = 2995 hoi = 2928 hoi = 2863 hoi = 2733 hoi = 2667 hoi = 2798 hoi = 2601 hoi = 2994 hoi = 3130 hoi = 2927 hoi = 2993 hoi = 2862 hoi = 2861 hoi = 2796 hoi = 2797 hoi = 2732 hoi = 2666 hoi = 2731 hoi = 2602 hoi = 2539 } # Guryev -> Munayly, Kul'sary, Dossor Kulsary, Koschagyl, Baychunas, Atyrauskaya, Koshkar, Dossor, Makat, Shirkala, Komsomol'skiy, Mukur, Sagyz, Peski Taysoygan, Zelenoye, Uil, Aralsor, Bazarchulan, Aksayk, Inder, Ryn Peski, Zhaltyr, Kyzylbas, Novaya Kazanka, Inderborskiy, Ushenino, Bolshaya Chagan, Dzhangala, Aybas, Noviy Ushtagan, Uyali, Tash, Beketay, Dzhanatala, Bisen, Azgir, Priozerniy, Terekiy, Tyuligen, Borli, Urda, Dzhanibek, Zhetibay, Aybash, Burli, Zhiyenbat, Pyatimarskoye, Karasu + link = { vic = 2610 hoi = 6776 hoi = 6755 hoi = 6746 hoi = 6757 hoi = 6767 hoi = 6756 hoi = 6766 hoi = 6777 hoi = 6800 hoi = 6787 hoi = 6812 hoi = 6813 hoi = 6826 hoi = 2603 hoi = 6765 hoi = 6775 hoi = 6745 } # Uralsk -> Ural, Ural'sk, Orenburg, Kuvandyk, Akbulak, Aksay, Shalkar, Sol' Ileck, Shubarkuduk, Karatobe, Itmurinkol', Miyaly, Sagiz, Chapyev, Peremetnoye, Yanaikino, Dar'inskoye # UNDONE link = { vic = 1876 hoi = 10631 } # Cape Verde -> Cape Verde Islands # Russia link = { vic = 2614 hoi = 920 } # Mordiyakha -> Muzhi link = { vic = 1205 hoi = 7357 hoi = 7347 hoi = 7108 hoi = 7254 hoi = 7309 hoi = 7272 hoi = 7227 hoi = 7202 hoi = 7177 hoi = 7203 hoi = 7228 hoi = 7255 hoi = 7291 hoi = 7271 hoi = 7253 hoi = 7290 hoi = 7308 hoi = 7334 hoi = 7322 } # Kyzyl Arvat -> Esenguly, Sharlouk, Nizh Aydere, Garrygala, Gyzylarbat, Vpadina Assake Audan, Chink Kaplankyr, Tamdy, Krasnovodsk, Solonchak Kendyrlisor, Uval Muzbel', Darvaza, Gory Koymatdag, Solonchak Shokozakhly, Zaliv Kara Bogaz Gol, Nefte Dag, Nebitdag, Bugdayli, Karagez - link = { vic = 1204 hoi = 7335 hoi = 7323 hoi = 9022 hoi = 7181 hoi = 7310 hoi = 7292 hoi = 7273 hoi = 7256 hoi = 7293 hoi = 7205 hoi = 7229 } # Ashkhabad -> Ashgabat, Yelbarsli, Kaka, Chaacha, Murzechirla, Kazy, Yerbent, Urgench, Gaz Achak, Khorazm, Dashoguz + link = { vic = 1204 hoi = 7335 hoi = 7323 hoi = 9022 hoi = 7181 hoi = 7310 hoi = 7292 hoi = 7273 hoi = 7256 hoi = 7293 hoi = 7205 hoi = 7229 hoi = 9050 } # Ashkhabad -> Ashgabat, Yelbarsli, Kaka, Chaacha, Murzechirla, Kazy, Yerbent, Urgench, Gaz Achak, Khorazm, Dashoguz, Shirvan link = { vic = 1206 hoi = 9051 hoi = 9078 hoi = 9132 hoi = 9107 hoi = 9079 hoi = 9053 hoi = 9024 hoi = 9052 hoi = 8998 hoi = 9023 hoi = 8997 hoi = 7274 hoi = 8972 hoi = 7206 hoi = 7230 hoi = 7231 hoi = 8902 hoi = 8947 hoi = 8973 hoi = 8999 hoi = 7158 hoi = 8948 hoi = 8923 hoi = 8924 hoi = 8949 hoi = 8974 } # Merv -> Tedzhenstroy, Mary, Kala I Mor, Tagtabazar, Mukry, Karshi, Navoi, Turkmenabat, Bukhara, Cheshme, Yelbarsli, Gazli, Gory Kul'dzhuktau, Gory Auminzatau, Dzhangel'dy, Zarafshan, Yaksha, Vpadina Ayakagytma, Nurata, Samarkand, Gora Khayatbashi, Tomenaryk, Aydarly, Kentau, Suzak, Zhanatas link = { vic = 1186 hoi = 8952 hoi = 8927 hoi = 8885 hoi = 8951 hoi = 8977 } # Alma Ata -> Alma Ata, Zheltorangy, Karaoy, Aksuyek, Bakanas link = { vic = 1188 hoi = 8906 hoi = 8928 hoi = 8907 hoi = 8886 hoi = 8841 hoi = 8863 hoi = 8817 hoi = 8792 hoi = 8765 hoi = 8791 hoi = 8816 } # Qaratal -> Kopbirlik, Matay, Lepsy, Chindagatuy, Makanchi, Karakum, Bertek, Tashanta, Chemal, Ust' Kamenogorsk, Charsk @@ -1856,7 +1856,7 @@ link = { vic = 2604 hoi = 10264 hoi = 10276 hoi = 10250 hoi = 7829 hoi = 10265 hoi = 10277 } # Normanton -> Burketown, Kamileroi, Normanton, Staaten, Croydon, The Lynd Junction link = { vic = 2489 hoi = 10303 hoi = 10329 hoi = 7883 hoi = 10290 } # Longreach -> Whitewood, Aramac, Isisford, McKinlay link = { vic = 2483 hoi = 7923 } # Brisbane -> Brisbane - link = { vic = 2484 hoi = 7858 hoi = 7863 hoi = 7868 hoi = 7872 hoi = 7884 hoi = 7896 hoi = 7902 hoi = 7897 hoi = 7912 } # Gladstone -> Mackay, Rockhampton, Leura, Gladstone, Rosedale, Monto, Murgon, Maryborough, Nambour + link = { vic = 2484 hoi = 7858 hoi = 7863 hoi = 7868 hoi = 7872 hoi = 7884 hoi = 7896 hoi = 7902 hoi = 7897 hoi = 7912 hoi = 7891 } # Gladstone -> Mackay, Rockhampton, Leura, Gladstone, Rosedale, Monto, Murgon, Maryborough, Nambour, Bundaberg link = { vic = 2485 hoi = 7862 hoi = 7857 hoi = 7871 hoi = 7877 hoi = 7890 hoi = 7906 } # Clermont -> Moray Downs, Torrens Creek, Surbiton, Woorabinda, Theodore, Jackson link = { vic = 2486 hoi = 7928 hoi = 7918 } # Toowoomba -> Toowoomba, Kingaroy link = { vic = 2490 hoi = 10341 hoi = 10353 hoi = 10370 hoi = 10361 hoi = 7911 hoi = 7901 hoi = 7934 hoi = 7922 hoi = 10360 hoi = 10388 } # Charleville -> Yalleroi, Nive Downs, Westgate, Mitchell, Muckadilla, Eurombah, Toobeah, Surat, Coongoola, Durham Downs @@ -1977,328 +1977,356 @@ link = { vic = 2126 hoi = 10634 } # Bourbon -> Reunion link = { vic = 2127 hoi = 10195 } # Seychelles -> Seychelles link = { vic = 2123 vic = 2124 hoi = 11386 } # Comoros, Mayotte -> The Comoros - link = { vic = 2087 hoi = 8054 hoi = 8019 } # Cape Town -> Cape Town, Lamberts Bay - link = { vic = 2096 hoi = 8031 } # Port Elizabeth -> Port Elizabeth - link = { vic = 2091 vic = 2089 vic = 2090 hoi = 8039 } # Mossel Bay, Worcester, Swettenham -> George - link = { vic = 2111 hoi = 7965 } # Durban -> Durban + link = { vic = 2091 hoi = 8039 } # Mossel Bay -> George + link = { vic = 2087 vic = 2090 hoi = 8054 hoi = 8019 } # MANY-TO-MANY: Cape Town, Swettenham -> Cape Town, Lamberts Bay + link = { vic = 2096 vic = 2097 hoi = 8031 } # Port Elizabeth, Graaf Reinet -> Port Elizabeth + link = { vic = 2089 hoi = 8001 } # Worcester -> Sutherland + link = { vic = 2111 vic = 2112 hoi = 7965 } # Durban, Ladysmith -> Durban link = { vic = 2100 hoi = 7987 } # Umtata -> Port St Johns link = { vic = 2098 vic = 2099 hoi = 8005 } # Bisho, Mathele -> East London - link = { vic = 2101 hoi = 7996 } # Bloemfontein -> Bloemfontein - link = { vic = 2102 hoi = 7978 } # Winburg -> Johannesburg - link = { vic = 2558 hoi = 8004 } # De Aar -> Kroonstad - link = { vic = 2104 vic = 2103 vic = 2097 hoi = 7986 } # Thaba Bosiu, Philippolis, Graaf Reinet -> Maseru - link = { vic = 2092 hoi = 8013 hoi = 8022 hoi = 8003 } # Beaufort -> De Aar, Mbabane, Victoria West - link = { vic = 2093 hoi = 8001 hoi = 7994 hoi = 7993 hoi = 10425 } # Calvinia -> Sutherland, Williston, Calvinia, Kuruman - link = { vic = 2088 hoi = 7976 hoi = 7970 hoi = 7983 } # Springbok -> Oranjemund, Steinkopf, Springbok - link = { vic = 2051 hoi = 10340 hoi = 10351 } # Inhambane -> Inhambane, Quissico - link = { vic = 2113 vic = 2112 hoi = 7960 } # Ulundi, Ladysmith -> Ubombo - link = { vic = 2049 vic = 2050 hoi = 10382 } # Lourenzo Marques, Chaimate -> Lourenco Marques - link = { vic = 2114 hoi = 10395 } # Mbabane -> Nelspruit - link = { vic = 2110 vic = 2109 hoi = 10357 hoi = 10326 } # MANY-TO-MANY: Thohoyandu, Lydenburg -> Mapai, Massangena - link = { vic = 2107 vic = 2106 vic = 2105 hoi = 10426 } # Klerksdorp, Witwatersrand, Pretoria -> Mafikeng - link = { vic = 2095 vic = 2094 hoi = 10436 hoi = 10416 } # MANY-TO-MANY: Dikathong, Kimberley -> Kimberley, Upington - link = { vic = 2084 hoi = 10381 hoi = 10365 } # Angra Pequena -> L�deritz, Hottentots Bay + link = { vic = 2101 vic = 2103 hoi = 7996 } # Bloemfontein, Philippolis -> Bloemfontein + link = { vic = 2558 hoi = 8013 } # De Aar -> De Aar + link = { vic = 2104 hoi = 7986 } # Thaba Bosiu -> Maseru + link = { vic = 2092 hoi = 8003 } # Beaufort -> Victoria West + link = { vic = 2093 hoi = 7993 hoi = 7994 } # Calvinia -> Calvinia, Williston + link = { vic = 2088 hoi = 7970 hoi = 7983 } # Springbok -> Steinkopf, Springbok + link = { vic = 2050 hoi = 10351 hoi = 10357 } # Chaimate -> Quissico, Mapai + link = { vic = 2051 hoi = 10340 } # Inhambane -> Inhambane + link = { vic = 2113 hoi = 7960 } # Ulundi -> Ubombo + link = { vic = 2049 hoi = 10382 } # Lourenzo Marques -> Lourenco Marques + link = { vic = 2114 hoi = 8022 } # Mbabane -> Mbabane + link = { vic = 2110 hoi = 10366 } # Thohoyandu -> Zoekmakaar + link = { vic = 2109 hoi = 10395 } # Lydenburg -> Nelspruit + link = { vic = 2106 hoi = 7978 } # Witwatersrand -> Johannesburg + link = { vic = 2102 hoi = 8004 } # Winburg -> Kroonstad + link = { vic = 2107 hoi = 10426 } # Klerksdorp -> Mafikeng + link = { vic = 2095 hoi = 10416 hoi = 10425 } # Dikathong -> Upington, Kuruman + link = { vic = 2094 hoi = 10436 } # Kimberley -> Kimberley + link = { vic = 2084 hoi = 10381 hoi = 10365 hoi = 7976 } # Angra Pequena -> L�deritz, Hottentots Bay, Oranjemund link = { vic = 2086 hoi = 10393 hoi = 10406 } # Karasburg -> Seeheim, Karasburg link = { vic = 2085 hoi = 7997 } # Nu-gouses -> Keetmanshoop link = { vic = 2083 hoi = 10350 } # Walvis Bay -> Walvis Bay - link = { vic = 2074 hoi = 10366 } # Gaborone -> Zoekmakaar - link = { vic = 2574 vic = 2075 hoi = 8038 } # Mochudi, Serowe -> Pretoria - link = { vic = 2077 hoi = 10407 hoi = 8023 hoi = 10394 } # Tsabong -> Gaberones, Serowe, Tshabong + link = { vic = 2075 vic = 2574 hoi = 8023 } # Serowe, Mochudi -> Serowe + link = { vic = 2074 hoi = 10407 } # Gaborone -> Gaberones + link = { vic = 2077 hoi = 10394 } # Tsabong -> Tshabong + link = { vic = 2080 hoi = 10297 hoi = 8029 } # Tsumeb -> Ontananga, Rundu link = { vic = 2078 hoi = 8021 } # Windhoek -> Windhoek - link = { vic = 2061 vic = 2059 hoi = 10274 } # Angoche, Quelimane -> Moma - link = { vic = 2057 vic = 2052 vic = 2073 hoi = 10300 hoi = 10311 hoi = 10319 } # MANY-TO-MANY: Sofala, Massekisse, Masvingo -> Quelimane, Sena Murraca, Beira + link = { vic = 2061 hoi = 10274 } # Angoche -> Moma + link = { vic = 2059 hoi = 10300 } # Quelimane -> Quelimane + link = { vic = 2052 hoi = 10326 } # Massekisse -> Massangena + link = { vic = 2057 vic = 2058 hoi = 10311 hoi = 10319 } # MANY-TO-MANY: Sofala, Mossurize -> Sena Murraca, Beira link = { vic = 2060 hoi = 10230 } # Mo�ambique -> Nacala - link = { vic = 2064 hoi = 10246 } # Nampula -> Nampula - link = { vic = 2065 hoi = 10260 } # Milange -> Malema - link = { vic = 2066 hoi = 10245 hoi = 10229 } # Zomba -> Lichinga, Blantyre - link = { vic = 2053 hoi = 10259 } # Sena -> Mocuba - link = { vic = 2058 vic = 2070 hoi = 10286 } # Mossurize, Mutare -> Tete - link = { vic = 2068 hoi = 10285 } # Harare -> M�go� - link = { vic = 2069 hoi = 10298 hoi = 10310 hoi = 8002 } # Gweru -> Salisbury, Umtali, Hartley - link = { vic = 2071 hoi = 8011 } # Bulawayo -> Bulawayo - link = { vic = 2072 hoi = 10271 } # Hwange -> Kapiri Mposhi - link = { vic = 2081 vic = 2076 hoi = 8012 hoi = 7995 } # MANY-TO-MANY: Linyati, Nokaneng -> Livingstone, Maun - link = { vic = 2082 hoi = 8047 hoi = 10339 } # Otjinene -> Epukiro, Andara - link = { vic = 2079 vic = 2080 hoi = 8029 hoi = 10297 hoi = 10309 hoi = 10318 hoi = 10333 } # MANY-TO-MANY: Swakopmund, Tsumeb -> Rundu, Ontananga, Cape Frio, Otavi, Swakopmund - link = { vic = 2004 hoi = 10284 hoi = 10257 hoi = 10227 hoi = 10194 } # Mo��medes -> Porto Alexandre, Mo��medes, Lucira, Benguela + link = { vic = 2064 hoi = 10246 hoi = 10260 } # Nampula -> Nampula, Malema + link = { vic = 2065 vic = 2053 hoi = 10259 } # Milange, Sena -> Mocuba + link = { vic = 2066 hoi = 10229 } # Zomba -> Blantyre + link = { vic = 2068 vic = 2635 hoi = 10298 } # Harare, Kariba -> Salisbury + link = { vic = 2069 vic = 2070 hoi = 10310 } # Gweru, Mutare -> Umtali + link = { vic = 2073 hoi = 8030 } # Masvingo -> Beitbridge + link = { vic = 2071 vic = 2072 hoi = 8011 hoi = 8002 } # MANY-TO-MANY: Bulawayo, Hwange -> Bulawayo, Hartley + link = { vic = 2076 hoi = 7995 } # Nokaneng -> Maun + link = { vic = 2081 hoi = 10339 } # Linyati -> Andara + link = { vic = 2082 hoi = 8047 } # Otjinene -> Epukiro + link = { vic = 2079 hoi = 10309 hoi = 10318 hoi = 10333 } # Swakopmund -> Cape Frio, Otavi, Swakopmund + link = { vic = 2004 hoi = 10257 hoi = 10227 hoi = 10284 } # Mo��medes -> Mo��medes, Lucira, Porto Alexandre link = { vic = 2008 hoi = 7984 } # Ondjiva -> S� da Bandeira link = { vic = 2007 hoi = 8041 } # Mavinga -> Cangombe link = { vic = 2005 hoi = 10183 } # Huambo -> Nova Lisboa link = { vic = 2006 hoi = 7985 } # Kuito -> Munhango - link = { vic = 2013 hoi = 8014 hoi = 8028 } # Mongu -> Mwinilunga, Mongu - link = { vic = 2012 hoi = 8024 hoi = 8020 } # Lusaka -> Kasempa, Lusaka - link = { vic = 2015 hoi = 10228 } # Monzo -> Chipata - link = { vic = 2054 vic = 2056 vic = 2055 vic = 2635 hoi = 10214 } # Tete, Zumbo, Songo, Kariba -> Barra do Garcas - link = { vic = 2067 hoi = 8010 } # Lilongwe -> Kasama - link = { vic = 2581 hoi = 10258 } # Mataka -> Metangula - link = { vic = 2040 hoi = 10327 } # Songea -> Songea + link = { vic = 2013 hoi = 8028 } # Mongu -> Mongu + link = { vic = 2012 hoi = 8020 } # Lusaka -> Lusaka + link = { vic = 2015 hoi = 8012 } # Monzo -> Livingstone + link = { vic = 2054 hoi = 10286 } # Tete -> Tete + link = { vic = 2056 vic = 2055 hoi = 10285 } # Zumbo, Songo -> M�go� + link = { vic = 2067 hoi = 10214 } # Lilongwe -> Barra do Garcas + link = { vic = 2581 hoi = 10258 hoi = 10245 } # Mataka -> Metangula, Lichinga + link = { vic = 2040 vic = 2041 hoi = 10327 } # Songea, Masasi -> Songea link = { vic = 2063 hoi = 10215 hoi = 10205 } # Ibo -> Balama, Porto Am�lia - link = { vic = 2036 vic = 2048 hoi = 10130 } # Dar Es Salaam, Zanzibar -> Dar es Salaam - link = { vic = 2041 hoi = 10148 } # Masasi -> Utete + link = { vic = 2036 vic = 2048 hoi = 10130 hoi = 10148 } # MANY-TO-MANY: Dar Es Salaam, Zanzibar -> Dar es Salaam, Utete link = { vic = 2038 hoi = 10172 } # Kilwa -> Kilwa link = { vic = 2039 hoi = 10184 } # Lindi -> Lindi link = { vic = 2042 hoi = 10128 } # Iringa -> Mbeya link = { vic = 2046 hoi = 10115 hoi = 10087 } # Ujiji -> Karema, Kigoma - link = { vic = 2017 vic = 2018 vic = 2016 vic = 790 vic = 3238 hoi = 8048 } # Kasema, Chipata, Kazembe, Kitwe, Lake Mweru -> Mpika + link = { vic = 790 hoi = 10271 } # Kitwe -> Kapiri Mposhi + link = { vic = 2018 hoi = 10228 } # Chipata -> Chipata + link = { vic = 2016 hoi = 8048 } # Kazembe -> Mpika + link = { vic = 2017 vic = 3238 hoi = 8010 } # Kasema, Lake Mweru -> Kasama link = { vic = 1989 vic = 1987 hoi = 8000 } # Munza, Bunkeya -> �lisabethville - link = { vic = 2014 hoi = 7971 } # Kasempa -> Kayoyo - link = { vic = 1988 hoi = 8040 } # Mussumba -> Lusambo - link = { vic = 2011 hoi = 8032 } # Kubanda -> Demba - link = { vic = 2044 hoi = 10075 } # Mwanza -> Mwanza + link = { vic = 2014 hoi = 8024 hoi = 8014 } # Kasempa -> Kasempa, Mwinilunga + link = { vic = 1988 hoi = 7971 } # Mussumba -> Kayoyo + link = { vic = 2044 hoi = 10075 hoi = 10088 } # Mwanza -> Mwanza, Ikoma link = { vic = 2043 hoi = 10116 } # Tabora -> Tabora link = { vic = 2045 hoi = 10129 hoi = 10117 } # Morogoro -> Dodoma, Kondoa link = { vic = 2037 hoi = 10102 } # Tanga -> Sadani link = { vic = 2033 vic = 2029 hoi = 10076 hoi = 10066 } # MANY-TO-MANY: Voi, Mombasa -> Tanga, Mombasa - link = { vic = 2047 hoi = 10089 hoi = 10101 hoi = 10088 } # Arusha -> Kaiti, Singida, Ikoma - link = { vic = 2028 vic = 2023 hoi = 10244 } # Kisumu, Jinja -> Kisumu - link = { vic = 2027 hoi = 10065 } # Nakuru -> Arusha - link = { vic = 2026 vic = 3236 hoi = 9925 } # Lodwar, Lake Rudolf -> Lodwar - link = { vic = 1991 vic = 1990 hoi = 10299 } # Uvira, Nyangwe -> Costermansville - link = { vic = 1986 vic = 1984 hoi = 10243 } # Lusambo, Kananga -> Boende + link = { vic = 2047 hoi = 10065 hoi = 10089 hoi = 10101 } # Arusha -> Arusha, Kaiti, Singida + link = { vic = 2028 hoi = 10244 } # Kisumu -> Kisumu + link = { vic = 2026 vic = 3236 vic = 2025 hoi = 9925 } # Lodwar, Lake Rudolf, Marsabit -> Lodwar + link = { vic = 1991 vic = 1990 vic = 2034 vic = 2035 hoi = 10299 } # Uvira, Nyangwe, Kigali, Usumbura -> Costermansville + link = { vic = 1984 hoi = 8032 } # Kananga -> Demba + link = { vic = 1986 hoi = 8040 } # Lusambo -> Lusambo link = { vic = 1985 hoi = 10114 } # Kumbana -> Kikwit - link = { vic = 2010 hoi = 7977 } # Saurimo -> Henrique de Carvalho - link = { vic = 2003 hoi = 10171 hoi = 10160 } # Benguela -> Novo Redondo, Vila Salazar - link = { vic = 1999 hoi = 10147 } # Luanda -> Luanda - link = { vic = 2009 hoi = 10099 } # Malanje -> Matadi - link = { vic = 2002 hoi = 10139 hoi = 10127 hoi = 10113 } # Quibala -> Sanza Pombo, Damba, Boma - link = { vic = 2001 hoi = 10073 hoi = 10085 } # Mbanza -> Gamboma, Cabinda - link = { vic = 1974 hoi = 10047 } # Mayumbe -> Port Gentil - link = { vic = 1972 hoi = 10021 } # Libreville -> Libreville - link = { vic = 1975 vic = 1978 hoi = 10037 } # Moanda, Madingou -> Makokou - link = { vic = 1982 hoi = 10064 } # Kinshasa -> Pointe Noire - link = { vic = 2624 vic = 2000 vic = 1983 hoi = 10055 } # Loango, Cabinda, Boma -> Mayoumba + link = { vic = 2010 vic = 2011 hoi = 7977 } # Saurimo, Kubanda -> Henrique de Carvalho + link = { vic = 2003 hoi = 10194 } # Benguela -> Benguela + link = { vic = 1999 hoi = 10147 hoi = 10171 } # Luanda -> Luanda, Novo Redondo + link = { vic = 2009 hoi = 10139 } # Malanje -> Sanza Pombo + link = { vic = 2002 hoi = 10160 } # Quibala -> Vila Salazar + link = { vic = 2001 hoi = 10127 } # Mbanza -> Damba + link = { vic = 1974 hoi = 10055 hoi = 10047 } # Mayumbe -> Mayoumba, Port Gentil + link = { vic = 1972 vic = 1976 hoi = 10021 } # Libreville, Makokou -> Libreville + link = { vic = 1975 hoi = 10037 } # Moanda -> Makokou + link = { vic = 1982 hoi = 10086 hoi = 10099 } # Kinshasa -> L�opoldville, Matadi + link = { vic = 2000 hoi = 10085 } # Cabinda -> Cabinda link = { vic = 1954 hoi = 10632 } # S�o Tom� -> S�o Tom� - link = { vic = 1955 vic = 1973 hoi = 10002 } # Fernando P�, Bata -> Bata - link = { vic = 1956 vic = 1958 vic = 1959 hoi = 9986 } # Douala, Kribi, Yaounde -> Douala - link = { vic = 1934 hoi = 9970 } # Calabar -> Enugu - link = { vic = 1976 vic = 1980 vic = 1977 hoi = 10028 } # Makokou, Djambala, Nkuna -> Brazzaville - link = { vic = 1962 vic = 1966 vic = 1981 hoi = 9921 } # Bertoua, Nola, Impfondo -> Yaound� - link = { vic = 2035 vic = 2034 hoi = 10074 } # Usumbura, Kigali -> Kampala - link = { vic = 2019 hoi = 10272 } # Entebbe -> Jinja - link = { vic = 2020 vic = 1997 vic = 2021 vic = 1996 hoi = 10100 } # Mbarara, Mungbane, Masindi, Kisangani -> Stanleyville - link = { vic = 1992 hoi = 9783 } # Basoko -> Bumba - link = { vic = 1994 hoi = 10086 } # Nsheng -> L�opoldville - link = { vic = 1993 hoi = 9824 } # Irebu -> Coquilhatville - link = { vic = 1872 hoi = 9890 hoi = 9928 } # Bosaso -> Bargal, Bender Beila - link = { vic = 1870 hoi = 10039 hoi = 10022 hoi = 10003 } # Kismayo -> Chisimaio, Brava, Serenli - link = { vic = 2030 vic = 2032 hoi = 10048 hoi = 10029 hoi = 10038 } # MANY-TO-MANY: Lamu, Garissa -> Lamu, Wajir, Nanyuki - link = { vic = 2024 hoi = 10056 } # Nairobi -> Nairobi - link = { vic = 2031 vic = 2025 hoi = 10012 } # Wajir, Marsabit -> Buna - link = { vic = 1868 hoi = 10004 hoi = 10013 } # Mogadishu -> Mogadiscio, Iscia Baidoa - link = { vic = 1871 hoi = 9946 hoi = 9973 hoi = 9989 hoi = 9996 } # Hobyo -> Garoe, Eil, Obbia, Meregh - link = { vic = 1869 hoi = 9980 hoi = 9960 hoi = 9995 } # Baidoa -> Rocca Littorio, Baduen, Belet Uen + link = { vic = 1973 hoi = 10002 } # Bata -> Bata + link = { vic = 1955 hoi = 9590 } # Fernando P� -> Santa Isabel + link = { vic = 1956 vic = 1958 hoi = 9986 } # Douala, Kribi -> Douala + link = { vic = 1959 vic = 1962 vic = 1960 hoi = 9921 } # Yaounde, Bertoua, Bafoussam -> Yaound� + link = { vic = 1961 hoi = 9957 hoi = 9941 } # Bamenda -> Gaboles, Gashaka + link = { vic = 1937 hoi = 9903 } # Tukari -> Jalingo + link = { vic = 1934 vic = 1933 vic = 1935 hoi = 9970 } # Calabar, Awka, Aruchukwu -> Enugu + link = { vic = 1983 hoi = 10113 } # Boma -> Boma + link = { vic = 1977 hoi = 10028 } # Nkuna -> Brazzaville + link = { vic = 2624 vic = 1978 hoi = 10064 } # Loango, Madingou -> Pointe Noire + link = { vic = 1981 vic = 1980 hoi = 10073 } # Impfondo, Djambala -> Gamboma + link = { vic = 2023 vic = 2021 vic = 2022 hoi = 10272 } # Jinja, Masindi, Kitgum -> Jinja + link = { vic = 2019 vic = 2020 hoi = 10074 } # Entebbe, Mbarara -> Kampala + link = { vic = 1996 vic = 1997 hoi = 10100 } # Kisangani, Mungbane -> Stanleyville + link = { vic = 1994 vic = 1992 hoi = 10243 } # Nsheng, Basoko -> Boende + link = { vic = 1993 vic = 1995 hoi = 9824 } # Irebu, Gemena -> Coquilhatville + link = { vic = 1872 hoi = 9890 hoi = 9928 hoi = 9946 hoi = 9973 hoi = 9960 } # Bosaso -> Bargal, Bender Beila, Garoe, Eil, Baduen + link = { vic = 1870 hoi = 10039 hoi = 10003 } # Kismayo -> Chisimaio, Serenli + link = { vic = 2030 hoi = 10048 } # Lamu -> Lamu + link = { vic = 2024 vic = 2027 hoi = 10056 hoi = 10038 } # MANY-TO-MANY: Nairobi, Nakuru -> Nairobi, Nanyuki + link = { vic = 2031 vic = 2032 hoi = 10029 hoi = 10012 } # MANY-TO-MANY: Wajir, Garissa -> Wajir, Buna + link = { vic = 1868 hoi = 10004 hoi = 10013 hoi = 10022 } # Mogadishu -> Mogadiscio, Iscia Baidoa, Brava + link = { vic = 1871 hoi = 9989 hoi = 9996 hoi = 9980 } # Hobyo -> Obbia, Meregh, Rocca Littorio + link = { vic = 1869 hoi = 9995 } # Baidoa -> Belet Uen link = { vic = 1873 hoi = 9868 hoi = 9889 hoi = 9909 hoi = 9927 hoi = 9908 } # Berbera -> Las Khoreh, Heis, Buran, Hudih, Berbera link = { vic = 1864 hoi = 9972 hoi = 9987 } # Negele -> Mega, Dolo - link = { vic = 1860 hoi = 9958 } # Awasa -> Goba - link = { vic = 1867 hoi = 9945 hoi = 9926 hoi = 9944 hoi = 9959 } # Werder -> Bohotleh, Hargeysa, Harar, Awareh - link = { vic = 1866 hoi = 9979 hoi = 9971 } # Goba -> Gurbo, Imi - link = { vic = 1875 hoi = 9867 } # Djibuti -> Djibouti + link = { vic = 1860 vic = 1861 hoi = 9924 } # Awasa, Aselia -> Nakamti + link = { vic = 1867 hoi = 9945 hoi = 9926 hoi = 9959 } # Werder -> Bohotleh, Hargeysa, Awareh + link = { vic = 1866 hoi = 9958 hoi = 9971 hoi = 9979 } # Goba -> Goba, Imi, Gurbo + link = { vic = 1875 hoi = 9867 hoi = 9826 } # Djibuti -> Djibouti, Obock link = { vic = 1874 hoi = 9888 } # Zeyla -> Zeila - link = { vic = 1865 hoi = 9907 } # Harer -> Diredawa - link = { vic = 1861 vic = 1859 hoi = 9943 } # Aselia, Ankober -> Addis Ababa - link = { vic = 2022 vic = 1847 vic = 1846 hoi = 9988 } # Kitgum, Kapoeta, Lado -> Juba + link = { vic = 1865 hoi = 9944 hoi = 9907 hoi = 9887 } # Harer -> Harar, Diredawa, Dessye + link = { vic = 1859 hoi = 9943 hoi = 9906 } # Ankober -> Addis Ababa, Dibre + link = { vic = 1847 vic = 1846 hoi = 9988 } # Kapoeta, Lado -> Juba link = { vic = 1851 hoi = 9767 } # Assab -> Edd - link = { vic = 1858 hoi = 9826 } # Awsa -> Obock + link = { vic = 1858 hoi = 9807 } # Awsa -> Makale link = { vic = 1827 hoi = 9765 } # Khartoum -> Khartoum - link = { vic = 1829 vic = 1828 hoi = 9784 hoi = 9748 hoi = 9720 hoi = 9805 } # MANY-TO-MANY: Kassala, Wad Madani -> Gedaref, Wad Medani, Herbagat, Sennar + link = { vic = 1829 hoi = 9784 hoi = 9720 hoi = 9766 hoi = 9806 } # Kassala -> Gedaref, Herbagat, Kassala, Gallabat link = { vic = 1850 hoi = 9734 } # Akordat -> Barentu - link = { vic = 1854 hoi = 9806 } # Matamma -> Gallabat - link = { vic = 1855 hoi = 9886 hoi = 9906 } # Debre Markos -> Debra Markos, Dibre - link = { vic = 1853 vic = 3224 hoi = 9887 hoi = 9866 hoi = 9845 } # MANY-TO-MANY: Debre Tabor, Lake Tana -> Dessye, Debra Tabor, Dangila + link = { vic = 1854 hoi = 9845 } # Matamma -> Dangila + link = { vic = 1855 hoi = 9886 } # Debre Markos -> Debra Markos + link = { vic = 1853 vic = 3224 hoi = 9866 } # Debre Tabor, Lake Tana -> Debra Tabor link = { vic = 1852 hoi = 9825 } # Gonder -> Gondar link = { vic = 1857 hoi = 9846 } # Antalo -> Tandaho - link = { vic = 1856 hoi = 9807 hoi = 9785 } # Aksum -> Makale, Aduwa - link = { vic = 1848 hoi = 9749 hoi = 9766 } # Asmara -> Asmara, Kassala + link = { vic = 1856 hoi = 9785 } # Aksum -> Aduwa + link = { vic = 1848 hoi = 9749 } # Asmara -> Asmara link = { vic = 1849 hoi = 9721 hoi = 9706 } # Massawa -> Anaghit, Rehib - link = { vic = 1835 hoi = 9676 hoi = 9647 hoi = 9663 hoi = 9689 hoi = 9719 hoi = 9704 } # Dongola -> Kerma, Wadi Halfa, Abu Hamed, Merowe, Korti, Dongola - link = { vic = 1837 hoi = 9705 hoi = 9733 } # Atbara -> Haiya, Ed Damer - link = { vic = 1766 hoi = 5770 hoi = 5784 hoi = 5797 hoi = 9628 } # Aswan -> Asw�n, Buhayrat Nasir, Wadi al 'Allaqi, Jabal Abu Fas - link = { vic = 1833 hoi = 9690 hoi = 9664 } # Suakin -> Erkowit, Port Sudan + link = { vic = 1835 hoi = 9676 hoi = 9647 hoi = 9663 hoi = 9689 hoi = 9704 hoi = 5796 } # Dongola -> Kerma, Wadi Halfa, Abu Hamed, Merowe, Dongola, Amara + link = { vic = 1837 hoi = 9705 hoi = 9733 hoi = 9719 } # Atbara -> Haiya, Ed Damer, Korti + link = { vic = 1766 vic = 1768 hoi = 5770 hoi = 5784 hoi = 5797 hoi = 9628 hoi = 9609 hoi = 9591 } # MANY-TO-MANY: Aswan, Idfu -> Asw�n, Buhayrat Nasir, Wadi al 'Allaqi, Jabal Abu Fas, Abu Simbel, Wadi Diib + link = { vic = 1833 hoi = 9664 hoi = 9629 hoi = 9690 } # Suakin -> Port Sudan, Muhammad Qol, Erkowit link = { vic = 1836 hoi = 9677 hoi = 9648 } # Hayya -> Shereik, Wadi Oko - link = { vic = 1834 hoi = 9629 } # Halaib -> Muhammad Qol - link = { vic = 1771 hoi = 9610 } # Marsa Alam -> Halaib - link = { vic = 1768 hoi = 9591 } # Idfu -> Wadi Diib - link = { vic = 1770 hoi = 9571 hoi = 5771 hoi = 9509 } # Qusayr -> B�r Shalatein, Berenice, Quseir + link = { vic = 1834 hoi = 9610 } # Halaib -> Halaib + link = { vic = 1771 hoi = 9571 } # Marsa Alam -> B�r Shalatein + link = { vic = 1770 hoi = 9509 hoi = 5771 } # Qusayr -> Quseir, Berenice link = { vic = 1757 hoi = 5668 hoi = 5658 hoi = 5669 hoi = 5657 hoi = 5614 } # Sharm al-Shaykh -> Sham el Sheikh, Dahab, Thamad, Sudr, El Quseima link = { vic = 1756 hoi = 5564 hoi = 5590 hoi = 5589 hoi = 5613 hoi = 5631 hoi = 5632 hoi = 5645 } # Al Arish -> El'Ar�sh, Misfaq, Rom�ni, B�r el Tham�da, B�r Gifgafa, Nakhl, Jabal Budiyah link = { vic = 1755 hoi = 5644 hoi = 5612 hoi = 5563 } # Suez -> El Suweis, Ism�'il�ya, B�r Sa'�d link = { vic = 1746 hoi = 5562 hoi = 5561 } # Dumyat -> Dumy�t, Rash�d - link = { vic = 1751 hoi = 5586 } # Alexandria -> El Iskandar�ya + link = { vic = 1751 hoi = 5586 hoi = 5560 } # Alexandria -> El Iskandar�ya, El Hamm�m link = { vic = 1745 hoi = 5611 } # Cairo -> Al Qahira link = { vic = 1748 hoi = 5588 } # Mansura -> El Mans�ra link = { vic = 1747 hoi = 5587 hoi = 5610 } # Tanta -> Kafr el Sheikh, Ezbet Ab� Keifu link = { vic = 1749 hoi = 5630 } # Ziqaziq -> Zagazig - link = { vic = 1772 hoi = 5656 hoi = 5688 hoi = 5705 hoi = 5697 } # Ras Gharib -> R�s Gh�rib, Hurghada, As Sahra' ash Sharqiyah, Maaza - link = { vic = 1763 hoi = 5667 hoi = 5678 hoi = 5643 } # Bani Suwayf -> Wadi at Tarfa, Jabal Gharib, El Faiy�m - link = { vic = 1750 hoi = 5629 hoi = 5642 hoi = 5677 } # Giza -> Sanh�r, Bawiti, El Heiz - link = { vic = 1764 hoi = 5687 } # Minya -> El Minya - link = { vic = 2559 hoi = 5704 hoi = 5713 hoi = 5722 hoi = 5714 } # Suhaj -> Asy�t, Soh�g, Akhm�m, Wadi Qina - link = { vic = 1769 hoi = 5730 hoi = 5739 hoi = 5750 hoi = 5738 } # Qina -> Qena, El Uqsur, Armant, Girga - link = { vic = 1761 hoi = 9570 hoi = 9609 } # Baris -> B�r�s, Abu Simbel - link = { vic = 1767 hoi = 5760 } # Luxor -> El Kh�rga - link = { vic = 1762 hoi = 5729 } # Asyut -> El Mah�r�q - link = { vic = 1758 hoi = 5721 hoi = 9508 hoi = 5783 hoi = 9454 } # Farafra -> Hadabat al Jilf al Kabir, Abu Ballas, Ash Shabb, As Sahra' al Lib + link = { vic = 1772 hoi = 5656 hoi = 5688 } # Ras Gharib -> R�s Gh�rib, Hurghada + link = { vic = 1763 hoi = 5667 hoi = 5678 } # Bani Suwayf -> Wadi at Tarfa, Jabal Gharib + link = { vic = 1750 hoi = 5629 } # Giza -> Sanh�r + link = { vic = 1764 hoi = 5687 hoi = 5697 } # Minya -> El Minya, Maaza + link = { vic = 2559 hoi = 5713 hoi = 5722 hoi = 5705 } # Suhaj -> Soh�g, Akhm�m, As Sahra' ash Sharqiyah + link = { vic = 1769 hoi = 5730 hoi = 5738 hoi = 5714 } # Qina -> Qena, Girga, Wadi Qina + link = { vic = 1761 hoi = 9570 hoi = 5783 hoi = 5760 } # Baris -> B�r�s, Ash Shabb, El Kh�rga + link = { vic = 1767 hoi = 5739 hoi = 5750 } # Luxor -> El Uqsur, Armant + link = { vic = 1762 hoi = 5704 hoi = 5729 } # Asyut -> Asy�t, El Mah�r�q + link = { vic = 1758 hoi = 9508 hoi = 9454 hoi = 5721 } # Farafra -> Abu Ballas, As Sahra' al Lib, Hadabat al Jilf al Kabir link = { vic = 1760 hoi = 5749 hoi = 9484 } # Mut -> Bal�t, El Qasr link = { vic = 1753 hoi = 5534 hoi = 5557 hoi = 5533 hoi = 5558 } # Sidi Barrani -> Sidi Barrani, Khalij as Sallum, Bardia, Ra's Abu Lahw link = { vic = 1754 hoi = 9394 hoi = 9361 hoi = 5584 hoi = 5582 } # Siwa -> Siwa, Ad Diffah, El Dab'a, Qara - link = { vic = 1752 hoi = 5560 hoi = 5609 hoi = 5583 hoi = 5559 } # Matruh -> El Hamm�m, El 'Alamein, Abu Haggag, Marsa Matr�h - link = { vic = 1765 hoi = 5696 } # Fayyum -> As Sahra' al Gharbiyah - link = { vic = 1759 hoi = 5607 hoi = 5585 hoi = 5608 hoi = 5666 hoi = 9455 hoi = 5628 hoi = 9423 } # Bawiti -> Ayn Tumayrah, Bi'r Abu al Hudum, Munkhafad al Qatrah, As Sahra' al Gharbiyah, Qasr Farafra, Matruh, Great Sand Sea - link = { vic = 2564 hoi = 9747 hoi = 5761 hoi = 5796 hoi = 9703 hoi = 9718 } # Salima -> Jebel Abyad, Tundubai, Amara, Jabal al Khaymah, Wadi el Milk - link = { vic = 1842 hoi = 9717 hoi = 9781 } # Junaynah -> Wadi Howar, El Geneina - link = { vic = 1862 hoi = 9942 hoi = 9924 hoi = 9923 } # Bonga -> Jimma, Nakamti, Fangak - link = { vic = 1863 hoi = 9905 hoi = 9904 } # Asosa -> Nejo, Malakal - link = { vic = 1844 hoi = 9865 hoi = 9884 } # Bor -> Malek, Kadugli - link = { vic = 1841 hoi = 9842 } # Fasher -> Al Fasher - link = { vic = 1998 vic = 1845 hoi = 9885 } # Baramo, Yambio -> Amadi + link = { vic = 1752 hoi = 5609 hoi = 5583 hoi = 5559 } # Matruh -> El 'Alamein, Abu Haggag, Marsa Matr�h + link = { vic = 1765 hoi = 5643 } # Fayyum -> El Faiy�m + link = { vic = 1759 hoi = 5642 hoi = 5666 hoi = 5608 hoi = 5628 hoi = 5585 hoi = 5607 hoi = 9423 hoi = 9455 hoi = 5677 hoi = 5696 } # Bawiti -> Bawiti, As Sahra' al Gharbiyah, Munkhafad al Qatrah, Matruh, Bi'r Abu al Hudum, Ayn Tumayrah, Great Sand Sea, Qasr Farafra, El Heiz, As Sahra' al Gharbiyah + link = { vic = 2564 hoi = 5761 hoi = 9703 hoi = 9718 } # Salima -> Tundubai, Jabal al Khaymah, Wadi el Milk + link = { vic = 1842 hoi = 9717 hoi = 9781 hoi = 9747 } # Junaynah -> Wadi Howar, El Geneina, Jebel Abyad + link = { vic = 1862 hoi = 9942 } # Bonga -> Jimma + link = { vic = 1863 hoi = 9905 } # Asosa -> Nejo + link = { vic = 1844 hoi = 9865 hoi = 9884 hoi = 9923 } # Bor -> Malek, Kadugli, Fangak + link = { vic = 1841 hoi = 9842 hoi = 9803 hoi = 9745 } # Fasher -> Al Fasher, Malha, Wadi Shaqq el Giefer + link = { vic = 1845 hoi = 9885 } # Yambio -> Amadi link = { vic = 1843 hoi = 9883 hoi = 9863 } # Waw -> Nyala, Ghabeish - link = { vic = 1832 hoi = 9843 hoi = 9864 hoi = 9823 } # Fashoda -> El Obeid, Galhak, Kosti - link = { vic = 1830 hoi = 9764 hoi = 9732 } # Sennar -> Al Wuz, Jebel Haraza - link = { vic = 1831 hoi = 9822 } # Rabak -> Magrur - link = { vic = 1840 hoi = 9782 hoi = 9746 } # Kaduqli -> Sodiri, Northern Kurdufan - link = { vic = 1839 hoi = 9803 hoi = 9763 } # Nuhud -> Malha, Wadi Magrur - link = { vic = 1838 hoi = 9745 } # Obeid -> Wadi Shaqq el Giefer - link = { vic = 1969 hoi = 9804 } # Zemio -> Bangassou - link = { vic = 1995 hoi = 9844 } # Gemena -> Bangui - link = { vic = 1965 hoi = 9922 } # Bangui -> Moundou - link = { vic = 1970 hoi = 9861 } # Bangassou -> Am Timan + link = { vic = 1832 hoi = 9904 } # Fashoda -> Malakal + link = { vic = 1830 hoi = 9805 hoi = 9864 } # Sennar -> Sennar, Galhak + link = { vic = 1828 hoi = 9748 } # Wad Madani -> Wad Medani + link = { vic = 1831 hoi = 9823 } # Rabak -> Kosti + link = { vic = 1840 hoi = 9843 hoi = 9822 } # Kaduqli -> El Obeid, Magrur + link = { vic = 1839 hoi = 9763 hoi = 9782 } # Nuhud -> Wadi Magrur, Sodiri + link = { vic = 1838 hoi = 9746 hoi = 9732 hoi = 9764 } # Obeid -> Northern Kurdufan, Jebel Haraza, Al Wuz + link = { vic = 1970 vic = 1971 vic = 1969 hoi = 9804 } # Bangassou, Ndele, Zemio -> Bangassou + link = { vic = 1998 hoi = 9783 } # Baramo -> Bumba + link = { vic = 1965 vic = 1966 vic = 1967 vic = 1968 hoi = 9844 } # Bangui, Nola, Bouar, Bossangoa -> Bangui link = { vic = 1907 vic = 1915 hoi = 9969 } # Accra, Ho -> Accra link = { vic = 1914 hoi = 9955 } # Lome -> Lom� - link = { vic = 1928 hoi = 9956 } # Benin -> Benin City - link = { vic = 1931 vic = 1932 vic = 1933 hoi = 9977 } # Warri, Bonny, Awka -> Port Harcourt - link = { vic = 1957 vic = 1961 vic = 1960 hoi = 9978 hoi = 9957 } # MANY-TO-MANY: Buea, Bamenda, Bafoussam -> Kumba, Gaboles - link = { vic = 1923 vic = 1924 vic = 1925 vic = 1927 hoi = 9920 } # Lagos, Abeokuta, Ibadan, Ilorin -> Lagos + link = { vic = 1945 vic = 1947 hoi = 9762 } # Kano, Katsina -> Gusau + link = { vic = 1939 hoi = 9820 } # Zaria -> Kaduna + link = { vic = 1941 vic = 1940 hoi = 9840 } # Abuja, Bida -> Abuja + link = { vic = 1928 hoi = 9939 } # Benin -> Ondo + link = { vic = 1932 hoi = 9977 } # Bonny -> Port Harcourt + link = { vic = 1931 hoi = 9956 } # Warri -> Benin City + link = { vic = 1957 hoi = 9978 } # Buea -> Kumba + link = { vic = 1923 vic = 1924 vic = 1926 hoi = 9920 } # Lagos, Abeokuta, Ife -> Lagos + link = { vic = 1925 hoi = 9879 } # Ibadan -> Ibadan + link = { vic = 1927 vic = 1938 hoi = 9839 } # Ilorin, Bussa -> Ilorin + link = { vic = 1946 hoi = 9800 } # Kebbi -> Bagudo link = { vic = 1919 vic = 1920 hoi = 9938 } # Cotonou, Abomey -> Porto Novo - link = { vic = 1917 vic = 1918 hoi = 9919 } # Atakpame, Sokode -> Sokode - link = { vic = 1926 vic = 1929 hoi = 9939 } # Ife, Akure -> Ondo - link = { vic = 1971 vic = 1822 vic = 1823 hoi = 9802 } # Ndele, Am Timan, Mongo -> Abeche + link = { vic = 1917 hoi = 9919 } # Atakpame -> Sokode + link = { vic = 1929 vic = 1930 hoi = 9880 } # Akure, Lokoja -> Oshogbo + link = { vic = 1822 hoi = 9861 } # Am Timan -> Am Timan link = { vic = 1825 hoi = 9858 hoi = 9801 } # Zouar -> Shodra, Faya - link = { vic = 1820 vic = 1968 hoi = 9940 } # Bongor, Bossangoa -> Massenya - link = { vic = 1818 vic = 1821 vic = 3101 hoi = 9860 } # Massenya, Abeche, Lake Tchad -> Fort Lamy - link = { vic = 1819 vic = 1967 vic = 1964 hoi = 9882 } # Moundou, Bouar, Maroua -> Ngaound�r� - link = { vic = 1963 hoi = 9941 } # Ngaoundere -> Gashaka - link = { vic = 1950 hoi = 9903 } # Yola -> Jalingo - link = { vic = 1953 vic = 1951 vic = 1952 hoi = 9901 } # Dikoa, Kuka, Nguru -> Damaturu - link = { vic = 1944 hoi = 9862 } # Gombe -> Shellem + link = { vic = 1819 vic = 1820 hoi = 9922 } # Moundou, Bongor -> Moundou + link = { vic = 1821 vic = 1823 hoi = 9802 } # Abeche, Mongo -> Abeche + link = { vic = 1824 vic = 3101 hoi = 9860 } # Mao, Lake Tchad -> Fort Lamy + link = { vic = 1818 hoi = 9940 } # Massenya -> Massenya + link = { vic = 1963 vic = 1964 hoi = 9882 } # Ngaoundere, Maroua -> Ngaound�r� + link = { vic = 1950 hoi = 9862 } # Yola -> Shellem + link = { vic = 1953 vic = 1951 hoi = 9901 } # Dikoa, Kuka -> Damaturu link = { vic = 1943 hoi = 9821 hoi = 9881 } # Jos -> Jos, Lafia - link = { vic = 1942 hoi = 9841 } # Bauchi -> Bauchi - link = { vic = 1937 vic = 1936 vic = 1935 hoi = 9902 hoi = 9880 } # MANY-TO-MANY: Tukari, Makurdi, Aruchukwu -> Makurdi, Oshogbo - link = { vic = 1930 vic = 1941 vic = 1940 hoi = 9879 } # Lokoja, Abuja, Bida -> Ibadan - link = { vic = 1922 vic = 1921 vic = 1938 hoi = 9859 hoi = 9819 } # MANY-TO-MANY: Jugu, Nikki, Bussa -> Parakou, Kandi - link = { vic = 1939 hoi = 9840 } # Zaria -> Abuja - link = { vic = 1946 vic = 1948 hoi = 9839 hoi = 9800 } # MANY-TO-MANY: Kebbi, Sokoto -> Ilorin, Bagudo - link = { vic = 1947 vic = 1945 vic = 1949 hoi = 9820 } # Katsina, Kano, Hadejia -> Kaduna - link = { vic = 1783 vic = 2573 vic = 1787 hoi = 9741 } # Dakar, Mboul, Diourbel -> Dakar - link = { vic = 1784 hoi = 9729 } # Saint-Louis -> St. Louis - link = { vic = 1877 hoi = 9794 } # Bissau -> Bissau - link = { vic = 1785 hoi = 9774 } # Banjul -> Ziguinchar - link = { vic = 1788 hoi = 9756 } # Kaolack -> Bathurst + link = { vic = 1942 vic = 1944 hoi = 9841 } # Bauchi, Gombe -> Bauchi + link = { vic = 1936 hoi = 9902 } # Makurdi -> Makurdi + link = { vic = 1921 hoi = 9819 } # Nikki -> Kandi + link = { vic = 1922 hoi = 9859 } # Jugu -> Parakou + link = { vic = 1948 hoi = 9780 } # Sokoto -> Sokoto + link = { vic = 1949 vic = 1952 hoi = 9898 } # Hadejia, Nguru -> Hadeija + link = { vic = 1783 vic = 2573 vic = 1787 vic = 1788 vic = 1784 hoi = 9741 } # Dakar, Mboul, Diourbel, Kaolack, Saint-Louis -> Dakar + link = { vic = 1877 vic = 1878 hoi = 9794 } # Bissau, Gabu -> Bissau + link = { vic = 1785 hoi = 9756 } # Banjul -> Bathurst link = { vic = 1884 hoi = 9915 } # Freetown -> Freetown - link = { vic = 1887 vic = 1890 hoi = 9952 hoi = 9935 } # MANY-TO-MANY: Monrovia, Gbarnga -> Monrovia, Bo - link = { vic = 1893 vic = 1888 vic = 1891 hoi = 9967 } # Sassandra, Harper, Zwedru -> Nanakru - link = { vic = 1908 vic = 1910 hoi = 9954 } # Cape Coast, Kumasi -> Sekondi - link = { vic = 1909 vic = 1894 vic = 1897 hoi = 9968 hoi = 9937 } # MANY-TO-MANY: Sekondi, Grand Bassam, Akoupe -> Abidjan, Yamoussoukro - link = { vic = 1892 vic = 1895 hoi = 9953 } # Grand Lahou, Bouake -> San P�dro - link = { vic = 1792 vic = 1793 vic = 1878 hoi = 9814 } # Ziguinchor, Velingara, Gabu -> Bok� - link = { vic = 1879 hoi = 9854 } # Boffa -> Boffa - link = { vic = 1880 hoi = 9795 hoi = 9834 } # Timbo -> Mali, Lab� - link = { vic = 1885 vic = 1886 hoi = 9875 } # Falaba, Bo -> Conakry - link = { vic = 1883 vic = 1889 hoi = 9897 } # Beyla, Bopolu -> Beyla - link = { vic = 1896 hoi = 9916 } # Man -> Nz�r�kor� - link = { vic = 1900 vic = 1898 vic = 1899 hoi = 9917 } # Odienne, Kong, Bondouku -> Bouak� - link = { vic = 1911 hoi = 9918 } # Kintampo -> Kumasi - link = { vic = 1912 hoi = 9899 hoi = 9857 } # Wa -> Ejura, Bole - link = { vic = 1913 vic = 1916 hoi = 9837 hoi = 9838 hoi = 14149 } # MANY-TO-MANY: Tamale, Yendi -> Tamale, Dapongo, Great Slave Lake - link = { vic = 1881 vic = 1882 vic = 1794 vic = 1798 hoi = 9835 } # Dinguiraye, Kankan, Bamako, Bougouni -> Dabola - link = { vic = 1686 vic = 1685 hoi = 5258 hoi = 5318 hoi = 5373 } # MANY-TO-MANY: Tangier, Rabat -> T�nger, Larache, Rabat - link = { vic = 1691 hoi = 5412 hoi = 5428 hoi = 5441 } # Casablanca -> Casablanca, El Jadida, Safi - link = { vic = 2563 hoi = 5479 } # Safi -> Tamanar - link = { vic = 1694 vic = 1693 vic = 1695 hoi = 5500 hoi = 5546 hoi = 5602 } # MANY-TO-MANY: Agadir, Sawira, Ifni -> Agadir, Tiznit, Goulimine - link = { vic = 1696 hoi = 9451 hoi = 9421 } # Tarfaya -> Villa Bens, Tan Tan - link = { vic = 1773 hoi = 9482 hoi = 9507 hoi = 9483 hoi = 9533 hoi = 9532 } # Aaiun -> El Aai�n, Hawza, Yetti, Tiris Zemmour, Smara + link = { vic = 1887 vic = 1890 vic = 1889 hoi = 9952 } # Monrovia, Gbarnga, Bopolu -> Monrovia + link = { vic = 1888 vic = 1891 hoi = 9967 } # Harper, Zwedru -> Nanakru + link = { vic = 1909 vic = 1908 hoi = 9954 } # Sekondi, Cape Coast -> Sekondi + link = { vic = 1894 vic = 1892 hoi = 9968 } # Grand Bassam, Grand Lahou -> Abidjan + link = { vic = 1897 hoi = 9937 } # Akoupe -> Yamoussoukro + link = { vic = 1895 vic = 1898 hoi = 9917 } # Bouake, Kong -> Bouak� + link = { vic = 1893 hoi = 9953 } # Sassandra -> San P�dro + link = { vic = 1792 vic = 1793 hoi = 9774 } # Ziguinchor, Velingara -> Ziguinchar + link = { vic = 1879 hoi = 9854 hoi = 9814 } # Boffa -> Boffa, Bok� + link = { vic = 1880 hoi = 9795 hoi = 9834 hoi = 9875 } # Timbo -> Mali, Lab�, Conakry + link = { vic = 1886 vic = 1885 hoi = 9935 } # Bo, Falaba -> Bo + link = { vic = 1883 hoi = 9916 } # Beyla -> Nz�r�kor� + link = { vic = 1896 vic = 1900 hoi = 9856 } # Man, Odienne -> Man + link = { vic = 1899 hoi = 9836 } # Bondouku -> Bouna + link = { vic = 1910 hoi = 9918 } # Kumasi -> Kumasi + link = { vic = 1911 hoi = 9899 } # Kintampo -> Ejura + link = { vic = 1912 hoi = 9857 hoi = 9817 } # Wa -> Bole, Zuarungu + link = { vic = 1913 vic = 1916 hoi = 9837 } # Tamale, Yendi -> Tamale + link = { vic = 1918 hoi = 9838 } # Sokode -> Dapongo + link = { vic = 1882 hoi = 9897 } # Kankan -> Beyla + link = { vic = 1881 hoi = 9835 hoi = 9816 } # Dinguiraye -> Dabola, Kankan + link = { vic = 1686 hoi = 5258 hoi = 5318 } # Tangier -> T�nger, Larache + link = { vic = 1685 hoi = 5373 } # Rabat -> Rabat + link = { vic = 1691 hoi = 5412 hoi = 5428 } # Casablanca -> Casablanca, El Jadida + link = { vic = 2563 hoi = 5441 hoi = 5479 } # Safi -> Safi, Tamanar + link = { vic = 1695 hoi = 9569 } # Ifni -> Sidi Ifni + link = { vic = 1694 vic = 1693 hoi = 5500 hoi = 5602 hoi = 9421 } # MANY-TO-MANY: Agadir, Sawira -> Agadir, Goulimine, Tan Tan + link = { vic = 1696 hoi = 9451 } # Tarfaya -> Villa Bens + link = { vic = 1773 hoi = 9482 hoi = 9507 hoi = 9532 } # Aaiun -> El Aai�n, Hawza, Smara link = { vic = 1791 hoi = 9757 } # Bakel -> Kedougou - link = { vic = 1790 hoi = 9742 } # Matam -> Tambacounda - link = { vic = 1786 vic = 1789 hoi = 9716 } # Linguere, Podor -> Boghe - link = { vic = 1775 vic = 1776 vic = 1777 hoi = 9701 hoi = 9646 hoi = 9607 } # MANY-TO-MANY: Nouakchott, Rosso, Aleg -> Akreidil, Akjoujt, Port Etienne - link = { vic = 1774 hoi = 9551 hoi = 9568 hoi = 9590 hoi = 9569 } # Dakhla -> Cabo Bojador, Villa Cisneros, Santa Isabel, Sidi Ifni - link = { vic = 1795 vic = 1797 vic = 1796 hoi = 9758 } # Kayes, Kita, Nioro -> Bamako - link = { vic = 1782 hoi = 9730 hoi = 9552 } # Bir Murghayn -> El Hank, El K�ghet - link = { vic = 1778 hoi = 9743 } # Maghama -> Niout - link = { vic = 1780 hoi = 9702 hoi = 9688 } # Tichit -> Kiffa, Moudj�ria + link = { vic = 1790 vic = 1789 vic = 1786 hoi = 9742 } # Matam, Podor, Linguere -> Tambacounda + link = { vic = 1776 hoi = 9729 } # Rosso -> St. Louis + link = { vic = 1774 hoi = 9551 hoi = 9568 } # Dakhla -> Cabo Bojador, Villa Cisneros + link = { vic = 1799 vic = 1798 hoi = 9776 } # Sikasso, Bougouni -> Sikasso + link = { vic = 1794 vic = 1797 vic = 1796 vic = 1795 hoi = 9758 } # Bamako, Kita, Nioro, Kayes -> Bamako + link = { vic = 1782 hoi = 9730 hoi = 9552 hoi = 9533 hoi = 9483 hoi = 9452 } # Bir Murghayn -> El Hank, El K�ghet, Tiris Zemmour, Yetti, Erg Iguidi + link = { vic = 1778 hoi = 9702 } # Maghama -> Kiffa + link = { vic = 1780 hoi = 9688 } # Tichit -> Moudj�ria link = { vic = 1779 hoi = 9627 } # Shingit -> At�r - link = { vic = 1799 vic = 1906 vic = 1905 hoi = 9816 hoi = 9836 hoi = 9856 hoi = 9776 } # MANY-TO-MANY: Sikasso, Orodaro, Bobo Dioulasso -> Kankan, Bouna, Man, Sikasso - link = { vic = 1781 hoi = 9675 hoi = 9775 } # Walata -> Oualata, Nampala - link = { vic = 1801 vic = 1800 vic = 1802 vic = 1804 vic = 1902 hoi = 9744 } # Mourdiah, Segu, Jenne, Bandiagara, Wahiguya -> Sokolo - link = { vic = 1901 hoi = 9759 } # Wagadugu -> Mopti - link = { vic = 1903 vic = 1809 vic = 1904 hoi = 9777 hoi = 9817 } # MANY-TO-MANY: Dori, Say, Fada Ngourma -> Bobo Dioulasso, Zuarungu - link = { vic = 1806 hoi = 9798 } # Taoudenni -> Tombouctou - link = { vic = 2609 vic = 1803 vic = 1805 hoi = 9662 } # Araouane, Timbuktu, Gao -> Hombori - link = { vic = 1807 hoi = 9608 } # Tessalit -> Bamba - link = { vic = 1808 vic = 1810 vic = 1811 hoi = 9760 hoi = 9799 hoi = 9796 } # MANY-TO-MANY: Niamey, Dosso, Maradi -> Ouagadougou, Niamey, Tillaberi - link = { vic = 1824 hoi = 9898 } # Mao -> Hadeija - link = { vic = 1816 hoi = 9762 } # Kufe -> Gusau - link = { vic = 1815 hoi = 9780 } # Zinder -> Sokoto - link = { vic = 1725 hoi = 5134 } # Tunis -> Tunis + link = { vic = 1775 hoi = 9646 hoi = 9701 hoi = 9607 } # Nouakchott -> Akjoujt, Akreidil, Port Etienne + link = { vic = 1777 hoi = 9716 } # Aleg -> Boghe + link = { vic = 1905 vic = 1906 hoi = 9777 } # Bobo Dioulasso, Orodaro -> Bobo Dioulasso + link = { vic = 1781 hoi = 9675 hoi = 9743 } # Walata -> Oualata, Niout + link = { vic = 1804 hoi = 9759 } # Bandiagara -> Mopti + link = { vic = 1901 vic = 1902 vic = 1903 vic = 1904 hoi = 9760 } # Wagadugu, Wahiguya, Dori, Fada Ngourma -> Ouagadougou + link = { vic = 1806 hoi = 5575 } # Taoudenni -> Taoudenni + link = { vic = 1800 vic = 1802 vic = 1801 hoi = 9744 } # Segu, Jenne, Mourdiah -> Sokolo + link = { vic = 1803 hoi = 9798 hoi = 9775 } # Timbuktu -> Tombouctou, Nampala + link = { vic = 2609 hoi = 9608 } # Araouane -> Bamba + link = { vic = 1805 hoi = 9778 hoi = 9662 } # Gao -> Gao, Hombori + link = { vic = 1807 hoi = 9855 } # Tessalit -> Menaka + link = { vic = 1808 vic = 1809 hoi = 9799 } # Niamey, Say -> Niamey + link = { vic = 1810 vic = 1811 hoi = 9796 } # Dosso, Maradi -> Tillaberi + link = { vic = 1725 hoi = 5134 hoi = 5168 } # Tunis -> Tunis, Korba link = { vic = 1700 hoi = 5160 hoi = 5194 } # Algiers -> Alger, Dellys link = { vic = 1735 hoi = 5484 hoi = 5506 hoi = 5485 hoi = 5580 } # Benghazi -> Bengasi, Agedabia, Barce, Mersa El Brega - link = { vic = 1737 hoi = 11387 hoi = 5509 hoi = 5488 hoi = 5510 hoi = 5511 hoi = 5532 hoi = 5555 hoi = 5554 hoi = 9360 hoi = 5556 } # Tobruk -> Bir Hacheim, Al Jabal al Akhda, At Tamimi, Gazala, Tobruch, El Adem, Bi't at Tarfawi, Wadi al Hamim, As Sarir, Ridotta Capuzzo - link = { vic = 1736 hoi = 5487 hoi = 5465 hoi = 5446 hoi = 5464 hoi = 5463 hoi = 5508 hoi = 5486 hoi = 5507 hoi = 5530 hoi = 5553 hoi = 5529 hoi = 5552 } # Darna -> Ra's at Tin, Derna, Susah, Beda Littoria, Tocra, El Mechili, Suluntah, Zawiyat Masus, Calanscio, Bu Athlah, Sabkhat al Qunayyin, Wadi al Farigh + link = { vic = 1737 hoi = 5511 hoi = 5532 hoi = 5554 hoi = 5556 hoi = 5555 hoi = 5488 hoi = 5509 hoi = 11387 hoi = 5510 } # Tobruk -> Tobruch, El Adem, Wadi al Hamim, Ridotta Capuzzo, Bi't at Tarfawi, At Tamimi, Al Jabal al Akhda, Bir Hacheim, Gazala + link = { vic = 1736 hoi = 5465 hoi = 5446 hoi = 5464 hoi = 5463 hoi = 5508 hoi = 5486 hoi = 5507 hoi = 5530 hoi = 5529 hoi = 5487 } # Darna -> Derna, Susah, Beda Littoria, Tocra, El Mechili, Suluntah, Zawiyat Masus, Calanscio, Sabkhat al Qunayyin, Ra's at Tin link = { vic = 1734 hoi = 5551 hoi = 5578 hoi = 5603 hoi = 5604 hoi = 5626 hoi = 5605 } # Sirt -> Sirte, As Sultan, An Nawfallyah, As Sidrah, Ra's Lanuf, El Agheila - link = { vic = 1740 hoi = 5577 hoi = 9359 hoi = 9392 hoi = 11388 hoi = 9422 hoi = 5625 } # Waddan -> Jabal Waddan, Hun, Waddan, Bahi, Mabruk, Zillah - link = { vic = 1738 hoi = 5581 hoi = 5606 hoi = 5627 hoi = 9453 hoi = 9393 hoi = 5655 hoi = 5528 } # Jaghbub -> Awjilah, Bi'r Ghayzal, Umm Farud, Al Haruj al Aswad, Jabal Zaltan, Qararat an Na' ikah, Zighan - link = { vic = 1739 vic = 2585 hoi = 5531 hoi = 9900 } # MANY-TO-MANY: Kufra, Matan as Sarah -> Guerende, Sarir Tibesti + link = { vic = 1740 hoi = 5577 hoi = 9359 hoi = 9392 hoi = 11388 hoi = 9422 hoi = 5625 hoi = 5627 } # Waddan -> Jabal Waddan, Hun, Waddan, Bahi, Mabruk, Zillah, Umm Farud + link = { vic = 1738 hoi = 5581 hoi = 5606 hoi = 9453 hoi = 9393 hoi = 5655 hoi = 5553 hoi = 9360 hoi = 5552 } # Jaghbub -> Awjilah, Bi'r Ghayzal, Al Haruj al Aswad, Jabal Zaltan, Qararat an Na' ikah, Bu Athlah, As Sarir, Wadi al Farigh + link = { vic = 1739 hoi = 5528 } # Kufra -> Zighan + link = { vic = 2585 hoi = 5531 hoi = 9900 } # Matan as Sarah -> Guerende, Sarir Tibesti link = { vic = 1826 hoi = 9731 } # Faya -> Fada - link = { vic = 1817 hoi = 9818 } # Bilma -> Zinder - link = { vic = 1814 hoi = 9815 hoi = 9876 } # Madama -> Segguedim, Agadea - link = { vic = 1812 hoi = 9877 hoi = 9855 } # Agades -> Tahoua, Menaka - link = { vic = 1813 hoi = 9936 } # Arlit -> Ti n Essako - link = { vic = 1721 hoi = 9778 hoi = 9878 } # In Guezzam -> Gao, Tamanrasset - link = { vic = 1741 hoi = 9797 hoi = 5579 } # Murzuk -> Djado, Ghat - link = { vic = 1722 hoi = 5524 hoi = 5355 } # Tin Zawatene -> Tanezrou, El Mannsour - link = { vic = 1717 hoi = 5575 hoi = 5547 } # Chenachene -> Taoudenni, Bordj Flye Ste Marie - link = { vic = 1716 hoi = 9452 hoi = 9390 } # Tindouf -> Erg Iguidi, Tinfouchy - link = { vic = 1718 hoi = 9779 hoi = 9305 } # In Salah -> Post Weygand, Aguemour + link = { vic = 1817 hoi = 9815 } # Bilma -> Segguedim + link = { vic = 1815 vic = 1816 hoi = 9818 } # Zinder, Kufe -> Zinder + link = { vic = 1814 hoi = 9797 } # Madama -> Djado + link = { vic = 1812 hoi = 9876 } # Agades -> Agadea + link = { vic = 1813 hoi = 9877 } # Arlit -> Tahoua + link = { vic = 1721 hoi = 9878 hoi = 9936 } # In Guezzam -> Tamanrasset, Ti n Essako + link = { vic = 1741 hoi = 5579 hoi = 5459 } # Murzuk -> Ghat, Uwaynat Wannin + link = { vic = 1722 hoi = 9779 } # Tin Zawatene -> Post Weygand + link = { vic = 1717 hoi = 5355 hoi = 5524 hoi = 5547 } # Chenachene -> El Mannsour, Tanezrou, Bordj Flye Ste Marie + link = { vic = 1716 hoi = 9390 hoi = 9302 hoi = 9357 } # Tindouf -> Tinfouchy, Er Raoui, Tabelbala + link = { vic = 1718 hoi = 9305 hoi = 9275 } # In Salah -> Aguemour, Oued Mya link = { vic = 1724 hoi = 5195 } # Tamanrasset -> Grand Erg Oriental - link = { vic = 1742 hoi = 5459 hoi = 9391 } # Sabha -> Uwaynat Wannin, Al Jufra - link = { vic = 1731 hoi = 5460 hoi = 5444 hoi = 5443 } # Tripoli -> Ez Zauia, Zuara, Rass Ajdir - link = { vic = 1732 vic = 1733 hoi = 5550 hoi = 5527 hoi = 5505 hoi = 5483 hoi = 5461 hoi = 5445 hoi = 5482 hoi = 5504 hoi = 5462 hoi = 5526 hoi = 5576 hoi = 5549 hoi = 5525 hoi = 5503 hoi = 5481 hoi = 5480 } # MANY-TO-MANY: Gharyan, Misratah -> Bu'ayrat al Hasun, Al Qaddahiyah, Qab�lat Awlad ath Thamad, Misurata, Homs, Tripoli, Beni Ulid, Ash Shuwayif, Zliten, Wadi Bayy al Kabir, Abu Nujaym, Al Hamadah al Hamra, Wadi Zamzam, Garian, Iefren, Al Jawsh + link = { vic = 1742 hoi = 9391 hoi = 5548 hoi = 9358 } # Sabha -> Al Jufra, Jabal as Sawda', Tripolitania + link = { vic = 1731 hoi = 5445 hoi = 5444 hoi = 5443 hoi = 5460 } # Tripoli -> Tripoli, Zuara, Rass Ajdir, Ez Zauia + link = { vic = 1732 hoi = 5503 hoi = 5481 hoi = 5480 hoi = 5482 hoi = 5525 hoi = 5504 hoi = 5549 hoi = 5526 hoi = 5576 } # Gharyan -> Garian, Iefren, Al Jawsh, Beni Ulid, Wadi Zamzam, Ash Shuwayif, Al Hamadah al Hamra, Wadi Bayy al Kabir, Abu Nujaym + link = { vic = 1733 hoi = 5483 hoi = 5550 hoi = 5462 hoi = 5461 hoi = 5505 hoi = 5527 } # Misratah -> Misurata, Bu'ayrat al Hasun, Zliten, Homs, Qab�lat Awlad ath Thamad, Al Qaddahiyah link = { vic = 1743 hoi = 9761 } # Ghat -> Hamadat Tingharat - link = { vic = 1744 hoi = 5548 hoi = 9358 hoi = 9332 } # Ghadamis -> Jabal as Sawda', Tripolitania, Al Hamadah al Hamra' - link = { vic = 1730 hoi = 5414 hoi = 5397 hoi = 5430 } # Gabes -> Horumt Souk, Gab�s, Zarzis - link = { vic = 1728 hoi = 5168 hoi = 5232 hoi = 5265 hoi = 5329 hoi = 5358 } # Kairouan -> Korba, Sousse, Sfax, Mahr�s, Skhira - link = { vic = 1704 hoi = 5292 } # Oran -> Oran + link = { vic = 1744 hoi = 9332 hoi = 5442 hoi = 9307 } # Ghadamis -> Al Hamadah al Hamra', Nalut, Daraj + link = { vic = 1730 hoi = 5397 hoi = 5430 hoi = 5414 } # Gabes -> Gab�s, Zarzis, Horumt Souk + link = { vic = 1728 hoi = 5232 hoi = 5265 hoi = 5329 hoi = 5358 } # Kairouan -> Sousse, Sfax, Mahr�s, Skhira + link = { vic = 1704 hoi = 5292 hoi = 5291 } # Oran -> Oran, A�n Temouchent link = { vic = 1706 hoi = 5259 hoi = 9179 hoi = 5260 hoi = 5192 hoi = 5193 } # Mustaghanim -> Mostaganem, El Bayadh, T�n�s, A�n Defla, Tipaza - link = { vic = 1687 hoi = 5289 } # Tetouan -> Ceuta - link = { vic = 1688 hoi = 5319 hoi = 5321 } # Ajdir -> Tetu�n, Xauen - link = { vic = 1705 hoi = 5291 hoi = 5325 hoi = 5290 } # Tlemcen -> A�n Temouchent, Beni Saf, Ghazaouet - link = { vic = 1689 hoi = 5322 hoi = 5324 hoi = 5323 } # Melilla -> Alhucemas, Berkane, Melilla + link = { vic = 1687 hoi = 5319 hoi = 5289 } # Tetouan -> Tetu�n, Ceuta + link = { vic = 1688 hoi = 5321 hoi = 5322 } # Ajdir -> Xauen, Alhucemas + link = { vic = 1705 hoi = 5325 hoi = 5290 } # Tlemcen -> Beni Saf, Ghazaouet + link = { vic = 1689 hoi = 5323 } # Melilla -> Melilla link = { vic = 1726 hoi = 5166 hoi = 5133 hoi = 5167 } # Bizerte -> Mateur, Bizerte, L'Ariana - link = { vic = 1709 hoi = 5165 hoi = 5132 hoi = 5164 } # Bone -> Annaba, Chetaibi, Skikda - link = { vic = 1701 hoi = 5197 hoi = 5163 hoi = 5196 hoi = 5162 hoi = 5161 } # Bougie -> Jijel, Babor, Beja�a, Akbou, Tizi Ouzou - link = { vic = 1727 hoi = 5202 hoi = 5296 } # Gafsa -> Kairouan, Sidi Bouzid - link = { vic = 1681 hoi = 5320 hoi = 5350 } # Wazzan -> Ouezzane, Khemisset - link = { vic = 1708 hoi = 5201 hoi = 5200 hoi = 5199 hoi = 5231 hoi = 5230 hoi = 5229 } # Constantine -> Siliana, Souk Ahras, Guelma, T�bessa, A�n Be�da, Khenchela - link = { vic = 1702 hoi = 5198 hoi = 9154 hoi = 5227 hoi = 9211 hoi = 5228 hoi = 11389 } # Setif -> Constantine, S�tif, M'Sila, Guerara, Biskra, Batna - link = { vic = 1703 hoi = 5226 hoi = 5262 hoi = 5225 } # Medea -> Bou Sa�da, M�d�a, Theniet el Had - link = { vic = 1707 hoi = 5293 hoi = 5294 hoi = 5327 hoi = 5224 hoi = 11390 } # Mascara -> Mascara, Tiaret, Sidi Bel Abbes, Chlef, Saida - link = { vic = 1715 hoi = 5326 hoi = 5357 } # Naama -> Ras el Ma, Tlemcen - link = { vic = 1713 hoi = 5261 hoi = 5295 hoi = 5263 } # Laghwat -> Charef, Gharda�a, Djelfa - link = { vic = 1699 hoi = 9357 hoi = 9302 } # Warzazat -> Tabelbala, Er Raoui - link = { vic = 1690 hoi = 5501 } # Marrakesh -> Taroudannt - link = { vic = 1714 hoi = 9273 hoi = 9242 } # Bechar -> Guerzim, Taghit - link = { vic = 1697 hoi = 5356 hoi = 5377 } # Figuig -> Oujda, Jerada - link = { vic = 1684 hoi = 5376 hoi = 5354 } # Wujda -> Guercif, Taza - link = { vic = 1683 hoi = 5353 hoi = 5352 } # Taza -> Taounate, F�z - link = { vic = 1680 hoi = 5374 hoi = 5375 } # Fez -> Boulemane, Missour - link = { vic = 1682 hoi = 5351 hoi = 5395 } # Meknes -> Mekn�s, Midelt - link = { vic = 1692 hoi = 5458 hoi = 9330 } # Huribka -> Marrakech, Foum Zguid - link = { vic = 1698 hoi = 9241 hoi = 9272 } # Rashidia -> B�char, Taouz - link = { vic = 1720 hoi = 9303 hoi = 9274 hoi = 9209 hoi = 9243 hoi = 9304 hoi = 9275 hoi = 9210 } # Timimoun -> Timoudi, El Homr, Grand Erg Occidental, El Gol�a, Tadema�t, Oued Mya, Oued el Fahl - link = { vic = 1719 hoi = 9307 hoi = 9331 hoi = 9306 hoi = 9244 } # Ilizi -> Daraj, Rebaa, Hassi Bel Guebbour, Oued Metlili - link = { vic = 1711 hoi = 9180 hoi = 9276 hoi = 9245 } # Ouargla -> Sidi Khaled, Tinrhert, Ouargla - link = { vic = 1710 hoi = 5264 hoi = 5328 hoi = 5378 } # Biskra -> Kassarine, Gafsa, El Hamma - link = { vic = 1712 hoi = 9181 hoi = 9212 hoi = 5396 hoi = 9277 } # Tuggurt -> Touggourt, El Oued, Douz, Hassi Messaoud - link = { vic = 1729 hoi = 5442 hoi = 5429 hoi = 5413 } # Tozeur -> Nalut, Tataouine, Matmata + link = { vic = 1709 hoi = 5165 hoi = 5132 } # Bone -> Annaba, Chetaibi + link = { vic = 1701 hoi = 5196 hoi = 5162 hoi = 5161 hoi = 5164 hoi = 5197 hoi = 5163 } # Bougie -> Beja�a, Akbou, Tizi Ouzou, Skikda, Jijel, Babor + link = { vic = 1727 hoi = 5202 hoi = 5296 hoi = 5201 hoi = 5264 hoi = 5378 } # Gafsa -> Kairouan, Sidi Bouzid, Siliana, Kassarine, El Hamma + link = { vic = 1681 hoi = 5320 } # Wazzan -> Ouezzane + link = { vic = 1708 hoi = 5198 hoi = 5199 hoi = 5200 hoi = 5231 } # Constantine -> Constantine, Guelma, Souk Ahras, T�bessa + link = { vic = 1702 hoi = 9154 hoi = 5227 hoi = 9211 hoi = 5228 hoi = 11389 } # Setif -> S�tif, M'Sila, Guerara, Biskra, Batna + link = { vic = 1703 hoi = 5262 hoi = 5225 hoi = 5224 hoi = 5226 } # Medea -> M�d�a, Theniet el Had, Chlef, Bou Sa�da + link = { vic = 1707 hoi = 5293 hoi = 5294 } # Mascara -> Mascara, Tiaret + link = { vic = 1715 hoi = 5357 hoi = 5326 hoi = 5327 } # Naama -> Tlemcen, Ras el Ma, Sidi Bel Abbes + link = { vic = 1713 hoi = 5261 hoi = 5295 hoi = 5263 hoi = 11390 } # Laghwat -> Charef, Gharda�a, Djelfa, Saida + link = { vic = 1699 hoi = 5546 hoi = 9330 } # Warzazat -> Tiznit, Foum Zguid + link = { vic = 1690 hoi = 5458 hoi = 5501 } # Marrakesh -> Marrakech, Taroudannt + link = { vic = 1714 hoi = 9241 hoi = 9242 hoi = 9273 } # Bechar -> B�char, Taghit, Guerzim + link = { vic = 1697 hoi = 5376 hoi = 5375 } # Figuig -> Guercif, Missour + link = { vic = 1684 hoi = 5356 hoi = 5377 hoi = 5324 } # Wujda -> Oujda, Jerada, Berkane + link = { vic = 1683 hoi = 5354 hoi = 5353 hoi = 5374 } # Taza -> Taza, Taounate, Boulemane + link = { vic = 1680 hoi = 5352 } # Fez -> F�z + link = { vic = 1682 vic = 1692 hoi = 5351 hoi = 5350 } # MANY-TO-MANY: Meknes, Huribka -> Mekn�s, Khemisset + link = { vic = 1698 hoi = 9272 hoi = 5395 } # Rashidia -> Taouz, Midelt + link = { vic = 1720 hoi = 9303 hoi = 9274 hoi = 9209 hoi = 9243 hoi = 9304 hoi = 9210 } # Timimoun -> Timoudi, El Homr, Grand Erg Occidental, El Gol�a, Tadema�t, Oued el Fahl + link = { vic = 1719 hoi = 9331 hoi = 9306 } # Ilizi -> Rebaa, Hassi Bel Guebbour + link = { vic = 1711 hoi = 9245 hoi = 9180 hoi = 9276 hoi = 9244 } # Ouargla -> Ouargla, Sidi Khaled, Tinrhert, Oued Metlili + link = { vic = 1710 hoi = 5229 hoi = 5328 hoi = 5230 } # Biskra -> Khenchela, Gafsa, A�n Be�da + link = { vic = 1712 hoi = 9181 hoi = 9212 hoi = 9277 } # Tuggurt -> Touggourt, El Oued, Hassi Messaoud + link = { vic = 1729 hoi = 5429 hoi = 5413 hoi = 5396 } # Tozeur -> Tataouine, Matmata, Douz link = { vic = 2130 hoi = 10630 } # Ascension -> Ascension Island link = { vic = 2129 hoi = 10633 } # Saint Helena -> St. Helena link = { vic = 2132 hoi = 14118 hoi = 14117 hoi = 14128 } # Tristan da Cunha -> Inaccessible Island, Tristan de Cunha, Gough Island @@ -2347,22 +2375,22 @@ link = { vic = 2708 hoi = 10511 } # Western Baltic Sea -> Northwestern Baltic link = { vic = 2710 hoi = 10512 hoi = 10514 hoi = 10513 hoi = 10515 } # Southern Baltic Sea -> Eastern Baltic, Danzig Bay, �landssund, Southern Baltic link = { vic = 2711 hoi = 10516 hoi = 10517 hoi = 10518 hoi = 10519 } # �resund -> Pommeranian Coast, �resund, The B�lts, Kattegat - link = { vic = 2712 hoi = 10520 hoi = 10521 } # Kattegat -> Skagerrack, Eastern Norwegian Trench - link = { vic = 2720 hoi = 11410 hoi = 11411 hoi = 10687 } # Skagerrack -> Coast of Jutland, Little Fisher Bank, Fisher Bank + link = { vic = 2712 hoi = 10520 } # Kattegat -> Skagerrack + link = { vic = 2720 hoi = 11410 hoi = 11411 hoi = 10687 hoi = 10521 } # Skagerrack -> Coast of Jutland, Little Fisher Bank, Fisher Bank, Eastern Norwegian Trench link = { vic = 2721 hoi = 10531 hoi = 10532 } # Helgoland Bight -> Helgoland Bight, Frisian Coast # Russian Artic link = { vic = 2716 hoi = 10501 hoi = 11393 hoi = 10529 hoi = 11394 hoi = 10530 hoi = 11395 hoi = 10528 hoi = 13199 hoi = 11396 hoi = 10527 hoi = 13198 } # White Sea -> Western White Sea, Central White Sea, Northern White Sea, Kanin Bank, Bay of Tscheskai, Northern Kanin Bank, Eastern Barents Sea, Coast of Murmansk, Eastern Finnmark Coast, Central Barents Sea, Western Barents Sea link = { vic = 2717 hoi = 13197 hoi = 10526 hoi = 11398 hoi = 11397 hoi = 10525 hoi = 11399 hoi = 10613 } # Lofoten Sea -> Western Finnmark Coast, Eastern Barents Trough, Western Barents Trough, Coast of Troms, Lofoten Vester�en, R�st Bank, Northeastern Norwegian Sea # North Atlantic link = { vic = 2718 hoi = 12567 hoi = 12588 hoi = 10616 hoi = 10612 hoi = 12570 hoi = 11401 hoi = 11400 hoi = 10524 hoi = 11402 hoi = 11404 hoi = 11403 hoi = 13268 hoi = 13269 } # Northern Norwegian Sea -> Northern Norwegian Sea, Northwestern Norwegian Sea, Central Norwegian Sea, Eastern Norwegian Sea, Southeastern Norwegian Sea, Western Traena Bank, Traena Bank, Tr�ndelag Coast, North Vestlandet Coast, Northern Voring Plateau, Southern Voring Plateau, Western Voring Plateau, Southern Norwegian Sea - link = { vic = 2927 hoi = 10615 hoi = 12865 hoi = 12870 hoi = 12884 hoi = 12930 hoi = 10614 hoi = 12844 hoi = 13266 hoi = 13267 hoi = 10610 } # Spitzberg Sea -> Northeastern Norwegian Basin, Northern Norwegian Basin, Northwestern Norwegian Basin, Northeastern Iceland Plateau, Eastern Iceland Plateau, Western Norwegian Basin, Eastern Norwegian Basin, Western Norwegian Sea, Southwestern Norwegian Sea, Southeastern Norwegian Basin + link = { vic = 2927 hoi = 10615 hoi = 12865 hoi = 12870 hoi = 12884 hoi = 12930 hoi = 10614 hoi = 12844 hoi = 13266 } # Spitzberg Sea -> Northeastern Norwegian Basin, Northern Norwegian Basin, Northwestern Norwegian Basin, Northeastern Iceland Plateau, Eastern Iceland Plateau, Western Norwegian Basin, Eastern Norwegian Basin, Western Norwegian Sea link = { vic = 2928 hoi = 10607 hoi = 13208 hoi = 13206 hoi = 10604 hoi = 10605 hoi = 13207 } # Icelandic Sea -> Northern Iceland Plateau, Northern Iceland Plateau, Southwestern Iceland Plateau, Southern Kolbinsey Ridge, Northern Kolbinsey Ridge, Southern Iceland Plateau link = { vic = 2933 hoi = 13220 hoi = 13219 hoi = 10603 hoi = 10602 hoi = 13214 hoi = 10744 hoi = 10745 hoi = 13215 hoi = 13212 } # Denmark Strait -> Northern Denmark Strait, Kangikajik, Central Denmark Strait, Western Icelandic Coast, Western Denmark Strait, Northern Coast of Tunu, Central Coast of Tunu, Reykjanes Basin, Northern Reykjanes Ridge link = { vic = 2930 hoi = 13205 hoi = 13204 } # Coast of Iceland -> Southwestern Icelandic Coast, Southeastern Icelandic Coast link = { vic = 2929 hoi = 10601 hoi = 13201 hoi = 10606 hoi = 10608 hoi = 13200 hoi = 13002 hoi = 13121 hoi = 13196 hoi = 13203 hoi = 10600 } # Shetland Straits -> Eastern Icelandic Coast, Central Iceland Basin, Northeastern Iceland Basin, Faroe Iceland Ridge, Rockall Plateau, Southern Norwegian Basin, Western Faroe Islands, Northern Rockall Trough, Northern Rockall Bank, Central Iceland Basin - link = { vic = 2926 hoi = 13020 hoi = 10611 hoi = 11418 hoi = 10609 hoi = 11408 } # Jan Mayen Sea -> Eastern Faroe Islands, West Voring Plateau, Coast of Orkney, Northern Hebridean Shelf, Western Viking Bank + link = { vic = 2926 hoi = 13020 hoi = 10611 hoi = 10609 hoi = 10610 hoi = 13267 } # Jan Mayen Sea -> Eastern Faroe Islands, West Voring Plateau, Northern Hebridean Shelf, Southeastern Norwegian Basin, Southwestern Norwegian Sea link = { vic = 2719 hoi = 10523 hoi = 11455 hoi = 10522 hoi = 11409 hoi = 11405 hoi = 11407 hoi = 11406 } # Southern Norwegian Sea -> Northwestern Vestlandet Coast, Western Vestlandet Coast, Boknafjorden, Western Norwegian Trench, Eastern North Sea, Eastern Fladen, Eastern Voring Plateau - link = { vic = 2735 hoi = 11417 hoi = 10544 hoi = 10543 } # Moray Firth -> The Long Forties, Western Fladen, Moray Firth + link = { vic = 2735 hoi = 11417 hoi = 10544 hoi = 10543 hoi = 11418 hoi = 11408 } # Moray Firth -> The Long Forties, Western Fladen, Moray Firth, Coast of Orkney, Western Viking Bank link = { vic = 2736 hoi = 11421 hoi = 10599 hoi = 10545 hoi = 10546 hoi = 13202 } # North Channel -> Cape Wrath, Rosemary Bank, The Minch, North Channel, Western Hebridean Shelf link = { vic = 2733 hoi = 10540 hoi = 11416 hoi = 11415 } # Firth of Forth -> Firth of Forth, Bressay Bank, Baymans Hole link = { vic = 2734 hoi = 10542 hoi = 10541 } # The North Sea -> Devils Hole, Dogger Bank @@ -2374,8 +2402,8 @@ link = { vic = 2725 hoi = 10537 hoi = 10538 } # The Channel -> Western English Channel, Channel Approach link = { vic = 2737 hoi = 11420 } # Irish Sea -> Irish Sea link = { vic = 2738 hoi = 10547 } # St. George's Channel -> St. George's Channel - link = { vic = 2726 hoi = 11419 } # Lands End -> Bristol Channel - link = { vic = 2741 hoi = 10548 hoi = 10549 hoi = 11425 } # Celtic Sea -> Celtic Sea, Northern Celtic Shelf, Western Channel Approaches + link = { vic = 2726 hoi = 11419 hoi = 11425 } # Lands End -> Bristol Channel, Western Channel Approaches + link = { vic = 2741 hoi = 10549 hoi = 10548 } # Celtic Sea -> Northern Celtic Shelf, Celtic Sea link = { vic = 2740 hoi = 11423 hoi = 10550 } # Dingle Bay -> Dingle Bay, Galway Bay link = { vic = 2739 hoi = 11422 hoi = 14116 hoi = 13120 } # Donegal Bay -> Donegal Bay, Eastern Rockall Bank, Southern Rockall Bank link = { vic = 2934 hoi = 13216 hoi = 10748 hoi = 10749 hoi = 13217 hoi = 10946 hoi = 10747 hoi = 10945 hoi = 13129 } # Eastern Coast of Greenland -> Southern Coast of Tunu, Northern Northwest Atlantic, Northern Imarsuak Channel, Eastern Imarsuak Channel, Central Northwest Atlantic, Eastern Eirik Ridge, Northern Irminger Basin, Southern Northwest Atlantic @@ -2388,26 +2416,26 @@ link = { vic = 2940 hoi = 13228 hoi = 13229 hoi = 13227 hoi = 10933 hoi = 10934 hoi = 10931 } # Western Hudson Bay -> Chesterfield Inlet, Cape Churchill, Cape Kendall, Western Hudson Bay, Northwestern Hudson Bay, Cape Tatnam link = { vic = 2941 hoi = 13225 hoi = 10937 hoi = 13226 hoi = 10935 hoi = 13234 } # Eastern Hudson Bay -> Foxe Channel, Cape Dorset, Cape Southampton, Northern Hudson Bay, Eastern Hudson Bay link = { vic = 2939 hoi = 10928 hoi = 10929 hoi = 10932 hoi = 13224 hoi = 10930 } # James Bay -> Cape Smith, Belcher Islands, Central Hudson Bay, Cape Henrietta Maria, James Bay - link = { vic = 2936 hoi = 10942 hoi = 13178 hoi = 13177 hoi = 13179 hoi = 10927 hoi = 13176 hoi = 10926 hoi = 13180 hoi = 13138 hoi = 13145 } # Labrador Strait -> Southern Davis Strait, Northern Labrador Sea, Central Labrador Sea, Western Labrador Sea, Northern Saglek Bank, Southern Labrador Sea, Southern Saglek Bank, Labrador Coast, Southeastern Labrador Sea, Northern Hamilton Bank + link = { vic = 2936 hoi = 10942 hoi = 13178 hoi = 13177 hoi = 13179 hoi = 10927 hoi = 13176 hoi = 10926 hoi = 13180 hoi = 13138 hoi = 13145 hoi = 13146 hoi = 13136 } # Labrador Strait -> Southern Davis Strait, Northern Labrador Sea, Central Labrador Sea, Western Labrador Sea, Northern Saglek Bank, Southern Labrador Sea, Southern Saglek Bank, Labrador Coast, Southeastern Labrador Sea, Northern Hamilton Bank, Strait of Belle Isle, Southern Hamilton Bank link = { vic = 2943 hoi = 13260 hoi = 10924 } # Gulf of St. Lawrence -> Western Gulf of St. Lawrence, Gaspe Passage link = { vic = 2944 hoi = 10923 hoi = 13259 } # Cabot Strait -> Southwestern Gulf of St. Lawrence, Southeastern Gulf of St. Lawrence link = { vic = 2946 hoi = 10925 hoi = 13139 } # Strait of Belle Isle -> Northeastern Gulf of St. Lawrence, Northern Newfoundland Coast - link = { vic = 2948 hoi = 13146 hoi = 13136 hoi = 13137 hoi = 13144 hoi = 13147 hoi = 10953 hoi = 10954 hoi = 10952 } # Notre Dame Bay -> Strait of Belle Isle, Southern Hamilton Bank, Cape Freels, Northern Grand Banks, Eastern Newfoundland Coast, Western Northwest Atlantic, Southern Northwest Atlantic, Flemish Cap + link = { vic = 2948 hoi = 13137 hoi = 13144 hoi = 13147 hoi = 10953 hoi = 10954 hoi = 10952 } # Notre Dame Bay -> Cape Freels, Northern Grand Banks, Eastern Newfoundland Coast, Western Northwest Atlantic, Southern Northwest Atlantic, Flemish Cap link = { vic = 2949 hoi = 13133 hoi = 13135 hoi = 10950 hoi = 10947 hoi = 13132 hoi = 13142 hoi = 10951 hoi = 13115 hoi = 13143 hoi = 10948 hoi = 13131 } # Labrador Sea -> Northern Northwest Atlantic, Southern Labrador Basin, Southeastern Labrador Basin, Central Irminger Basin, Northwestern Mid Ocean Canyon, Eastern Northwest Atlantic, Western Mid Ocean Canyon, Central Mid Ocean Canyon, Southern Mid Ocean Canyon, Northern Mid Ocean Canyon, Southern Irminger Basin link = { vic = 2950 hoi = 10751 hoi = 13126 hoi = 13130 hoi = 13108 hoi = 10741 hoi = 13113 hoi = 13111 hoi = 13112 } # Greenland Sea -> Western Hecale Seamount, West Central Gibbs Fracture Zone, Western Gibbs Fracture Zone, Central Gibbs Fracture Zone, Eastern Thulean Rise, Eastern Hecale Seamount, Eastern Faraday Fracture Zone, Western Faraday Fracture Zone link = { vic = 2951 hoi = 13105 hoi = 11446 hoi = 13109 hoi = 13110 hoi = 13114 hoi = 13098 hoi = 13100 hoi = 14068 hoi = 10752 } # Hecala Seamount -> Western Porcupine Plain, Eastern Maxwell Fracture Zone, Central Maxwell Fracture Zone, Western Maxwell Fracture Zone, Western Thulean Rise, Eastern Mid Ocean Canyon, Western Olympus Knoll, Eastern Olympus Knoll, Western Kings Trough - link = { vic = 2729 hoi = 11430 } # Cote D'Argent -> Basque Coast - link = { vic = 2728 hoi = 10552 hoi = 11428 } # Quiberon Bay -> Vend�e Coast, Mouth of the Loire - link = { vic = 2727 hoi = 10551 } # Coast of Britanny -> Breton Coast - link = { vic = 2730 hoi = 11427 hoi = 11429 hoi = 11426 hoi = 11432 } # Bay of Biscay -> Eastern Biscay Plain, Northern Bay of Biscay, Southern Celtic Shelf, Western Biscay Plain - link = { vic = 2731 hoi = 10553 hoi = 11431 hoi = 10554 } # Cantabrian Sea -> Southern Bay of Biscay, Cape Pe�as, Cape Oregal + link = { vic = 2729 hoi = 11430 hoi = 10553 } # Cote D'Argent -> Basque Coast, Southern Bay of Biscay + link = { vic = 2728 hoi = 10552 hoi = 11429 } # Quiberon Bay -> Vend�e Coast, Northern Bay of Biscay + link = { vic = 2727 hoi = 10551 hoi = 11428 } # Coast of Britanny -> Breton Coast, Mouth of the Loire + link = { vic = 2730 hoi = 11427 hoi = 11426 hoi = 11432 } # Bay of Biscay -> Eastern Biscay Plain, Southern Celtic Shelf, Western Biscay Plain + link = { vic = 2731 hoi = 11431 hoi = 10554 } # Cantabrian Sea -> Cape Pe�as, Cape Oregal link = { vic = 2742 hoi = 14115 hoi = 11433 } # Western Approaches -> Southeastern Porcupine Plain, Eastern Charcot Seamount link = { vic = 2932 hoi = 10618 hoi = 11424 hoi = 13117 hoi = 13118 hoi = 13104 } # Rockall -> Central Porcupine Plain, Eastern Porcupine Plain, Southern Porcupine Plain, Goban Spur, East Central Atlantic - link = { vic = 2743 hoi = 11434 } # Finisterre Bay -> Cape Finisterre - link = { vic = 2744 hoi = 10555 hoi = 11436 hoi = 10556 } # Lusitanian Sea -> Coast of Galicia, Coast of Porto, Coast of Carvoeiro - link = { vic = 2745 hoi = 10557 hoi = 11437 hoi = 10558 hoi = 13243 } # Gulf of Cadiz -> Setubal Bay, Cape St. Vincent, Coast of Cadiz, Horseshoe Seamount + link = { vic = 2743 hoi = 11434 hoi = 10555 } # Finisterre Bay -> Cape Finisterre, Coast of Galicia + link = { vic = 2744 hoi = 11436 hoi = 10556 hoi = 10557 } # Lusitanian Sea -> Coast of Porto, Coast of Carvoeiro, Setubal Bay + link = { vic = 2745 hoi = 11437 hoi = 10558 hoi = 13243 } # Gulf of Cadiz -> Cape St. Vincent, Coast of Cadiz, Horseshoe Seamount link = { vic = 2746 hoi = 10560 hoi = 13244 hoi = 10559 } # Straits of Gibraltar -> Western Alboran Sea, Coast of Casablanca, Gibraltar Strait - link = { vic = 2925 hoi = 10622 hoi = 10623 hoi = 12985 hoi = 12982 } # Coast of Morocco -> Gibraltar Approaches, Agadir Canyon, Coast of Morocco, Madeira + link = { vic = 2925 hoi = 10622 hoi = 10623 hoi = 12985 } # Coast of Morocco -> Gibraltar Approaches, Agadir Canyon, Coast of Morocco link = { vic = 3019 hoi = 10620 hoi = 11435 hoi = 14066 hoi = 13240 hoi = 13239 } # Iberian Shelf -> Northern Azores Biscay Rise, Western Charcot Seamount, Galician Bank, Iberian Plain, Southern Azores Biscay Rise link = { vic = 3031 hoi = 13241 hoi = 13242 hoi = 10621 hoi = 10626 hoi = 10624 hoi = 10735 hoi = 12980 hoi = 13074 hoi = 12979 hoi = 12981 hoi = 13073 hoi = 13075 hoi = 13076 hoi = 13077 hoi = 13078 hoi = 13027 } # Canary Approach -> Eastern Azores, Eastern Oceanographic Fracture Zone, East Azores Fracture Zone, Western Azores Fracture Zone, Southeastern Azores Fracture Zone, Eastern Madeira Plain, Northern Madeira Plain, Cruiser Tablemount, Western Madeira Plain, Northeastern Madeira Ridge, Central Oceanographic Fracture Zone, Great Meteor Tablemount, Eastern Atlantic Fracture Zone, Northeastern Mid Atlantic Ridge, Northwestern Banary Basin, Northeastern Banary Basin link = { vic = 3016 hoi = 10740 hoi = 14067 hoi = 13103 hoi = 13101 } # Hatton Bank -> Central Kings Trough, Eastern Kings Trough, Eastern Akademik Kurchatov Fracture Zone, Western Akademik Kurchatov Fracture Zone @@ -2425,7 +2453,7 @@ link = { vic = 3017 hoi = 13097 hoi = 13099 hoi = 13094 hoi = 10739 hoi = 13096 } # Eastern Gibbs Fracture -> Milne Seamount, Northern Azores Plateau, Eastern Sohm Plain, Northeastern Newfoundland Basin, Northern Newfoundland Basin link = { vic = 3021 hoi = 13093 hoi = 13095 hoi = 13092 } # Corner Seamounts -> Eastern Pico Fracture Zone, Western Pico Fracture Zone, Western Oceanographic Fracture Zone link = { vic = 3033 hoi = 13087 hoi = 13091 hoi = 13090 hoi = 13086 hoi = 13085 hoi = 13083 hoi = 10753 hoi = 10737 hoi = 13081 hoi = 10956 hoi = 13152 hoi = 13084 hoi = 13082 hoi = 13151 hoi = 13069 hoi = 10854 hoi = 10754 hoi = 13080 } # Cruiser Tablemount -> Southeastern Newfoundland Basin, Eastern Newfoundland Basin, Central Newfoundland Basin, Southern Newfoundland Basin, Northeastern Sohm Plain, Western Atlantic Fracture Zone, Central Atlantic Fracture Zone, Northern Mid Atlantic Ridge, Northwestern Mid Atlantic Ridge, Northwestern Sohm Plain, Central Sohm Plain, Eastern Sohm Plain, Southeastern Sohm Plain, Southern Sohm Plain, Southern Sohm Plain, Western Mid Atlantic Ridge, West Central Mid Atlantic Ridge, North Central Mid Atlantic Ridge - link = { vic = 2924 hoi = 12983 hoi = 12984 hoi = 10688 hoi = 12977 hoi = 12978 hoi = 13026 hoi = 13025 hoi = 10736 hoi = 13028 hoi = 10738 } # Canarian Sea -> Northern Canary Islands, Eastern Canary Islands, Saharan Coast, Western Canary Islands, Southwestern Madeira Ridge, Eastern Banary Basin, Western Canary Islands, Northern Cape Verde Plain, Southeastern Banary Basin, Central Banary Basin + link = { vic = 2924 hoi = 12983 hoi = 12984 hoi = 10688 hoi = 12977 hoi = 12978 hoi = 13025 hoi = 12982 } # Canarian Sea -> Northern Canary Islands, Eastern Canary Islands, Saharan Coast, Western Canary Islands, Southwestern Madeira Ridge, Western Canary Islands, Madeira link = { vic = 2955 hoi = 10914 hoi = 10913 hoi = 10915 hoi = 13168 } # Coast of Carolina -> Northern Blake Plateau, Coast of Georgia, Western Blake Plateau, Southeastern Blake Plateau link = { vic = 2956 hoi = 10908 hoi = 10907 } # Coast of Florida -> Eastern Coast of Florida, Eastern Straits of Florida link = { vic = 3024 hoi = 10916 hoi = 10912 } # Blake Plateau -> North Central Hatteras Plain, West Central Hatteras Plain @@ -2458,11 +2486,11 @@ link = { vic = 2976 hoi = 10878 hoi = 13011 hoi = 10879 hoi = 13010 hoi = 10863 hoi = 13006 } # Lesser Antilles -> Coast of Puerto Rico, Aves Ridge, Saint Lucia Channel, Guadaloupe Passage, Western Para Abyssal Plain, Oistins Bay link = { vic = 2973 hoi = 10824 hoi = 13252 } # Venezuelan Sea -> Coast of Venezuela, Gulf of Cariaco link = { vic = 2975 hoi = 13005 } # Windward Islands -> Gulf of Paria - link = { vic = 2980 hoi = 10822 hoi = 10823 hoi = 13001 hoi = 13000 hoi = 13003 hoi = 13004 } # Guyana Coast -> Central Coast of Guiana, Western Coast of Guiana, Eastern Coast of Guiana, East Central Ceara Abyssal Plain, West Central Ceara Abyssal Plain, Western Ceara Abyssal Plain - link = { vic = 2981 hoi = 10821 hoi = 12998 } # Coast of Amap� -> Cape Orange, Eastern Ceara Abyssal Plain - link = { vic = 2982 hoi = 12996 hoi = 12997 hoi = 10820 hoi = 12994 hoi = 12993 hoi = 12995 } # Amazonas Gulf -> Western Parnaiba Ridge, Amazon Mouth, Bay of Turiacu, Bay of Sao Marcos, Camocim Coast, Central Parnaiba Ridge - link = { vic = 2983 hoi = 12951 hoi = 12990 hoi = 10819 hoi = 10850 } # Coast of Brazil -> Fortaleza Coast, Western St. Paul Fracture Zone, Mel Point, Central St. Paul Fracture Zone - link = { vic = 2984 hoi = 12947 hoi = 10818 hoi = 12946 hoi = 12943 } # Coast of Recife -> St. Peter and St. Paul Rock, Cape of Sao Roque, Western Romanche Fracture Zone, Pernambuco Seamount + link = { vic = 2980 hoi = 10822 hoi = 10823 hoi = 13003 hoi = 13004 } # Guyana Coast -> Central Coast of Guiana, Western Coast of Guiana, West Central Ceara Abyssal Plain, Western Ceara Abyssal Plain + link = { vic = 2981 hoi = 10821 hoi = 12998 hoi = 13001 hoi = 13000 } # Coast of Amap� -> Cape Orange, Eastern Ceara Abyssal Plain, Eastern Coast of Guiana, East Central Ceara Abyssal Plain + link = { vic = 2982 hoi = 12996 hoi = 12997 hoi = 10820 } # Amazonas Gulf -> Western Parnaiba Ridge, Amazon Mouth, Bay of Turiacu + link = { vic = 2983 hoi = 12951 hoi = 12990 hoi = 10819 hoi = 12993 hoi = 12994 hoi = 12995 } # Coast of Brazil -> Fortaleza Coast, Western St. Paul Fracture Zone, Mel Point, Camocim Coast, Bay of Sao Marcos, Central Parnaiba Ridge + link = { vic = 2984 hoi = 12947 hoi = 10818 hoi = 12946 hoi = 12943 hoi = 10850 } # Coast of Recife -> St. Peter and St. Paul Rock, Cape of Sao Roque, Western Romanche Fracture Zone, Pernambuco Seamount, Central St. Paul Fracture Zone link = { vic = 2985 hoi = 12950 hoi = 12942 hoi = 10817 hoi = 12940 } # Coast of Pernambuco -> Pernambuco Paraiba Coast, Stocks Seamount, Alagoas Coast, Northwestern Brazil Basin link = { vic = 2986 hoi = 12948 hoi = 12949 hoi = 10847 } # Todos os Santos Bay -> Bay of Espirito Santo, Bay of Todos os Santos, Hotspur Seam link = { vic = 2987 hoi = 12873 hoi = 14105 hoi = 12875 hoi = 12876 hoi = 10816 hoi = 12872 hoi = 10845 hoi = 12867 hoi = 12871 hoi = 12866 hoi = 12868 } # Rio De Janeiro -> Bay of Paranagua, Coast of Sao Paulo, Bay of Ilha Grande, Bay of Guanabara, Trindad Radige, Northeastern Santos Plateau, Northern Santos Plateau, East Central Santos Plateau, Western Santos Plateau, Southeastern Santos Plateau, Southern Santos Plateau @@ -2478,7 +2506,7 @@ link = { vic = 3041 hoi = 12887 hoi = 12874 hoi = 12881 hoi = 12882 hoi = 12885 hoi = 10841 hoi = 12925 hoi = 12858 hoi = 12883 hoi = 12886 hoi = 10842 } # Argentine Rise -> Eastern Argentine Plains, Western Argentine Basin, Northwestern Argentine Basin, Northeastern Salamanca Plains, Southeastern Salamanca Plains, Southwestern Salamanca Plains, Northern Argentine Plains, Northeastern Argentine Basin, Central Argentine Basin, Southwestern Argentine Basin, Carlos Rise link = { vic = 3201 hoi = 12888 hoi = 12890 hoi = 12892 hoi = 12889 hoi = 12728 hoi = 12726 hoi = 12727 hoi = 12725 hoi = 12724 hoi = 12723 hoi = 12722 hoi = 12721 } # Argentine Plain -> Falkland Escarpment, Maurice Rise, Falkland Plateau, Southeastern Argentine Plains, Maurice Ewing Bank, Western Falkland Fracture Zone, Southeastern Argentine Basin, Eastern Argentine Basin, Southern Zapiola Flats, Central Falkland Fracture Zone, Eastern Falkland Fracture Zone, Vasqueza Flats link = { vic = 2913 hoi = 12602 hoi = 12612 hoi = 12611 hoi = 12610 hoi = 12603 hoi = 10701 hoi = 12604 hoi = 12599 hoi = 10702 hoi = 12613 hoi = 12600 hoi = 12568 hoi = 12601 hoi = 12582 hoi = 12571 hoi = 12580 hoi = 12581 hoi = 12583 hoi = 12595 hoi = 12596 } # Cape of Good Hope -> Far Southwestern Africa Sehlf, St. Helena Bay, Hondeklip Bay, Luederitz Bay, Western Orange Canyon, Southwestern Africa Shelf, Far Southern Orange Fan, Engelbrecht Seamount, Alphard Banks, Cape of Good Hope, Cape Agulhas, Central Agulhas Bank, West Agulhas Bank, Protea Seamount, Southern Agulhas Bank, Natal Seamount, Far Northern Cape Rise, Richardson Seamount, Erica Seamount, Northeastern Leonov Basin - link = { vic = 3063 hoi = 12572 hoi = 12573 hoi = 12564 hoi = 12565 hoi = 14112 hoi = 12561 hoi = 12566 hoi = 12574 hoi = 12578 hoi = 12575 hoi = 14111 hoi = 12577 hoi = 12579 hoi = 10770 hoi = 12584 hoi = 10772 hoi = 12585 hoi = 12576 hoi = 10771 hoi = 12587 hoi = 12586 hoi = 14110 hoi = 12589 } # Cape of Storms -> Central Agulhas Plateau, Western Agulhas Basin, Eastern Agulhas Basin, Southwest Prince Edward Fractures, Sandile Seamount, Eastern Agulhas Plateau, East Coast of Bouvet, Western Agulhas Plateau, Northern Cape Rise, Eastern Caper Rise, Central Coast of Bouvet, Central Cape Rise, Far Western Agulhas Plateau, Northwestern Cape Rise, Schmidt Ott Seamount, Sandile Seamount, Eastern Bouvet Fracture Zone, West Coast of Bouvet, Western Cape Rise, Southern Leonov Basin, Western Bouvet Fracture Zone, Extreme Southern Leonov Basin, Kohnen Seamount + link = { vic = 3063 hoi = 12572 hoi = 12573 hoi = 12564 hoi = 14112 hoi = 12566 hoi = 12574 hoi = 12578 hoi = 12575 hoi = 14111 hoi = 12577 hoi = 12579 hoi = 10770 hoi = 12584 hoi = 10772 hoi = 12585 hoi = 12576 hoi = 10771 hoi = 12587 hoi = 12586 hoi = 14110 hoi = 12589 } # Cape of Storms -> Central Agulhas Plateau, Western Agulhas Basin, Eastern Agulhas Basin, Sandile Seamount, East Coast of Bouvet, Western Agulhas Plateau, Northern Cape Rise, Eastern Caper Rise, Central Coast of Bouvet, Central Cape Rise, Far Western Agulhas Plateau, Northwestern Cape Rise, Schmidt Ott Seamount, Sandile Seamount, Eastern Bouvet Fracture Zone, West Coast of Bouvet, Western Cape Rise, Southern Leonov Basin, Western Bouvet Fracture Zone, Extreme Southern Leonov Basin, Kohnen Seamount link = { vic = 3056 hoi = 12594 hoi = 12597 hoi = 12667 hoi = 12668 hoi = 12593 hoi = 12590 hoi = 12592 hoi = 12591 hoi = 10774 hoi = 12672 hoi = 12671 hoi = 10776 hoi = 12669 hoi = 12666 hoi = 12661 } # Cape Plain -> Eastern Leonov Basin, Northern Leonov Basin, Northeastern Meteor Basin, Southeastern Meteor Basin, Western Leonov Basin, Central Leonov Basin, Sandile Seamount, Northern Conrad Fracture Zone, Eastern Conrad Fracture Zone, Southeastern Meteor Rise, Northeastern Meteor Rise, Hintsa Seamount, Southwestern Meteor Basin, Northwestern Meteor Basin, Central Cape Basin link = { vic = 3060 hoi = 12744 hoi = 12743 hoi = 12740 hoi = 12759 hoi = 12760 hoi = 12756 hoi = 12757 hoi = 12761 hoi = 12758 hoi = 12754 hoi = 10793 hoi = 12750 hoi = 12749 hoi = 10792 hoi = 12748 hoi = 12751 hoi = 12752 hoi = 12753 hoi = 12755 } # South Sandwich Islands -> Southern Islas Orladas Rise, Eastern Protector Shoal, Northwestern South Sandwich Trench, Western South Sandwich Trench, Eastern South Sandwich Trench, Western South Sandwich Fracture Zone, Central South Sandwich Fracture Zone, Southeastern South Sandwich Trench, Southwestern South Sandwich Trench, Eastern South Sandwich Ridge, Western Protector Shoal, Western South Sandwich Ridge, Central East Scotia Ridge, Northeastern East Scotia Basin, Southeastern East Scotia Basin, Southern East Scotia Ridge, Borsukov Seamount, Vysokaya Bank, Vinogradov Fracture Zone link = { vic = 3061 hoi = 12692 hoi = 10779 hoi = 12697 hoi = 12702 hoi = 12700 hoi = 12696 hoi = 12681 hoi = 12680 hoi = 12683 hoi = 12691 hoi = 12693 hoi = 12690 hoi = 10778 hoi = 12695 } # Inaccessible Island -> Southeastern Far Southwest Atlantic Basin, Eastern Far Southwest Atlantic Basin, Southern South Atlantic Fracture Zone, Central South Atlantic Fracture Zone, Southwestern Tristan Islands Shelf, Western Far Southeastern Atlantic Basin, Southern Coast of Gough Island, Northern Far Southeastern Atlantic Basin, Central Far Southeastern Atlantic Basin, Northeastern South Sandwich Fracture Zone, Extreme Southern South Atlantic Fracture Zone, Eastern South Sandwich Fracture Zone, Northern South Sandwich Fracture Zone, Far Southern South Atlantic Fracture Zone @@ -2495,11 +2523,11 @@ link = { vic = 2920 hoi = 12960 hoi = 12959 hoi = 12810 hoi = 10761 hoi = 12811 hoi = 12806 } # Ivory Coast -> Pepper Coast, Ivory Coast, Northeastern Sierra Leone Rise, Eastern Sierra Leone Basin, Western Sierra Leone Rise, Eastern Sierra Leone Rise link = { vic = 2921 hoi = 10692 hoi = 12817 hoi = 12962 hoi = 10693 hoi = 12961 hoi = 12963 } # Coast of Guinea -> Bissagos Islands, Northern Sierra Leone Rise, Iles des Los, Sherbo Island, Yawri Bay, Eastern Cape Verde Basin link = { vic = 3051 hoi = 12965 hoi = 12964 hoi = 12819 hoi = 12815 hoi = 12816 hoi = 12814 } # Sierra Leone Basin -> Southern Cape Verde Basin, Melmoore Seamount, Southern Sierra Leone Rise, Northern Sierra Leone Basin, Northeastern Sierra Leone Basin, Central Sierra Leone Basin - link = { vic = 2919 hoi = 10695 hoi = 12641 hoi = 12644 hoi = 12643 hoi = 10765 hoi = 12645 hoi = 12808 hoi = 12809 hoi = 12957 } # Gold Coast -> Gold Coast, North Central Gulf of Guinea, West Central Gulf of Guinea, Central Gulf of Guinea, Northeastern Guinea Basin, Northern Guinea Basin, Southwestern Gulf of Guinea, Western Gulf of Guinea, Northwestern Gulf of Guinea - link = { vic = 2918 hoi = 12958 hoi = 12639 hoi = 12640 hoi = 10696 hoi = 12638 hoi = 12637 hoi = 12642 } # Bight of Benin -> Bight of Benin, Slave Coast, Northeastern Gulf of Guinea, Bight of Bonny, Coast of Cameroon, Corisco Bay, Eastern Gulf of Guinea + link = { vic = 2919 hoi = 10695 hoi = 12641 hoi = 12644 hoi = 12643 hoi = 10765 hoi = 12645 hoi = 12808 hoi = 12809 hoi = 12957 hoi = 12639 } # Gold Coast -> Gold Coast, North Central Gulf of Guinea, West Central Gulf of Guinea, Central Gulf of Guinea, Northeastern Guinea Basin, Northern Guinea Basin, Southwestern Gulf of Guinea, Western Gulf of Guinea, Northwestern Gulf of Guinea, Slave Coast + link = { vic = 2918 hoi = 12958 hoi = 12640 hoi = 10696 hoi = 12638 hoi = 12642 } # Bight of Benin -> Bight of Benin, Northeastern Gulf of Guinea, Bight of Bonny, Coast of Cameroon, Eastern Gulf of Guinea link = { vic = 2915 hoi = 12615 hoi = 12616 hoi = 12619 hoi = 12620 hoi = 12622 hoi = 12628 hoi = 12629 hoi = 12621 } # Coast of Angola -> Skeleton Coast, Central Namib Coastal Shelf, Zubov Seamount, Ewing Seamount, Far Southern Angola Basin, Northern Namib Coastal Shelf, Sea of Baia Trigress, Far Southeastern Angola Basin - link = { vic = 2917 hoi = 12636 hoi = 10697 hoi = 10698 hoi = 12635 hoi = 12563 hoi = 10766 hoi = 10694 hoi = 10796 hoi = 12634 hoi = 12633 hoi = 12626 hoi = 12627 } # Coast of Cameroon -> Coast of Gabon, Coast of Cabinda, Western Congo Canyon, Eastern Congo Canyon, Pierre Brazza Seamoun, Northern Congo Fan, Eastern Guinea Basin, Southeastern Guinea Basin, Far Eastern Congo Fan, Northern Coast of Angola, Central Congo Fan, Northwestern Angola Basin - link = { vic = 2916 hoi = 12632 hoi = 10699 hoi = 12631 hoi = 12630 hoi = 12623 hoi = 12624 hoi = 12625 hoi = 10767 } # Gulf of Kongo -> Central Coast of Angola, Southern Coast of Angola, Far Eastern Walvis Ridge, Far Northern Namib Coastal Shelf, Southeastern Angola Basin, Southern Congo Fan, Western Angola Basin, Southwestern Angola Basin + link = { vic = 2917 hoi = 12636 hoi = 10697 hoi = 10698 hoi = 12635 hoi = 12563 hoi = 10766 hoi = 10694 hoi = 10796 hoi = 12634 hoi = 12633 hoi = 12637 } # Coast of Cameroon -> Coast of Gabon, Coast of Cabinda, Western Congo Canyon, Eastern Congo Canyon, Pierre Brazza Seamoun, Northern Congo Fan, Eastern Guinea Basin, Southeastern Guinea Basin, Far Eastern Congo Fan, Northern Coast of Angola, Corisco Bay + link = { vic = 2916 hoi = 12632 hoi = 10699 hoi = 12631 hoi = 12630 hoi = 12623 hoi = 12624 hoi = 12625 hoi = 10767 hoi = 12626 hoi = 12627 } # Gulf of Kongo -> Central Coast of Angola, Southern Coast of Angola, Far Eastern Walvis Ridge, Far Northern Namib Coastal Shelf, Southeastern Angola Basin, Southern Congo Fan, Western Angola Basin, Southwestern Angola Basin, Central Congo Fan, Northwestern Angola Basin link = { vic = 3038 hoi = 12797 hoi = 12648 hoi = 10783 hoi = 12649 hoi = 12651 hoi = 12653 hoi = 10782 hoi = 12654 hoi = 12652 hoi = 12650 hoi = 10787 hoi = 12796 hoi = 12793 } # East Guinea Basin -> Northwestern Angola Abyssal Plain, Northern Angola Abyssal Plain, Southern Guinea Basin, Northeastern Angola Abyssal Plain, Eastern Angola Plain, Far Southwestern Angola Basin, Southeastern Angola Plain, Southern Angola Basin, Central Angola Basin, Central Angola Abyssal Plain, Western Angola Abyssal Plain, Southwestern Angola Abyssal Plain, Southwestern Angola Basin link = { vic = 3039 hoi = 10784 hoi = 12646 hoi = 12803 hoi = 12647 hoi = 12801 hoi = 12802 hoi = 12804 } # West Guinea Basin -> North Central Guinea Basin, Central Guinea Basin, West Central Guinea Basin, South Central Guinea Basin, Southwestern Guinea Basin, Western Guinea Basin, Northwestern Guinea Basin link = { vic = 3203 hoi = 12768 hoi = 12780 hoi = 12783 hoi = 12781 hoi = 12798 hoi = 12795 hoi = 12794 hoi = 12778 hoi = 12779 } # West Coast of Saint Helena -> Southern Moore Fracture Zone, Central Moore Fracture Zone, Eastern Rio de Janeiro Fracture Zone, Western Martin Fracture Zone, Eastern Martin Fracture Zone, Eastern Moore Fracture Zone, Extreme Western Angola Plain, Southeastern Moore Fracture Zone, Northeastern Moore Fracture Zone @@ -2511,9 +2539,9 @@ link = { vic = 3050 hoi = 10760 hoi = 12823 hoi = 12824 hoi = 12825 hoi = 12826 hoi = 12828 hoi = 12829 hoi = 10762 hoi = 12827 } # North Brazil Basin -> Western Sierra Leone Basin, Southwestern Sierra Leone Basin, Northeastern Ascension Fracture Zone, Southeastern Ascension Fracture Zone, Central Ascension Fracture Zone, Western Ascension Fracture Zone, Southeastern Pernambuco Basin, Western Bode Verde Fracture Zone, West Central Bode Verde Fracture Zone link = { vic = 3044 hoi = 12939 hoi = 12955 hoi = 12938 hoi = 12936 hoi = 12934 hoi = 12935 } # South Brazil Basin -> Northern Brazil Basin, Western Brazil Basin, Northeastern Brazil Basin, North Central Brazil Basin, South Central Brazil Basin, Eastern Brazil Basin link = { vic = 3052 hoi = 12837 hoi = 12937 hoi = 12838 hoi = 12840 hoi = 12933 } # Martin Vaz Ridge -> West Central St. Helena Fracture Zone, Western St. Helena Fracture Zone, Western Hotspur Fracture Zone, Western Martin Vaz Fracture Zone, Martin Vas Ridge - link = { vic = 2922 hoi = 10691 hoi = 10690 hoi = 14124 hoi = 12970 hoi = 12972 hoi = 12973 hoi = 12971 hoi = 10756 hoi = 13013 hoi = 13014 } # Coast of Senegambia -> Southern Cape Verde Terrace, Coast of Senegal, Bissau Knoll, Central Cape Verde Basin, Northwestern Cape Verde Basin, Northeastern Banary Basin, Southwestern Cape Verde Basin, Southeastern Banary Basin, Eastern Banary Basin, Northeastern Banary Basin - link = { vic = 2923 hoi = 12976 hoi = 13024 hoi = 13023 hoi = 13021 hoi = 13022 hoi = 12975 hoi = 10689 hoi = 12974 hoi = 14088 hoi = 10755 } # Mauritanian Coast -> Mauritanian Coast, Saharan Seamount, Central Cape Verde Plain, Southern Cape Verde Plain, Eastern Cape Verde Plain, Arguin Bank, Coast of Nouakchott, Northern Cape Verde Terrace, Southwestern Cape Verde Plain, Western Cape Verde Plain - link = { vic = 3037 hoi = 12986 hoi = 12969 hoi = 10757 hoi = 10758 hoi = 12968 hoi = 12988 hoi = 12989 hoi = 12991 hoi = 12992 hoi = 13238 hoi = 10849 hoi = 12987 hoi = 13015 } # Romanche Gap -> Southeastern Four North Fracture Zone, Northwestern Gambia Plain, Northern Gambia Plain, Eastern St. Paul Fracture Zone, Western Gambia Plain, Northeastern Four North Fracture Zone, East Central Four North Fracture Zone, West Central Four North Fracture Zone, Eastern Parnaiba Ridge, Central Sierra Leone Fracture Zone, Northeastern Sierra Leone Fracture Zone, Southwestern Banary Basin, Central Banary Basin + link = { vic = 2922 hoi = 10691 hoi = 10690 hoi = 14124 hoi = 12970 hoi = 12972 } # Coast of Senegambia -> Southern Cape Verde Terrace, Coast of Senegal, Bissau Knoll, Central Cape Verde Basin, Northwestern Cape Verde Basin + link = { vic = 2923 hoi = 12976 hoi = 13024 hoi = 13022 hoi = 12975 hoi = 10689 hoi = 12974 } # Mauritanian Coast -> Mauritanian Coast, Saharan Seamount, Eastern Cape Verde Plain, Arguin Bank, Coast of Nouakchott, Northern Cape Verde Terrace + link = { vic = 3037 hoi = 12986 hoi = 12969 hoi = 10757 hoi = 10758 hoi = 12968 hoi = 12988 hoi = 12989 hoi = 12991 hoi = 12992 hoi = 13238 hoi = 10849 hoi = 12971 hoi = 10756 } # Romanche Gap -> Southeastern Four North Fracture Zone, Northwestern Gambia Plain, Northern Gambia Plain, Eastern St. Paul Fracture Zone, Western Gambia Plain, Northeastern Four North Fracture Zone, East Central Four North Fracture Zone, West Central Four North Fracture Zone, Eastern Parnaiba Ridge, Central Sierra Leone Fracture Zone, Northeastern Sierra Leone Fracture Zone, Southwestern Cape Verde Basin, Southeastern Banary Basin link = { vic = 3036 hoi = 13048 hoi = 13052 hoi = 10869 hoi = 13044 hoi = 10859 hoi = 13054 } # Central Sargasso Sea -> West Central Sargasso Sea, Central Sargasso Sea, Southwestern Sargasso Sea, South Central Sargasso Sea, Eastern Nares Plain, Southeastern Sargasso Sea link = { vic = 3028 hoi = 13060 hoi = 13046 hoi = 10864 hoi = 13009 } # Northern Guiana Basin -> Western Nares Plain, Central Nares Plain, Central Puerto Rico Trench, Eastern Puerto Rico Trench link = { vic = 3029 hoi = 13008 hoi = 13007 hoi = 10862 hoi = 10860 hoi = 10861 hoi = 13045 hoi = 13071 hoi = 13072 } # Guiana Basin -> South Central Nares Plain, West Central Para Abyssal Plain, East Central Para Abyssal Plain, Central Ceara Rise, Western Ceara Rise, Southeastern Nares Plain, Eastern Para Abyssal Plain, Eastern Ceara Rise @@ -2521,11 +2549,11 @@ link = { vic = 3205 hoi = 12999 hoi = 13070 hoi = 10858 hoi = 10857 } # West Demerara Plain -> Southwestern Demerara Plain, West Central Demerara Plain, East Central Demerara Plain, Southern Demerara Plain link = { vic = 3208 hoi = 10855 hoi = 13049 hoi = 10856 hoi = 13043 hoi = 13042 hoi = 13050 hoi = 13036 } # Nares Plain -> Northwestern Barracuda Fracture Zone, Northern Doldrums Fracture Zone, Southern Doldrums Fracture Zone, Southern Sargasso Sea, Northern Demerara Plain, Northeastern Demerara Plain, Southwestern Barracuda Fracture Zone link = { vic = 3034 hoi = 13067 hoi = 13032 hoi = 13031 hoi = 13034 } # Barracuda Fracture Zone -> Central Mid Atlantic Ridge, Southeastern Mid Atlantic Ridge, North Central Barracuda Fracture Zone, Southern Mid Atlantic Ridge - link = { vic = 3032 hoi = 13079 hoi = 13029 hoi = 13033 hoi = 13030 hoi = 13018 } # Cape Verde Approach -> Eastern Mid Atlantic Ridge, Southern Banary Basin, Kane Fracture Zone, Northeastern Barracuda Fracture Zone, Northern Banary Basin + link = { vic = 3032 hoi = 13079 hoi = 13029 hoi = 13033 hoi = 13030 hoi = 10755 hoi = 14088 hoi = 13021 hoi = 13023 hoi = 13028 hoi = 10738 hoi = 10736 hoi = 13026 } # Cape Verde Approach -> Eastern Mid Atlantic Ridge, Southern Banary Basin, Kane Fracture Zone, Northeastern Barracuda Fracture Zone, Western Cape Verde Plain, Southwestern Cape Verde Plain, Southern Cape Verde Plain, Central Cape Verde Plain, Southeastern Banary Basin, Central Banary Basin, Northern Cape Verde Plain, Eastern Banary Basin link = { vic = 3207 hoi = 10853 hoi = 13019 hoi = 13017 hoi = 13040 } # Cape Verde Basin -> South Central Barracuda Fracture Zone, Southeastern Barracuda Fracture Zone, Eastern Vema Fracture Zone, East Central Vema Fracture Zone link = { vic = 3206 hoi = 13037 hoi = 10852 hoi = 13237 hoi = 10851 hoi = 13236 } # East Demerara Plain -> Western Vema Fracture Zone, Southwestern Vema Fracture Zone, Southeastern Demerara Plain, Western Four North Fracture Zone, Western Sierra Leone Fracture Zone - link = { vic = 3030 hoi = 13016 hoi = 13039 hoi = 13038 hoi = 13041 } # Southern Guiana Basin -> Western Banary Basin, Southeastern Vema Fracture Zone, Southern Vema Fracture Zone, West Central Vema Fracture Zone - link = { vic = 2108 hoi = 8030 } # Mosega -> Beitbridge + link = { vic = 3030 hoi = 13016 hoi = 13039 hoi = 13038 hoi = 13041 hoi = 12987 hoi = 13015 hoi = 13013 hoi = 12973 hoi = 13014 hoi = 13018 } # Southern Guiana Basin -> Western Banary Basin, Southeastern Vema Fracture Zone, Southern Vema Fracture Zone, West Central Vema Fracture Zone, Southwestern Banary Basin, Central Banary Basin, Eastern Banary Basin, Northeastern Banary Basin, Northeastern Banary Basin, Northern Banary Basin + link = { vic = 2105 vic = 2108 hoi = 8038 } # Pretoria, Mosega -> Pretoria # Meditereanean sea link = { vic = 2777 hoi = 10597 hoi = 10598 } # Eastern Black Sea -> Central Black Sea, Coast of Abkhazia link = { vic = 2776 hoi = 10596 } # Sea of Azov -> Sea of Azov @@ -2534,16 +2562,16 @@ link = { vic = 2773 hoi = 11382 hoi = 10592 } # Sea of Marmara -> The Bosphorus, Sea of Marmara link = { vic = 2779 hoi = 14138 hoi = 14136 hoi = 14139 hoi = 14137 } # Caspian Sea -> Eastern Caspian Sea, Northern Caspian Sea, Southern Caspian Sea, Western Caspian Sea link = { vic = 2770 hoi = 10586 hoi = 10587 hoi = 11452 } # Gulf of Cyprus -> Gulf of Iskenderun, Gulf of Antalya, Coast of Lebanon - link = { vic = 2769 hoi = 10585 hoi = 11453 hoi = 11454 } # Palestinian Coast -> Coast of Palestine, Coast of Sinai, Eastern Mediterranean Sea + link = { vic = 2769 hoi = 10585 hoi = 11453 hoi = 11454 hoi = 10584 } # Palestinian Coast -> Coast of Palestine, Coast of Sinai, Eastern Mediterranean Sea, Nile Delta link = { vic = 2771 hoi = 10589 } # Sea of Crete -> Dodecanneso - link = { vic = 2768 hoi = 10584 hoi = 10583 hoi = 11451 } # Bay of Alexandria -> Nile Delta, Coast of Egypt, Sea of Crete + link = { vic = 2768 hoi = 10583 hoi = 11451 } # Bay of Alexandria -> Coast of Egypt, Sea of Crete link = { vic = 2772 hoi = 10591 hoi = 10590 hoi = 10588 } # Aegean Sea -> Northern Aegean Sea, Central Aegean Sea, Western Aegean Sea link = { vic = 2761 hoi = 10575 } # Gulf of Venice -> Gulf of Venice - link = { vic = 2762 hoi = 10576 } # Adriatic Sea -> Northern Coast of Dalmatia - link = { vic = 2763 hoi = 10578 hoi = 10577 } # Straits of Otranto -> Southern Adriatic Sea, Southern Coast of Dalmatia + link = { vic = 2762 hoi = 10576 hoi = 10577 } # Adriatic Sea -> Northern Coast of Dalmatia, Southern Coast of Dalmatia + link = { vic = 2763 hoi = 10578 } # Straits of Otranto -> Southern Adriatic Sea link = { vic = 2764 hoi = 10579 } # Gulf of Taranto -> Gulf of Taranto - link = { vic = 2765 hoi = 10580 hoi = 10581 } # Ionian Sea -> Eastern Ionian Sea, Southern Ionian Sea - link = { vic = 2767 hoi = 11450 hoi = 10582 hoi = 11449 } # Gulf of Tobruk -> Coast of Cape Matapan, Gulf of Bomba, Coast of Cyrenaica + link = { vic = 2765 hoi = 10580 hoi = 10581 hoi = 11450 } # Ionian Sea -> Eastern Ionian Sea, Southern Ionian Sea, Coast of Cape Matapan + link = { vic = 2767 hoi = 10582 hoi = 11449 } # Gulf of Tobruk -> Gulf of Bomba, Coast of Cyrenaica link = { vic = 2760 hoi = 10572 } # Straits of Messina -> Straits of Messina link = { vic = 2766 hoi = 10574 hoi = 11448 } # Gulf of Sirte -> East Central Mediterranean Sea, Gulf of Sidra link = { vic = 2759 hoi = 10573 } # Malta Channel -> West Central Mediterranean Sea @@ -2571,7 +2599,7 @@ link = { vic = 2878 hoi = 11513 hoi = 11514 hoi = 11512 hoi = 11133 hoi = 11494 hoi = 11493 hoi = 11482 } # Cape Farewell -> Hauraki Gulf, Cape Karikari, North Cape, Cape Reinga, Kaipara Harbour, Northern East Tasman Sea, Northeastern North Tasman Sea link = { vic = 2865 hoi = 11505 hoi = 11257 hoi = 11506 } # Capricorn Bay -> Northern Swain Reefs, Smoky Cape, Moreton Bay link = { vic = 3220 hoi = 11484 hoi = 11486 hoi = 11132 hoi = 11485 hoi = 11495 hoi = 11483 } # Coast of Norfolk Island -> Northwestern North Tasman Sea, Western North Tasman Sea, Northern Central Tasman Sea, North Tasman Sea, Eastern North Tasman Sea, Northern North Tasman Sea - link = { vic = 2864 hoi = 7891 hoi = 11507 hoi = 11531 hoi = 11533 hoi = 11255 hoi = 11532 hoi = 11508 hoi = 11256 } # Great Barrier Reef -> Bundaberg, Curtis Channel, Repulse Bay, Halifax Bay, Herald Cays, Abington Reef, Northern Swain Reef, Southern Swain Reefs + link = { vic = 2864 hoi = 11507 hoi = 11531 hoi = 11533 hoi = 11255 hoi = 11532 hoi = 11508 hoi = 11256 } # Great Barrier Reef -> Curtis Channel, Repulse Bay, Halifax Bay, Herald Cays, Abington Reef, Northern Swain Reef, Southern Swain Reefs link = { vic = 2882 hoi = 11510 hoi = 11134 hoi = 11522 hoi = 11523 hoi = 11136 hoi = 11525 hoi = 11524 hoi = 11509 } # New Caledonian Sea -> Wreck Reef, New Caledonia Basin, Bay of Saint Vincent, Bay of Sandal, Petrie Reef, Grand Passage, Bay of Nehoue, Saumarez Reef link = { vic = 2883 hoi = 11526 hoi = 11530 hoi = 11135 hoi = 11534 hoi = 11144 hoi = 11529 hoi = 11527 hoi = 11528 hoi = 11538 hoi = 11537 } # Coral Sea -> Frederick Reef, Marion Reef, Lihou Reef, Magdelaine Cays, Western Louisiadle Pass, Western Central Coral Sea, Northern D'Entrecasteaux Reef, Eastern Central Coral Sea, Eastern Louisiadle Pass, Pocklington Reef link = { vic = 3192 hoi = 11511 hoi = 11137 } # New Caledonia Basin -> Norfolk Ridge, Western New Herbides Trench @@ -2646,7 +2674,7 @@ link = { vic = 2875 hoi = 11273 hoi = 12294 hoi = 12295 hoi = 12292 hoi = 12296 hoi = 12293 hoi = 11272 } # Toogee Ridge -> Tasman Plateau, Saint Vincent Fracture Zone, Gambier Fracture Zone, Northeastern South Indian Basin, Extreme Eastern Great Australian Bight, George V Fracture Zone, Toogee Ridge link = { vic = 3226 hoi = 14101 hoi = 11275 hoi = 12271 hoi = 12267 hoi = 12272 hoi = 12290 hoi = 11274 hoi = 12291 hoi = 12270 hoi = 12269 hoi = 12268 hoi = 11276 } # South Australian Plain -> Far Eastern south Australian Plain, Eastern South Australian Plain, Western South Australian Plain, Southwestern South Australian Plain, Southern South Australian Plain, Southeastern South Australian Plain, Far Eastern Great Australian Bight, Northern South Indian Basin, Eastern Great Australian Bight, Northwestern South Indian Basin, Central Great Australian Bight, Southeastern Heemskerck Fracture Zone link = { vic = 2912 hoi = 10703 hoi = 12528 hoi = 12527 hoi = 12534 hoi = 12529 hoi = 11342 hoi = 12556 hoi = 12557 hoi = 12569 hoi = 12559 hoi = 12558 } # Coast of Ciskei -> Mosselbaai, Algoa Bay, Central Transkei Basin, Eastern Agulhas Bank, Western Transkei Basin, Southern Transkei Basin, Eastern Transkei Basin, Central Mozambique Escarpment, Western Africana Seamont, Eastern Africana Seamount, Western Mozambique Escarpment - link = { vic = 3078 hoi = 12547 hoi = 12549 hoi = 12553 hoi = 12552 hoi = 12550 hoi = 11345 hoi = 12562 hoi = 12551 hoi = 12548 hoi = 12560 hoi = 12375 hoi = 12458 } # Prince Edward Islands -> Southern Mozambique Escarpment, Northeast Prince Edward Fractures, Western Prince Edward Islands, Southeast Prince Edward Fractures, South Central Prince Edward Fractures, Central Prince Edward Fractures, West Cental Prince Edward Fractures, East Central Prince Edward Fractures, North Central Prince Edward Fractures, Northwest Prince Edward Fractures, Eastern Prince Edward Islands, Southern Prince Edward Islands + link = { vic = 3078 hoi = 12547 hoi = 12549 hoi = 12553 hoi = 12552 hoi = 12550 hoi = 11345 hoi = 12562 hoi = 12551 hoi = 12548 hoi = 12560 hoi = 12375 hoi = 12458 hoi = 12561 hoi = 12565 } # Prince Edward Islands -> Southern Mozambique Escarpment, Northeast Prince Edward Fractures, Western Prince Edward Islands, Southeast Prince Edward Fractures, South Central Prince Edward Fractures, Central Prince Edward Fractures, West Cental Prince Edward Fractures, East Central Prince Edward Fractures, North Central Prince Edward Fractures, Northwest Prince Edward Fractures, Eastern Prince Edward Islands, Southern Prince Edward Islands, Eastern Agulhas Plateau, Southwest Prince Edward Fractures link = { vic = 3079 hoi = 12543 hoi = 12538 hoi = 12539 hoi = 11347 hoi = 12540 hoi = 12541 hoi = 12288 hoi = 12542 hoi = 12476 hoi = 12500 hoi = 12545 hoi = 12546 hoi = 12544 hoi = 11346 hoi = 12484 hoi = 11348 } # Del Cano Rise -> Eastern Mozambique Escarpment, Western Natal Basin, West Central Natal Basin, Eastern Natal Basin, East Central Natal Basin, Southeastern Natal Basin, Northern Prince Edward Islands, Southwestern Natal Basin, Northern Del Cano Rise, Southwestern Indomed Fracture Zone, South Central Indomed Fracture Zone, Central Del Cano Rise, Western Del Cano Rise, Eastern Del Cano Rise, West Central Indomed Fracture Zone, NorthwesternIndomed Fracture Zone link = { vic = 3080 hoi = 12537 hoi = 12536 hoi = 12532 hoi = 12512 hoi = 12515 hoi = 10709 hoi = 12513 hoi = 12493 hoi = 11350 hoi = 12517 hoi = 11349 hoi = 12516 hoi = 12514 } # Cape Sainte Marie -> Central Natal Basin, Northwestern Natal Basin, Northern Natal Basin, Northern Madagascar Plateau, Western Madagascar Plateau, Western Madagascar Basin, Northern Madagascar Basin, Central Madagascar Basin, Southwestern Madagascar Basin, Southeastern Madagascar Plateau, West Walters Shoal, Southwestern Madagascar Plateau, Eastern Madagascar Plateau link = { vic = 2911 hoi = 12526 hoi = 10704 hoi = 12554 hoi = 12555 hoi = 11341 hoi = 12535 hoi = 12525 hoi = 12524 } # Coast of Transkei -> Coast of Natal, Northern Transkei Basin, Central Mozambique Plateau, Northern Mozambique Escarpment, Eastern Mozambique Plateau, Western Mozambique Plateau, Southern Natal Trench, Cape Saint Lucia @@ -2676,115 +2704,113 @@ link = { vic = 3096 hoi = 12302 hoi = 12297 hoi = 12298 hoi = 12195 hoi = 12196 hoi = 12202 } # Wharton Basin -> South Central Investigator Ridge, Southern Cocos Islands, Northeastern Cocos Plateau, Eastern Cocos Plateau, Nortern Cocos Plateau, Northern Cocos Islands link = { vic = 3097 hoi = 12199 hoi = 12198 hoi = 12197 hoi = 12200 hoi = 12201 } # Northern Cocos Plateau -> West Central Ninety East Ridge, Central Ninety East Ridge, West Central Cocos Plateau, Northwestern Cocos Plateau, Souththern Cocos Basin # Middle East land - link = { vic = 917 hoi = 5567 hoi = 5593 } # Jerusalem -> Jerusalem, Bethlehem - link = { vic = 1154 hoi = 5679 hoi = 5689 hoi = 5680 hoi = 5690 hoi = 9510 hoi = 9572 } # Tabuk -> Al Bad', Tabuk, Duba, Al Wajh, Umm Lajj, Yanbu' al Bahr - link = { vic = 908 hoi = 7496 } # Amman -> Amman - link = { vic = 902 hoi = 5332 hoi = 5382 hoi = 7434 } # Damascus -> Damascus, As Suwayda, Af Tanf + link = { vic = 917 hoi = 5567 hoi = 5593 hoi = 5565 } # Jerusalem -> Jerusalem, Bethlehem, Hebron + link = { vic = 1154 hoi = 5679 hoi = 5689 hoi = 5680 hoi = 5690 hoi = 9510 hoi = 9572 hoi = 5659 } # Tabuk -> Al Bad', Tabuk, Duba, Al Wajh, Umm Lajj, Yanbu' al Bahr, Al Qalibah + link = { vic = 908 hoi = 7496 hoi = 5616 hoi = 7501 hoi = 7491 } # Amman -> Amman, El Kerak, Dhiban, El Qatrani + link = { vic = 902 hoi = 5332 hoi = 7416 } # Damascus -> Damascus, An Nabk link = { vic = 922 hoi = 5647 } # Aqaba -> Al 'Aqabah - link = { vic = 921 hoi = 5592 hoi = 5615 hoi = 5633 } # Beersheba -> Kurnuo, Abda, Elat - link = { vic = 913 hoi = 5299 } # Beirut -> Beirut - link = { vic = 918 hoi = 5512 } # Nablus -> Ramallah - link = { vic = 920 hoi = 5566 hoi = 5565 hoi = 5591 } # Gaza -> Gaza, Hebron, El'Auja - link = { vic = 911 hoi = 7501 hoi = 5616 hoi = 5646 hoi = 5634 hoi = 7506 } # Maan -> Dhiban, El Kerak, Ma'an, Ramla, Jebel et Tubeiq - link = { vic = 919 hoi = 5489 hoi = 5535 } # Jaffa -> Beersheba, Tel Aviv Yafo - link = { vic = 916 hoi = 5466 hoi = 5447 hoi = 5431 hoi = 5415 } # Acre -> Ashdod, Nablus, Nazareth, Hadera - link = { vic = 915 hoi = 5360 hoi = 5399 } # Sidon -> So�r, Haifa + link = { vic = 921 hoi = 5633 hoi = 5615 hoi = 5591 hoi = 5592 } # Beersheba -> Elat, Abda, El'Auja, Kurnuo + link = { vic = 913 vic = 912 hoi = 5299 } # Beirut, Baalbeck -> Beirut + link = { vic = 918 hoi = 5447 hoi = 5512 hoi = 5490 } # Nablus -> Nablus, Ramallah, Jenin + link = { vic = 920 hoi = 5566 } # Gaza -> Gaza + link = { vic = 911 hoi = 5646 hoi = 7506 hoi = 5634 } # Maan -> Ma'an, Jebel et Tubeiq, Ramla + link = { vic = 919 hoi = 5535 hoi = 5466 hoi = 5489 } # Jaffa -> Tel Aviv Yafo, Ashdod, Beersheba + link = { vic = 916 hoi = 5399 hoi = 5415 hoi = 5431 } # Acre -> Haifa, Hadera, Nazareth + link = { vic = 915 hoi = 5360 } # Sidon -> So�r link = { vic = 914 hoi = 5238 } # Askaleh -> Tarabulus - link = { vic = 905 hoi = 5140 hoi = 5082 } # Latakia -> Tartus, Al Ladhiqiyah - link = { vic = 900 hoi = 4976 hoi = 5014 hoi = 5049 } # Antioch -> Iskenderun, Kirikhan, Antakya - link = { vic = 897 hoi = 7374 hoi = 4567 hoi = 4829 } # Aleppo -> Aleppo, Al Raqqah, Khirbat Isriyah - link = { vic = 909 } # Jerash -> DROPPED - link = { vic = 912 } # Baalbeck -> DROPPED - link = { vic = 903 hoi = 5205 hoi = 4830 hoi = 5270 hoi = 7416 } # Homs -> Hims, Tadmur, Al Qusayr, An Nabk + link = { vic = 905 hoi = 5082 hoi = 5140 } # Latakia -> Al Ladhiqiyah, Tartus + link = { vic = 900 hoi = 5049 hoi = 4976 hoi = 5014 } # Antioch -> Antakya, Iskenderun, Kirikhan + link = { vic = 897 hoi = 7374 hoi = 4829 } # Aleppo -> Aleppo, Khirbat Isriyah + link = { vic = 909 hoi = 7466 hoi = 5467 } # Jerash -> Irbid, Es Salt + link = { vic = 903 hoi = 5205 hoi = 5270 hoi = 4830 } # Homs -> Hims, Al Qusayr, Tadmur link = { vic = 904 hoi = 7389 hoi = 4881 } # Hama -> Hamah, Arak - link = { vic = 910 hoi = 7491 hoi = 9278 hoi = 7475 hoi = 7485 } # Ruwayshid -> El Qatrani, Al Hamad, Qasr el Azraq, Ez Zarqa - link = { vic = 906 hoi = 5490 hoi = 5467 hoi = 7466 hoi = 7456 } # Suwayda -> Jenin, Es Salt, Irbid, Qual'at el Magraq' + link = { vic = 910 hoi = 9278 hoi = 7475 hoi = 7485 hoi = 7445 hoi = 7456 } # Ruwayshid -> Al Hamad, Qasr el Azraq, Ez Zarqa, Qasr el Burqu, Qual'at el Magraq' + link = { vic = 906 hoi = 5382 hoi = 7434 } # Suwayda -> As Suwayda, Af Tanf link = { vic = 935 hoi = 9427 } # Kuwait -> Al Kuwait - link = { vic = 1163 hoi = 9460 hoi = 9514 hoi = 9556 hoi = 9538 } # Qatif -> Manifah, Al Jubayl, Hanidh, Ad Dammam - link = { vic = 1158 hoi = 9488 hoi = 9459 hoi = 9426 } # Rafha -> Al Wari'ah, Hafar al Batin, Nisab - link = { vic = 1156 hoi = 9396 hoi = 9363 hoi = 9333 hoi = 9362 hoi = 7505 hoi = 9425 hoi = 9395 hoi = 9457 hoi = 9424 hoi = 9485 hoi = 9456 hoi = 5670 hoi = 5659 hoi = 7509 hoi = 9486 } # Kaf -> Rafha, Ar'ar, Al Jalamid, Al Jawf, Mughayra, Al Labbah, Sakakah, Jubbah, An Nafud, Tayma, Ad Dar al Hamra, Al Hufrah, Al Qalibah, Al Assafiyah, Ha'il - link = { vic = 1180 hoi = 9808 } # Taizz -> Ta'izz - link = { vic = 1178 hoi = 9750 hoi = 9722 hoi = 9736 } # Sana -> San'a', Sa'dah, Marib - link = { vic = 1179 hoi = 9735 hoi = 9768 } # Hodeida -> Hajjah, Al Hudaydah + link = { vic = 1163 hoi = 9460 hoi = 9514 hoi = 9488 } # Qatif -> Manifah, Al Jubayl, Al Wari'ah + link = { vic = 1158 hoi = 9396 hoi = 9426 hoi = 9459 } # Rafha -> Rafha, Nisab, Hafar al Batin + link = { vic = 1156 hoi = 9363 hoi = 9333 hoi = 9362 hoi = 7505 hoi = 9395 hoi = 9457 hoi = 9424 hoi = 9485 hoi = 9456 hoi = 5670 hoi = 7509 } # Kaf -> Ar'ar, Al Jalamid, Al Jawf, Mughayra, Sakakah, Jubbah, An Nafud, Tayma, Ad Dar al Hamra, Al Hufrah, Al Assafiyah + link = { vic = 1180 hoi = 9808 hoi = 9768 } # Taizz -> Ta'izz, Al Hudaydah + link = { vic = 1178 hoi = 9750 hoi = 9722 } # Sana -> San'a', Sa'dah + link = { vic = 1179 hoi = 9735 } # Hodeida -> Hajjah link = { vic = 1412 hoi = 9786 } # Aden -> Aden - link = { vic = 1176 hoi = 9769 } # Bayda -> Ataq - link = { vic = 1173 hoi = 9751 hoi = 9770 } # Mukalla -> Hawra, Al Mukalla - link = { vic = 1175 hoi = 9737 hoi = 9724 hoi = 11385 } # Ghayda -> Say'un, Djebel Mahrat, Al Ghaydah - link = { vic = 1174 hoi = 9710 hoi = 9695 hoi = 9725 } # Salalah -> Sanaw, Mudayy, Salalah + link = { vic = 1176 hoi = 9769 hoi = 9736 } # Bayda -> Ataq, Marib + link = { vic = 1173 hoi = 9751 hoi = 9770 hoi = 9723 } # Mukalla -> Hawra, Al Mukalla, Zamakh + link = { vic = 1175 hoi = 9737 hoi = 9724 hoi = 11385 hoi = 9709 } # Ghayda -> Say'un, Djebel Mahrat, Al Ghaydah, Al Qa'amiyat + link = { vic = 1174 hoi = 9725 hoi = 9710 hoi = 9695 } # Salalah -> Salalah, Sanaw, Mudayy link = { vic = 1166 vic = 1169 hoi = 9598 } # Muscat, Sohar -> Masqat - link = { vic = 1171 hoi = 9617 } # Sur -> Sur + link = { vic = 1171 hoi = 9617 hoi = 9636 } # Sur -> Sur, Manah link = { vic = 1170 hoi = 9616 hoi = 9654 } # Nizwa -> Sunayah, Al Ghubr - link = { vic = 1172 hoi = 9636 hoi = 9670 hoi = 9682 } # Duqm -> Manah, Al Khalif, Ra's Madrakah + link = { vic = 1172 hoi = 9670 hoi = 9682 } # Duqm -> Al Khalif, Ra's Madrakah link = { vic = 1165 hoi = 9557 } # Doha -> Ad Dawhah link = { vic = 1168 hoi = 9578 } # Dubai -> Dubai link = { vic = 1167 hoi = 9597 hoi = 9577 hoi = 9596 } # Abu Dhabi -> Abu Zabi, Jebel Dhana, Silah - link = { vic = 1152 hoi = 9592 hoi = 9630 hoi = 9649 } # Jidda -> Mafrak, Jiddah, Al Lith - link = { vic = 1155 hoi = 9707 hoi = 9691 hoi = 9692 hoi = 9678 } # Abha -> Jizan, Abha, Najran, Kham�s Mushayt - link = { vic = 1151 hoi = 9611 hoi = 9631 hoi = 9665 hoi = 9650 } # Mecca -> Makkah, Ar Rawdah, Al Qunfidhah, Qal'at Bishah + link = { vic = 1152 hoi = 9630 hoi = 9649 hoi = 9665 hoi = 9592 } # Jidda -> Jiddah, Al Lith, Al Qunfidhah, Mafrak + link = { vic = 1155 hoi = 9691 hoi = 9692 hoi = 9678 hoi = 9707 } # Abha -> Abha, Najran, Kham�s Mushayt, Jizan + link = { vic = 1151 hoi = 9611 hoi = 9631 hoi = 9650 } # Mecca -> Makkah, Ar Rawdah, Qal'at Bishah link = { vic = 2586 hoi = 9635 hoi = 9669 hoi = 9653 hoi = 9615 hoi = 9634 hoi = 9614 hoi = 9652 hoi = 9668 hoi = 9680 hoi = 9694 hoi = 9681 } # Al-Ahsa -> Al Mihrad, Ar Rimal, As Sanam, Al Mahakik, Sabkhat al Budu, Haradh, As Summan, Ash Sharqiyah, Al 'Ubaylah, Faris, Al Rakabah - link = { vic = 1161 hoi = 9633 hoi = 9667 hoi = 9693 hoi = 9709 hoi = 9723 hoi = 9708 } # Sharurah -> Al Kharj, Al Biyadh, Rub' al Khali, Al Qa'amiyat, Zamakh, Ash Sharawrah - link = { vic = 1159 hoi = 9679 hoi = 9651 hoi = 9666 hoi = 9632 hoi = 9612 hoi = 9593 } # Halaban -> Ad Dahna', As Sulayyil, Asir, Nafud as Surrah, Afif, Khabra al'Arn - link = { vic = 1153 hoi = 9534 hoi = 9511 hoi = 9553 hoi = 9535 hoi = 9573 hoi = 9554 } # Medina -> Ash Shurayf, Jaharah, Al Madinah, As Sulaymi, Madh adh Dhahab, Dariyyah - link = { vic = 1164 vic = 1162 hoi = 9576 hoi = 9595 } # MANY-TO-MANY: Hufuf, Bahrain -> Al Hufuf, Khurays + link = { vic = 1161 hoi = 9633 hoi = 9667 hoi = 9693 hoi = 9708 hoi = 9679 } # Sharurah -> Al Kharj, Al Biyadh, Rub' al Khali, Ash Sharawrah, Ad Dahna' + link = { vic = 1159 hoi = 9651 hoi = 9666 hoi = 9632 hoi = 9612 hoi = 9593 hoi = 9554 } # Halaban -> As Sulayyil, Asir, Nafud as Surrah, Afif, Khabra al'Arn, Dariyyah + link = { vic = 1153 hoi = 9553 hoi = 9535 hoi = 9573 hoi = 9511 hoi = 9534 } # Medina -> Al Madinah, As Sulaymi, Madh adh Dhahab, Jaharah, Ash Shurayf + link = { vic = 1164 vic = 1162 hoi = 9538 hoi = 9595 hoi = 9576 hoi = 9556 } # MANY-TO-MANY: Hufuf, Bahrain -> Ad Dammam, Khurays, Al Hufuf, Hanidh link = { vic = 1157 hoi = 9613 hoi = 9575 hoi = 9594 hoi = 9555 hoi = 9537 hoi = 9574 } # Riyadh -> Ar Riyad, Rumah, Al Barrah, Al Majma'ah, Ash Shumlul, Nafy - link = { vic = 1160 hoi = 9458 hoi = 9487 hoi = 9513 hoi = 9536 hoi = 9512 } # Hail -> Linah, Irq al Mazhur, Hafar al Batin, Az Zilfi, Buraydah + link = { vic = 1160 hoi = 9486 hoi = 9487 hoi = 9536 hoi = 9513 hoi = 9512 hoi = 9458 hoi = 9425 } # Hail -> Ha'il, Irq al Mazhur, Az Zilfi, Hafar al Batin, Buraydah, Linah, Al Labbah link = { vic = 926 hoi = 9213 } # Baghdad -> Baghdad link = { vic = 932 hoi = 9365 } # Basra -> Al Basrah - link = { vic = 933 hoi = 9335 } # Nasiriyya -> Al Hillah - link = { vic = 930 hoi = 9280 hoi = 9247 hoi = 9214 hoi = 9183 } # Kut -> Amara, Al Amarah, Balad Ruz, Qaraghan - link = { vic = 928 hoi = 4622 hoi = 9155 } # Mendeli -> Sulaymani, Kirkuk - link = { vic = 901 hoi = 5173 hoi = 9073 hoi = 4510 hoi = 9125 hoi = 7382 hoi = 7375 hoi = 7365 hoi = 7355 } # Dayr al-Zour -> Al Qamishi, Tall Birak, Ash Shaddadah, Dayr az Zawr, Buhayrat al Asad, Kubar, Al Hasakah, Senyurt + link = { vic = 933 hoi = 9309 hoi = 9335 } # Nasiriyya -> Al-Nasiriyah, Al Hillah + link = { vic = 930 hoi = 9247 hoi = 9214 hoi = 9280 } # Kut -> Al Amarah, Balad Ruz, Amara + link = { vic = 928 hoi = 9183 } # Mendeli -> Qaraghan + link = { vic = 901 hoi = 9125 hoi = 5173 hoi = 7355 hoi = 4510 hoi = 7375 hoi = 7382 hoi = 7365 hoi = 9073 hoi = 4567 } # Dayr al-Zour -> Dayr az Zawr, Al Qamishi, Senyurt, Ash Shaddadah, Kubar, Buhayrat al Asad, Al Hasakah, Tall Birak, Al Raqqah link = { vic = 907 hoi = 7397 hoi = 7403 } # Palmyra -> Palmyra, Al Basir - link = { vic = 924 hoi = 9048 } # Arbil -> Duhok - link = { vic = 923 hoi = 4446 hoi = 9100 hoi = 4831 } # Mosul -> Tal Afar, Mosul, Tikrit - link = { vic = 925 hoi = 9126 } # Kirkuk -> Erbil + link = { vic = 924 hoi = 9126 hoi = 9048 } # Arbil -> Erbil, Duhok + link = { vic = 923 hoi = 9100 hoi = 4831 hoi = 4446 } # Mosul -> Mosul, Tikrit, Tal Afar + link = { vic = 925 hoi = 9155 hoi = 4622 } # Kirkuk -> Kirkuk, Sulaymani link = { vic = 927 hoi = 9182 hoi = 7409 } # Samarra -> Ba�quba, Akashat link = { vic = 929 hoi = 9279 } # Karbala -> Karbala - link = { vic = 934 hoi = 9397 hoi = 9364 hoi = 9309 hoi = 9334 } # Najaf -> Shagra, Samawa, Al-Nasiriyah, An Najaf - link = { vic = 931 hoi = 7424 hoi = 7445 hoi = 9246 hoi = 9308 } # Rutbah -> Qasr Helgum, Qasr el Burqu, Rutba, Al Wadyan + link = { vic = 934 hoi = 9334 hoi = 9364 hoi = 9397 } # Najaf -> An Najaf, Samawa, Shagra + link = { vic = 931 hoi = 9246 hoi = 9308 hoi = 7424 } # Rutbah -> Rutba, Al Wadyan, Qasr Helgum # Iran link = { vic = 1121 hoi = 9158 } # Tehran -> Tehran link = { vic = 1146 hoi = 9516 } # Chabahar -> Chabahar - link = { vic = 1144 hoi = 9463 hoi = 9401 hoi = 9340 hoi = 9490 hoi = 9430 hoi = 9369 } # Zahedan -> Iranshahr, Zahedan, Nehbandan, Konarak, Khash, Bam - link = { vic = 1116 hoi = 9104 } # Gorgan -> Gorgan - link = { vic = 1150 hoi = 9076 hoi = 9050 } # Bojnurd -> Gonbad e Kavus, Shirvan + link = { vic = 1144 hoi = 9401 hoi = 9340 hoi = 9490 hoi = 9430 hoi = 9369 hoi = 9463 } # Zahedan -> Zahedan, Nehbandan, Konarak, Khash, Bam, Iranshahr + link = { vic = 1116 hoi = 9104 hoi = 3594 } # Gorgan -> Gorgan, Bandar e Shah + link = { vic = 1150 hoi = 9076 } # Bojnurd -> Gonbad e Kavus link = { vic = 1147 hoi = 9106 hoi = 9077 hoi = 9161 hoi = 9131 } # Mashhad -> Mashhad, Yerbent, Kashmar, Soltanabad - link = { vic = 1148 hoi = 9219 hoi = 9285 hoi = 9314 hoi = 9284 hoi = 9252 } # Birjand -> Gerimenj, Birjand, Ambar, Darband, Borun - link = { vic = 1115 hoi = 9129 hoi = 7333 hoi = 3594 } # Sari -> Sari, Babolsar, Bandar e Shah + link = { vic = 1148 hoi = 9285 hoi = 9314 hoi = 9284 hoi = 9252 hoi = 9219 hoi = 9251 } # Birjand -> Birjand, Ambar, Darband, Borun, Gerimenj, Robat e Khan + link = { vic = 1115 hoi = 9129 hoi = 7333 } # Sari -> Sari, Babolsar link = { vic = 1114 hoi = 9103 hoi = 7356 } # Noshehr -> Chalus, Ramsar link = { vic = 1113 hoi = 7383 hoi = 7376 } # Rasht -> Rasht, Hashtpar - link = { vic = 1112 hoi = 7366 hoi = 7346 hoi = 7270 hoi = 8996 } # Ardabil -> Garmi, Ardabil, Meshgin Shahr, Persabad - link = { vic = 1109 hoi = 7225 hoi = 9049 } # Khvoy -> Marand, Maku + link = { vic = 1112 hoi = 7346 hoi = 7270 hoi = 8996 hoi = 7366 } # Ardabil -> Ardabil, Meshgin Shahr, Persabad, Garmi + link = { vic = 1109 hoi = 9049 hoi = 7225 } # Khvoy -> Maku, Marand link = { vic = 1110 hoi = 8995 } # Urumia -> Urmia - link = { vic = 1108 hoi = 3854 hoi = 4625 } # Tabriz -> Ahar, Tabriz - link = { vic = 1111 hoi = 9074 hoi = 9020 } # Mahabad -> Orumiyeh, Mahabad + link = { vic = 1108 hoi = 4625 hoi = 3854 } # Tabriz -> Tabriz, Ahar + link = { vic = 1111 hoi = 9020 hoi = 9074 hoi = 9101 } # Mahabad -> Mahabad, Orumiyeh, Yengejeh link = { vic = 1124 hoi = 9128 } # Qazvin -> Qazvin - link = { vic = 1123 hoi = 9075 hoi = 9102 } # Zanjan -> Mianeh, Ardabil - link = { vic = 1118 hoi = 9101 } # Sanandaj -> Yengejeh - link = { vic = 1122 hoi = 4568 hoi = 9156 hoi = 9127 } # Hamadan -> Qorveh, Sanandaj, Zanjan + link = { vic = 1123 hoi = 9075 hoi = 9127 hoi = 9102 } # Zanjan -> Mianeh, Zanjan, Ardabil + link = { vic = 1118 hoi = 9156 hoi = 4568 } # Sanandaj -> Sanandaj, Qorveh + link = { vic = 1122 hoi = 9215 hoi = 9157 } # Hamadan -> Hamadan, Abhar link = { vic = 1125 hoi = 9185 } # Qom -> Oom link = { vic = 1128 hoi = 9249 } # Arak -> Arak - link = { vic = 1132 vic = 1131 hoi = 9336 } # Abadan, Ahvaz -> Ahvaz - link = { vic = 1134 hoi = 9311 hoi = 9337 } # Dehkord -> Shahr e Kord, Yasuj - link = { vic = 1133 hoi = 9281 } # Dezful -> Dezful + link = { vic = 1131 vic = 1132 hoi = 9336 } # Ahvaz, Abadan -> Ahvaz + link = { vic = 1134 hoi = 9311 } # Dehkord -> Shahr e Kord + link = { vic = 1133 vic = 1120 hoi = 9281 } # Dezful, Khoramabad -> Dezful link = { vic = 1119 hoi = 9310 hoi = 9248 } # Ilam -> Susangerd, Kuhdasht - link = { vic = 1120 hoi = 9215 hoi = 9157 } # Khoramabad -> Hamadan, Abhar link = { vic = 1117 hoi = 9184 } # Kermanshah -> Kermanshah link = { vic = 1136 hoi = 9398 hoi = 9366 } # Bushire -> Bushehr, Behbehan - link = { vic = 1135 hoi = 9367 hoi = 9428 } # Shiraz -> Shiraz, Jahrom + link = { vic = 1135 hoi = 9367 hoi = 9428 hoi = 9399 } # Shiraz -> Shiraz, Jahrom, Estabhan link = { vic = 1138 hoi = 9489 } # Kangan -> Lamard link = { vic = 1141 hoi = 9461 } # Lengeh -> Bandar e Lengeh link = { vic = 1142 hoi = 9429 } # Bandar Abbas -> Bandar e 'Abbas link = { vic = 1145 hoi = 9515 } # Jask -> Jask - link = { vic = 1143 hoi = 9462 hoi = 9400 } # Bam -> Minab, Jiroft + link = { vic = 1143 hoi = 9400 hoi = 9462 } # Bam -> Jiroft, Minab link = { vic = 1149 hoi = 9105 hoi = 9130 hoi = 9160 hoi = 9188 hoi = 9218 hoi = 9187 } # Sabzevar -> Sabzevar, Mayamey, Bezameh, Khur, Dastgardan, Diz Chah - link = { vic = 1126 hoi = 9159 hoi = 9186 hoi = 9216 } # Semnan -> Emamrud, Semnan, Kashan - link = { vic = 1129 hoi = 9217 hoi = 9250 } # Kashan -> Torud, Anarak + link = { vic = 1126 hoi = 9186 hoi = 9159 } # Semnan -> Semnan, Emamrud + link = { vic = 1129 hoi = 9216 hoi = 9250 hoi = 9217 } # Kashan -> Kashan, Anarak, Torud link = { vic = 1127 hoi = 9282 hoi = 9312 } # Isfahan -> Esfahan, Qomsheh - link = { vic = 1137 hoi = 9399 hoi = 9338 } # Yasuj -> Estabhan, Yazd - link = { vic = 1140 hoi = 9339 hoi = 9368 } # Kerman -> Kerman, Sirjan - link = { vic = 1139 hoi = 9313 } # Sirjan -> Pudanu - link = { vic = 1130 hoi = 9283 hoi = 9251 } # Yazd -> Baiazeh, Robat e Khan + link = { vic = 1137 hoi = 9337 } # Yasuj -> Yasuj + link = { vic = 1140 hoi = 9339 } # Kerman -> Kerman + link = { vic = 1139 hoi = 9368 hoi = 9313 } # Sirjan -> Sirjan, Pudanu + link = { vic = 1130 hoi = 9338 hoi = 9283 } # Yazd -> Yazd, Baiazeh # Afghanistan, Pak, India link = { vic = 1215 hoi = 9316 } # Kandahar -> Kandahar link = { vic = 1220 hoi = 9370 hoi = 9402 } # Dalbandin -> Zaranj, Lashkar Gah @@ -2987,8 +3013,8 @@ link = { vic = 1352 hoi = 6313 hoi = 6294 hoi = 6274 hoi = 6328 hoi = 6314 hoi = 6305 hoi = 6295 hoi = 6265 } # Phuket -> Phuket, Ban Khok Kloi, Takua Pa, Satun, Kantang, Trang, Krabi, Khura Buri link = { vic = 1392 hoi = 6329 hoi = 6322 hoi = 6335 } # Pattani -> Patani, Singora, Narathiwat link = { vic = 1354 hoi = 6296 hoi = 6285 hoi = 6276 hoi = 6275 hoi = 6258 hoi = 6284 } # Nakhon Si Thammarat -> Nakhon Si Thammarat, Surat Thani, Sichon, Chaiya, Kapoe, Muang Kirirath - link = { vic = 1331 hoi = 6017 hoi = 6029 hoi = 6053 hoi = 6068 hoi = 6069 hoi = 6082 hoi = 6094 hoi = 6042 } # Bassein -> Kyangin, Kyeintali, Ngathainggyaung, Thabaung, Maubin, Bassein, Bogale, Ingabu - link = { vic = 1330 hoi = 6083 hoi = 6070 hoi = 6054 } # Rangoon -> Pyapon, Rangoon, Henzada + link = { vic = 1331 hoi = 6017 hoi = 6029 hoi = 6053 hoi = 6068 hoi = 6069 hoi = 6082 hoi = 6042 } # Bassein -> Kyangin, Kyeintali, Ngathainggyaung, Thabaung, Maubin, Bassein, Ingabu + link = { vic = 1330 hoi = 6070 hoi = 6054 hoi = 6094 hoi = 6083 } # Rangoon -> Rangoon, Henzada, Bogale, Pyapon link = { vic = 1332 hoi = 6056 hoi = 6044 hoi = 6055 hoi = 6043 hoi = 6030 hoi = 6031 } # Pegu -> Kyaikto, Daik u, Pegu, Letpadan, Myanaung, Pyu link = { vic = 1343 hoi = 6071 hoi = 6084 hoi = 6095 hoi = 6096 hoi = 6114 hoi = 6106 hoi = 6122 hoi = 6135 } # Moulmein -> Thaton, Kyondo, Moulmein, Winkana, Anin, Thanbyuzayat, Ye, Migyaunglaung link = { vic = 1344 hoi = 6208 hoi = 6231 hoi = 6191 hoi = 6174 hoi = 6160 hoi = 6250 } # Mergui -> Bokpyin, Ranong, Mergui, Palaw, Pe, Kapee @@ -3394,5 +3420,5 @@ link = { vic = 3106 hoi = 14141 } # Lake Balchasj -> Lake Balkhash link = { vic = 2133 hoi = 10488 } # South Georgia -> South Georgia # Dropped lakes - link = { vic = 3109 vic = 3227 vic = 3228 vic = 3229 vic = 3239 vic = 3240 vic = 3231 vic = 3230 vic = 3232 } # Lake Titicaca, Great Slave Lake, Lake Athabasca, Reindeer Lake, Lake Champlain, Lake Poopo, Lake Van, Gulf of Ob, Lake Urmia -> DROPPED + link = { vic = 3109 vic = 3227 vic = 3228 vic = 3229 vic = 3239 vic = 3240 vic = 3231 vic = 3230 vic = 3232 hoi = 14149 } # Lake Titicaca, Great Slave Lake, Lake Athabasca, Reindeer Lake, Lake Champlain, Lake Poopo, Lake Van, Gulf of Ob, Lake Urmia -> Great Slave Lake } diff --git a/Vic2ToHoI3/Data_Files/unit_mapping.txt b/Vic2ToHoI3/Data_Files/unit_mapping.txt index 257c00387..af6941760 100644 --- a/Vic2ToHoI3/Data_Files/unit_mapping.txt +++ b/Vic2ToHoI3/Data_Files/unit_mapping.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2015 The Paradox Game Converters Project +# Copyright (c) 2016 The Paradox Game Converters Project # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -50,25 +50,33 @@ unit_map = { - link = { vic = "artillery" hoi1 = "artillery_brigade" hoi1 = "artillery_brigade" hoi2 = "artillery_brigade" } - link = { vic = "battleship" hoi0 = "battleship" hoi1 = "battleship" hoi1 = "battlecruiser" } - link = { vic = "cavalry" hoi0 = "cavalry_brigade" } - link = { vic = "clipper_transport" hoi0 = "transport" } - link = { vic = "commerce_raider" hoi0 = "light_cruiser" hoi1 = "light_cruiser" hoi1 = "submarine" } - link = { vic = "cruiser" hoi1 = "light_cruiser" hoi2 = "light_cruiser" } - link = { vic = "cuirassier" hoi1 = "cavalry_brigade" hoi1 = "armored_car_brigade" } - link = { vic = "dragoon" hoi1 = "cavalry_brigade" hoi2 = "cavalry_brigade" } - link = { vic = "dreadnought" hoi1 = "battleship" hoi1 = "battleship" hoi2 = "battleship" } - link = { vic = "engineer" hoi1 = "engineer_brigade" hoi1 = "engineer_brigade" hoi2 = "engineer_brigade" } - link = { vic = "frigate" } - link = { vic = "guard" hoi2 = "Alpini_brigade" hoi2 = "Alpins_brigade" hoi2 = "Guards_brigade" hoi2 = "Gurkha_brigade" hoi2 = "Imperial_brigade" hoi2 = "ranger_brigade" hoi2 = "waffenSS_brigade" hoi2 = "bergsjaeger_brigade" hoi2 = "marine_brigade" } - link = { vic = "hussar" hoi2 = "cavalry_brigade" hoi1 = "armored_car_brigade" hoi1 = "cavalry_brigade" } + link = { vic = "irregular" hoi0 = "militia_brigade" hoi0 = "militia_brigade" hoi1 = "militia_brigade" } link = { vic = "infantry" hoi1 = "infantry_brigade" hoi1 = "infantry_brigade" hoi2 = "infantry_brigade" } - link = { vic = "ironclad" hoi0 = "light_cruiser" } - link = { vic = "irregular" hoi0 = "militia_brigade" hoi0 = "militia_brigade" hoi0 = "infantry_brigade" hoi0 = "militia_brigade" } + link = { vic = "engineer" hoi1 = "engineer_brigade" hoi1 = "engineer_brigade" hoi2 = "engineer_brigade" hoi1 = "infantry_brigade" hoi2 = "infantry_brigade" hoi1 = "infantry_brigade" hoi1 = "police_brigade" } + link = { vic = "guard" hoi2 = "Alpini_brigade" hoi2 = "Alpins_brigade" hoi2 = "Guards_brigade" hoi2 = "Gurkha_brigade" hoi2 = "Imperial_brigade" hoi2 = "ranger_brigade" hoi2 = "waffenSS_brigade" hoi2 = "bergsjaeger_brigade" hoi1 = "bergsjaeger_brigade" hoi2 = "marine_brigade" hoi2 = "bergsjaeger_brigade" hoi1 = "bergsjaeger_brigade" } + + link = { vic = "artillery" hoi1 = "artillery_brigade" hoi1 = "artillery_brigade" hoi2 = "artillery_brigade" hoi1 = "artillery_brigade" hoi0 = "anti_tank_brigade" hoi0 = "anti_air_brigade" hoi1 = "artillery_brigade" hoi1 = "artillery_brigade" hoi1 = "anti_tank_brigade" hoi2 = "artillery_brigade" hoi1 = "artillery_brigade" hoi1 = "artillery_brigade" } + + link = { vic = "cavalry" hoi0 = "cavalry_brigade" hoi0 = "cavalry_brigade" hoi1 = "cavalry_brigade" } + link = { vic = "hussar" hoi1 = "cavalry_brigade" hoi1 = "cavalry_brigade" hoi1 = "cavalry_brigade" hoi1 = "cavalry_brigade" hoi0 = "armored_car_brigade" } + link = { vic = "cuirassier" hoi1 = "cavalry_brigade" hoi1 = "cavalry_brigade" hoi1 = "cavalry_brigade" hoi2 = "cavalry_brigade" hoi1 = "armored_car_brigade" } + link = { vic = "dragoon" hoi1 = "cavalry_brigade" hoi2 = "cavalry_brigade" } + + link = { vic = "tank" hoi1 = "light_armor_brigade" hoi1 = "light_armor_brigade" hoi1 = "light_armor_brigade" hoi0 = "armor_brigade" hoi1 = "armor_brigade" hoi2 = "armored_car_brigade" hoi1 = "tank_destroyer_brigade" } + + link = { vic = "plane" hoi1 = "interceptor" hoi1 = "tactical_bomber" hoi1 = "interceptor" hoi2 = "tactical_bomber" hoi2 = "interceptor" hoi1 = "interceptor" hoi1 = "tactical_bomber" hoi1 = "interceptor" hoi2 = "tactical_bomber" hoi2 = "interceptor" hoi1 = "tactical_bomber" hoi1 = "interceptor" hoi1 = "interceptor" hoi1 = "interceptor" hoi0 = "strategic_bomber" } + link = { vic = "manowar" } - link = { vic = "monitor" hoi0 = "light_cruiser" } - link = { vic = "plane" hoi1 = "interceptor" hoi1 = "tactical_bomber" hoi1 = "interceptor" hoi2 = "tactical_bomber" hoi2 = "interceptor" } - link = { vic = "steam_transport" hoi0 = "transport" } - link = { vic = "tank" hoi1 = "light_armor_brigade" hoi0 = "armor_brigade" hoi1 = "armor_brigade" } -} \ No newline at end of file + link = { vic = "frigate" } + + link = { vic = "ironclad" hoi1 = "light_cruiser" hoi1 = "light_cruiser" hoi0 = "heavy_cruiser" } + link = { vic = "battleship" hoi1 = "heavy_cruiser" hoi2 = "heavy_cruiser" hoi1 = "battlecruiser" hoi2 = "battlecruiser" hoi1 = "battleship"} + link = { vic = "dreadnought" hoi1 = "battleship" hoi1 = "battleship" hoi2 = "battleship" } + + link = { vic = "commerce_raider" hoi0 = "destroyer" hoi0 = "destroyer" hoi0 = "light_cruiser"} + link = { vic = "monitor" hoi0 = "light_cruiser" hoi1 = "light_cruiser" hoi0 = "light_cruiser" hoi1 = "destroyer" } + link = { vic = "cruiser" hoi1 = "light_cruiser" hoi2 = "light_cruiser" hoi1 = "heavy_cruiser" hoi1 = "light_cruiser" hoi2 = "light_cruiser" hoi1 = "heavy_cruiser" hoi2 = "destroyer" } + + link = { vic = "clipper_transport" hoi0 = "transport" } + link = { vic = "steam_transport" hoi0 = "transport" hoi1 = "transport" } +} diff --git a/Vic2ToHoI3/Source/GovernmentMapper.cpp b/Vic2ToHoI3/Source/GovernmentMapper.cpp index 6b78bb346..b102775de 100644 --- a/Vic2ToHoI3/Source/GovernmentMapper.cpp +++ b/Vic2ToHoI3/Source/GovernmentMapper.cpp @@ -19,6 +19,8 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/ + + #include "GovernmentMapper.h" #include @@ -26,133 +28,164 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/ #include "V2World/V2Country.h" #include "Log.h" -GovernmentMap::GovernmentMap(Object* link) -{ - vector vicName = link->getValue("vic"); - if (vicName.size() > 0) - { - vic_gov = vicName[0]->getLeaf(); - } - vector hoiName = link->getValue("hoi"); - if (hoiName.size() > 0) - { - hoi3name = hoiName[0]->getLeaf(); - } - else - { - LOG(LogLevel::Warning) << "Malformed government map (no \"hoi\" leaf)"; - } - vector culture = link->getValue("culture"); - if (culture.size() > 0) - { - require_culture = culture[0]->getLeaf(); - } +governmentMapper* governmentMapper::instance = NULL; - vector rulingParty = link->getValue("ruling_party"); - if (rulingParty.size() > 0) - { - require_ruling_party = rulingParty[0]->getLeaf(); - } - closest_uh_social = 0.0; - vector uhSocial = link->getValue("closest_uh_social"); - if (uhSocial.size() > 0) - { - closest_uh_social = atof(uhSocial[0]->getLeaf().c_str()); - } +governmentMapper::governmentMapper() +{ + reformsInitialized = false; + totalPoliticalReforms = 0; + totalSocialReforms = 0; +} + - closest_uh_market = 0.0; - vector uhMarket = link->getValue("closest_uh_social"); - if (uhMarket.size() > 0) +void governmentMapper::initGovernmentMap(Object* obj) +{ + vector links = obj->getValue("link"); + for (auto link: links) { - closest_uh_market = atof(uhMarket[0]->getLeaf().c_str()); + govMapping newMapping; + newMapping.require_political_reforms = 0.0; + newMapping.require_social_reforms_above = 0.0; + newMapping.require_social_reforms_below = 1.0; + + vector items = link->getLeaves(); + for (auto item : items) + { + string key = item->getKey(); + if (key == "vic") + { + newMapping.vic_gov = item->getLeaf(); + } + else if (key == "hoi") + { + newMapping.hoi3_gov = item->getLeaf(); + } + else if (key == "ruling_party") + { + newMapping.ruling_party_required = item->getLeaf(); + } + else if (key == "political_reforms") + { + newMapping.require_political_reforms = atof(item->getLeaf().c_str()); + } + else if (key == "social_reforms_above") + { + newMapping.require_social_reforms_above = atof(item->getLeaf().c_str()); + } + else if (key == "social_reforms_below") + { + newMapping.require_social_reforms_below = atof(item->getLeaf().c_str()); + } + } + governmentMap.push_back(newMapping); } } -double GovernmentMap::score(const V2Country* country, const string _ideology, double avgSocial, double avgMarket) -{ - double result = 0.0; - // reject mappings with bad names - if (hoi3name.size() < 1) +void governmentMapper::initReforms(Object* obj) +{ + vector topObjects = obj->getLeaves(); + for (auto topObject : topObjects) { - return -1000000.0; - } + if (topObject->getKey() == "political_reforms") + { + vector reformObjs = topObject->getLeaves(); + for (auto reformObj : reformObjs) + { + reformTypes.insert(make_pair(reformObj->getKey(), "")); + + int reformLevelNum = 0; + vector reformLevelObjs = reformObj->getLeaves(); + for (auto reformLevel : reformLevelObjs) + { + if ((reformLevel->getKey() == "next_step_only") || (reformLevel->getKey() == "administrative")) + { + continue; + } + + politicalReformScores.insert(make_pair(reformLevel->getKey(), reformLevelNum)); + reformLevelNum++; + totalPoliticalReforms++; + } + totalPoliticalReforms--; + } + } - // if a government, culture, or ruling party is required, add a small amount if met, or deduct a large amount if not - // in other words: all other things being equal, prefer the link with stricter requirements - if (vic_gov.size() > 0) - { - if (vic_gov == country->getGovernment()) - result += 0.001; - else - result -= 1000.0; - } - if (require_culture.size() > 0) - { - if (require_culture == country->getPrimaryCulture()) - result += 0.001; - else - result -= 1000.0; - } - if (require_ruling_party.size() > 0) - { - if (require_ruling_party == _ideology) - result += 0.001; - else - result -= 1000.0; + if (topObject->getKey() == "social_reforms") + { + vector reformObjs = topObject->getLeaves(); + for (auto reformObj : reformObjs) + { + reformTypes.insert(make_pair(reformObj->getKey(), "")); + + int reformLevelNum = 0; + vector reformLevelObjs = reformObj->getLeaves(); + for (auto reformLevel : reformLevelObjs) + { + if ((reformLevel->getKey() == "next_step_only") || (reformLevel->getKey() == "administrative")) + { + continue; + } + + socialReformScores.insert(make_pair(reformLevel->getKey(), reformLevelNum)); + reformLevelNum++; + totalSocialReforms++; + } + totalSocialReforms--; + } + } } - - // now, calculate distances for closest match, and subtract from result (higher score = better match) - double dSocial = avgSocial - closest_uh_social; - double dMarket = avgMarket - closest_uh_market; - result -= sqrt(dSocial * dSocial + dMarket * dMarket); - - return result; } -string getGovernmentForCountry(const V2Country* country, const string _ideology, governmentMapping &governmentMap) +string governmentMapper::getGovernmentForCountry(const V2Country* country, const string ideology) { - // initialize 2D UH ideology positions - // these should probably be read from file; oh well. - map social_positions; - map market_positions; - social_positions["reactionary"] = 2; market_positions["reactionary"] = 1; - social_positions["conservative"] = 1; market_positions["conservative"] = 0; - social_positions["fascist"] = 2; market_positions["fascist"] = 1; - social_positions["liberal"] = -1; market_positions["liberal"] = 0; - social_positions["anarcho_liberal"] = -2; market_positions["anarcho_liberal"] = -2; - social_positions["socialist"] = 0; market_positions["socialist"] = 1; - social_positions["communist"] = 1; market_positions["communist"] = 2; - - // find the average political composition of the upper house - double avgMarket = 0.0; - double avgSocial = 0.0; - for (map::iterator itr = social_positions.begin(); itr != social_positions.end(); ++itr) + // calculate the percent of reforms passed + int politicalReforms = 0; + int socialReforms = 0; + auto currentReforms = country->getAllReforms(); + for (auto reform: currentReforms) { - avgSocial += social_positions[itr->first] * country->getUpperHousePercentage(itr->first); - avgMarket += market_positions[itr->first] * country->getUpperHousePercentage(itr->first); + auto politicalReform = politicalReformScores.find(reform.first); + if (politicalReform != politicalReformScores.end()) + { + politicalReforms += politicalReform->second; + } + auto socialReform = socialReformScores.find(reform.first); + if (socialReform != socialReformScores.end()) + { + socialReforms += socialReform->second; + } } + double politicalReformsPercent = 1.0 * politicalReforms / totalPoliticalReforms; + double socialReformsPercent = 1.0 * socialReforms / totalSocialReforms; - LOG(LogLevel::Debug) << country->getTag() << " Upper House Political Centre: Social: " << avgSocial << "\tMarket: " << avgMarket; - - // do the mapping - GovernmentMap* best = NULL; - double best_val = -DBL_MAX; - for (vector::iterator itr = governmentMap.begin(); itr != governmentMap.end(); ++itr) + // find the goverment type + string hoiGov; + for (auto mapping : governmentMap) { - double this_val = itr->score(country, _ideology, avgMarket, avgSocial); - if (this_val > best_val) + if ( + (mapping.vic_gov == country->getGovernment()) && + ((mapping.ruling_party_required == "") || (mapping.ruling_party_required == ideology)) && + (mapping.require_political_reforms <= politicalReformsPercent) && + (mapping.require_social_reforms_above <= socialReformsPercent) && + (mapping.require_social_reforms_below >= socialReformsPercent) + ) { - best = &(*itr); - best_val = this_val; + hoiGov = mapping.hoi3_gov; + break; } } - LOG(LogLevel::Debug) << "Mapped " << country->getTag() << " government " << country->getGovernment() << " to " << best->getName() << "(score: " << best_val << ")"; + LOG(LogLevel::Debug) << "Mapped " << country->getTag() << " government " << country->getGovernment() << " to " << hoiGov; - return best->getName(); + return hoiGov; } + + + + + diff --git a/Vic2ToHoI3/Source/GovernmentMapper.h b/Vic2ToHoI3/Source/GovernmentMapper.h index 9a18ae9f1..ea1e39294 100644 --- a/Vic2ToHoI3/Source/GovernmentMapper.h +++ b/Vic2ToHoI3/Source/GovernmentMapper.h @@ -23,26 +23,58 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/ #define GOVERNMENTMAPPER_H #include "Object.h" +#include +#include +using namespace std; + + class V2Country; -class GovernmentMap -{ -public: - GovernmentMap(Object* link); - double score(const V2Country* country, const string _ideology, double avgMarket, double avgSocial); - string getName() const { return hoi3name; }; -private: - string hoi3name; +struct govMapping +{ string vic_gov; - string require_culture; - string require_ruling_party; - double closest_uh_social; - double closest_uh_market; + string hoi3_gov; + string ruling_party_required; + double require_political_reforms; + double require_social_reforms_above; + double require_social_reforms_below; }; -typedef vector governmentMapping; -string getGovernmentForCountry(const V2Country* country, const string _ideology, governmentMapping &governmentMap); + +class governmentMapper +{ + public: + governmentMapper(); + void initGovernmentMap(Object* obj); + void initReforms(Object* obj); + + string getGovernmentForCountry(const V2Country* country, const string _ideology); + + bool areReformsInitialized() const { return reformsInitialized; } + map getReformTypes() const { return reformTypes; } + + static governmentMapper* getInstance() + { + if (instance == NULL) + { + instance = new governmentMapper(); + } + return instance; + } + + private: + static governmentMapper* instance; + + vector governmentMap; + map reformTypes; + map politicalReformScores; + map socialReformScores; + int totalPoliticalReforms; + int totalSocialReforms; + + bool reformsInitialized; +}; #endif // GOVERNMENTMAPPER_H \ No newline at end of file diff --git a/Vic2ToHoI3/Source/HOI3World/HoI3Army.cpp b/Vic2ToHoI3/Source/HOI3World/HoI3Army.cpp index 188743bcd..cb673840a 100644 --- a/Vic2ToHoI3/Source/HOI3World/HoI3Army.cpp +++ b/Vic2ToHoI3/Source/HOI3World/HoI3Army.cpp @@ -166,6 +166,24 @@ void HoI3RegGroup::output(FILE* out, int indentlevel /* = 0*/) const fprintf(out, "%s\tleader = %d\n", indent, leaderID); } fprintf(out, "%s\tlocation = %d\n", indent, location); + + if ((force_type == land) && (command_level == division)) + { + bool reserve = false; + for (auto regiment : regiments) + { + if (regiment.isReserve()) + { + reserve = true; + } + } + + if (reserve) + { + fprintf(out, "%s\tis_reserve = yes\n", indent); + } + } + for (vector::const_iterator itr = regiments.begin(); itr != regiments.end(); ++itr) { itr->output(out, indentlevel + 1); diff --git a/Vic2ToHoI3/Source/HOI3World/HoI3Army.h b/Vic2ToHoI3/Source/HOI3World/HoI3Army.h index ec13cbada..325fc671f 100644 --- a/Vic2ToHoI3/Source/HOI3World/HoI3Army.h +++ b/Vic2ToHoI3/Source/HOI3World/HoI3Army.h @@ -87,13 +87,16 @@ class HoI3Regiment // also Ship, Wing void setName(string _name) { name = _name; } void setType(HoI3RegimentType _type) { type = _type; } void setHistoricalModel(unsigned _historicalModel) { historicalModel = _historicalModel; } + void setReserve(bool _reserve) { reserve = _reserve; } ForceType getForceType() const { return type.getForceType(); } const HoI3RegimentType& getType() const { return type; } + bool isReserve() const { return reserve; } private: string name; HoI3RegimentType type; + bool reserve; unsigned historicalModel; // Tech level }; diff --git a/Vic2ToHoI3/Source/HOI3World/HoI3Country.cpp b/Vic2ToHoI3/Source/HOI3World/HoI3Country.cpp index e02d685f9..636c35166 100644 --- a/Vic2ToHoI3/Source/HOI3World/HoI3Country.cpp +++ b/Vic2ToHoI3/Source/HOI3World/HoI3Country.cpp @@ -177,7 +177,11 @@ void HoI3Country::output() const outputLeaders(); // Output common country file. - fopen_s(&output, ("Output\\" + Configuration::getOutputName() + "\\common\\countries\\" + commonCountryFile).c_str(), "w"); + if (fopen_s(&output, ("Output\\" + Configuration::getOutputName() + "\\common\\countries\\" + commonCountryFile).c_str(), "w") != 0) + { + Log(LogLevel::Error) << "Could not open " << "Output\\" << Configuration::getOutputName() << "\\common\\countries\\" << commonCountryFile; + exit(-1); + } int red; int green; int blue; @@ -345,7 +349,11 @@ void HoI3Country::outputParties(FILE* output) const fprintf(output, "\n"); FILE* partyLocalisations; - fopen_s(&partyLocalisations, ("Output\\" + Configuration::getOutputName() + "\\localisation\\Parties.csv").c_str(), "a"); + if (fopen_s(&partyLocalisations, ("Output\\" + Configuration::getOutputName() + "\\localisation\\Parties.csv").c_str(), "a") != 0) + { + LOG(LogLevel::Error) << "Could not open " << "Output\\" << Configuration::getOutputName() << "\\localisation\\Parties.csv"; + exit(-1); + } for (auto party: parties) { fprintf(partyLocalisations, "%s;\n", party.localisationString.c_str()); @@ -357,7 +365,10 @@ void HoI3Country::outputParties(FILE* output) const void HoI3Country::outputLeaders() const { FILE* leadersFile; - fopen_s(&leadersFile, ("Output\\" + Configuration::getOutputName() + "\\history\\leaders\\" + tag.c_str() + ".txt").c_str(), "w"); + if (fopen_s(&leadersFile, ("Output\\" + Configuration::getOutputName() + "\\history\\leaders\\" + tag.c_str() + ".txt").c_str(), "w") != 0) + { + LOG(LogLevel::Error) << "Could not open " << "Output\\" << Configuration::getOutputName() << "\\history\\leaders\\" << tag.c_str() << ".txt"; + } int landLeaders = 0; int seaLeaders = 0; int airLeaders = 0; @@ -413,7 +424,7 @@ void HoI3Country::outputOOB() const } -void HoI3Country::initFromV2Country(const V2World& _srcWorld, const V2Country* _srcCountry, const string _vic2ideology, vector outputOrder, const CountryMapping& countryMap, governmentMapping governmentMap, inverseProvinceMapping inverseProvinceMap, map& leaderMap, const V2Localisation& V2Localisations, governmentJobsMap governmentJobs, const namesMapping& namesMap, portraitMapping& portraitMap, const cultureMapping& cultureMap, personalityMap& landPersonalityMap, personalityMap& seaPersonalityMap, backgroundMap& landBackgroundMap, backgroundMap& seaBackgroundMap) +void HoI3Country::initFromV2Country(const V2World& _srcWorld, const V2Country* _srcCountry, const string _vic2ideology, vector outputOrder, const CountryMapping& countryMap, inverseProvinceMapping inverseProvinceMap, map& leaderMap, const V2Localisation& V2Localisations, governmentJobsMap governmentJobs, const namesMapping& namesMap, portraitMapping& portraitMap, const cultureMapping& cultureMap, personalityMap& landPersonalityMap, personalityMap& seaPersonalityMap, backgroundMap& landBackgroundMap, backgroundMap& seaBackgroundMap) { srcCountry = _srcCountry; @@ -473,7 +484,7 @@ void HoI3Country::initFromV2Country(const V2World& _srcWorld, const V2Country* _ string srcGovernment = srcCountry->getGovernment(); if (srcGovernment.size() > 0) { - government = getGovernmentForCountry(srcCountry, _vic2ideology, governmentMap); + government = governmentMapper::getInstance()->getGovernmentForCountry(srcCountry, _vic2ideology); if (government.empty()) { government = ""; @@ -762,10 +773,10 @@ void HoI3Country::consolidateProvinceItems(inverseProvinceMapping& inverseProvin double stateIndustry = 0.0; for (auto srcProvinceItr: stateItr.provinces) { - auto itr = inverseProvinceMap.find(srcProvinceItr); - if (itr != inverseProvinceMap.end()) + auto possibleHoI3Provinces = inverseProvinceMap.find(srcProvinceItr); + if (possibleHoI3Provinces != inverseProvinceMap.end()) { - for (auto dstProvinceNum: itr->second) + for (auto dstProvinceNum: possibleHoI3Provinces->second) { auto provinceItr = provinces.find(dstProvinceNum); if (provinceItr != provinces.end()) @@ -803,10 +814,10 @@ void HoI3Country::consolidateProvinceItems(inverseProvinceMapping& inverseProvin if (stateItr.provinces.size() > 0) { - auto itr = inverseProvinceMap.find(stateItr.provinces[0]); - if (itr != inverseProvinceMap.end()) + auto possibleHoI3Provinces = inverseProvinceMap.find(stateItr.provinces[0]); + if (possibleHoI3Provinces != inverseProvinceMap.end()) { - auto provinceItr = provinces.find(itr->second[0]); + auto provinceItr = provinces.find(possibleHoI3Provinces->second[0]); if (provinceItr != provinces.end()) { if (convertManpower) @@ -828,14 +839,14 @@ void HoI3Country::consolidateProvinceItems(inverseProvinceMapping& inverseProvin } if (convertIndustry) { - for (auto jtr: stateItr.provinces) + for (auto vic2ProvNum: stateItr.provinces) { - auto itr = inverseProvinceMap.find(jtr); - if (itr != inverseProvinceMap.end()) + auto possibleHoI3Provinces = inverseProvinceMap.find(vic2ProvNum); + if (possibleHoI3Provinces != inverseProvinceMap.end()) { - for (auto ktr: itr->second) + for (auto HoI3ProvNum: possibleHoI3Provinces->second) { - auto provinceItr = provinces.find(ktr); + auto provinceItr = provinces.find(HoI3ProvNum); if (provinceItr != provinces.end()) { int intIndustry = static_cast(stateIndustry + 0.5); @@ -856,42 +867,50 @@ void HoI3Country::consolidateProvinceItems(inverseProvinceMapping& inverseProvin if (provinces.size() > 0) { - auto provinceItr = provinces.find(capital); - if (provinceItr == provinces.end()) + auto capitalItr = provinces.find(capital); + if (capitalItr == provinces.end()) { - provinceItr = provinces.begin(); + capitalItr = provinces.begin(); } if (convertManpower) { - leftoverManpower += provinceItr->second->getManpower(); - provinceItr->second->setManpower(leftoverManpower); + leftoverManpower += capitalItr->second->getManpower(); + capitalItr->second->setManpower(leftoverManpower); } if (convertLeadership) { - leftoverLeadership += provinceItr->second->getLeadership(); - provinceItr->second->setLeadership(leftoverLeadership); + leftoverLeadership += capitalItr->second->getLeadership(); + capitalItr->second->setLeadership(leftoverLeadership); } if (convertIndustry) { - leftoverIndustry += provinceItr->second->getActualIndustry(); + leftoverIndustry += capitalItr->second->getActualIndustry(); int intIndustry = static_cast(leftoverIndustry + 0.5); if (intIndustry > 10) { intIndustry = 10; } - provinceItr->second->setActualIndustry(intIndustry); + if (intIndustry < 5) + { + intIndustry = 5; + } + capitalItr->second->setActualIndustry(intIndustry); leftoverIndustry -= intIndustry; - for (auto jtr: capitalState.provinces) + for (auto vic2ProvinceNum: capitalState.provinces) { - auto itr = inverseProvinceMap.find(jtr); - if (itr != inverseProvinceMap.end()) + auto possibleHoI3Provinces = inverseProvinceMap.find(vic2ProvinceNum); + if (possibleHoI3Provinces != inverseProvinceMap.end()) { - for (auto ktr: itr->second) + for (auto hoi3ProvinceNum: possibleHoI3Provinces->second) { - auto provinceItr = provinces.find(ktr); + if (hoi3ProvinceNum == capitalItr->first) + { + continue; + } + auto provinceItr = provinces.find(hoi3ProvinceNum); if (provinceItr != provinces.end()) { int intIndustry = static_cast(leftoverIndustry + 0.5); @@ -1180,6 +1199,40 @@ void HoI3Country::setAIFocuses(const AIFocusModifiers& focusModifiers) } +void HoI3Country::addMinimalItems() +{ + // determine if there's anything to add + bool hasPort = true; + bool hasAirbase = true; + for (auto province: provinces) + { + if (province.second->getAirBase() > 0) + { + hasAirbase = true; + } + if (province.second->getAirBase() > 0) + { + hasAirbase = true; + } + } + + auto capitalItr = provinces.find(capital); + if (capitalItr == provinces.end()) + { + capitalItr = provinces.begin(); + } + + // if necessary, add an airbase to the capital province + if (!hasAirbase) + { + capitalItr->second->requireAirBase(1); + } + + // if necessary, add a port as near to the capital as possible + // impossible currently, as we don't have a way to know where ports are valid +} + + void HoI3Country::addProvince(HoI3Province* _province) { provinces.insert(make_pair(_province->getNum(), _province)); @@ -1249,7 +1302,6 @@ vector HoI3Country::getPortProvinces(vector locationCandidates, map V2Parties, V2Party* rulingParty, string& rulingIdeology) { - // // sort Vic2 parties by ideology map> V2Ideologies; for (auto partyItr: V2Parties) @@ -1582,15 +1634,15 @@ void HoI3Country::convertParties(const V2Country* srcCountry, vector V newParty.organization = newParty.popularity; parties.push_back(newParty); - HoI3GroupItr->second.erase(HoI3GroupItr->second.begin()); - - auto itr = unmappedParties.find(newParty.ideology); - unmappedParties.erase(itr); - if (rulingParty->name == V2PartyItr->name) { rulingIdeology = HoI3GroupItr->second[0]; } + + HoI3GroupItr->second.erase(HoI3GroupItr->second.begin()); + + auto itr = unmappedParties.find(newParty.ideology); + unmappedParties.erase(itr); } for (auto V2PartyItr: V2GroupItr.second) { diff --git a/Vic2ToHoI3/Source/HOI3World/HoI3Country.h b/Vic2ToHoI3/Source/HOI3World/HoI3Country.h index bf70200b2..965d8779d 100644 --- a/Vic2ToHoI3/Source/HOI3World/HoI3Country.h +++ b/Vic2ToHoI3/Source/HOI3World/HoI3Country.h @@ -65,11 +65,12 @@ class HoI3Country void outputToCommonCountriesFile(FILE*) const; void outputLocalisation(FILE*) const; void outputAIScript() const; - void initFromV2Country(const V2World& _srcWorld, const V2Country* _srcCountry, const string _vic2ideology, vector outputOrder, const CountryMapping& countryMap, governmentMapping governmentMap, inverseProvinceMapping inverseProvinceMap, map& leaderMap, const V2Localisation& V2Localisations, governmentJobsMap governmentJobs, const namesMapping& namesMap, portraitMapping& portraitMap, const cultureMapping& cultureMap, personalityMap& landPersonalityMap, personalityMap& seaPersonalityMap, backgroundMap& landBackgroundMap, backgroundMap& seaBackgroundMap); + void initFromV2Country(const V2World& _srcWorld, const V2Country* _srcCountry, const string _vic2ideology, vector outputOrder, const CountryMapping& countryMap, inverseProvinceMapping inverseProvinceMap, map& leaderMap, const V2Localisation& V2Localisations, governmentJobsMap governmentJobs, const namesMapping& namesMap, portraitMapping& portraitMap, const cultureMapping& cultureMap, personalityMap& landPersonalityMap, personalityMap& seaPersonalityMap, backgroundMap& landBackgroundMap, backgroundMap& seaBackgroundMap); void initFromHistory(); void consolidateProvinceItems(inverseProvinceMapping& inverseProvinceMap, double& totalManpower, double& totalLeadership, double& totalIndustry); void generateLeaders(leaderTraitsMap leaderTraits, const namesMapping& namesMap, portraitMapping& portraitMap); void setAIFocuses(const AIFocusModifiers& focusModifiers); + void addMinimalItems(); void setTechnology(string tech, int level); void addProvince(HoI3Province* _province); diff --git a/Vic2ToHoI3/Source/HOI3World/HoI3World.cpp b/Vic2ToHoI3/Source/HOI3World/HoI3World.cpp index 383ad91da..ffb67e61a 100644 --- a/Vic2ToHoI3/Source/HOI3World/HoI3World.cpp +++ b/Vic2ToHoI3/Source/HOI3World/HoI3World.cpp @@ -368,7 +368,7 @@ void HoI3World::getProvinceLocalizations(string file) } -void HoI3World::convertCountries(const V2World &sourceWorld, CountryMapping countryMap, const governmentMapping& governmentMap, const inverseProvinceMapping& inverseProvinceMap, map& leaderMap, const V2Localisation& V2Localisations, governmentJobsMap governmentJobs, leaderTraitsMap leaderTraits, const namesMapping& namesMap, portraitMapping& portraitMap, const cultureMapping& cultureMap, personalityMap& landPersonalityMap, personalityMap& seaPersonalityMap, backgroundMap& landBackgroundMap, backgroundMap& seaBackgroundMap) +void HoI3World::convertCountries(const V2World &sourceWorld, CountryMapping countryMap, const inverseProvinceMapping& inverseProvinceMap, map& leaderMap, const V2Localisation& V2Localisations, governmentJobsMap governmentJobs, leaderTraitsMap leaderTraits, const namesMapping& namesMap, portraitMapping& portraitMap, const cultureMapping& cultureMap, personalityMap& landPersonalityMap, personalityMap& seaPersonalityMap, backgroundMap& landBackgroundMap, backgroundMap& seaBackgroundMap) { vector outputOrder; outputOrder.clear(); @@ -393,15 +393,15 @@ void HoI3World::convertCountries(const V2World &sourceWorld, CountryMapping coun if (!HoI3Tag.empty()) { - for (vector::iterator j = potentialCountries.begin(); j != potentialCountries.end() && !destCountry; j++) + for (auto candidateDestCountry: potentialCountries) { - HoI3Country* candidateDestCountry = *j; - if (candidateDestCountry->getTag() == HoI3Tag) + if ((candidateDestCountry != NULL) && (candidateDestCountry->getTag() == HoI3Tag)) { destCountry = candidateDestCountry; + break; } } - if (!destCountry) + if (destCountry == NULL) { // No such V2 country exists yet for this tag so we make a new one. std::string countryFileName = '/' + sourceCountry->getName() + ".txt"; destCountry = new HoI3Country(HoI3Tag, countryFileName, this, true); @@ -412,7 +412,7 @@ void HoI3World::convertCountries(const V2World &sourceWorld, CountryMapping coun LOG(LogLevel::Error) << "Could not find the ruling party for " << sourceCountry->getTag() << ". Were all mods correctly included?"; exit(-1); } - destCountry->initFromV2Country(sourceWorld, sourceCountry, rulingParty->ideology, outputOrder, countryMap, governmentMap, inverseProvinceMap, leaderMap, V2Localisations, governmentJobs, namesMap, portraitMap, cultureMap, landPersonalityMap, seaPersonalityMap, landBackgroundMap, seaBackgroundMap); + destCountry->initFromV2Country(sourceWorld, sourceCountry, rulingParty->ideology, outputOrder, countryMap, inverseProvinceMap, leaderMap, V2Localisations, governmentJobs, namesMap, portraitMap, cultureMap, landPersonalityMap, seaPersonalityMap, landBackgroundMap, seaBackgroundMap); countries.insert(make_pair(HoI3Tag, destCountry)); } else @@ -635,23 +635,22 @@ void HoI3World::convertProvinces(const V2World &sourceWorld, provinceMapping pro } // convert industry - double industry = sourceProvince->getPopulation("craftsmen") + double industry = sourceProvince->getEmployedWorkers() + int(sourceProvince->getPopulation("artisans") * 0.5) - + sourceProvince->getLiteracyWeightedPopulation("capitalists") * 2 - + sourceProvince->getLiteracyWeightedPopulation("clerks") * 2; + + sourceProvince->getLiteracyWeightedPopulation("capitalists") * 2; if (Configuration::getIcConversion() == "squareroot") { - industry = sqrt(double(industry)) * 0.00127; + industry = sqrt(double(industry)) * 0.00417; provItr->second->addRawIndustry(industry * Configuration::getIcFactor()); } else if (Configuration::getIcConversion() == "linear") { - industry = double(industry) * 0.00000564; + industry = double(industry) * 0.0000496; provItr->second->addRawIndustry(industry * Configuration::getIcFactor()); } else if (Configuration::getIcConversion() == "logarithmic") { - industry = log(max(1, industry / 70000)) / log(2) * 1.75; + industry = log(max(1, industry / 70000)) / log(2) * 175; provItr->second->addRawIndustry(industry * Configuration::getIcFactor()); } @@ -914,6 +913,7 @@ void HoI3World::convertArmies(V2World& sourceWorld, inverseProvinceMapping inver int airForceIndex = 0; HoI3RegGroup::resetHQCounts(); + HoI3RegGroup::resetRegGroupNameCounts(); // A V2 unit type counter to keep track of how many V2 units of this type were converted. // Used to distribute HoI3 unit types in case of multiple mapping @@ -945,7 +945,7 @@ void HoI3World::convertArmies(V2World& sourceWorld, inverseProvinceMapping inver // guarantee that navies are assigned to sea provinces, or land provinces with naval bases bool usePort = false; - if ((locationCandidates.size() > 0) && (oldArmy->getNavy())) + if ((locationCandidates.size() > 0) && (oldArmy->getNavy()) && (!oldArmy->getAtSea())) { map::const_iterator pitr = provinces.find(locationCandidates[0]); if (pitr != provinces.end() && pitr->second->isLand()) @@ -994,7 +994,7 @@ void HoI3World::convertArmies(V2World& sourceWorld, inverseProvinceMapping inver } else if (!oldArmy->getNavy()) { - LOG(LogLevel::Warning) << "HoI3 Province for ID: " << selectedLocation << " not found. Placing units in the production queue"; + LOG(LogLevel::Warning) << "HoI3 Province " << selectedLocation << "is not a valid location for regiments. Placing units in the production queue."; destArmy.setProductionQueue(true); } } @@ -1024,20 +1024,23 @@ void HoI3World::convertArmies(V2World& sourceWorld, inverseProvinceMapping inver mainRegiments.push_back(regiment); } } + sourceRegiments.clear(); if (mainRegiments.size() * 3 < supportRegiments.size()) { LOG(LogLevel::Warning) << "Too many support units in " << itr->first << "'s army \"" << oldArmy->getName() << "\""; } if (mainRegiments.size() > 0) { - double ratio = supportRegiments.size() / mainRegiments.size(); - sourceRegiments.clear(); + double ratio = 1.0 * supportRegiments.size() / mainRegiments.size(); unsigned int j = 0; for (unsigned int i = 0; i < mainRegiments.size(); i++) { for (; j < (i + 1) * ratio; j++) { - sourceRegiments.push_back(supportRegiments[j]); + if (j < supportRegiments.size()) + { + sourceRegiments.push_back(supportRegiments[j]); + } } sourceRegiments.push_back(mainRegiments[i]); } @@ -1107,6 +1110,7 @@ void HoI3World::convertArmies(V2World& sourceWorld, inverseProvinceMapping inver destReg.setType(destTypeItr->first); destReg.setHistoricalModel(destTypeItr->second); + destReg.setReserve(true); // Add to army/navy or newly created air force as appropriate if (destReg.getForceType() != air) @@ -1142,7 +1146,7 @@ void HoI3World::convertArmies(V2World& sourceWorld, inverseProvinceMapping inver if (!destAirForce.isEmpty() && !destArmy.getProductionQueue()) { // we need to put an airbase here, so make sure we're in our own territory - if (locationProvince->getOwner() == itr->first) + if ((locationProvince != NULL) && (locationProvince->getOwner() == itr->first)) { // make sure an airbase is waiting for them locationProvince->requireAirBase(min(10, locationProvince->getAirBase() + destAirForce.size())); @@ -1791,4 +1795,13 @@ void HoI3World::setAIFocuses(const AIFocusModifiers& focusModifiers) { countryItr.second->setAIFocuses(focusModifiers); } +} + + +void HoI3World::addMinimalItems() +{ + for (auto country : countries) + { + country.second->addMinimalItems(); + } } \ No newline at end of file diff --git a/Vic2ToHoI3/Source/HOI3World/HoI3World.h b/Vic2ToHoI3/Source/HOI3World/HoI3World.h index 72aa31e36..98c292f00 100644 --- a/Vic2ToHoI3/Source/HOI3World/HoI3World.h +++ b/Vic2ToHoI3/Source/HOI3World/HoI3World.h @@ -33,24 +33,25 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/ class HoI3World { public: HoI3World(const provinceMapping& provinceMap); - void createProvinceFiles(const V2World& sourceWorld, const provinceMapping& provinceMap); - void convertCountries(const V2World &sourceWorld, CountryMapping countryMap, const governmentMapping& governmentMap, const inverseProvinceMapping& inverseProvinceMap, map& leaderMap, const V2Localisation& V2Localisations, governmentJobsMap governmentJobs, leaderTraitsMap leaderTraits, const namesMapping& namesMap, portraitMapping& portraitMap, const cultureMapping& cultureMap, personalityMap& landPersonalityMap, personalityMap& seaPersonalityMap, backgroundMap& landBackgroundMap, backgroundMap& seaBackgroundMap); - void convertProvinces(const V2World &sourceWorld, provinceMapping provinceMap, inverseProvinceMapping inverseProvinceMap, CountryMapping countryMap, const HoI3AdjacencyMapping &HoI3AdjacencyMap); - void convertTechs(V2World& sourceWorld); - void output() const; - void convertDiplomacy(V2World& sourceWorld, CountryMapping countryMap); - void convertArmies(V2World& sourceWorld, inverseProvinceMapping inverseProvinceMap, const HoI3AdjacencyMapping& HoI3AdjacencyMap); - void configureFactions(const V2World &sourceWorld, const CountryMapping& countryMap); - void generateLeaders(leaderTraitsMap leaderTraits, const namesMapping& namesMap, portraitMapping& portraitMap); - void consolidateProvinceItems(inverseProvinceMapping& inverseProvinceMap); - void convertVictoryPoints(const V2World& sourceWorld, CountryMapping countryMap); - void setAIFocuses(const AIFocusModifiers& focusModifiers); + + void createProvinceFiles(const V2World& sourceWorld, const provinceMapping& provinceMap); + void convertCountries(const V2World &sourceWorld, CountryMapping countryMap, const inverseProvinceMapping& inverseProvinceMap, map& leaderMap, const V2Localisation& V2Localisations, governmentJobsMap governmentJobs, leaderTraitsMap leaderTraits, const namesMapping& namesMap, portraitMapping& portraitMap, const cultureMapping& cultureMap, personalityMap& landPersonalityMap, personalityMap& seaPersonalityMap, backgroundMap& landBackgroundMap, backgroundMap& seaBackgroundMap); + void convertProvinces(const V2World &sourceWorld, provinceMapping provinceMap, inverseProvinceMapping inverseProvinceMap, CountryMapping countryMap, const HoI3AdjacencyMapping &HoI3AdjacencyMap); + void convertTechs(V2World& sourceWorld); + void output() const; + void convertDiplomacy(V2World& sourceWorld, CountryMapping countryMap); + void convertArmies(V2World& sourceWorld, inverseProvinceMapping inverseProvinceMap, const HoI3AdjacencyMapping& HoI3AdjacencyMap); + void configureFactions(const V2World &sourceWorld, const CountryMapping& countryMap); + void generateLeaders(leaderTraitsMap leaderTraits, const namesMapping& namesMap, portraitMapping& portraitMap); + void consolidateProvinceItems(inverseProvinceMapping& inverseProvinceMap); + void convertVictoryPoints(const V2World& sourceWorld, CountryMapping countryMap); + void setAIFocuses(const AIFocusModifiers& focusModifiers); + void copyFlags(const V2World &sourceWorld, CountryMapping countryMap); + void addMinimalItems(); map getPotentialCountries() const; - void copyFlags(const V2World &sourceWorld, CountryMapping countryMap); - string convertIdeology(V2Party* v2Party) const; -private: + private: void getProvinceLocalizations(string file); void checkManualFaction(const CountryMapping& countryMap, const vector& candidateTags, string& leader, string factionName); void factionSatellites(); diff --git a/Vic2ToHoI3/Source/Mapper.cpp b/Vic2ToHoI3/Source/Mapper.cpp index 02afb0a09..412424e89 100644 --- a/Vic2ToHoI3/Source/Mapper.cpp +++ b/Vic2ToHoI3/Source/Mapper.cpp @@ -291,20 +291,6 @@ unionMapping initUnionMap(Object* obj) } -governmentMapping initGovernmentMap(Object* obj) -{ - governmentMapping governmentMap; // the government mapping - vector links = obj->getValue("link"); - for (vector::iterator itr = links.begin(); itr != links.end(); ++itr) - { - GovernmentMap gov(*itr); - governmentMap.push_back(gov); - } - - return governmentMap; -} - - void initUnionCultures(Object* obj, unionCulturesMap& unionCultures) { vector cultureGroups = obj->getLeaves(); // the cultural group rules diff --git a/Vic2ToHoI3/Source/Mapper.h b/Vic2ToHoI3/Source/Mapper.h index 44ce3196f..b52cdb348 100644 --- a/Vic2ToHoI3/Source/Mapper.h +++ b/Vic2ToHoI3/Source/Mapper.h @@ -83,10 +83,6 @@ typedef vector< pair > unionMapping; // unionMapping initUnionMap(Object* obj); -// Government Mappings -governmentMapping initGovernmentMap(Object* obj); - - // Cultural Union Nation mappings typedef map< string, vector > unionCulturesMap; // void initUnionCultures(Object* obj, unionCulturesMap& unionCultures); diff --git a/Vic2ToHoI3/Source/V2World/V2Country.cpp b/Vic2ToHoI3/Source/V2World/V2Country.cpp index 1a78020ea..a3693fdf8 100644 --- a/Vic2ToHoI3/Source/V2World/V2Country.cpp +++ b/Vic2ToHoI3/Source/V2World/V2Country.cpp @@ -170,16 +170,14 @@ V2Country::V2Country(Object* obj, const inventionNumToName& iNumToName, map reformTypes = governmentMapper::getInstance()->getReformTypes(); + vector leaves = obj->getLeaves(); for (unsigned int i = 0; i < leaves.size(); ++i) { string key = leaves[i]->getKey(); - if (key == "slavery" || key == "vote_franchise" || key == "upper_house_composition" || - key == "voting_system" || key == "public_meetings" || key == "press_rights" || - key == "trade_unions" || key == "political_parties" || key == "wage_reform" || - key == "work_hours" || key == "safety_regulations" || key == "unemployment_subsidies" || - key == "pensions" || key == "health_care" || key == "school_reforms") + if (reformTypes.find(key) != reformTypes.end()) { reformsArray[key] = leaves[i]->getLeaf(); } @@ -276,10 +274,15 @@ V2Country::V2Country(Object* obj, const inventionNumToName& iNumToName, map statesObj = obj->getValue("state"); // each state in the country for (auto statesItr : statesObj) { + // items that will matter for factory conversion + int mainProvince = 0; + int craftsmenCount = 0; + int clerksCount = 0; + V2State newState; // get the provinces in the state vector provinceObj = statesItr[0].getValue("provinces"); @@ -289,34 +292,57 @@ V2Country::V2Country(Object* obj, const inventionNumToName& iNumToName, map buildingsObj = statesItr[0].getValue("state_buildings"); // each factory in the state - //for (auto buildingsItr : buildingsObj) - //{ - // vector employmentObj = buildingsItr[0].getValue("employment"); // each employment entry in the factory. - // for (auto employmentItr : employmentObj) - // { - // vector employeesObj = employmentItr[0].getValue("employees"); // each employee entry in employment - // for (auto employeesItr : employeesObj) - // { - // vector employeeObj = employeesItr[0].getLeaves(); // each employee object in employees - // for (auto employeeItr : employeeObj) - // { - // // this should work, except that the employee object is blank. I suspect more parser updates are in our future - // vector countObj = employeeItr[0].getValue("count"); - // if (countObj.size() > 0) - // { - // count += atoi(countObj[0]->getLeaf().c_str()); - // } - - // //something where you get the pop type and count total clerks and total craftsmen differently - // } - // } - // } - //} + vector buildingsObj = statesItr[0].getValue("state_buildings"); // each factory in the state + for (auto buildingsItr : buildingsObj) + { + vector employmentObj = buildingsItr[0].getValue("employment"); // each employment entry in the factory. + for (auto employmentItr : employmentObj) + { + vector employeesObj = employmentItr[0].getValue("employees"); // each employee entry in employment + for (auto employeesItr : employeesObj) + { + vector employeeObj = employeesItr[0].getLeaves(); // each employee object in employees + for (auto employeeItr : employeeObj) + { + vector idObj = employeeItr[0].getValue("province_pop_id"); + if (idObj.size() > 0) + { + vector typeObj = idObj[0]->getValue("type"); + if (typeObj.size() > 0) + { + string type = typeObj[0]->getLeaf(); + vector countObj = employeeItr[0].getValue("count"); + if (countObj.size() > 0) + { + int count = atoi(countObj[0]->getLeaf().c_str()); + if (type == "7") + { + craftsmenCount = count; + } + else if (type == "6") + { + clerksCount = count; + } + } + } + } + } + } + } + } + auto employmentProvince = provinces.find(mainProvince); + if (employmentProvince != provinces.end()) + { + employmentProvince->second->setEmployedWorkers(craftsmenCount + 2 * clerksCount); + } states.push_back(newState); } @@ -405,7 +431,9 @@ std::string V2Country::getReform(std::string reform) const { map::const_iterator itr = reformsArray.find(reform); if (itr == reformsArray.end()) + { return ""; + } return itr->second; } diff --git a/Vic2ToHoI3/Source/V2World/V2Country.h b/Vic2ToHoI3/Source/V2World/V2Country.h index 1adfeb6c6..09c3058bd 100644 --- a/Vic2ToHoI3/Source/V2World/V2Country.h +++ b/Vic2ToHoI3/Source/V2World/V2Country.h @@ -95,6 +95,7 @@ class V2Country double getRevanchism() const { return revanchism; } double getWarExhaustion() const { return warExhaustion; } string getTechSchool() const { return techSchool; } + map getAllReforms() const { return reformsArray; } string getReform(string reform) const; string getName(const string& language) const; diff --git a/Vic2ToHoI3/Source/V2World/V2Province.cpp b/Vic2ToHoI3/Source/V2World/V2Province.cpp index 693a7b293..bba2e26bb 100644 --- a/Vic2ToHoI3/Source/V2World/V2Province.cpp +++ b/Vic2ToHoI3/Source/V2World/V2Province.cpp @@ -91,6 +91,8 @@ V2Province::V2Province(Object* obj) pops.push_back(pop); } } + + employedWorkers = 0; } diff --git a/Vic2ToHoI3/Source/V2World/V2Province.h b/Vic2ToHoI3/Source/V2World/V2Province.h index b506f4b80..e5ce628cb 100644 --- a/Vic2ToHoI3/Source/V2World/V2Province.h +++ b/Vic2ToHoI3/Source/V2World/V2Province.h @@ -50,15 +50,16 @@ class V2Province int getPopulation(string type = "") const; int getLiteracyWeightedPopulation(string type = "") const; - void setOwner(V2Country* _owner) { owner = _owner; } - - string getOwnerString() const { return ownerString; } - V2Country* getOwner() const { return owner; } - int getInfra() const { return railLevel; } - int getFort() const { return fortLevel; } - int getNavalBase() const { return navalBaseLevel; } - int getNum() const { return num; } + void setOwner(V2Country* _owner) { owner = _owner; } + void setEmployedWorkers(int _workers) { employedWorkers = _workers; } + string getOwnerString() const { return ownerString; } + V2Country* getOwner() const { return owner; } + int getInfra() const { return railLevel; } + int getFort() const { return fortLevel; } + int getNavalBase() const { return navalBaseLevel; } + int getNum() const { return num; } + int getEmployedWorkers() const { return employedWorkers; } private: int num; @@ -69,6 +70,8 @@ class V2Province int fortLevel; int navalBaseLevel; int railLevel; + + int employedWorkers; }; diff --git a/Vic2ToHoI3/Source/V2toHOI3Converter.cpp b/Vic2ToHoI3/Source/V2toHOI3Converter.cpp index 72c444d6c..b62c70dc9 100644 --- a/Vic2ToHoI3/Source/V2toHOI3Converter.cpp +++ b/Vic2ToHoI3/Source/V2toHOI3Converter.cpp @@ -42,7 +42,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/ // Returns 0 on success or a non-zero failure code on error. int ConvertV2ToHoI3(const std::string& V2SaveFileName) { - LOG(LogLevel::Info) << "Converter version 0.9"; + LOG(LogLevel::Info) << "Converter version 1.1"; Object* obj; // generic object Configuration::getInstance(); @@ -190,6 +190,40 @@ int ConvertV2ToHoI3(const std::string& V2SaveFileName) exit(0); } + // Parse government mapping + LOG(LogLevel::Info) << "Parsing governments mappings"; + initParser(); + obj = doParseFile("governmentMapping.txt"); + if (obj == NULL) + { + LOG(LogLevel::Error) << "Could not parse file governmentMapping.txt"; + exit(-1); + } + governmentMapper::getInstance()->initGovernmentMap(obj->getLeaves()[0]); + + // Parse issues + LOG(LogLevel::Info) << "Parsing governments reforms"; + for (auto itr : vic2Mods) + { + if (WinUtils::DoesFileExist(Configuration::getV2Path() + "\\mod\\" + itr + "\\common\\issues.txt")) + { + obj = doParseFile((Configuration::getV2Path() + "\\mod\\" + itr + "\\common\\issues.txt").c_str()); + if (obj != NULL) + { + governmentMapper::getInstance()->initReforms(obj); + break; + } + } + } + if (!governmentMapper::getInstance()->areReformsInitialized()) + { + obj = doParseFile((Configuration::getV2Path() + "\\common\\issues.txt").c_str()); + if (obj != NULL) + { + governmentMapper::getInstance()->initReforms(obj); + } + } + LOG(LogLevel::Info) << "* Importing V2 save *"; // Parse V2 Save @@ -255,18 +289,6 @@ int ConvertV2ToHoI3(const std::string& V2SaveFileName) LOG(LogLevel::Info) << "Importing HoI3 adjacencies"; HoI3AdjacencyMapping HoI3AdjacencyMap = initHoI3AdjacencyMap(); - // Parse government mapping - LOG(LogLevel::Info) << "Parsing governments mappings"; - initParser(); - obj = doParseFile("governmentMapping.txt"); - if (obj == NULL) - { - LOG(LogLevel::Error) << "Could not parse file governmentMapping.txt"; - exit(-1); - } - governmentMapping governmentMap; - governmentMap = initGovernmentMap(obj->getLeaves()[0]); - // Leaders map leaderIDMap; // @@ -390,7 +412,7 @@ int ConvertV2ToHoI3(const std::string& V2SaveFileName) // Convert LOG(LogLevel::Info) << "Converting countries"; - destWorld.convertCountries(sourceWorld, countryMap, governmentMap, inverseProvinceMap, leaderIDMap, localisation, governmentJobs, leaderTraits, namesMap, portraitMap, cultureMap, landPersonalityMap, seaPersonalityMap, landBackgroundMap, seaBackgroundMap); + destWorld.convertCountries(sourceWorld, countryMap, inverseProvinceMap, leaderIDMap, localisation, governmentJobs, leaderTraits, namesMap, portraitMap, cultureMap, landPersonalityMap, seaPersonalityMap, landBackgroundMap, seaBackgroundMap); LOG(LogLevel::Info) << "Converting provinces"; destWorld.convertProvinces(sourceWorld, provinceMap, inverseProvinceMap, countryMap, HoI3AdjacencyMap); destWorld.consolidateProvinceItems(inverseProvinceMap); @@ -408,6 +430,8 @@ int ConvertV2ToHoI3(const std::string& V2SaveFileName) destWorld.convertVictoryPoints(sourceWorld, countryMap); LOG(LogLevel::Info) << "Setting AI focuses"; destWorld.setAIFocuses(focusModifiers); + LOG(LogLevel::Info) << "Adding minimal levels of airbase and port"; + destWorld.addMinimalItems(); // Output results LOG(LogLevel::Info) << "Outputting mod"; diff --git a/Vic2ToHoI3/V2ToHoI3-VS2013.sln b/Vic2ToHoI3/V2ToHoI3.sln similarity index 64% rename from Vic2ToHoI3/V2ToHoI3-VS2013.sln rename to Vic2ToHoI3/V2ToHoI3.sln index aab6b224e..7f39ab87b 100644 --- a/Vic2ToHoI3/V2ToHoI3-VS2013.sln +++ b/Vic2ToHoI3/V2ToHoI3.sln @@ -1,22 +1,19 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Express 2013 for Windows Desktop -VisualStudioVersion = 12.0.21005.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "V2ToHoI3-VS2013", "V2ToHoI3-VS2013.vcxproj", "{84ABCE0D-17FE-44A5-8684-5A8AA04E80B9}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {84ABCE0D-17FE-44A5-8684-5A8AA04E80B9}.Debug|Win32.ActiveCfg = Debug|Win32 - {84ABCE0D-17FE-44A5-8684-5A8AA04E80B9}.Debug|Win32.Build.0 = Debug|Win32 - {84ABCE0D-17FE-44A5-8684-5A8AA04E80B9}.Release|Win32.ActiveCfg = Release|Win32 - {84ABCE0D-17FE-44A5-8684-5A8AA04E80B9}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.24720.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "V2ToHoI3-VS2013", "V2ToHoI3.vcxproj", "{84ABCE0D-17FE-44A5-8684-5A8AA04E80B9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {84ABCE0D-17FE-44A5-8684-5A8AA04E80B9}.Release|Win32.ActiveCfg = Release|Win32 + {84ABCE0D-17FE-44A5-8684-5A8AA04E80B9}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Vic2ToHoI3/V2ToHoI3-VS2013.vcxproj b/Vic2ToHoI3/V2ToHoI3.vcxproj similarity index 76% rename from Vic2ToHoI3/V2ToHoI3-VS2013.vcxproj rename to Vic2ToHoI3/V2ToHoI3.vcxproj index 7ba2bfa9a..1c727277d 100644 --- a/Vic2ToHoI3/V2ToHoI3-VS2013.vcxproj +++ b/Vic2ToHoI3/V2ToHoI3.vcxproj @@ -1,172 +1,135 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {84ABCE0D-17FE-44A5-8684-5A8AA04E80B9} - Win32Proj - V2ToHoI3 - V2ToHoI3-VS2013 - - - - Application - true - Unicode - v140 - - - Application - false - true - v140_xp - NotSet - - - - - - - - - - - - - true - $(SolutionDir)\DebugIntermediate\ - $(UniversalCRT_IncludePath);$(BOOST_INCLUDE);$(VCInstallDir)include;$(WindowsSdkDir)include;..\common_items;$(IncludePath) - - - false - $(SolutionDir)\ReleaseIntermediate\ - $(UniversalCRT_IncludePath);$(BOOST_INCLUDE);$(VCInstallDir)include;$(WindowsSdkDir)include;..\common_items;$(IncludePath) - V2ToHoI3Converter - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - Console - true - libboost_filesystem-vc100-mt-1_46_1.lib;%(AdditionalDependencies) - - - Copy_Debug_Files.bat - - - Copying Data Files - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - $(WindowsSDK_IncludePath) - - - Console - true - true - true - %(AdditionalDependencies) - $(BOOST_LIB);%(AdditionalLibraryDirectories) - - - Copy_Files.bat - - - Copying Data Files - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Release + Win32 + + + + {84ABCE0D-17FE-44A5-8684-5A8AA04E80B9} + Win32Proj + V2ToHoI3 + V2ToHoI3-VS2013 + 8.1 + + + + Application + false + true + v140_xp + MultiByte + + + + + + + + + + false + $(SolutionDir)\ReleaseIntermediate\ + $(UniversalCRT_IncludePath);$(BOOST_INCLUDE);$(VCInstallDir)include;$(WindowsSdkDir)include;..\common_items;$(IncludePath) + V2ToHoI3Converter + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(WindowsSDK_IncludePath) + + + Console + true + true + true + %(AdditionalDependencies) + $(BOOST_LIB);%(AdditionalLibraryDirectories) + + + Copy_Files.bat + + + Copying Data Files + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Vic2ToHoI3/V2ToHoI3-VS2013.vcxproj.filters b/Vic2ToHoI3/V2ToHoI3.vcxproj.filters similarity index 97% rename from Vic2ToHoI3/V2ToHoI3-VS2013.vcxproj.filters rename to Vic2ToHoI3/V2ToHoI3.vcxproj.filters index 040ce3f5f..ddbb111cc 100644 --- a/Vic2ToHoI3/V2ToHoI3-VS2013.vcxproj.filters +++ b/Vic2ToHoI3/V2ToHoI3.vcxproj.filters @@ -1,187 +1,187 @@ - - - - - - - - - - - HOI3World - - - HOI3World - - - HOI3World - - - HOI3World - - - HOI3World - - - HOI3World - - - HOI3World - - - HOI3World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - - HOI3World - - - Vic2World - - - HOI3World - - - Vic2World - - - CommonItems - - - CommonItems - - - CommonItems - - - CommonItems - - - - - - - - - - - HOI3World - - - HOI3World - - - HOI3World - - - HOI3World - - - HOI3World - - - HOI3World - - - HOI3World - - - HOI3World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - Vic2World - - - HOI3World - - - HOI3World - - - Vic2World - - - CommonItems - - - CommonItems - - - CommonItems - - - CommonItems - - - - - {9b0602de-4981-4d4a-9ef2-910f05b1d510} - - - {bc1097e7-d48e-4621-b8bf-34de52ee6f12} - - - {4369bdc6-f414-40b6-8a26-07c3bd341c4b} - - + + + + + + + + + + + HOI3World + + + HOI3World + + + HOI3World + + + HOI3World + + + HOI3World + + + HOI3World + + + HOI3World + + + HOI3World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + + HOI3World + + + Vic2World + + + HOI3World + + + Vic2World + + + CommonItems + + + CommonItems + + + CommonItems + + + CommonItems + + + + + + + + + + + HOI3World + + + HOI3World + + + HOI3World + + + HOI3World + + + HOI3World + + + HOI3World + + + HOI3World + + + HOI3World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + Vic2World + + + HOI3World + + + HOI3World + + + Vic2World + + + CommonItems + + + CommonItems + + + CommonItems + + + CommonItems + + + + + {9b0602de-4981-4d4a-9ef2-910f05b1d510} + + + {bc1097e7-d48e-4621-b8bf-34de52ee6f12} + + + {4369bdc6-f414-40b6-8a26-07c3bd341c4b} + + \ No newline at end of file diff --git a/Vic2ToHoI3/Vic2_Saves/1936_Possible_Convert.zip b/Vic2ToHoI3/Vic2_Saves/1936_Possible_Convert.zip new file mode 100644 index 000000000..369b1f470 Binary files /dev/null and b/Vic2ToHoI3/Vic2_Saves/1936_Possible_Convert.zip differ diff --git a/Vic2ToHoI3/Vic2_Saves/Alba1925_03_10.zip b/Vic2ToHoI3/Vic2_Saves/Alba1925_03_10.zip index d90f90d78..f0d2fc4cf 100644 Binary files a/Vic2ToHoI3/Vic2_Saves/Alba1925_03_10.zip and b/Vic2ToHoI3/Vic2_Saves/Alba1925_03_10.zip differ diff --git a/Vic2ToHoI3/Vic2_Saves/JingoisticDiplo.zip b/Vic2ToHoI3/Vic2_Saves/JingoisticDiplo.zip index 68ac01895..2fe0c3e82 100644 Binary files a/Vic2ToHoI3/Vic2_Saves/JingoisticDiplo.zip and b/Vic2ToHoI3/Vic2_Saves/JingoisticDiplo.zip differ diff --git a/Vic2ToHoI3/Vic2_Saves/The_USA_1st_Campaign.zip b/Vic2ToHoI3/Vic2_Saves/The_USA_1st_Campaign.zip index 36b6328c8..75acb2c06 100644 Binary files a/Vic2ToHoI3/Vic2_Saves/The_USA_1st_Campaign.zip and b/Vic2ToHoI3/Vic2_Saves/The_USA_1st_Campaign.zip differ diff --git a/Vic2ToHoI3/build-VS2013.bat b/Vic2ToHoI3/build-VS2013.bat deleted file mode 100644 index 27d6dd140..000000000 --- a/Vic2ToHoI3/build-VS2013.bat +++ /dev/null @@ -1,17 +0,0 @@ -del *.zip /q - -call "%VS120COMNTOOLS%\vsvars32.bat" - -del Release /q -rmdir Release /S /Q - -del ReleaseIntermediate/q -rmdir ReleaseIntermediate /S /Q - -msbuild.exe V2ToHoI3-VS2013.sln /p:Configuration=Release /m - - -cd Release -del *.pdb -call "%SEVENZIP_LOC%\7z.exe" a -tzip -r "..\V2ToHoI3.zip" "*" -mx5 -cd .. \ No newline at end of file diff --git a/Vic2ToHoI3/build.bat b/Vic2ToHoI3/build.bat new file mode 100644 index 000000000..b320b1140 --- /dev/null +++ b/Vic2ToHoI3/build.bat @@ -0,0 +1,18 @@ +del *.zip /q + +call "%VS140COMNTOOLS%\vsvars32.bat" + +del Release /q +rmdir Release /S /Q + +del ReleaseIntermediate/q +rmdir ReleaseIntermediate /S /Q + +msbuild.exe V2ToHoI3.sln /p:Configuration=Release /m + + +cd Release +del *.pdb +del *.ipdb +del *.iobj +cd .. \ No newline at end of file diff --git a/Vic2ToHoI3/build_and_test-VS2013.bat b/Vic2ToHoI3/build_and_test.bat similarity index 50% rename from Vic2ToHoI3/build_and_test-VS2013.bat rename to Vic2ToHoI3/build_and_test.bat index bddebf1a1..5f3e841b2 100644 --- a/Vic2ToHoI3/build_and_test-VS2013.bat +++ b/Vic2ToHoI3/build_and_test.bat @@ -1,2 +1,2 @@ -call build-VS2013.bat +call build.bat call test_all_saves.bat \ No newline at end of file diff --git a/build_Vic2ToHoI3_release.bat b/build_Vic2ToHoI3_release.bat index f9e4c9f4f..70a9e718c 100644 --- a/build_Vic2ToHoI3_release.bat +++ b/build_Vic2ToHoI3_release.bat @@ -1,16 +1,23 @@ set /p version=Version Number?: -call "%VS120COMNTOOLS%\vsvars32.bat" -msbuild.exe "..\paradoxGameConverters - Frontend\Frontend\ParadoxConverters.Frontend\ParadoxConverters.Frontend.sln" /p:Configuration=Release /m -xcopy "..\paradoxGameConverters - Frontend\Frontend\ParadoxConverters.Frontend\ParadoxConverters.Frontend\bin\Release" "..\Vic2ToHoI3-%version%" /Y /E /I -copy "Vic2ToHoI3\Data_Files\Vic2toHoI3DefaultConfiguration.xml" "..\Vic2ToHoI3-%version%\Configuration\" +call "%VS140COMNTOOLS%\vsvars32.bat" +msbuild.exe "Frontend\ParadoxConverters.Frontend\ParadoxConverters.Frontend.sln" /p:Configuration=Release /m +xcopy "Frontend\ParadoxConverters.Frontend\ParadoxConverters.Frontend\bin\Release" "Vic2ToHoI3-%version%" /Y /E /I +copy "Vic2ToHoI3\Data_Files\Vic2toHoI3DefaultConfiguration.xml" "Vic2ToHoI3-%version%\Configuration\" cd Vic2ToHoI3 -call "build-VS2013.bat" -xcopy "Release" "..\..\Vic2ToHoI3-%version%\Vic2ToHoI3" /Y /E /I +call "build.bat" +xcopy "Release" "..\Vic2ToHoI3-%version%\Vic2ToHoI3" /Y /E /I cd .. -cd "..\Vic2ToHoI3-%version%" +cd "Vic2ToHoI3-%version%" call "%SEVENZIP_LOC%\7z.exe" a -tzip -r "..\Vic2ToHoI3-%version%.zip" "*" -mx5 -cd paradoxGameConverters - Vic2ToHoI3 +cd .. + +mkdir "PDM_Patch-%version%" +mkdir "PDM_Patch-%version%/Vic2ToHoI3" +xcopy "Vic2ToHoI3/Data_Files/PDM" "PDM_Patch-%version%/Vic2ToHoI3" /Y /E /I +cd "PDM_Patch-%version%" +call "%SEVENZIP_LOC%\7z.exe" a -tzip -r "..\PDM_Patch-%version%.zip" "*" -mx5 +cd .. diff --git a/common_items/Date.cpp b/common_items/Date.cpp index 15e4c7d2e..f912e0515 100644 --- a/common_items/Date.cpp +++ b/common_items/Date.cpp @@ -162,6 +162,7 @@ float date::diffInYears(const date& _rhs) const lhsDays = day + 304; break; case 12: + default: lhsDays = day + 334; break; } @@ -203,6 +204,7 @@ float date::diffInYears(const date& _rhs) const rhsDays = day + 304; break; case 12: + default: rhsDays = day + 334; break; } diff --git a/common_items/Log.cpp b/common_items/Log.cpp index ee6b7718c..4c7378e0b 100644 --- a/common_items/Log.cpp +++ b/common_items/Log.cpp @@ -79,6 +79,7 @@ void Log::WriteToConsole(LogLevel level, const std::string& logMessage) break; case LogLevel::Debug: + default: color = FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE; break; }