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
but I used 0.52, 0.52, 0.22 instead, I love a warm tone khaki style like my Notepad++ :D
As of the current Beta (2023-02), this mod doesn't seem to be necessary anymore, as the game developers have dimmed the vanilla overlay screens (finally!). I have modified it to so that it will continue to function on the current (pre-Beta) version, but will do nothing for the Beta (and presumably, future releases).
If you've already switched to the Beta, you don't need it anymore, and can safely remove it from safe files if you want.
when using Beta (today's update 35171)
You need to update the mod.lua
replace
[code]game.config.gui.contourLinesConfig[/code]
with
[code]game.config.gui.layers.contourLines[/code]
If you wish to immediatly update the mod, it would require determaniting the current version to support both, then something like
[code]
if game.config.gui.contourLinesConfig == nil then
game.config.gui.layers.contourLines.baseColor = { 0.5, 0.5, 0.5, 0.5 }
else
game.config.gui.contourLinesConfig.baseColor = { 0.5, 0.5, 0.5, 0.5 }
end
[/code]
Having the screen go white every time I interact with the LineManager makes my eyes bleed.
(Can't believe they went with this design...)