安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I managed to get the game working, at least so far (was able to load and do customization for the beginning of campaign mode).
I narrowed it down to a graphics issue, and I was thinking of trying to downgrade to nvidia-470 but decided to force the graphics card via steam with:
DRI_PRIME=1
I also used:
MESA_GL_VERSION_OVERRIDE=3.1COMPAT
- although I'm not sure that this command is necessary (but haven't tried without just yet).
I'm not quite sure why it's necessary to force the graphics card via steam, since i was launching the game both via the "Launch using discrete graphics" as well as with the graphics card set via CLI, but for whatever reason I suppose it was not working as intended.
So, if you come across this issue on Linux, first try entering the following in the LAUNCH OPTIONS:
DRI_PRIME=1 %command%
Verify that your nvidia card is being used with:
nvidia-smi
If that doesn't work, try adding some version-forcing variables.
Here is a comprehensive list many of the available env vars for the graphics library:
https://docs.mesa3d.org/envvars.html
The only issue that I still have, is the not-responding pop-ups continue to appear, although ignoring them or selecting wait rather than force quit allows the game to go on normally. This is more of an annoyance than a functional issue, and I'm still working on a way to force these to not appear. If anyone has any ideas, let me know.
edit:
Another issue is that the mouse selection area is off by quite a bit. I have to select a few cm's above what I want to click. I think this is a relatively easy fix.