安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题









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...)