How To Edit Es3 Save File Today
Change the 150 to your desired value (e.g., 99999 ). Do not alter the __type field, or the game will crash when trying to cast the data. Step 4: Validate and Save Copy your edited text.
// Needs ES3 plugin referenced var data = ES3.Load<object>("saveKey", "path/to/savefile.es3"); // or ES3.LoadRaw string json = JsonConvert.SerializeObject(data, Formatting.Indented); File.WriteAllText("dump.json", json); // Modify json, then deserialize and save: var modified = JsonConvert.DeserializeObject<object>(File.ReadAllText("dump_modified.json")); ES3.Save("saveKey", modified, "path/to/savefile.es3"); how to edit es3 save file
Look for files named SaveFile.es3 , profile.es3 , or generic titles with the .es3 or .txt extension. Change the 150 to your desired value (e
: Forget manual serialization. In ES3, you can just select fields from a dedicated // Needs ES3 plugin referenced var data = ES3
Use the hex editor to identify the data you want to edit. This may involve searching for specific values or patterns in the file.