diff --git a/packSLPSandDAT.py b/packSLPSandDAT.py new file mode 100644 index 0000000..8b02a4b --- /dev/null +++ b/packSLPSandDAT.py @@ -0,0 +1,4 @@ +import ToolsTOR +tool = ToolsTOR.ToolsTOR("TBL_All.json") +tool.pack_Menu_File("../Data/Tales-Of-Rebirth/Disc/Original/SLPS_254.50") +tool.pack_Main_Archive() \ No newline at end of file diff --git a/pack_SLPS+DAT.bat b/pack_SLPS+DAT.bat new file mode 100644 index 0000000..2a228ff --- /dev/null +++ b/pack_SLPS+DAT.bat @@ -0,0 +1 @@ +python \ No newline at end of file