Hello,
I am finding a lot of conflicting information saying that you should and arguements saying that you shouldn't
http://www.creationkit.com/INI_Settings_%28Papyrus%29
I've set more current values to
Hello,
I am finding a lot of conflicting information saying that you should and arguements saying that you shouldn't
http://www.creationkit.com/INI_Settings_%28Papyrus%29
I've set more current values to
Don't touch them under most circumstances.
Probably not what you want to hear, but the best approach is to leave them at their defaults. The game tends to throw more and more errors the larger the amount of resources you give it. So it just isn't a good idea.
Hm, ago so i should touch absolutely none of the default values then? including the millisecond tweaks?
bEnableLogging=0bEnableTrace=0
The first one enables the logging.
The second will print all debug.traces found in any script. These are notices to help the tester confirm that something has worked or not.
As those lines turn off Logging and Trace (which are off by default) they're harmless but pointless.
As far as Papyrus .ini settings go, I'd say that if you don't know that you need to change them, and don't know exactly what changes you need to make for your particular PC and mod list, then you shouldn't change anything at all. For some particular installations some tweaks may be useful, but as Arthmoor suggests, those same tweaks can cause real problems down the line, and/or on most installations.
Touch what you don't thoroughly understand at your own risk, you'll probably regret it later.
Thanks, so really the bottom line is don't fiddle with any of it and just keep the default values for everything?
For now, yes. Down the line as you become more experienced, and especially if you begin creating your own scripts, you may want to break into these, but for now default settings is probably the way to go.