Jump to content

Recommended Posts

Posted

Why is it that the Graphic.lua is always reset after an update?

Examples: Screenshotquality set back to 90 and MaxFPS always set back to 120.

 

Does not make any sense to me...

Win11 Pro 64-bit, Ryzen 5800X3D, Corsair H115i, Gigabyte X570S UD, EVGA 3080Ti XC3 Ultra 12GB, 64 GB DDR4 G.Skill 3600. Monitors: LG 27GL850-B27 2560x1440 + Samsung SyncMaster 2443 1920x1200, HOTAS: Warthog with Virpil WarBRD base, MFG Crosswind pedals, TrackIR4, Rift-S, Elgato Streamdeck XL.

Personal Wish List: A6 Intruder, Vietnam theater, decent ATC module, better VR performance!

Posted (edited)
Why is it that the Graphic.lua is always reset after an update?

Examples: Screenshotquality set back to 90 and MaxFPS always set back to 120.

 

Does not make any sense to me...

 

I dont know if you saw this readme.txt in the DCS World>Config>graphics_readme

 

Hi!

 

Old graphics.cfg is gone and replaced with graphics.lua.

However, please, do not edit this file directly.

Otherwise you'll lose your changes after each update.

 

New method for overriding options is to create (or edit) a file

 

C:\Users\<YOUR-LOGIN>\Saved Games\DCS\Config\autoexec.cfg

 

or

 

C:\Users\<YOUR-LOGIN>\Saved Games\edModelViewer\Config\autoexec.cfg

 

(for model viewer)

 

and place your changes there.

Note:

- autoexec.cfg settings will override the options set via GUI.

- Graphic options in autoexec.cfg should be prefixed with options.graphics.

- file encoding should be UTF-8 without BOM

 

Example autoexec.cfg:

 

options.graphics.maxfps = 30

options.graphics.render3D = false

options.graphics.ScreenshotQuality = 75

-- add custom texture path

-- note the slashes!

table.insert(options.graphics.VFSTexturePaths, "c:/Users/<LOGIN>/Saved Games/DCS/MyTextures")

 

 

 

Happy gaming!

 

dsb at eagle dot ru

 

Hope it helps with not breaking your settings again.

Edited by UrbanTerrorist
Posted

Thx there UT.

No i did not read the readme file but i did now. I will change my stuff in the autoexec.cfg from now on.

Win11 Pro 64-bit, Ryzen 5800X3D, Corsair H115i, Gigabyte X570S UD, EVGA 3080Ti XC3 Ultra 12GB, 64 GB DDR4 G.Skill 3600. Monitors: LG 27GL850-B27 2560x1440 + Samsung SyncMaster 2443 1920x1200, HOTAS: Warthog with Virpil WarBRD base, MFG Crosswind pedals, TrackIR4, Rift-S, Elgato Streamdeck XL.

Personal Wish List: A6 Intruder, Vietnam theater, decent ATC module, better VR performance!

Posted

Hoo Ok great Thx I did change my setting using a modified "Medium" + rename my own high scenery into the medium.. Well lets see how it work :)

Fly it like you stole it..

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...