openmw.cfg

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Locked
qqqbbb
Posts: 19
Joined: 29 Aug 2012, 14:18

openmw.cfg

Post by qqqbbb »

Why is there another openmw.cfg file in OpenMW directory? Does it load after the one in Documents\my games\openmw directory?

How do I comment lines in openmw.cfg?

And a bug... Adding "start="Seyda Neen" to openmw.cfg crashes game.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: openmw.cfg

Post by scrawl »

Why is there another openmw.cfg file in OpenMW directory? Does it load after the one in Documents\my games\openmw directory?
Quite the opposite, it loads before the user openmw.cfg. This is for internal use and you should not make any changes to it.
How do I comment lines in openmw.cfg?
Add # in front.
And a bug... Adding "start="Seyda Neen" to openmw.cfg crashes game.
I assume you mean an error message, not crash?
Removing the quotes should fix this, like so:

Code: Select all

start=Seyda Neen
Locked