From 9ea55b12c20ed60cf5644cec20bb60e77f0f92d3 Mon Sep 17 00:00:00 2001 From: FistingUranus <77898683+Fis-Ura@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:17:43 -0400 Subject: [PATCH] Replace with pack_Menu_File --- TOR_Test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TOR_Test.py b/TOR_Test.py index 7840844..fbb503f 100644 --- a/TOR_Test.py +++ b/TOR_Test.py @@ -12,15 +12,15 @@ import lxml.etree as etree tool = ToolsTOR.ToolsTOR("TBL_All.json") -tool.insert_Menu_File("../Data/TOR/Disc/Original/SLPS_254.50") - +tool.pack_Menu_File("../Data/Tales-Of-Rebirth/Disc/Original/SLPS_254.50") +tool.pack_Main_Archive() tool.extract_All_Story_Files(debug=True) t = tool.pack_Story_File("10247.scpk") -tool.pack_Main_Archive() +