myonmyuu e952132336 added cache + option
- downloaded gltf files are now cached instead of being redownloaded every time
- added an option to enable/disable 3d
2021-12-23 01:34:27 +01:00
2021-12-10 01:38:28 +00:00
2020-09-25 15:21:30 -07:00
2021-10-15 10:45:45 +00:00
2021-12-23 01:34:27 +01:00
2021-12-09 21:28:32 +00:00
2021-09-09 16:50:00 +00:00
2021-09-03 13:53:18 +10:00
2021-04-16 16:37:57 +02:00
2021-12-10 01:38:28 +00:00
2021-12-09 22:53:05 +00:00
2019-09-04 08:12:00 -07:00
2019-02-15 22:37:01 -06:00
2020-06-17 15:17:25 -05:00
2021-07-16 09:08:29 +10:00
2019-07-21 22:10:43 +01:00
2021-12-10 01:38:28 +00:00

Degrees of Lewdity

How to build

Optional Prerequisites

  1. Install Tweego and remember the path where it was installed.
  2. Add path to tweego.exe (e.g. C:\Program Files\Twine\tweego-2.1.0-windows-x64) to Windows Path environment variable.

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. Run compile.bat or compile-watch.bat.
  2. Open Degrees of Lewdity VERSION.html.

Build Android version (.apk)

?

S
Description
No description provided
Readme
262 MiB
Languages
JavaScript 91.7%
CSS 6.3%
TypeScript 1.4%
Shell 0.3%
Python 0.1%
Other 0.1%