From 55bdc67ca277a0961855055411ddc59f32708324 Mon Sep 17 00:00:00 2001 From: Tama McGlinn Date: Mon, 3 Jun 2024 22:51:06 +0200 Subject: [PATCH] Fix Astana, capital of Kazakhstan Evidently you need to multiply actual LatLong by 0.017442351 to get in-game coordinates. Astana holds the Guiness World record for the capital city with the most name changes in modern times. We will likely need a patch like this every few years to keep up. --- Assets/Data/Countries/Capitals.json | 4 ++-- Assets/Data/Countries/Country Data.asset | 6 +++--- Assets/Data/Quest/Locations.asset | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Assets/Data/Countries/Capitals.json b/Assets/Data/Countries/Capitals.json index fbb27b8e..998233ac 100644 --- a/Assets/Data/Countries/Capitals.json +++ b/Assets/Data/Countries/Capitals.json @@ -18289,7 +18289,7 @@ ] }, "capital": [ - "Nur-Sultan" + "Astana" ], "altSpellings": [ "KZ", @@ -39204,4 +39204,4 @@ } } } -] \ No newline at end of file +] diff --git a/Assets/Data/Countries/Country Data.asset b/Assets/Data/Countries/Country Data.asset index 07d04170..60759086 100644 --- a/Assets/Data/Countries/Country Data.asset +++ b/Assets/Data/Countries/Country Data.asset @@ -151169,12 +151169,12 @@ MonoBehaviour: alpha3Code: KAZ population: 18556698 cities: - - name: Nur-Sultan + - name: Astana isCapital: 1 populationMetro: 1209000 coordinate: - longitude: 1.3423867 - latitude: 0.7561977 + longitude: 1.246667008 + latitude: 0.891844727 countryName: Kazakhstan countryAlpha3Code: KAZ inAmericanState: 0 diff --git a/Assets/Data/Quest/Locations.asset b/Assets/Data/Quest/Locations.asset index 84d5165f..edb85a82 100644 --- a/Assets/Data/Quest/Locations.asset +++ b/Assets/Data/Quest/Locations.asset @@ -706,7 +706,7 @@ MonoBehaviour: - countryName: Kazakhstan countryCode3: KAZ curatedCities: - - cityName: Nur-Sultan + - cityName: Astana overrideCountryName: overrideCountryFlagCode: - countryName: Kenya