Argh, maties!
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/bookish.gif" style="vertical-align:middle" emoid=":mm" border="0" alt="bookish.gif" /> I've been doing me reading in the code and after some well placed swoops of me text editing blade I think I have quicksave nearly fit for sea!
(pirate speak off)
So yeah, I have it saving, although for some reason you have to press the button twice. (Hmm.) Now I just need to get it to load as well, but that should be trivial.
Turns out that saving is a scurvy little monster. You can't just copy/paste the saving code, noooo, that gives you corrupted save files. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid="
" border="0" alt="mybad.gif" />
So my method is a little roundabout but it works - it's simulating the clicks on the menu and all that. You actually "see" the menus go by, and it's basically doing the clicking on 'save', 'save' for you.
Loading should be more straightforward since there aren't issues with taking screenshots for the saving.
I don't know why it is exactly that I can't save in a more direct way, but after two hours of trying I'm ready to settle for a roundabout way. As long as I just have to press one button and it will save. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid="
" border="0" alt="yes.gif" />
So my `todo-list` for now is:
1- make it load
2- make it so that you only have to press save once, not twice, for it to save the file.
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/bookish.gif" style="vertical-align:middle" emoid=":mm" border="0" alt="bookish.gif" /> I've been doing me reading in the code and after some well placed swoops of me text editing blade I think I have quicksave nearly fit for sea!
(pirate speak off)
So yeah, I have it saving, although for some reason you have to press the button twice. (Hmm.) Now I just need to get it to load as well, but that should be trivial.
Turns out that saving is a scurvy little monster. You can't just copy/paste the saving code, noooo, that gives you corrupted save files. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid="

So my method is a little roundabout but it works - it's simulating the clicks on the menu and all that. You actually "see" the menus go by, and it's basically doing the clicking on 'save', 'save' for you.
Loading should be more straightforward since there aren't issues with taking screenshots for the saving.
I don't know why it is exactly that I can't save in a more direct way, but after two hours of trying I'm ready to settle for a roundabout way. As long as I just have to press one button and it will save. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid="

So my `todo-list` for now is:
1- make it load
2- make it so that you only have to press save once, not twice, for it to save the file.