mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
f3e9fd49f3
The wizard takes care of detecting the MW installation path already. By having this path permanently in the global cfg-file, there exists no way to *not* use an autodetected installation, which is a problem.
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
# This is the local openmw.cfg file. Do not modify!
|
|
# Modifications should be done on the user openmw.cfg file instead
|
|
# (see: https://wiki.openmw.org/index.php?title=Paths)
|
|
|
|
data="?global?data"
|
|
data=./data
|
|
data-local="?userdata?data"
|
|
resources=./resources
|
|
script-blacklist=Museum
|
|
script-blacklist=MockChangeScript
|
|
script-blacklist=doortestwarp
|