Forked from
Frostberg / Degrees of Lewdity Plus
4326 commits behind the upstream repository.
README.md 7.10 KiB
Degrees of Lewdity
Lexicon of Lewdity
Looking to contribute to Degrees of Lewdity? Read the Lexicon of Lewdity.
Failure to do so can lead to your work being denied.
How to build
Changing the build version and type
- 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.
Compiling the html
- On Windows: Run
compile.bat
orcompile-watch.bat
. - On Linux: Run
compile.sh
- Open
Degrees of Lewdity VERSION.html
.