Oh where oh where has my hud gone off to?

I once had the hud revert to default when I was experimenting - turned out that during pasting I had left an extra > in there.
 
<?xml version="1.0" encoding="UTF-8" ?>
<GraphicsConfig>
<GUIColour>
<Default>
<LocalisationName>Standard</LocalisationName>
<MatrixRed> 1, 0, 0 </MatrixRed>
<MatrixGreen> 0, 1, 0 </MatrixGreen>
<MatrixBlue> 0, 0, 1 </MatrixBlue>
</Default>
</GUIColour>
<GraphicsConfig>
The final tag is missing the closing slash - should be: </GraphicsConfig>
 
The final tag is missing the closing slash - should be: </GraphicsConfig>

You are quite right, I never noticed that,I'll have to change that ( I had always only altered the three colour lines). - Strangely though, the file still worked, I wonder why?
 
Last edited:
Excuse me but can anyone tell me how to fix a corrupted GraphicsConfigurationOverride file that's in the appdata since I was trying to change my hud color and was not successful and now the file is corrupted and I can not edit it back to box standard or anything

and the file is located in the Frontier Location file in the Appdata.
 
Excuse me but can anyone tell me how to fix a corrupted GraphicsConfigurationOverride file that's in the appdata since I was trying to change my hud color and was not successful and now the file is corrupted and I can not edit it back to box standard or anything

and the file is located in the Frontier Location file in the Appdata.

Just delete it and make a new one. The game doesn't need it either way.

But anyway, for examples of how to get it working and what the content of the file can be, check out this thread I started... https://forums.frontier.co.uk/showthread.php?t=217198
 
Last edited:
Back
Top Bottom