An open-source, community-run framework that provides enhanced Darktide modding support.
Find a file
2018-05-22 11:52:57 +03:00
vmf Mutators: moving, removig and renaming stuff 2018-05-22 11:52:57 +03:00
.gitignore Updated workshop info 2018-05-19 20:53:50 +03:00
.luacheckrc Updated .luacheck-file 2018-05-19 20:53:50 +03:00
README.MD Added VT2 compatibility; updated project the last VMB version 2018-05-05 19:07:40 +03:00

Building

Prerequisites

  • You should be subscribed to VMF in Steam Workshop [VT1, VT2], depending on which version you want to compile.
  • You will also need Vermintide Mod Builder.

Building steps:

  1. Unpack VMB somewhere. Let's assume, it's unpacked into the folder named vermintide-mod-builer.
  2. Create a folder inside vermintide-mod-builer (we'll call it vermintide-mod-framework) and then clone VMF repo into this folder.
  3. Open console window inside vermintide-mod-builer and use following command to build VMF: vmb build vmf -f vermintide-mod-framework --ignore-errors -g [1/2], where number after -g indicates the Vermintide game number for which VMF is built.

You can find more information on how mod building works in Vermintide Mod Builder documentation.