- Install Tweego and remember the path where it was installed.
- Add path to
tweego.exe
(e.g.C:\Program Files\Twine\tweego-2.1.0-windows-x64
) to WindowsPath
environment variable.
- Open
01-config\sugarcubeConfig.js
. - Edit the
window.StartConfig
object to the relevant config type.- Normal Build -
enableImages
needs to betrue
andenableLinkNumberify
needs to betrue
. - Text Only Build -
enableImages
needs to befalse
andenableLinkNumberify
needs to betrue
. - Android Build -
enableImages
needs to betrue
andenableLinkNumberify
needs to befalse
.
- Normal Build -
version
is optional between release versions but will be displayed on screen in several places and stored in the saves made.debug
is optional and will only effect new games.
- Run
compile.bat
orcompile-watch.bat
. - Open
Degrees of Lewdity VERSION.html
.
?