mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 17:59:56 +00:00
label local/global openmw.cfg files (Fixes #2196)
This commit is contained in:
parent
0649373d2e
commit
6c8a662042
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# 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="?mw?Data Files"
|
data="?mw?Data Files"
|
||||||
data=${MORROWIND_DATA_FILES}
|
data=${MORROWIND_DATA_FILES}
|
||||||
data-local="?userdata?data"
|
data-local="?userdata?data"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 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="?global?data"
|
||||||
data="?mw?Data Files"
|
data="?mw?Data Files"
|
||||||
data=./data
|
data=./data
|
||||||
|
|
Loading…
Reference in a new issue