From 8a9467d6248e1e6bb9d900686a6205b1d9eb79b9 Mon Sep 17 00:00:00 2001 From: zingballyhoo Date: Thu, 2 May 2024 19:54:58 +0100 Subject: [PATCH] fix incorrect file names when saving localized textures --- DataTool/SaveLogic/Combo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DataTool/SaveLogic/Combo.cs b/DataTool/SaveLogic/Combo.cs index f8caa612..b6836a9d 100644 --- a/DataTool/SaveLogic/Combo.cs +++ b/DataTool/SaveLogic/Combo.cs @@ -723,7 +723,6 @@ public static void SaveTexture(ICLIFlags flags, string path, SaveContext info, u path += Path.DirectorySeparatorChar; string filePath = Path.Combine(path, options.FileNameOverride ?? $"{textureInfo.GetNameIndex()}"); - if (teResourceGUID.Type(textureGUID) != 0x4) filePath += $".{teResourceGUID.Type(textureGUID):X3}"; if (Program.Flags is { Deduplicate: true }) { if (ScratchDBInstance.HasRecord(textureGUID)) {