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.
11 lines
356 B
INI
11 lines
356 B
INI
# This is the global 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=${MORROWIND_DATA_FILES}
|
|
data-local="?userdata?data"
|
|
resources=${OPENMW_RESOURCE_FILES}
|
|
script-blacklist=Museum
|
|
script-blacklist=MockChangeScript
|
|
script-blacklist=doortestwarp
|