dtmt/crates/dtmm
Lucas Schwiderski 707a3ead8b
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
feat(dtmm): Guard certain Lua libraries behind a setting
Libraries like `io`, `os` and `ffi` allow practically unrestricted
access to the system's files and running arbitrary operations.
The base game removes them for this reason, and while we don't want to
disable them permanently, very few mods should ever have a need for
them.

So we hide them behind a setting, worded so that people only enable it
when absolutely needed.

Closes #112.
2023-04-24 16:45:49 +02:00
..
assets feat(dtmm): Guard certain Lua libraries behind a setting 2023-04-24 16:45:49 +02:00
src feat(dtmm): Guard certain Lua libraries behind a setting 2023-04-24 16:45:49 +02:00
Cargo.toml feat(dtmm): Guard certain Lua libraries behind a setting 2023-04-24 16:45:49 +02:00
notes.adoc feat(dtmm): Create initial mod manager window 2023-02-08 14:40:49 +01:00
README.adoc docs: Add split READMEs 2023-03-01 22:14:31 +01:00

Darktide Mod Manager (DTMM)

DTMM is a GUI application to install and manage mods for the game.

![dtmm main view](../../docs/screenshots/dtmm.png)