Changing difficulty on map screen doesn't disable mutators. Can no longer enable mutators if they are incompatible with other already enabled.
24 lines
No EOL
402 B
Text
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/*"
|
|
] |