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