Cartel Tycoon Save Game Editor -

game = json.loads(data)

# Save back new_raw = json.dumps(game, indent=2) with open(file_path, 'wb') as f: f.write(lz4.frame.compress(new_raw.encode())) cartel tycoon save game editor

# Edit values game['player']['cash'] = 9999999 game['heat']['current'] = 0 game = json