Don't write decoded output file
Signed-off-by: Markus Birth <markus@birth-online.de>
This commit is contained in:
@@ -87,8 +87,9 @@ if records != num_records:
|
||||
output_len = len(output)
|
||||
print(f"New savegame size: {output_len} Bytes.")
|
||||
|
||||
with open(output_folder + "/SaveGame.dec.dat", "wb") as f:
|
||||
f.write(output)
|
||||
# DEBUG:
|
||||
#with open(output_folder + "/SaveGame.dec.dat", "wb") as f:
|
||||
# f.write(output)
|
||||
|
||||
zlib_output = zlib.compress(output)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user