diff --git a/vmf/itemV1.cfg b/vmf/itemV1.cfg index 4f80c9d..b1554b5 100644 --- a/vmf/itemV1.cfg +++ b/vmf/itemV1.cfg @@ -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; diff --git a/vmf/itemV1_stable.cfg b/vmf/itemV1_stable.cfg new file mode 100644 index 0000000..a4514d5 --- /dev/null +++ b/vmf/itemV1_stable.cfg @@ -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; diff --git a/vmf/itemV2.cfg b/vmf/itemV2.cfg index 0430519..7ce829e 100644 --- a/vmf/itemV2.cfg +++ b/vmf/itemV2.cfg @@ -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; diff --git a/vmf/itemV2_stable.cfg b/vmf/itemV2_stable.cfg new file mode 100644 index 0000000..edef8a5 --- /dev/null +++ b/vmf/itemV2_stable.cfg @@ -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; diff --git a/vmf/previewV1.jpg b/vmf/previewV1.jpg new file mode 100644 index 0000000..da73e93 Binary files /dev/null and b/vmf/previewV1.jpg differ diff --git a/vmf/preview.jpg b/vmf/previewV1_stable.jpg similarity index 100% rename from vmf/preview.jpg rename to vmf/previewV1_stable.jpg diff --git a/vmf/previewV2.png b/vmf/previewV2.png new file mode 100644 index 0000000..682b36b Binary files /dev/null and b/vmf/previewV2.png differ diff --git a/vmf/preview2.png b/vmf/previewV2_stable.png similarity index 100% rename from vmf/preview2.png rename to vmf/previewV2_stable.png