General
anisotropy
Type |
Range |
Default |
Location |
|---|---|---|---|
| int | 0 to 16 | 4 | In Game > Options > Video > Detail Level |
Set the maximum anisotropic filtering on textures. Anisotropic filtering enhances the image quality of textures on surfaces at oblique viewing angles. Valid values range from 0 to 16. Modern video cards can often perform 8 or 16 anisotropic filtering with minimal performance impact.
This setting’s effect can be seen by finding locations with straight lines (striped rugs or Balmora cobblestones) radiating into the distance, and adjusting the anisotropy slider.
screenshot format
Type |
Range |
Default |
Location |
|---|---|---|---|
| string | jpg, png, tga | png | Launcher > Settings > Miscellaneous |
Specify the format for screenshots taken using the screenshot key (F12 by default). This should be the file extension commonly associated with the format. Supported formats depend on compilation, but typically include “jpg”, “png”, and “tga”.
texture mag filter
Type |
Range |
Default |
Location |
|---|---|---|---|
| string | nearest, linear | linear | user settings.cfg |
Set the texture magnification filter type.
texture min filter
Type |
Range |
Default |
Location |
|---|---|---|---|
| string | nearest, linear | linear | user settings.cfg |
Set the texture minification filter type.
texture mipmap
Type |
Range |
Default |
Location |
|---|---|---|---|
| string | none, nearest, linear | nearest | user settings.cfg |
Set the texture mipmap type to control the method mipmaps are created. Mipmapping reduces processing power needed during minification by pre-generating a series of smaller textures.
notify on saved screenshot
Type |
Range |
Default |
Location |
|---|---|---|---|
| boolean | true, false | false | Launcher > Settings > Miscellaneous |
Show a message box when a screenshot is saved to a file.
preferred locales
Type |
Range |
Default |
Location |
|---|---|---|---|
| string | en | In Game > Options > Language |
Comma-separated list of preferred locales (e.g. “de,en”). Each locale must consist of a two-letter language code and can optionally include a two-letter country code (e.g. “en_US”). Country codes improve accuracy, but partial matches are allowed.
gmst overrides l10n
Type |
Range |
Default |
Location |
|---|---|---|---|
| boolean | true, false | true | In Game > Options > Language |
If true, localization GMSTs in content take priority over l10n files. Set to false if your preferred locale does not match the content language.
log buffer size
Type |
Range |
Default |
Location |
|---|---|---|---|
| int | ≥ 0 | 65536 | user settings.cfg |
Buffer size for the in-game log viewer (F10). If the log exceeds the buffer size, only the end will be visible. Setting this to zero disables the log viewer.
console history buffer size
Type |
Range |
Default |
Location |
|---|---|---|---|
| int | ≥ 0 | 4096 | user settings.cfg |
Number of console history entries retrieved from the previous session. Older entries are discarded when the file exceeds this value. See Paths for the location of the history file.