How do you exit the combat mode so that ghosts are not all over the town?
also, very annoyingly the items are not stored in a standard manner.
and save editor cannot give you items, because it somehow stores item counts in a nonstandard manner.
also full blood potions do not show up in your inventory.
... wait, full blood potions actually all get destroyed the moment you stop crafting. very annoying. since you need to craft two of them and then use them to craft a gold potion to progress\
edit: so... the reason the save editor is not working is actually that the save files are not being touched. this is really weird. it seems to be saving files elsewhere and ignoring the files in the game/www/saves/ directory
edit2:
as best I can tell it looks like rpgm save files are no longer used and instead the save file is stored in
c:/users/steamuser/AppData/Local/User Data/Default/Local Storage/leveldb/MANIFEST-000001
where manifest is a binary file.
and is neither a zip nor a text file. so I have no idea how the data within is encoded.
either that, or it hides the saves where I cannot find and updates the manifest file coincidentally at the moment in which I make a save in the game.