Skip to content

A Windows CLI program created to ease the pain of creating, building and uploading mods for Darktide.

License

Notifications You must be signed in to change notification settings

ronvoluted/Darktide-Mod-Builder

 
 

Repository files navigation

Darktide Mod Builder

Darktide Mod Builder

A Windows CLI program created to ease the ever-growing pain of creating, building and uploading mods for Vermintide.

Made in Node.js. Compiled with pkg. Forked from Vermintide-Mod-Builder.

Quickstart Guide

  1. Download and export the latest release.
  2. Run dmb config to create default .dmbrc config file in the folder with the executable.
  3. Run dmb create <mod_name> to create a new mod. This will create a new DMF-dependent mod in the mods folder from a template.
  4. The main functionality of your mod should be added to <mod_name>/scripts/mods/<mod_name>/<mod_name>.lua.

Usage

dmb <command> [command-specific params]

See wiki.

Building DMB executable

npm run setup   
npm run build

Alongside the executable, a zip archive will be created with template and mods folders included.

Tests

npm test

About

A Windows CLI program created to ease the pain of creating, building and uploading mods for Darktide.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%