From a78d49e81b2cfef73412f342929ffe04fbc200aa Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Tue, 19 May 2026 19:49:16 +0800 Subject: Fix total conversion: override vanilla files with same filenames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Key learning: V3 has NO replace_path. Must use same-named files to override. Country definitions: - Renamed 00_alt_history_countries.txt → 00_countries.txt (overrides vanilla) - Created empty 01_africa.txt, 01_pacific_and_australasia.txt, 99_dynamic.txt History overrides (empty files to prevent vanilla countries from loading): - common/history/states/00_states.txt (empty STATES block) - common/history/countries/ (444 empty override files) - common/history/population/ (373 empty override files) Removed invalid replace_paths from metadata.json Co-Authored-By: Claude Opus 4.6 (1M context) --- .../00_alt_history_countries.txt | 323 --------------------- mod/common/country_definitions/00_countries.txt | 323 +++++++++++++++++++++ mod/common/country_definitions/01_africa.txt | 1 + .../01_pacific_and_australasia.txt | 1 + mod/common/country_definitions/99_dynamic.txt | 1 + 5 files changed, 326 insertions(+), 323 deletions(-) delete mode 100644 mod/common/country_definitions/00_alt_history_countries.txt create mode 100644 mod/common/country_definitions/00_countries.txt create mode 100644 mod/common/country_definitions/01_africa.txt create mode 100644 mod/common/country_definitions/01_pacific_and_australasia.txt create mode 100644 mod/common/country_definitions/99_dynamic.txt (limited to 'mod/common/country_definitions') diff --git a/mod/common/country_definitions/00_alt_history_countries.txt b/mod/common/country_definitions/00_alt_history_countries.txt deleted file mode 100644 index 84ceea9..0000000 --- a/mod/common/country_definitions/00_alt_history_countries.txt +++ /dev/null @@ -1,323 +0,0 @@ -# Alt History Mod - Country Definitions -# Tags: CAPITAL LETTERS + NUMBERS ONLY (3 characters) - -# ========================================== -# TIER 1: GREAT POWERS -# ========================================== - -# New Song Dynasty (新宋) -SON = { - color = { 200 170 50 } - country_type = recognized - tier = empire - cultures = { southern_han northern_han } - capital = STATE_ZHEJIANG -} - -# Italian Roman Empire (罗马帝国 / Italian Empire) -ROM = { - color = { 130 20 30 } - country_type = recognized - tier = empire - cultures = { north_italian south_italian } - capital = STATE_LAZIO -} - -# Kingdom of England (英格兰王国) -ENG = { - color = { 180 30 30 } - country_type = recognized - tier = empire - cultures = { british } - capital = STATE_HOME_COUNTIES -} - -# Greater Germany (大德意志联邦) -GER = { - color = { 100 100 100 } - country_type = recognized - tier = empire - cultures = { north_german south_german } - capital = STATE_HESSE -} - -# Ilkhanate (伊尔汗国) -ILK = { - color = { 60 140 80 } - country_type = recognized - tier = empire - cultures = { persian } - capital = STATE_AZERBAIJAN -} - -# ========================================== -# TIER 1.5: MAJOR POWERS -# ========================================== - -# Japan (日本) -JAP = { - color = { 200 200 200 } - country_type = recognized - tier = empire - cultures = { japanese } - capital = STATE_KANTO -} - -# Kalmar Union (卡尔马联盟) -KAL = { - color = { 0 80 160 } - country_type = recognized - tier = empire - cultures = { swedish norwegian danish } - capital = STATE_ZEALAND -} - -# Bohemia (波西米亚) -BOH = { - color = { 180 0 0 } - country_type = recognized - tier = kingdom - cultures = { czech } - capital = STATE_BOHEMIA -} - -# ========================================== -# TIER 2: REGIONAL POWERS -# ========================================== - -# French Republic (法兰西共和国) -FRA = { - color = { 30 50 180 } - country_type = recognized - tier = empire - cultures = { french } - capital = STATE_ILE_DE_FRANCE -} - -# Crown of Aragon (阿拉贡王冠) -ARA = { - color = { 200 150 0 } - country_type = recognized - tier = kingdom - cultures = { catalan } - capital = STATE_CATALONIA -} - -# Jianzhou Republic (建州共和国) -JZH = { - color = { 80 80 120 } - country_type = recognized - tier = kingdom - cultures = { northern_han } - capital = STATE_SHENGJING -} - -# Portuguese South America (葡属南美) -POR = { - color = { 0 100 50 } - country_type = recognized - tier = empire - cultures = { brazilian } - capital = STATE_RIO_DE_JANEIRO -} - -# Morocco (摩洛哥) -MOR = { - color = { 50 120 50 } - country_type = recognized - tier = kingdom - cultures = { moroccan } - capital = STATE_FEZ -} - -# ========================================== -# TIER 2.5: MEDIUM POWERS -# ========================================== - -# Duchy of Burgundy (勃艮第公国) -BUR = { - color = { 100 0 100 } - country_type = recognized - tier = kingdom - cultures = { french } - capital = STATE_BURGUNDY -} - -# Kingdom of Korea (朝鲜王国) -KOR = { - color = { 100 140 180 } - country_type = recognized - tier = kingdom - cultures = { korean } - capital = STATE_SEOUL -} - -# Egypt (埃及) -EGY = { - color = { 180 160 60 } - country_type = recognized - tier = kingdom - cultures = { misri } - capital = STATE_LOWER_EGYPT -} - -# Castile (卡斯蒂利亚) -CAS = { - color = { 180 140 100 } - country_type = recognized - tier = kingdom - cultures = { spanish } - capital = STATE_NEW_CASTILE -} - -# Illyria (伊利里亚 - Italian vassal) -ILL = { - color = { 100 130 160 } - country_type = recognized - tier = kingdom - cultures = { illyrian } - capital = STATE_WESTERN_SERBIA -} - -# Byzantine Empire (拜占庭帝国 - Italian vassal) -BYZ = { - color = { 120 0 80 } - country_type = recognized - tier = empire - cultures = { greek } - capital = STATE_EASTERN_THRACE -} - -# ========================================== -# TIER 3: SMALL POWERS -# ========================================== - -# Great Khanate (大汗国) -GKH = { - color = { 50 90 20 } - country_type = recognized - tier = empire - cultures = { mongol_rus } - capital = STATE_ASTRAKHAN -} - -# Northern Ulus (北方兀鲁思 - GKH vassal) -NUL = { - color = { 70 100 40 } - country_type = recognized - tier = principality - cultures = { novgorod_rus } - capital = STATE_NOVGOROD -} - -# Mongol Khanate (蒙古汗国) -MGL = { - color = { 140 110 60 } - country_type = recognized - tier = kingdom - cultures = { mongol } - capital = STATE_URGA -} - -# Grand Duchy of Poland (波兰大公国 - German puppet) -POL = { - color = { 200 50 50 } - country_type = recognized - tier = grand_principality - cultures = { polish } - capital = STATE_POSEN -} - -# Bulgaria (保加利亚) -BUL = { - color = { 60 100 60 } - country_type = recognized - tier = kingdom - cultures = { bulgarian } - capital = STATE_NORTHERN_THRACE -} - -# Khoqand Khanate (浩罕汗国 - Ilkhanate vassal) -KHQ = { - color = { 90 160 120 } - country_type = recognized - tier = kingdom - cultures = { uzbek } - capital = STATE_FERGANA -} - -# Granada (格拉纳达) -GRA = { - color = { 10 130 10 } - country_type = recognized - tier = principality - cultures = { andalusian } - capital = STATE_UPPER_ANDALUSIA -} - -# Eastern Chagatai (东察合台) -ECH = { - color = { 120 140 80 } - country_type = recognized - tier = principality - cultures = { uighur } - capital = STATE_TIANSHAN -} - -# Siam (暹罗) -SIA = { - color = { 180 120 140 } - country_type = recognized - tier = kingdom - cultures = { thai } - capital = STATE_BANGKOK -} - -# ========================================== -# FORMABLE / RELEASABLE / DYNAMIC -# ========================================== - -# Songhai Empire (桑海帝国) -SGH = { - color = { 160 120 40 } - country_type = recognized - tier = empire - cultures = { songhai } - capital = STATE_TIMBUKTU -} - -# Maratha (马拉塔联邦 - Indian state) -MAR = { - color = { 200 120 0 } - country_type = recognized - tier = kingdom - cultures = { marathi } - capital = STATE_BOMBAY -} - -# Timurid India remnant (帖木儿-印度残余) -TIM = { - color = { 100 180 100 } - country_type = recognized - tier = kingdom - cultures = { hindustani } - capital = STATE_DELHI -} - -# Mysore (迈索尔) -MYS = { - color = { 180 50 50 } - country_type = recognized - tier = kingdom - cultures = { kannada } - capital = STATE_MYSORE -} - -# Australian Song Colony (澳宋殖民地) -AUS = { - color = { 180 160 100 } - country_type = recognized - tier = principality - cultures = { southern_han } - capital = STATE_NORTHERN_TERRITORY -} diff --git a/mod/common/country_definitions/00_countries.txt b/mod/common/country_definitions/00_countries.txt new file mode 100644 index 0000000..84ceea9 --- /dev/null +++ b/mod/common/country_definitions/00_countries.txt @@ -0,0 +1,323 @@ +# Alt History Mod - Country Definitions +# Tags: CAPITAL LETTERS + NUMBERS ONLY (3 characters) + +# ========================================== +# TIER 1: GREAT POWERS +# ========================================== + +# New Song Dynasty (新宋) +SON = { + color = { 200 170 50 } + country_type = recognized + tier = empire + cultures = { southern_han northern_han } + capital = STATE_ZHEJIANG +} + +# Italian Roman Empire (罗马帝国 / Italian Empire) +ROM = { + color = { 130 20 30 } + country_type = recognized + tier = empire + cultures = { north_italian south_italian } + capital = STATE_LAZIO +} + +# Kingdom of England (英格兰王国) +ENG = { + color = { 180 30 30 } + country_type = recognized + tier = empire + cultures = { british } + capital = STATE_HOME_COUNTIES +} + +# Greater Germany (大德意志联邦) +GER = { + color = { 100 100 100 } + country_type = recognized + tier = empire + cultures = { north_german south_german } + capital = STATE_HESSE +} + +# Ilkhanate (伊尔汗国) +ILK = { + color = { 60 140 80 } + country_type = recognized + tier = empire + cultures = { persian } + capital = STATE_AZERBAIJAN +} + +# ========================================== +# TIER 1.5: MAJOR POWERS +# ========================================== + +# Japan (日本) +JAP = { + color = { 200 200 200 } + country_type = recognized + tier = empire + cultures = { japanese } + capital = STATE_KANTO +} + +# Kalmar Union (卡尔马联盟) +KAL = { + color = { 0 80 160 } + country_type = recognized + tier = empire + cultures = { swedish norwegian danish } + capital = STATE_ZEALAND +} + +# Bohemia (波西米亚) +BOH = { + color = { 180 0 0 } + country_type = recognized + tier = kingdom + cultures = { czech } + capital = STATE_BOHEMIA +} + +# ========================================== +# TIER 2: REGIONAL POWERS +# ========================================== + +# French Republic (法兰西共和国) +FRA = { + color = { 30 50 180 } + country_type = recognized + tier = empire + cultures = { french } + capital = STATE_ILE_DE_FRANCE +} + +# Crown of Aragon (阿拉贡王冠) +ARA = { + color = { 200 150 0 } + country_type = recognized + tier = kingdom + cultures = { catalan } + capital = STATE_CATALONIA +} + +# Jianzhou Republic (建州共和国) +JZH = { + color = { 80 80 120 } + country_type = recognized + tier = kingdom + cultures = { northern_han } + capital = STATE_SHENGJING +} + +# Portuguese South America (葡属南美) +POR = { + color = { 0 100 50 } + country_type = recognized + tier = empire + cultures = { brazilian } + capital = STATE_RIO_DE_JANEIRO +} + +# Morocco (摩洛哥) +MOR = { + color = { 50 120 50 } + country_type = recognized + tier = kingdom + cultures = { moroccan } + capital = STATE_FEZ +} + +# ========================================== +# TIER 2.5: MEDIUM POWERS +# ========================================== + +# Duchy of Burgundy (勃艮第公国) +BUR = { + color = { 100 0 100 } + country_type = recognized + tier = kingdom + cultures = { french } + capital = STATE_BURGUNDY +} + +# Kingdom of Korea (朝鲜王国) +KOR = { + color = { 100 140 180 } + country_type = recognized + tier = kingdom + cultures = { korean } + capital = STATE_SEOUL +} + +# Egypt (埃及) +EGY = { + color = { 180 160 60 } + country_type = recognized + tier = kingdom + cultures = { misri } + capital = STATE_LOWER_EGYPT +} + +# Castile (卡斯蒂利亚) +CAS = { + color = { 180 140 100 } + country_type = recognized + tier = kingdom + cultures = { spanish } + capital = STATE_NEW_CASTILE +} + +# Illyria (伊利里亚 - Italian vassal) +ILL = { + color = { 100 130 160 } + country_type = recognized + tier = kingdom + cultures = { illyrian } + capital = STATE_WESTERN_SERBIA +} + +# Byzantine Empire (拜占庭帝国 - Italian vassal) +BYZ = { + color = { 120 0 80 } + country_type = recognized + tier = empire + cultures = { greek } + capital = STATE_EASTERN_THRACE +} + +# ========================================== +# TIER 3: SMALL POWERS +# ========================================== + +# Great Khanate (大汗国) +GKH = { + color = { 50 90 20 } + country_type = recognized + tier = empire + cultures = { mongol_rus } + capital = STATE_ASTRAKHAN +} + +# Northern Ulus (北方兀鲁思 - GKH vassal) +NUL = { + color = { 70 100 40 } + country_type = recognized + tier = principality + cultures = { novgorod_rus } + capital = STATE_NOVGOROD +} + +# Mongol Khanate (蒙古汗国) +MGL = { + color = { 140 110 60 } + country_type = recognized + tier = kingdom + cultures = { mongol } + capital = STATE_URGA +} + +# Grand Duchy of Poland (波兰大公国 - German puppet) +POL = { + color = { 200 50 50 } + country_type = recognized + tier = grand_principality + cultures = { polish } + capital = STATE_POSEN +} + +# Bulgaria (保加利亚) +BUL = { + color = { 60 100 60 } + country_type = recognized + tier = kingdom + cultures = { bulgarian } + capital = STATE_NORTHERN_THRACE +} + +# Khoqand Khanate (浩罕汗国 - Ilkhanate vassal) +KHQ = { + color = { 90 160 120 } + country_type = recognized + tier = kingdom + cultures = { uzbek } + capital = STATE_FERGANA +} + +# Granada (格拉纳达) +GRA = { + color = { 10 130 10 } + country_type = recognized + tier = principality + cultures = { andalusian } + capital = STATE_UPPER_ANDALUSIA +} + +# Eastern Chagatai (东察合台) +ECH = { + color = { 120 140 80 } + country_type = recognized + tier = principality + cultures = { uighur } + capital = STATE_TIANSHAN +} + +# Siam (暹罗) +SIA = { + color = { 180 120 140 } + country_type = recognized + tier = kingdom + cultures = { thai } + capital = STATE_BANGKOK +} + +# ========================================== +# FORMABLE / RELEASABLE / DYNAMIC +# ========================================== + +# Songhai Empire (桑海帝国) +SGH = { + color = { 160 120 40 } + country_type = recognized + tier = empire + cultures = { songhai } + capital = STATE_TIMBUKTU +} + +# Maratha (马拉塔联邦 - Indian state) +MAR = { + color = { 200 120 0 } + country_type = recognized + tier = kingdom + cultures = { marathi } + capital = STATE_BOMBAY +} + +# Timurid India remnant (帖木儿-印度残余) +TIM = { + color = { 100 180 100 } + country_type = recognized + tier = kingdom + cultures = { hindustani } + capital = STATE_DELHI +} + +# Mysore (迈索尔) +MYS = { + color = { 180 50 50 } + country_type = recognized + tier = kingdom + cultures = { kannada } + capital = STATE_MYSORE +} + +# Australian Song Colony (澳宋殖民地) +AUS = { + color = { 180 160 100 } + country_type = recognized + tier = principality + cultures = { southern_han } + capital = STATE_NORTHERN_TERRITORY +} diff --git a/mod/common/country_definitions/01_africa.txt b/mod/common/country_definitions/01_africa.txt new file mode 100644 index 0000000..bd00264 --- /dev/null +++ b/mod/common/country_definitions/01_africa.txt @@ -0,0 +1 @@ +# Emptied by mod diff --git a/mod/common/country_definitions/01_pacific_and_australasia.txt b/mod/common/country_definitions/01_pacific_and_australasia.txt new file mode 100644 index 0000000..bd00264 --- /dev/null +++ b/mod/common/country_definitions/01_pacific_and_australasia.txt @@ -0,0 +1 @@ +# Emptied by mod diff --git a/mod/common/country_definitions/99_dynamic.txt b/mod/common/country_definitions/99_dynamic.txt new file mode 100644 index 0000000..bd00264 --- /dev/null +++ b/mod/common/country_definitions/99_dynamic.txt @@ -0,0 +1 @@ +# Emptied by mod -- cgit v1.2.3