Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea authored Mar 16, 2024
2 parents c9808bd + 32f408f commit b08f4aa
Show file tree
Hide file tree
Showing 10 changed files with 3,624 additions and 6,097 deletions.
93 changes: 73 additions & 20 deletions locations.xml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ build-edition \

build-edition \
"more-cultural-names" "More Cultural Names" \
"CK3" "1.11.*" \
"CK3" "1.12.*" \
--landed-titles "${VANILLA_FILES_DIR}/ck3_landed_titles.txt" --landed-titles-name "999_MoreCulturalNames.txt"

build-edition \
Expand All @@ -113,12 +113,12 @@ build-edition \

build-edition \
"ce-more-cultural-names" "Culture Expanded - More Cultural Names" \
"CK3CE" "1.11.*" \
"CK3CE" "1.12.*" \
--landed-titles "${VANILLA_FILES_DIR}/ck3ce_landed_titles.txt" --landed-titles-name "873_MoreCulturalNames.txt"

build-edition \
"cmh-more-cultural-names" "Community Mods for Historicity - More Cultural Names" \
"CK3CMH" "1.8.*" \
"CK3CMH" "1.12.*" \
--landed-titles "${VANILLA_FILES_DIR}/ck3cmh_landed_titles.txt" --landed-titles-name "873_MoreCulturalNames.txt"

build-edition \
Expand All @@ -128,7 +128,7 @@ build-edition \

build-edition \
"mbp-more-cultural-names" "More Bookmarks+ - More Cultural Names" \
"CK3MBP" "1.11.*" \
"CK3MBP" "1.12.*" \
--landed-titles "${VANILLA_FILES_DIR}/ck3mbp_landed_titles.txt" --landed-titles-name "873_MoreCulturalNames.txt"

build-edition \
Expand All @@ -148,11 +148,11 @@ build-edition \

build-edition \
"more-cultural-names" "More Cultural Names" \
"HOI4" "1.13.*"
"HOI4" "1.14.*"

build-edition \
"mdm-more-cultural-names" "Millennium Dawn: More Cultural Names" \
"HOI4MDM" "1.13.*" \
"HOI4MDM" "1.14.*" \
--dependency "Millennium Dawn: A Modern Day Mod"

build-edition \
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-vanilla-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ update-vanilla-files \
"${CK3_LANDED_TITLES_DIR}"/*.txt
update-vanilla-files \
"${CK3CMH_VANILLA_LANDED_TITLES_FILE}" \
"${CK3AP_LANDED_TITLES_DIR}"/*.txt \
"${CK3IBL_LANDED_TITLES_DIR}"/*.txt \
"${CK3CE_LANDED_TITLES_DIR}"/*.txt \
"${CK3RICE_LANDED_TITLES_DIR}"/*.txt
update-vanilla-file \
"${CK3IBL_DIR}/common/landed_titles/00_landed_titles.txt" \
Expand Down
Loading

0 comments on commit b08f4aa

Please sign in to comment.