Does anyone know how to edit the save file manually because I can't use the save editor since I am on a Mac
First off, you technically can via wine with some hackery, but it's a real pain.
And yeah, if the save editor creator had half a brain he'd have used .NET without WPF.
But for you, your best bet might be the
You must be registered to see the links
It's a little more involved than using TiTSEd, but you can do absolutely everything in it, including stuff TiTSEd won't let you do.
It's not terribly hard to use (for me), especially if you can search through the source code. It's also how everyone used to edit CoC saves back in the day.
It only works on .sol saves, not the "save to file" type of saves.
I also made
You must be registered to see the links
of it.
From the README:
Code:
With java installed, run 'java -jar server.jar' from a
terminal/CLI. Or run the shell script (the .sh file).
Then, with that open, navigate to http://127.0.0.1:8080/ in your browser.
When done, you can stop the server by hitting 'enter' in the command line box.
If using the windows .bat script, you will have to press a key again to close
the window.
Note that if you use firefox you don't even need to run the server; just open minerva/index.html. The server's only needed in Chrome and possibly Safari because of so-called "security" reasons.
If you're trying to do something in particular, but you can't figure it out, let me know and I can try to help.