安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






However, I do wish you could redo the visuals to look more in line with the game. I’d also like the numbers to be moved a little to the right as to not cover the targeting or status icons.
[ShowHealthOnName.X2DownloadableContentInfo_ShowHealthOnName]
DLCIdentifier="ShowHealthOnName"
[ShowHealthOnName.UIUnitFlagWithHealth]
+OnlyShowInBreach=false
+OnlyShowEnemies=false
the UI has issues with the Target Preview for moving, as shown here.
https://i.imgur.com/kXLwUlU.jpg
Gets hard to figure out when there's more target icons with an overlap set. Workaround is to just not show the numbers for the Agents. Most of the time you can easily count small changes from either end. Like a small amount of HP lost. Or worse, a small amount of HP left. :)
I would say you're partially correct. Jack can actually download the Dev Tools for the game from Steam itself (I know because I looked into it - 90 gigs btw!). I don't THINK there's tremendous amounts of engine retooling involved nor do I think there's A LOT of C++ that Jack would need to be proficient in. The game devs, XCOM folks in particular, have made it really easy to mod the games they've made; just look at all the mods available for XCOM 2.
Now, I could be wrong; most of the modding I've done has been mostly modifying existing values and things, not adding things that aren't already there, however I think the BEST people to ask are the ones who've been modding XCOM games with high proficiency, like bg and RealityMachina. There IS also a whole Discord community devoted to XCOM modding which Jack can inquire within.
C:\Program Files (x86)\Steam\steamapps\workshop\content\882100\2074013605\Config\XComGame.ini
[ShowHealthOnName.UIUnitFlagWithHealth]
+OnlyShowInBreach=false
+OnlyShowEnemies=true
if you want to also have your team, change +OnlyShowEnemies=false
been using this since the beginning of my campaign but im noticing that its not being applied all the time. during the missions it doesnt show up all the time. not sure why. this is the only mod I have as well.
"здоровье же и так показывается справа вверху"
Да, это не очень полезно на самом деле !
One more thing I thought of, since you said you're new to computers. I don't remember the default behavior of .ini files, but you're going to want to open it in a text editor; Notepad will do. Then just edit the line mentioned. If that's something you want, of course.
If you want the numerical health display to always show, you can do the change LordLancelot mentioned:
C:\Program Files (x86)\Steam\steamapps\workshop\content\882100\2074013605\Config\XComGame.ini
"C:\Program Files (x86)" will be whatever your install path was if non-default, everything else above will be the same. Go to the "XComGame.ini" file within that Config folder and change the Breach line to "+OnlyShowInBreach=false".
Leave everything else the same, and then the last block should look like:
[ShowHealthOnName.UIUnitFlagWithHealth]
+OnlyShowInBreach=false
+OnlyShowEnemies=true