↑ look at project
No Problem. As it’s the first release I didn’t post much data on installation and usage so I hope the following quick guide helps. I’ll try to make do better documentation soon but this should get yu started:
Quick online installation:
-
Dowload the Twine-Story (see above)
-
Goto http://twinery.org/ and choose the online version
-
Click “Import From File”
-
Your done. Have fun exploring …
Local installation (recommended):
-
Install the latest Twine (http://twinery.org/)
-
Download the Twine-Story and import it (see above)
-
Download the Hype-File to see the example but eventually you will make your own (doesn’t have to be only one file) (see above)
-
In the story there is a Javascript-Tab … scroll all the way down and edit
/* Setwork path for Hype ressources */ HypeTwineStage.setServerPath ('https://playground.maxziebell.de/Hype/TwineStage/');
Replace the URL with your own … I use a local server but you can also enter a file path here (like
/Users/YOURNAME/Desktop/
). This is necessary because Twine 2 doesn’t allow to embed ressources like Twine 1. This path is actually the place you will keep all your exported Hype-files and once you publish you can change it to your real server -
Export the Hypefile into your folder/server
-
Now it should render the Hype-Widgets in your Twine-Story
-
Look at the passages in the example story to see the basic commands
-
Your done. Have fun exploring …