XCOM 2
[WotC] UI - Colored Weapon Tiers
 This topic has been pinned, so it's probably important
∑3245  [developer] 27 Dec, 2019 @ 12:18pm
Bug Report Thread
Found a bug? Report it here!

Please be very descriptive with your post (where it occurred, what was happening at the time of the occurrence), and post your launch.log file or else I won't be able to help you.

Saying my game is broken because of this mod is not descriptive.
< >
Showing 1-9 of 9 comments
septicemic 1 Feb, 2020 @ 8:38am 
Thanks for this awesome mod! It doesn't look like grenade launchers are being colored? Presumably because they're a separate template class?
X2GrenadeLauncherTemplate
Last edited by septicemic; 1 Feb, 2020 @ 8:38am
RustyDios 13 Feb, 2020 @ 10:56am 
Hello .. I'm using this standalone LW Laser Pack;
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1126705983

I noticed in my new game when finally getting laser tier weapons they show up Purple instead of green ... so I went and checked the files of the actual mod.. and in that particular mod the LW lasers are indeed set as 'beam' tier weapons ...
I added the following into my config and all works fine;
;======================================================================== ; Rusty Fix for LW Lasers ;======================================================================== +WeaponTechColor=(WeaponTemplateName=AssaultRifle_LS , HexColor="00EC00") +WeaponTechColor=(WeaponTemplateName=SMG_LS , HexColor="00EC00") +WeaponTechColor=(WeaponTemplateName=Cannon_LS , HexColor="00EC00") +WeaponTechColor=(WeaponTemplateName=Shotgun_LS , HexColor="00EC00") +WeaponTechColor=(WeaponTemplateName=SniperRifle_LS , HexColor="00EC00") +WeaponTechColor=(WeaponTemplateName=Sword_LS , HexColor="00EC00") +WeaponTechColor=(WeaponTemplateName=Pistol_LS , HexColor="00EC00") +WeaponTechColor=(WeaponTemplateName=LWPistol_LS , HexColor="00EC00") ;======================================================================== ;========================================================================
~Just thought you might want to know :)
Last edited by RustyDios; 4 Mar, 2021 @ 11:13am
mctrevor 5 Apr, 2020 @ 11:29pm 
In LWotC it is not working for coilguns.

edit: and for the Laser pistol. The other tiers are working fine.
Last edited by mctrevor; 5 Apr, 2020 @ 11:43pm
Chéradénine 15 May, 2020 @ 2:01am 
For the coilgun, it seems that LWOTC coilguns have the techname coilgun_lw, but this mod looks for tech names coil and coil_lw. So if you go into the XComGameData.ini and replace coil_lw by coilgun_lw, it should work.
Disclamier, I just made the change, haven't teste it yet.
Stafford 22 Aug, 2020 @ 2:44pm 
coilgun_lw didn't work either. Really thought you had solved it...!
Last edited by Stafford; 31 Aug, 2020 @ 12:26pm
Stafford 1 Sep, 2020 @ 6:59am 
I have tried "coil", "coilgun" and "coilguns". All three with and without the "_LW". Even tried the extension "_LW2". None worked.

topalin 14 Oct, 2021 @ 1:00pm 
Any solutions for coilguns /laser pistols? I have the same problem.
topalin 15 Oct, 2021 @ 1:30am 
Well, added (i.e. NOT replaced the original ones) these two lines:
+WeaponTechColor=(WeaponTechName=coilgun , HexColor="FF5733")
+WeaponTechColor=(WeaponTechName=coilgun_lw , HexColor="FF5733")
and it worked.

I had to change the color to the custom (FF5733 = dark orange) though. With the default color (9ACBCB) it was not working and all coil weapons remained vanilla colored (very light teal?).
Xynche 28 Oct, 2021 @ 11:14am 
I wanted to use this with "[WOTC] Iridar's Five Tier Weapon Overhaul - Vanilla Balance
". Thanks Rusty for the suggested configuration. I've updated the main configuration have this:

; "[WotC] UI - Colored Weapon Tiers" configuration ; With fixes for "[WOTC] Iridar's Five Tier Weapon Overhaul - Vanilla Balance" ; Updated colors to help with Cyan / Light Blue color distinction issues [WotC_Misc_ColoredWeaponTierText.X2Helpers_OnPostWeaponTemplatesCreated] bEnableLog = false ; Updated Tiers by Weapon Tech Names ; Tier 1 +WeaponTechColor=(WeaponTechName=conventional , HexColor="AFAFAF") ; Tier 2 +WeaponTechColor=(WeaponTechName=magnetic , HexColor="87C7FF") ; Tier 3 +WeaponTechColor=(WeaponTechName=coil , HexColor="8847FF") +WeaponTechColor=(WeaponTechName=coil_lw , HexColor="8847FF") ; Tier 4 +WeaponTechColor=(WeaponTechName=laser , HexColor="D32CE6") +WeaponTechColor=(WeaponTechName=laser_lw , HexColor="D32CE6") ; Tier 5 +WeaponTechColor=(WeaponTechName=beam , HexColor="EB4B4B") ; Default Tier by Chosen Template Names +WeaponTechColor=(WeaponTemplateName=ChosenSniperRifle_XCOM , HexColor="FFCC33") +WeaponTechColor=(WeaponTemplateName=ChosenSword_XCOM , HexColor="FFCC33") +WeaponTechColor=(WeaponTemplateName=ChosenShotgun_XCOM , HexColor="FFCC33") +WeaponTechColor=(WeaponTemplateName=ChosenRifle_XCOM , HexColor="FFCC33") +WeaponTechColor=(WeaponTemplateName=ChosenSniperPistol_XCOM , HexColor="FFCC33") ; Fix "Long War SMG Pack - WotC (unofficial)" ; Tier 1 +WeaponTechColor=(WeaponTemplateName=SMG_CV , HexColor="AFAFAF") ; Tier 2 +WeaponTechColor=(WeaponTemplateName=SMG_MG , HexColor="87C7FF") ; Tier 3 +WeaponTechColor=(WeaponTemplateName=SMG_CG , HexColor="8847FF") ; Tier 5 +WeaponTechColor=(WeaponTemplateName=SMG_BM , HexColor="EB4B4B") ; Fix "Coilguns for War of the Chosen" / All Tier 3 +WeaponTechColor=(WeaponTemplateName=Pistol_CG , HexColor="8847FF") +WeaponTechColor=(WeaponTemplateName=AssaultRifle_CG , HexColor="8847FF") +WeaponTechColor=(WeaponTemplateName=Cannon_CG , HexColor="8847FF") +WeaponTechColor=(WeaponTemplateName=SniperRifle_CG , HexColor="8847FF") +WeaponTechColor=(WeaponTemplateName=Shotgun_CG , HexColor="8847FF") +WeaponTechColor=(WeaponTemplateName=SMG_CG , HexColor="8847FF") ; Rusty's Fix for "Fix Long War Laser Pack - WotC (unofficial)" / All Tier 4 ; https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/1949328656/2632849816274508226 +WeaponTechColor=(WeaponTemplateName=AssaultRifle_LS , HexColor="D32CE6") +WeaponTechColor=(WeaponTemplateName=SMG_LS , HexColor="D32CE6") +WeaponTechColor=(WeaponTemplateName=Cannon_LS , HexColor="D32CE6") +WeaponTechColor=(WeaponTemplateName=Shotgun_LS , HexColor="D32CE6") +WeaponTechColor=(WeaponTemplateName=SniperRifle_LS , HexColor="D32CE6") +WeaponTechColor=(WeaponTemplateName=Sword_LS , HexColor="D32CE6") +WeaponTechColor=(WeaponTemplateName=Pistol_LS , HexColor="D32CE6") +WeaponTechColor=(WeaponTemplateName=LWPistol_LS , HexColor="D32CE6")

I'm hoping to configure colors for other secondaries and utility in the future, but I'm very happy with this for now. Yellow flashes / blue frost bombs / grey smoke bombs feel like a good next step.

There is a small bug I noticed when testing. From the Avenger > Open Armory, Select "View Soldiers" > Select a Soldier, Select "Loadout" > Select the Primary Weapon slot > Click the bottom left back button. This removes the colored "Coil Rifle" name from the inventory in the left, until the inventory is re-opened.
Last edited by Xynche; 28 Oct, 2021 @ 11:14am
< >
Showing 1-9 of 9 comments
Per page: 1530 50