Update Vermintide 2 workshop description
This commit is contained in:
parent
fde2b64180
commit
3116cb65e4
1 changed files with 4 additions and 5 deletions
|
@ -2,14 +2,13 @@ title = "Vermintide Mod Framework";
|
|||
description = "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:
|
||||
|
||||
[list]
|
||||
[*]Mod options
|
||||
[*]Shared function hooks
|
||||
[*]Chat commands
|
||||
[*]Keybinds
|
||||
[*]Mutator support (for now available only in Vermintide 1)
|
||||
[*]Network calls (not tested in Vermintide 2 yet)
|
||||
[*]Mutator support (only available in Vermintide 1 at this time)
|
||||
[*]Network calls
|
||||
[*]QHD+ UI re-scaling
|
||||
[*]Rewritten, lightweight mod functions
|
||||
[*]An on-event call system
|
||||
|
@ -17,9 +16,9 @@ Mods created for the project may utilize:
|
|||
|
||||
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 for Vermintide with VMF, please check out [url=https://github.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework/wiki]the project's guide page[/url].
|
||||
If you're interested in creating mods with VMF, please check out [url=https://github.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework/wiki]the project's guide page[/url].
|
||||
|
||||
If you'd like to see or contribute to the code behind VMF, feel free to visit [url=https://github.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework]the project's GitHub repository[/url].";
|
||||
If you'd like to contribute to the code behind VMF, visit [url=https://github.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework]the project's GitHub repository[/url].";
|
||||
preview = "preview2.png";
|
||||
content = "bundleV2";
|
||||
language = "english";
|
||||
|
|
Loading…
Add table
Reference in a new issue