An open-source, community-run framework that provides enhanced Darktide modding support.
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. |
||
---|---|---|
vmf | ||
.gitignore | ||
.luacheckrc | ||
README.MD |
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:
- Unpack VMB somewhere. Let's assume, it's unpacked into the folder named
vermintide-mod-builer
. - Create a folder inside
vermintide-mod-builer
(we'll call itvermintide-mod-framework
) and then clone VMF repo into this folder. - 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.