Skip to content

mmaulwurff/doom-toolbox

Repository files navigation

DoomToolbox

DoomToolbox is a collection of add-ons for Doom-based game engines which support ZScript, like GZDoom.

DoomToolbox is free and open source software. Add-ons are mostly licensed under GPLv3. Modules are mostly licensed under BSD-3-Clause. See SPDX-License-Identifier tag in each .org file for details. For third-party resources, such as image and sound files, see REUSE.toml files in their directories for licenses.

Add-ons:

ZScript modules:

Experiments:

Documentation:

HTML pages for Doom Toolbox should be available here.

Social

Build

Warning: build is not tested on MS Windows. Build process may have platform-dependent steps at the moment. Help with Windows is appreciated!

Requirements: these must be installed and available in PATH environment variable:

  • Python, version >= 3.13
  • Emacs, version >= 30.1
  • GZDoom, version >= 4.14.2
  • Development tools (probably from a venv): pip install -r tools/requirements-dev.txt

Optional: Org mode extension for your preferred text editor, if it’s not Emacs. Org mode files can be edited as plain text, but an extension should add convenience features such as syntax highlighting.

See what can be built with command:

scons --help

Example:

scons FinalCustomDoom.pk3

All commands require that PATH environment variable has Emacs, tests also require GZDoom in PATH. All commands put their results in directory build, and may remove files and directories there.

Tests use internally: