From a396baeea04e9c473fe9b5a26662d460bb07ca30 Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Thu, 27 May 2021 15:44:07 +0200 Subject: [PATCH] a wiimm's tools wasn't called from ./tools/ --- source/patch_bmg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/patch_bmg.py b/source/patch_bmg.py index 84995ce..e70e08a 100644 --- a/source/patch_bmg.py +++ b/source/patch_bmg.py @@ -90,7 +90,7 @@ def patch_bmg(self, gamefile): # gamefile est le fichier .szs trouvé dans le / subprocess.call(["./tools/szs/wszst", "EXTRACT", gamefile, "-d", gamefile + ".d", "--overwrite"] , creationflags=CREATE_NO_WINDOW) - bmgtracks = subprocess.check_output(["wbmgt", "CAT", gamefile + ".d/message/Common.bmg"], + bmgtracks = subprocess.check_output(["./tools/szs/wbmgt", "CAT", gamefile + ".d/message/Common.bmg"], creationflags=CREATE_NO_WINDOW) bmgtracks = bmgtracks.decode() trackheader = "#--- standard track names"