You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
* 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
31 lines
383 B
Python
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))
|
|
|
|
|