It would appear people are having a lot of trouble editing saves. I was able to access the debug console on my linux machine which made editing saves trivial.
Took some googling, but I think I found a way to access the debug tools on windows.
When you run Glamour, use the
--remote=debugging-port=
switch. i.e., start the game as:
Glamour.exe --remote-debugging-port=3000
Then open
localhost:3000
from your web browser. You will have access to the debug tools. Then you can use the Glamour-0.27 method of
Application >> Local Storage >> file://
to access and modify your savefiles.
(3000 is an example. Can replace 3000 with some other port number if you want)
Someone please confirm if this works on a windows machine. If it does
Ayrik Eyronphist please add this to the FAQ.
Also, if anyone knows a better way to do this, please speak up...