From f1903241e86c17ccdb8ecca0498c309115992806 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:05:32 +0000 Subject: [PATCH 1/5] England Set up Changes approved by fishe --- N3OW.mod | 13 ------------- descriptor.mod | 6 ------ 2 files changed, 19 deletions(-) delete mode 100644 N3OW.mod delete mode 100644 descriptor.mod diff --git a/N3OW.mod b/N3OW.mod deleted file mode 100644 index bbfe10d2..00000000 --- a/N3OW.mod +++ /dev/null @@ -1,13 +0,0 @@ -version="0.0.1" -tags={ - "Total Overhaul" -} -name="New Era Old World" -picture="thumbnail.png" -path="mod/N3OW" -replace_path="common/landed_titles" -replace_path="history/characters" -replace_path="history/cultures" -replace_path="history/provinces" -replace_path="history/titles" -supported_version="1.16.*" \ No newline at end of file diff --git a/descriptor.mod b/descriptor.mod deleted file mode 100644 index b8fe71ea..00000000 --- a/descriptor.mod +++ /dev/null @@ -1,6 +0,0 @@ -version="0.1" -tags={ - "Alternative History" -} -name="n3ow dev work" -supported_version="1.17.1" \ No newline at end of file From 868b1cdd370884ef36c97e39be80986d0145bf07 Mon Sep 17 00:00:00 2001 From: trashb0at Date: Sun, 16 Nov 2025 18:31:10 -0500 Subject: [PATCH 2/5] fix to descriptor files --- N3OW/N3OW.mod | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 N3OW/N3OW.mod diff --git a/N3OW/N3OW.mod b/N3OW/N3OW.mod new file mode 100644 index 00000000..e921d14b --- /dev/null +++ b/N3OW/N3OW.mod @@ -0,0 +1,13 @@ +version="0.0.1" +tags={ + "Total Overhaul" +} +name="New Era Old World" +picture="thumbnail.png" +path="mod/N3OW" +replace_path="common/landed_titles" +replace_path="history/characters" +replace_path="history/cultures" +replace_path="history/provinces" +replace_path="history/titles" +supported_version="1.18.*" \ No newline at end of file From 01aa6ed0abbf5b96b0211277d55655a11cd6f802 Mon Sep 17 00:00:00 2001 From: trashb0at Date: Sun, 16 Nov 2025 18:32:22 -0500 Subject: [PATCH 3/5] mod file fix 2 --- N3OW/N3OW.mod => N3OW.mod | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename N3OW/N3OW.mod => N3OW.mod (100%) diff --git a/N3OW/N3OW.mod b/N3OW.mod similarity index 100% rename from N3OW/N3OW.mod rename to N3OW.mod From a309a83c472ceb5584997d0fa661b5936e7e80e7 Mon Sep 17 00:00:00 2001 From: trashb0at Date: Sun, 16 Nov 2025 19:23:46 -0500 Subject: [PATCH 4/5] Update zz_NEOW_culture_history_l_english.yml --- .../replace/culture/zz_NEOW_culture_history_l_english.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 N3OW/localization/english/replace/culture/zz_NEOW_culture_history_l_english.yml diff --git a/N3OW/localization/english/replace/culture/zz_NEOW_culture_history_l_english.yml b/N3OW/localization/english/replace/culture/zz_NEOW_culture_history_l_english.yml new file mode 100644 index 00000000..d4b84fbd --- /dev/null +++ b/N3OW/localization/english/replace/culture/zz_NEOW_culture_history_l_english.yml @@ -0,0 +1,3 @@ +l_english: + kuhjung_military_heritage_loc:0 "Formed from the rallying of the United States European Command after the [Concept('neow_the_event','Event')|E]." + easlander_exodus_heritage_loc:0 "Formed from [CULTURE.GetName] after persecution and internal conflicts in Britain." \ No newline at end of file From 73a6ac50f9d3a679d75a95566bad68255b21b3cf Mon Sep 17 00:00:00 2001 From: ProHunter1023 Date: Mon, 17 Nov 2025 23:01:34 +0800 Subject: [PATCH 5/5] further Iberia glup shittofication 2 Castile-Leon, Galicia-Asturias, Euskal Herria/Navarra, Portugal --- N3OW/history/titles/k_spanish_galicia.txt | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 N3OW/history/titles/k_spanish_galicia.txt diff --git a/N3OW/history/titles/k_spanish_galicia.txt b/N3OW/history/titles/k_spanish_galicia.txt new file mode 100644 index 00000000..57e6c133 --- /dev/null +++ b/N3OW/history/titles/k_spanish_galicia.txt @@ -0,0 +1,36 @@ +k_spanish_galicia = { + 2505.1.1 = { + change_development_level = 7 + } + 2526.3.13 = { + holder = hispania0011 + } + 2549.10.10 = { + holder = hispania0004 + } +} +c_monterrei = { + 2550.1.1 = { + holder = s_galicia_mumadona_ourense + liege = k_spanish_galicia + } +} +c_pravia = { + 2550.1.1 = { + holder = s_galicia_sanchu_melendez + liege = k_spanish_galicia + } +} +c_asturias_de_oviedo = { + 2550.1.1 = { + holder = s_galicia_sanchu_melendez + liege = k_spanish_galicia + } +} + + +c_asturias_de_santillana = { + 2550.1.1 = { + holder = s_galicia_savaricu_estevez + } +} \ No newline at end of file