summaryrefslogtreecommitdiff
path: root/mod/common/country_definitions
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2026-05-19 19:49:16 +0800
committerhaoyuren <13851610112@163.com>2026-05-19 19:49:16 +0800
commita78d49e81b2cfef73412f342929ffe04fbc200aa (patch)
tree7fe1d9108fdc10674c00fc6bcb0d553ea7c2c109 /mod/common/country_definitions
parentb53f7e1e1adc1172cf942035a668990a32b82623 (diff)
Fix total conversion: override vanilla files with same filenamesHEADmain
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) <noreply@anthropic.com>
Diffstat (limited to 'mod/common/country_definitions')
-rw-r--r--mod/common/country_definitions/00_countries.txt (renamed from mod/common/country_definitions/00_alt_history_countries.txt)0
-rw-r--r--mod/common/country_definitions/01_africa.txt1
-rw-r--r--mod/common/country_definitions/01_pacific_and_australasia.txt1
-rw-r--r--mod/common/country_definitions/99_dynamic.txt1
4 files changed, 3 insertions, 0 deletions
diff --git a/mod/common/country_definitions/00_alt_history_countries.txt b/mod/common/country_definitions/00_countries.txt
index 84ceea9..84ceea9 100644
--- a/mod/common/country_definitions/00_alt_history_countries.txt
+++ b/mod/common/country_definitions/00_countries.txt
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