Changed default workshop entry (to beta)

This commit is contained in:
Azumgi 2018-09-01 18:52:23 +03:00
parent 0fd1bcc392
commit 4b1ef20817
8 changed files with 63 additions and 47 deletions

View file

@ -1,26 +1,7 @@
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
[*]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 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 contribute to the code behind VMF, visit [url=https://github.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework]the project's GitHub repository[/url].";
preview = "preview.jpg";
title = "[Beta] Vermintide Mod Framework";
description = "The latest VMF version for testing purposes. It is intended for modders. Regular players should ingore it and subscribe to [url=https://steamcommunity.com/sharedfiles/filedetails/?id=1289946781]stable version[/url] instead.";
preview = "previewV1.jpg";
content = "bundleV1";
language = "english";
visibility = "public";
published_id = 1289946781L;
published_id = 1500136933L;

26
vmf/itemV1_stable.cfg Normal file
View file

@ -0,0 +1,26 @@
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
[*]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 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 contribute to the code behind VMF, visit [url=https://github.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework]the project's GitHub repository[/url].";
preview = "previewV1_stable.jpg";
content = "bundleV1";
language = "english";
visibility = "public";
published_id = 1289946781L;

View file

@ -1,28 +1,9 @@
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 (only available in Vermintide 1 at this time)
[*]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 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 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";
title = "[Beta] Vermintide Mod Framework";
description = "The latest VMF version for testing purposes. It is intended for modders. Regular players should ingore it and subscribe to [url=https://steamcommunity.com/sharedfiles/filedetails/?id=1369573612]stable version[/url] instead.";
preview = "previewV2.png";
content = "bundleV2";
language = "english";
visibility = "public";
published_id = 1500112422L;
apply_for_sanctioned_status = false;
tags = ["Tools"];
apply_for_sanctioned_status = true;
published_id = 1369573612L;

28
vmf/itemV2_stable.cfg Normal file
View file

@ -0,0 +1,28 @@
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 (only available in Vermintide 1 at this time)
[*]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 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 contribute to the code behind VMF, visit [url=https://github.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework]the project's GitHub repository[/url].";
preview = "previewV2_stable.png";
content = "bundleV2";
language = "english";
visibility = "public";
tags = ["Tools"];
apply_for_sanctioned_status = true;
published_id = 1369573612L;

BIN
vmf/previewV1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

View file

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

BIN
vmf/previewV2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View file

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB