Updated workshop info

This commit is contained in:
bi 2018-05-16 11:52:02 +03:00
parent 00836e1edb
commit 21f61c9360
4 changed files with 47 additions and 6 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
.temp
.vscode
vmf/dist
vmf/bundleV1
vmf/bundleV2

View file

@ -1,7 +1,27 @@
title = "Vermintide Mod Framework";
description = "My Description";
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
[*]Network calls
[*]QHD+ UI re-scaling
[*]Rewritten, lightweight mod functions
[*]An on-event call system
[/list]
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'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].";
preview = "preview.jpg";
content = "dist";
content = "bundleV1";
language = "english";
visibility = "public";
published_id = 1289946781L;

View file

@ -1,7 +1,27 @@
title = "Vermintide Mod Framework";
description = "My Description";
preview = "preview.jpg";
content = "dist";
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)
[*]QHD+ UI re-scaling
[*]Rewritten, lightweight mod functions
[*]An on-event call system
[/list]
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'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].";
preview = "preview2.png";
content = "bundleV2";
language = "english";
visibility = "public";
published_id = 1369573612L;

BIN
vmf/preview2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB