Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If I am not mistaken, Odyssey is installed into a different folder, so your config file might be not in use.
Yeah, I found it.
For those wondering, go to Users\Username\AppData\Local\Frontier Developments\Elite Dangerous\Options\Graphics and open GraphicsConfigurationOverride.xml with the text book and put it like this :
<?xml version="1.0" encoding="UTF-8" ?>
<GraphicsConfig>
<GUIColour>
<Default>
<LocalisationName>Standard</LocalisationName>
<MatrixRed> 0.39, 0.47, 0.21 </MatrixRed>
<MatrixGreen> 0.08, 0.14, 1 </MatrixGreen>
<MatrixBlue> 1, -0.03, -1 </MatrixBlue>
</Default>
</GUIColour>
</GraphicsConfig>
And tweak your numbers for red, green and blue as you wish and like you might used to do.
Also keep in mind that on foot HUD has your color setup inverted. Matrix Red is matrix blue instead and so on.
https://steamcommunity.com/app/359320/discussions/0/3111403360722260475/
Haven't tested it yet, but I did the exact same thing with Horizons a few days ago and that worked just fine.
EDIT: Just to make sure, right now, my override in the game directory for odyssey looks like this:
<GUIColour>
<Default>
<LocalisationName>Standard</LocalisationName>
<MatrixRed> 0.2, 0.05, 2 </MatrixRed>
<MatrixGreen> -0.15, 2, -0.5 </MatrixGreen>
<MatrixBlue> 1.75, -1, -0.3 </MatrixBlue>
</Default>
Correct?