Wrestling Empire Save Bytes -

with open("career.bin", "r+b") as f: data = bytearray(f.read()) # Set wrestler 1 (offset 2) age to 25 data[2] = 25 # Set wrestler 1 morale to 100 data[3] = 100 f.seek(0) f.write(data)

To manipulate the save bytes, you first need to locate the file. The path varies significantly by platform: wrestling empire save bytes

~/Library/Application Support/com.MDickie.WrestlingEmpire/Save.bytes with open("career