An open-source, community-run framework that provides enhanced Darktide modding support.
Find a file
FireSiku cddec4ab3f Add .luacheckrc containing with a all globals from VT1
Tried to make sure it's as compact as possible while staying
within the 120 character limit to be consistent with
the rest of the project.
2018-05-10 23:22:53 -04:00
vmf update mutators_test 2018-05-05 19:39:40 +03:00
.gitignore Added VT2 compatibility; updated project the last VMB version 2018-05-05 19:07:40 +03:00
.luacheckrc Add .luacheckrc containing with a all globals from VT1 2018-05-10 23:22:53 -04: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.