Files
PythonLib/TOR_Test.py
fortiersteven 5a903c485c Fixing different issues during repacking (#105)
* Fix Reinsertion issues with Pointeroffset

* Add batch files

* fix issues with SCPK and PAK2 not being created in folder New

* Adding Editing and Copy SLPS

* Fixing Tags Unkn + VoiceId in Story
2023-05-14 16:50:41 -04:00

31 lines
383 B
Python

import ToolsTOR
import json
import struct
import comptolib
import io
import re
import string
import pandas as pd
import json
import os
import lxml.etree as etree
tool = ToolsTOR.ToolsTOR("TBL_All.json")
t = tool.pack_Skit_File("14635.3.pak2")
files = os.listdir("abcde_lauren")
for file in files:
tool.extract_abcde_text("abcde_lauren/{}".format(file))