fix: Locale selection for RelWithDebInfo and dragon_rock/mobs textures

This commit is contained in:
Mind Rapist
2025-11-14 18:42:07 +02:00
parent 2eee9aead2
commit a49dec1c87
3 changed files with 28 additions and 3 deletions

View File

@@ -266,7 +266,7 @@ struct SLOCALEDATA
{ LSS_EUROPE, "it", 1252, "1234abcd5678efgh" }, // GameForge (Italy)
{ LSS_EUROPE, "fr", 1252, "1234abcd5678efgh" }, // GameForge (France)
{ LSS_EUROPE, "pt", 1252, "1234abcd5678efgh" }, // GameForge (Portugal)
{ LSS_EUROPE, "tr", 1253, "1234abcd5678efgh" }, // GameForge (Greece)
{ LSS_EUROPE, "gr", 1253, "1234abcd5678efgh" }, // GameForge (Greece)
{ LSS_EUROPE, "pl", 1250, "1234abcd5678efgh" }, // GameForge (Poland)
{ LSS_EUROPE, "tr", 1254, "1234abcd5678efgh" }, // GameForge (Turkey)
{ LSS_EUROPE, "dk", 1252, "1234abcd5678efgh" }, // GameForge (Demmark)

View File

@@ -164,6 +164,8 @@ bool PackInitialize(const char * c_pszFolder)
"metin2_patch_w20_etc",
"metin2_patch_dragon_rock",
"metin2_patch_dragon_rock_mobs",
"metin2_patch_dragon_rock_texcache",
"metin2_patch_dragon_rock_mobs_texcache",
"metin2_patch_etc",
"metin2_patch_xmas",
"metin2_patch_eu3",