Greetings all,
Reference how the cvar is typed.
you should use the following form when entering any command in a config file:
command variable name = value
e.g.: r_sharpening = 2
In the example above, note that first the command variable is specified,
- then there is
a space before and after an equals sign,
- then an assigned value is provided.
You can enter multiple commands in a cfg file, typically placing each command on a separate line.
(without the spaces it will not be seen as a valid command)
And as has already been stated:
- create a new text file by right-clicking in Windows Explorer and selecting New>Text Document,
- then rename it to
user.cfg (not user.cfg.txt)
It is not recommended that you use anyone else's cfg files, or copy and paste large portions of commands that you've found posted online, nor implement wide ranging changes via automated utilities, unless you understand what each and every command variable that is being changed actually does.
- what works for one computer will not necessarily work for another, and subject to different hardware configurations and/or even component driver versions.
Add on:
There are 3 cfg files in the default MWO install, only use the 'user.cfg' for these changes.
- PGI states in there system.cfg file the following,
Your personal settings can be stored in 'systemcfgoverride.cfg' so that they don't create any conflicts for version control.
(now this new file name is not normally present and has not been addressed or listed before as the only file to place changed cvars into. If this is new, ok. If the user.cfg is no longer a required/correct location or possibly conflicts with changing versions, here you go.
There is a systemoverride.cfg file, do not use this.)
Aim True and Run Cool,
9erRed
Edited by 9erRed, 29 December 2014 - 04:38 AM.