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
Rocketeer of Alpha (it use the same as rocketeer knox)
Doom guy (use same as toxicologist Iirc)
Iron Stalwart (use the same As Phalanx)
Have a small suggestion tho: the ninja and blade dancer class for Lwotc are using the same class icon. Would it be possible to update one of their icon to a new one?
Tho its still the old icon for me,I'll try unsubbing/subbing again to see if they update it.
@Soul I didn't see the Enforcer being blue, I even tried disabling my local version and downloading the Steam version. Maybe it was the Iron Stalwart you were thinking of?
I did see FateVoid's new classes, I didn't download them, but based on the screenshots, they are using copies of icons from this mod. I'm ok with that, but I'm not ok with them having SRGB still checked :) (Leaving SRGB checked makes them really dark in game.) I've had it in the back of my mind to post something to them about that, just haven't done it yet.
Oh yeah also dunno if you saw FateVoid new classes,it'd be cool to have unique icons for these,since they mostly use base psionic icon last I checked
Hi, could you share a comparison table: class = color?
or somehow suggest how I can break down my collection of 100 classes + Mec + Aliens into categories for mutual comparison.
Sniper
Scout -- uses the Ketaros Pack "Satellite" icon, which has gotten a few new tweaks
Javelin
Jackal
Heavy Gunner
Hacker
Defender
One thing that could be tried (although I don't have a lot of confidence in it) is nuking all the user configs and rebuilding them. https://www.reddit.com/r/xcom2mods/wiki/mod_troubleshooting#wiki_regenerate_user_config
Another thing could be posting in the troubleshooting for the XCom2 modding Discord server. (I see a person with your name on the LWOTC server, so I assume that's you and you have Discord -- we probably should have moved the conversation off here already... oops!). Link to XCom2 Modding server: https://discord.gg/ZytsZ93
Also, especially if you are using Notepad, make sure it's being saved as a .ini, not a .ini.txt
So, instead of just
+ClassIconChanges=(ClassName="Jeow_Rifleman", ReplacementIcon="img:///UIIcons_EBColor_RPGO.class_Infantry_color")
Change it to (two lines)
-ClassIconChanges=(ClassName="Jeow_Rifleman", ReplacementIcon="img:///EB_ColorClassIcons_UI.class_Assault_color")
+ClassIconChanges=(ClassName="Jeow_Rifleman", ReplacementIcon="img:///UIIcons_EBColor_RPGO.class_Infantry_color")
(And repeat for the other classes.)
And yeah, the config parser treats each line as a new command, so a split up line breaks stuff. There is an exception though: "\\". That tells the parser to ignore the next character, so when it's at the end of a line, it removes the enter keypress and combines the two lines into one.
Thanks! The feedback has been really positive, so I know I'm on to something here.
@Wolf Renegade
So, when you say the class has disappeared, do you mean the class itself is gone, or the icon is gone? One thing to verify, Steam doesn't have enough room for the lines, so they are shown on two, but do have the whole +ClassIconChanges command on one line in your .ini?
I've pretty much followed the instructions on the page, and I currently am not sure what could be missing; This is how it looks for me:
[ColorClassIcons.X2DownloadableContentInfo_ColorClassIcons]
+ClassIconChanges=(ClassName="Jeow_Rifleman", ReplacementIcon="img:///UIIcons_EBColor_RPGO.class_Infantry_color")
+ClassIconChanges=(ClassName="Jeow_Recon", ReplacementIcon="img:///UIClassIcons_EBColor_KetarosPkg.class_Sniper_color")
+ClassIconChanges=(ClassName="Jeow_Support", ReplacementIcon="img:///UIClassIcons_EBColor_Amalgamation.class_Gunner_color")
+ClassIconChanges=(ClassName="Jeow_Engineer", ReplacementIcon="img:///UIClassIcons_EBColor_Surplus.class_Pin-Grenade_color")
+ClassIconChanges=(ClassName="Jeow_TeamLeader", ReplacementIcon="img:///UIIcons_EBColor_RPGO.class_Scout_color")
Geth FIXER (and the standard class Buildable Geth Redux)
Geomancer
Warp Warden
Psi Priest
Medical Sniper
Changing the Team Leader, for example:
The icon is in the spreadsheet as preview screen 1, row 3, column 7, with a full path listing of "img:///UIIcons_EBColor_RPGO.class_Scout_color"
Then, the Team Leader line in XComClassIconChanges.ini needs to be changed. Either by editing it directly, or by adding it to a local mod, like:
[ColorClassIcons.X2DownloadableContentInfo_ColorClassIcons]
; remove old
-ClassIconChanges=(ClassName="Jeow_TeamLeader", ReplacementIcon="img:///EB_ColorClassIcons_UI.class_Ranger_olive")
; add new
+ClassIconChanges=(ClassName="Jeow_TeamLeader", ReplacementIcon="img:///UIIcons_EBColor_RPGO.class_Scout_color")
A line up I can suggest would be:
Team Leader : First image, third line, Fifth from the right
Rifleman : First image, first line, Third from the right
Force Recon : Second image, fourth line, First from the left
Fire Support : First Image, fifth line, First from the right
Combat Engineer : Fifth Image, first line, Second from the right
And I installed discord, is there a way to send the zip through there or you want me to host the files somewhere?