Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit a192006

Browse files
committed
Update game data for v1.34
1 parent 92da137 commit a192006

12 files changed

+20
-8
lines changed

resources/vanilla/climate.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ severe_winter = {
379379
# 1.30
380380
4721 4722
381381
# New North America
382-
4871 4873 4894 4895 4897 4898 4899 4901 4902 4915 4916 4917 4918 4919 4920
382+
4871 4873 4894 4895 4897 4898 4899 4901 4902 4915 4916 4917 4918 4919 4920 4924 4925 4926
383383
}
384384

385385
impassable = {

resources/vanilla/countries_l_english.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
ETO:0 "Etowah"
253253
ETR:0 "Etruria"
254254
FAD:0 "Fadl"
255+
FBE:0 "Finnish Baltic Empire"
255256
FEO:0 "Theodoro"
256257
FER:0 "Ferrara"
257258
FEZ:0 "Fez"
@@ -267,6 +268,7 @@
267268
FRM:0 "Tungning"
268269
FRN:0 "Frankfurt"
269270
FRS:0 "Fars"
271+
FU2:0 "The Hanseatic League" "Hanseatic League"
270272
FUJ:0 "Fujiwara"
271273
FUL:0 "Fulo"
272274
FZA:0 "Fezzan"
@@ -465,6 +467,7 @@
465467
KZB:0 "Kazembe"
466468
KZH:0 "Kazakh"
467469
LAC:0 "Tzotzil"
470+
LAE:0 "Latin Empire"
468471
LAI:0 "Lau"
469472
LAK:0 "Lakota"
470473
LAN:0 "Florence"
@@ -494,8 +497,10 @@
494497
LOR:0 "Lorraine"
495498
LOT:0 "Lotharingia"
496499
LOU:0 "Louisiana"
500+
LPC:0 "Lithuanian-Polish Commonwealth"
497501
LPP:0 "Lippe"
498502
LRI:0 "Luristan"
503+
LTG:0 "Latgalia"
499504
LUA:0 "Luang Prabang"
500505
LUB:0 "Luba"
501506
LUC:0 "Lucca"
@@ -747,6 +752,7 @@
747752
RMP:0 "Rohilkhand"
748753
ROM:0 "Roman Empire"
749754
ROT:0 "Rothenburg"
755+
RPR:1 "Ducal Prussia"
750756
RSO:0 "Rostov"
751757
RTT:0 "Ratanpur"
752758
RUG:0 "Rügen" "Rugen"
@@ -797,7 +803,7 @@
797803
SLZ:0 "Salzburg"
798804
SMB:0 "Sambas"
799805
SME:0 "Samtskhe"
800-
SMI:0 "Sapmi"
806+
SMI:0 "Sápmi" "Sapmi"
801807
SMO:0 "Smolensk"
802808
SMZ:0 "Shimazu"
803809
SNA:0 "Sonora"

resources/vanilla/flagfiles.txt

+1-1
Large diffs are not rendered by default.

resources/vanilla/flagfiles_0.tga

0 Bytes
Binary file not shown.

resources/vanilla/flagfiles_1.tga

0 Bytes
Binary file not shown.

resources/vanilla/flagfiles_2.tga

0 Bytes
Binary file not shown.

resources/vanilla/flagfiles_3.tga

0 Bytes
Binary file not shown.

resources/vanilla/flagfiles_5.tga

0 Bytes
Binary file not shown.

resources/vanilla/map_1444.png

-767 Bytes
Loading

resources/vanilla/tagCapitals.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ CHO: 920
239239
CHP: 186
240240
CHR: 289
241241
CHT: 2637
242-
CHU: 2440
243-
CHV: 1041
242+
CHU: 1035
243+
CHV: 2440
244244
CHY: 4902
245245
CIA: 935
246246
CIR: 463
@@ -538,7 +538,7 @@ HLR: 50
538538
HMI: 2122
539539
HNI: 2669
540540
HOB: 2783
541-
HOD: 1037
541+
HOD: 1038
542542
HOL: 4383
543543
HRZ: 1831
544544
HSA: 45
@@ -808,13 +808,14 @@ LOT: 1878
808808
LOU: 922
809809
LPP: 4775
810810
LRI: 413
811+
LTG: 1834
811812
LUA: 615
812813
LUB: 4097
813814
LUC: 2980
814815
LUN: 53
815816
LUW: 2715
816817
LUX: 94
817-
LVA: 1834
818+
LVA: 37
818819
LWA: 4483
819820
LXA: 615
820821
MAA: 4939

tools/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Update checklist
2+
1. Boot game, start 1444 singleplayer game, immediately save & save map image (F10)
3+
2. Run `importStatsData.py` (This also runs `TagLocalizations.py` and `ProvinceLocations.py`)
4+
3. Run `TagCapitals.py` selecting the 1444 save file
5+
4. Copy the 1444 map image to `map_1444.png`

tools/importStatsData.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
print("Invalid EU4 documents files directory.")
1919
quit()
2020

21-
# Europa Universalis IV/maps/
21+
# Europa Universalis IV/map/
2222
steam_map_files: List[str] = ["continent.txt", "superregion.txt", "region.txt", "area.txt",
2323
"definition.csv", "provinces.bmp", "default.map", "climate.txt"]
2424
for file in steam_map_files:

0 commit comments

Comments
 (0)