Graphicsoverride missing

Hi just reinstalled today and went to change my UI colour but I'm missing the graphics override folder i have show hidden files
 
%LOCALAPPDATA%\Frontier Developments\Elite Dangerous\Options\Graphics

Just in case you were looking elsewhere. Good luck
 
Yeah its not there, have four files custome.fxcfg display settings settings startpreset, no graphicsoverride
 
From memory I don't think the GraphicsConfigurationOverride.xml file is created by default, it has to be created manually (or by a 3rd party tool such as EDProfiler).

I think you might be right... (y)

@Parkie if you can't find your old one here is the content of mine:

<?xml version="1.0" encoding="utf-8"?>
<GraphicsConfig>
<GUIColour>
<Default>
<LocalisationName>Standard</LocalisationName>
<MatrixRed>0.7, 0.08, -0.08</MatrixRed>
<MatrixGreen> 0, 1, 1 </MatrixGreen>
<MatrixBlue> 0.15, -0.15, 1</MatrixBlue>
</Default>
</GUIColour>
</GraphicsConfig>
 
I had one there by default, I made a copy of it before I started faffing about with the settings. There's only a couple of lines:

XML:
<?xml version="1.0" encoding="UTF-8" ?>
<GraphicsConfig />
 
Back
Top Bottom