Table of Contents

Building From Source

At this point, your directory structure should look something like this (you may have extra license files and stuff in there; this is the minimum directory structure):

Twine/SmutBook/:
(all the SmutBook code and directory structure)

Twine/Tweego/:
storyformats/   tweego

Twine/Tweego/storyformats:
sugarcube-2/

Twine/Tweego/storyformats/sugarcube-2:
format.js  icon.svg  LICENSE

This makes a neat directory structure under which you can also place your game project files, and use the same sort of build script for them.

I know this is probably kind of hard to follow. I'll make a tutorial video at some point and put it on BitChute.

Non-Unixlike Platforms

If you want to write a build script for Windows or whatever, feel free to send it to me and I'll include it in the repo.