Vermintide Mod Framework
The Vermintide Mod Framework (VMF) is an open-source, community-run framework of modules that provides enhanced modding capabilities and support. The framework is designed to be both independent and lightweight; making no changes to gameplay on its own.
Mods created for the project may utilize:
- Mod options (opened from the main menu or by pressing F4)
- Shared function hooks
- Chat commands
- Keybinds
- Mutator support (only available in Vermintide 1 at this time)
- Network calls
- Rewritten, lightweight mod functions
- An on-event call system
The Vermintide Mod Framework originally started in Warhammer End Times: Vermintide as an unofficial modding platform. In the time since, VMF has been rewritten and redesigned with contributions from many unique members of the community; culminating in this unified project made for the arrival of official mod support.
If you’re interested in creating mods with VMF, please check out the project’s wiki[vmf-docs.verminti.de].
If you’d like to contribute to the code behind VMF, visit the project’s GitHub repository[github.com].