From b53f7e1e1adc1172cf942035a668990a32b82623 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Tue, 19 May 2026 19:21:37 +0800 Subject: Fix crash: correct heritage values, STATE IDs, name hyphens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Heritage fixes in cultures: - heritage_sinosphere → heritage_han (2 occurrences) - heritage_slavic → heritage_east_slavic (3) / heritage_south_slavic (1) - heritage_uralic → heritage_volga_uralic (1) STATE ID fixes in country definitions (13 corrections): - STATE_DENMARK → STATE_ZEALAND - STATE_MUKDEN → STATE_SHENGJING - STATE_KOREA → STATE_SEOUL - STATE_CASTILLA_LA_NUEVA → STATE_NEW_CASTILE - STATE_SERBIA → STATE_WESTERN_SERBIA - STATE_MONGOLIA → STATE_URGA - STATE_POZNAN → STATE_POSEN - STATE_EASTERN_RUMELIA → STATE_NORTHERN_THRACE - STATE_ANDALUSIA → STATE_UPPER_ANDALUSIA - STATE_KASHGAR → STATE_TIANSHAN - STATE_CENTRAL_THAILAND → STATE_BANGKOK - STATE_NIGER_BEND → STATE_TIMBUKTU - STATE_NORTH_AUSTRALIA → STATE_NORTHERN_TERRITORY Name hyphens → underscores (Bat-Noyon → Bat_Noyon, etc.) Co-Authored-By: Claude Opus 4.6 (1M context) --- .../00_alt_history_countries.txt | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'mod/common/country_definitions/00_alt_history_countries.txt') diff --git a/mod/common/country_definitions/00_alt_history_countries.txt b/mod/common/country_definitions/00_alt_history_countries.txt index e3efe7d..84ceea9 100644 --- a/mod/common/country_definitions/00_alt_history_countries.txt +++ b/mod/common/country_definitions/00_alt_history_countries.txt @@ -69,7 +69,7 @@ KAL = { country_type = recognized tier = empire cultures = { swedish norwegian danish } - capital = STATE_DENMARK + capital = STATE_ZEALAND } # Bohemia (波西米亚) @@ -109,7 +109,7 @@ JZH = { country_type = recognized tier = kingdom cultures = { northern_han } - capital = STATE_MUKDEN + capital = STATE_SHENGJING } # Portuguese South America (葡属南美) @@ -149,7 +149,7 @@ KOR = { country_type = recognized tier = kingdom cultures = { korean } - capital = STATE_KOREA + capital = STATE_SEOUL } # Egypt (埃及) @@ -167,7 +167,7 @@ CAS = { country_type = recognized tier = kingdom cultures = { spanish } - capital = STATE_CASTILLA_LA_NUEVA + capital = STATE_NEW_CASTILE } # Illyria (伊利里亚 - Italian vassal) @@ -176,7 +176,7 @@ ILL = { country_type = recognized tier = kingdom cultures = { illyrian } - capital = STATE_SERBIA + capital = STATE_WESTERN_SERBIA } # Byzantine Empire (拜占庭帝国 - Italian vassal) @@ -216,7 +216,7 @@ MGL = { country_type = recognized tier = kingdom cultures = { mongol } - capital = STATE_MONGOLIA + capital = STATE_URGA } # Grand Duchy of Poland (波兰大公国 - German puppet) @@ -225,7 +225,7 @@ POL = { country_type = recognized tier = grand_principality cultures = { polish } - capital = STATE_POZNAN + capital = STATE_POSEN } # Bulgaria (保加利亚) @@ -234,7 +234,7 @@ BUL = { country_type = recognized tier = kingdom cultures = { bulgarian } - capital = STATE_EASTERN_RUMELIA + capital = STATE_NORTHERN_THRACE } # Khoqand Khanate (浩罕汗国 - Ilkhanate vassal) @@ -252,7 +252,7 @@ GRA = { country_type = recognized tier = principality cultures = { andalusian } - capital = STATE_ANDALUSIA + capital = STATE_UPPER_ANDALUSIA } # Eastern Chagatai (东察合台) @@ -261,7 +261,7 @@ ECH = { country_type = recognized tier = principality cultures = { uighur } - capital = STATE_KASHGAR + capital = STATE_TIANSHAN } # Siam (暹罗) @@ -270,7 +270,7 @@ SIA = { country_type = recognized tier = kingdom cultures = { thai } - capital = STATE_CENTRAL_THAILAND + capital = STATE_BANGKOK } # ========================================== @@ -283,7 +283,7 @@ SGH = { country_type = recognized tier = empire cultures = { songhai } - capital = STATE_NIGER_BEND + capital = STATE_TIMBUKTU } # Maratha (马拉塔联邦 - Indian state) @@ -319,5 +319,5 @@ AUS = { country_type = recognized tier = principality cultures = { southern_han } - capital = STATE_NORTH_AUSTRALIA + capital = STATE_NORTHERN_TERRITORY } -- cgit v1.2.3