Rename directories
This commit is contained in:
parent
988ec944bc
commit
8ffe6471ab
43 changed files with 37 additions and 48 deletions
26
.dmbrc
Normal file
26
.dmbrc
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"mods_dir": ".",
|
||||
"temp_dir": "",
|
||||
"game": 2,
|
||||
"game_id1": "0",
|
||||
"game_id2": "0",
|
||||
"tools_id1": "0",
|
||||
"tools_id2": "0",
|
||||
"fallback_tools_dir1": ".",
|
||||
"fallback_tools_dir2": ".",
|
||||
"fallback_steamapps_dir1": ".",
|
||||
"fallback_steamapps_dir2": ".",
|
||||
"use_fallback": false,
|
||||
"copy_source_code": false,
|
||||
"bundle_extension1": "",
|
||||
"bundle_extension2": "",
|
||||
"use_new_format1": false,
|
||||
"use_new_format2": true,
|
||||
"template_dir": ".template-dmf",
|
||||
"template_preview_image": "item_preview.png",
|
||||
"template_core_files": [],
|
||||
"include_dot_files": false,
|
||||
"ignored_dirs": [],
|
||||
"ignored_dirs_per_mod": [],
|
||||
"ignore_build_errors": false
|
||||
}
|
29
.vmbrc
29
.vmbrc
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"mods_dir": ".",
|
||||
"temp_dir": ".temp",
|
||||
"game": 2,
|
||||
"game_id1": "235540",
|
||||
"game_id2": "552500",
|
||||
"tools_id1": "718610",
|
||||
"tools_id2": "866060",
|
||||
"fallback_tools_dir1": "C:/Program Files (x86)/Steam/steamapps/common/Warhammer End Times Vermintide Mod Tools/",
|
||||
"fallback_tools_dir2": "C:/Program Files (x86)/Steam/steamapps/common/Vermintide 2 SDK/",
|
||||
"fallback_steamapps_dir1": "C:/Program Files (x86)/Steam/steamapps/",
|
||||
"fallback_steamapps_dir2": "C:/Program Files (x86)/Steam/steamapps/",
|
||||
"use_fallback": false,
|
||||
"copy_source_code": false,
|
||||
"bundle_extension1": "",
|
||||
"bundle_extension2": ".mod_bundle",
|
||||
"use_new_format1": false,
|
||||
"use_new_format2": true,
|
||||
"template_dir": ".template-vmf",
|
||||
"template_preview_image": "item_preview.png",
|
||||
"template_core_files": [
|
||||
"core/**"
|
||||
],
|
||||
"include_dot_files": false,
|
||||
"ignored_dirs": [
|
||||
"assets"
|
||||
],
|
||||
"ignore_build_errors": false
|
||||
}
|
|
@ -1,6 +1,10 @@
|
|||
# VMF contributors (sorted alphabetically)
|
||||
Contribute to VMF -- add your name here!
|
||||
# DMF contributors (sorted alphabetically)
|
||||
Contribute to DMF -- add your name here!
|
||||
+ [Aussiemon](https://github.com/Aussiemon)
|
||||
+ [Fracticality](https://github.com/fracticality)
|
||||
+ [grasmann](https://github.com/grasmann)
|
||||
|
||||
# VMF contributors (sorted alphabetically)
|
||||
+ [Aussiemon](https://github.com/Aussiemon)
|
||||
+ [Dreomite](https://github.com/Dreomite)
|
||||
+ [E1Camino](https://github.com/E1Camino)
|
||||
|
|
22
README.MD
22
README.MD
|
@ -1,26 +1,17 @@
|
|||
<p align="center">
|
||||
<a href="#welcome-to-the-vermintide-mod-framework-vmf-repository">
|
||||
<a href="#welcome-to-the-darktide-mod-framework-vmf-repository">
|
||||
<img
|
||||
alt="Vermintide Mod Framework"
|
||||
alt="Darktide Mod Framework"
|
||||
src="https://github.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework/blob/master/assets/vmf_logo_black.png"
|
||||
width="600"
|
||||
/>
|
||||
</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://travis-ci.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework">
|
||||
<img
|
||||
alt="Build Status"
|
||||
src="https://travis-ci.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework.svg?branch=master"
|
||||
width="100"
|
||||
/>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
## Welcome to the Vermintide Mod Framework (VMF) Repository!
|
||||
## Welcome to the Darktide Mod Framework (DMF) Repository!
|
||||
|
||||
The Vermintide Mod Framework 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.
|
||||
The Darktide Mod Framework 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:
|
||||
|
||||
|
@ -28,13 +19,10 @@ Mods created for the project may utilize:
|
|||
* Shared function hooks
|
||||
* Chat commands
|
||||
* Keybinds
|
||||
* Mutator support (for now available only in Vermintide 1)
|
||||
* Network calls
|
||||
* QHD+ UI re-scaling
|
||||
* 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.
|
||||
The Darktide Mod Framework originally started in Warhammer End Times: Vermintide as an unofficial modding platform. In the time since, DMF has been rewritten and redesigned with contributions from many unique members of the community; culminating in this unified project.
|
||||
|
||||
For more information, check out **[the framework's wiki pages](https://github.com/Vermintide-Mod-Framework/Vermintide-Mod-Framework/wiki)**.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue