dtmt/crates/dtmm
Lucas Schwiderski 246564d00f
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
Fetch file version from Nexus
When importing an archive file downloaded from Nexus, the file name does
include a version field. But, presumably for compatibility reasons,
Nexus replaces special characters with `-`, so that this field doesn't
match common schemes like `1.0.0`.
So instead we use the also included update timestamp to find the
corresponding file info from Nexus and use the version data from that.

Closes #131.
2023-11-24 13:54:19 +01:00
..
assets Delay mod loading 2023-11-24 11:52:47 +01:00
src Fetch file version from Nexus 2023-11-24 13:54:19 +01:00
Cargo.toml Use template engine to build mod_data.lua 2023-11-24 11:52:47 +01: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)