bandaid again

This commit is contained in:
Mc-muffin
2024-09-24 13:48:18 -05:00
parent 23f7278ac9
commit 71fcbf7cc9

View File

@@ -1214,7 +1214,7 @@ class ToolsTOR(ToolsTales):
folder_path = self.paths["translated_files"] / "minigame"
folder_path.mkdir(exist_ok=True)
pak3_path = self.paths["extracted_files"] / "DAT" / "PAK3" / "00023.pak3"
out_path = self.paths["temp_files"] / "DAT" / "SCPK" / "00023"
out_path = self.paths["temp_files"] / "DAT" / "PAK3" / "00023"
out_path.mkdir(parents=True, exist_ok=True)
minigame_pak = Pak.from_path(pak3_path, 3)