Setup tweego and snowman - jackdarker/TwineTest GitHub Wiki
Twine can compile storys with snowman but has no support for editing java script.
Therefore I recommend:
- install node.js
- get a free copy of visual studio code or a different editor that is helpful with javascript editing
- install tweego
- use Chapels Tweego setup to create a workingspace for your story
- Try to get the SuperSimple-Story example to work by adding it to the story.tw. Build the story and test if its working.
Otherwise consult the documentation of tweego and the docs included in Chapels.
Then:
- take a look at the snowman-documentation
- and also the Twine-cookbook in regard how to solve some problems with snowman
- and (optionally) download the snowman sources if you want to know what it is doing internally
If you are creating more than a test project that you want to be added to the if-database, you have to create an ifid.
You can do this by simply browsing to http://www.tads.org/ifidgen/ifidgen and enter the id in your StoryData-passage like this:
:: StoryData
{
"ifid": "6396C055-7E04-4B93-A56D-3AE6375E6E56",
"format": "Snowman",
"format-version": "2.0.2",
"Start": "Intro",
"tag-colors": {
"template": "orange"
},
"zoom": 1
}