Skip to content
Snippets Groups Projects
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

  1. Open 01-config\sugarcubeConfig.js.
  2. Edit the window.StartConfig object to the relevant config type.
    • Normal Build - enableImages needs to be true and enableLinkNumberify needs to be true.
    • Text Only Build - enableImages needs to be false and enableLinkNumberify needs to be true.
    • Android Build - enableImages needs to be true and enableLinkNumberify needs to be false.
  3. version is optional between release versions but will be displayed on screen in several places and stored in the saves made.
  4. debug is optional and will only effect new games.

Compiling the html

  1. On Windows: Run compile.bat or compile-watch.bat.
  2. On Linux: Run compile.sh
  3. Open Degrees of Lewdity VERSION.html.

Build Android version (.apk)