Right now I am using harlowe to make a simple story. I have not gone in far with the coding, just used the double brackets to make new passages, and some css to edit the stylesheet. Is there any way to make a save game function in harlowe, or do I need to switch story format. I just dont want to lose the css and passages if I do so. I also do not want to have to save the game through the browser.
Thanks
Comments
Are you asking about how to save your own work? If so, it is the same for every story format, you have to "Publish to File" in the Twine 2 program, and then choose a location where to save it to. This will generate a HTML file you can later import to continue your work.
If you are asking for a function that your readers/players can use to save the progress of their story/game, then the current version of Harlowe does not have a save function, but a soon to be released version (1.1) I think does have that function.
However, since you have not done any code work on your story, you could just switch to SugarCube format, which does have a save game option for the readers/players. (I am not familiar with SugarCube, so I cannot advise you on how to use it. But many forum members are. There are probably other threads with info on how to use the SugarCube save game function).
If you are talking about the interface of SugarCube, then you may want to check out @Sharpe's guide for changing the CSS and HTML.
My understanding is that they can turn their computer off and then come back and start from where they left off, but as I don't know much about SugarCube, I can't give you solid information. Hopefully someone with SugarCube knowledge can help you.
As for the look, yes you can easily change the look of SugarCube. Everything's just CSS. You need to look into altering body, #ui-bar, #ui-body, and maybe .passage.
That's a very attractive feature!!
If you take the bookish, and just remove the part labeled bookish (by the way), it becomes bleached.
http://www.motoslave.net/sugarcube/tmp/bookish.html
Well... said more correctly, you import the story first. and THEN you modify it in the CSS
You can design your own look from scratch, don't need to stick to those stylesheets.
Hahaha.... of COURSE he can do his own from scratch. But judging by the questions, It seems more like giving him a place to start was more helpful!
We can't all be as good as you!
it would have worked if it wasn't for one thing.... i'm gonna report it as a bug....
meh, fixed it ^^ i'll post it somewhere =P
Customisation of the look of your game seems to be absolute, which I love. I highly recommend that Firefox users get the Firebug add-on (other browsers have their own version). Then it's as simple as hovering over any of the elements you want to change in order to get their class names etc.