The most common mistake when using this editor is trying to open a standard save file. The editor read compressed files. and load your game. Game Options Game Settings "Save Compressed"
def find_player_offset(self, player_id): # Player records start at offset 0x2A34 (example) base = 0x2A34 record_len = 108 return base + (player_id * record_len)