He didn’t change it.
If a developer enables encryption in Easy Save 3, the file becomes binary garbage to any standard ES3 save editor. You will see symbols like �$�#�R�@� . es3 save editor
: Save your changes. If the game requires an encrypted file, you must use a tool to re-encrypt the text back into the proper format using the game's specific password. Steam Community Developer Usage (Unity) If you are a developer using the Easy Save 3 asset , you manage data via scripts: ES3.Save("key", value); value = ES3.Load ("key"); Reference Management : To save complex objects like ScriptableObjects He didn’t change it
During the production cycle, a save editor is an essential debugging tool. It allows designers to jump to specific levels, trigger end-game flags, or test how the UI handles massive currency values without writing custom cheat consoles. For Players : Save your changes
If you just want to cheat in vanilla Morrowind, the in-game console ( ~ key) often does the same thing faster (e.g., player->setStrength 100 ). The save editor is best for or edits that console commands can’t easily handle (like quest stages or inventory cleanup).