From d13d10f259ec4d73b3ffbe7a0387f32a7f3cb9b3 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Sat, 10 Jun 2023 23:38:51 -0500 Subject: [PATCH] Remove single packing functions --- pythonlib/games/ToolsTOR.py | 95 ------------------------------------- 1 file changed, 95 deletions(-) diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index 9d737b6..0681eb1 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -460,104 +460,9 @@ class ToolsTOR(ToolsTales): theirsce.write( struct.pack(" bytes: - - #Open the original SCPK - with open( self.dat_archive_extract + "SCPK/" + scpk_file_name, 'r+b') as scpk: - #Get nb_files and files_size - scpk.read(4) - scpk.read(4) - nb_files = struct.unpack("