Darktide-Mod-Framework/vmf_source/resource_packages/vmf.package
UnShame db2b52a2fd mutators: finished gui
Changing difficulty on map screen doesn't disable mutators.
Can no longer enable mutators if they are incompatible with other already enabled.
2018-02-22 00:21:19 +03:00

24 lines
No EOL
402 B
Text

mod = [
"vmf"
]
package = [
"resource_packages/vmf"
]
material = [
"materials/vmf/*"
]
lua = [
"localization/*"
"scripts/mods/vmf/*"
"scripts/mods/vmf/functions/*"
"scripts/mods/vmf/modules/*"
"scripts/mods/vmf/modules/core/*"
"scripts/mods/vmf/modules/debug/*"
"scripts/mods/vmf/modules/gui/*"
"scripts/mods/vmf/modules/options_menu/*"
"scripts/mods/vmf/modules/mutators/*"
]