XCOM 2
[WOTC] Custom Item Name Formats
34 comentarios
TGalaxy 24 SEP 2024 a las 10:09 
@Zelfana I loveee youuu (ur mods) :psi:
Zelfana  [autor] 13 MAY 2024 a las 0:09 
@HKR31

You'd need to make your own config lines for Bitterfrost Protocol items because I feel like they are more useful colored by their generic type rather than just all frosty blue since none of those items are unique apart from the Winter King's Fangs which get frost color from having FreezingLash on it.

For Children of the King it should work by just putting the relevant commented out lines in use. StripExistingTags needs to be enabled because the items have that default blue color in localization.

For the techs you're gonna have to change that directly in the localization because Color Your Techs can't remove existing color tags.
HKR31 12 MAY 2024 a las 15:40 
@Zelfana
How do i activate the frost colors for 'bitterfrost protocol' and 'children of the king' to be the same as the vanilla viper king items (serpent armor and winter fangs?
In the configs that color is chosen (frost) but the regular blue color appears that is set for tier 2 weapons
Also in 'color my tech' mod
Zelfana  [autor] 17 ABR 2024 a las 3:19 
It's not directly a problem with this mod as that is a X2TechTemplate which this mod does not colorize. Duplicate font tags can be a problem for the game itself.
Zelfana  [autor] 17 ABR 2024 a las 3:17 
Hmm, that would be a clash with Color My Techs then as it would be adding font color tags to that as well. I'll check if I can reproduce this and also see if it happens without my mod as well.
Denis 2101 17 ABR 2024 a las 3:09 
The error was due to this in the localization file (Duplication of blocks in localization)
I removed the excess - the freezes are over

[PlatedVestProject X2TechTemplate]
DisplayName="Tactical Vest"
Summary="The Tactical Vest will provide armor, hit points, and critical hit resistance."

...

[PlatedVestProject X2TechTemplate]
DisplayName="<font color='#00D286'>Tactical Vest</font>"
Denis 2101 16 ABR 2024 a las 22:27 
@Zelfana, Thanks for the reply. I'll try to find the reason for the error later.
Zelfana  [autor] 15 ABR 2024 a las 8:07 
I guess if you find out which mod it is, I can check if I should change something to make things work better with it if each mod works individually both you crash with both of them loaded together.
Zelfana  [autor] 15 ABR 2024 a las 8:05 
@Denis 2101

It has been 3 months since the last update to this mod and you're the first person reporting such problems. I somewhat doubt it could be directly this mod's fault. So I don't really know what else to tell you than follow the general troubleshooting guide on the modding wiki.

https://www.reddit.com/r/xcom2mods/wiki/mod_troubleshooting
Denis 2101 14 ABR 2024 a las 22:59 
@Zelfana
In which case, after installing this mod, the opening of Proving Ground freezes
Assembly Features:
There is a combined laboratory
There are hand-colored objects, technologies, and so on.

How can I determine the cause of the hangup?
MrMister 10 ENE 2024 a las 23:11 
Thanks!
Zelfana  [autor] 10 ENE 2024 a las 18:03 
Should be compatible with Filtered Build Items Menu now although that mod still needs work imho.
MrMister 7 NOV 2023 a las 6:20 
Ah, true, I forgot I had that.
Zelfana  [autor] 6 NOV 2023 a las 9:23 
@MrMister

I believe that is caused by Filtered Build Items Menu. It breaks the MCO I have for UIInventory_ListItem for some reason.
MrMister 6 NOV 2023 a las 8:55 
Using this in MJ+ via Extensive Information Overhaul (LWOTC - Mod Jam)'s config for it, I have a very small issue - in the Build Items menu, items highlighted in red (because of insufficient resources to build) will be in white text until you've hovered the mouse over them once, instead of the desired color.
Zelfana  [autor] 29 OCT 2023 a las 11:57 
I use both of those mods. They work fine with this.
gedeonro 29 OCT 2023 a las 11:54 
[WOTC] Colored PCS Icons is incompatible right?
gedeonro 29 OCT 2023 a las 11:34 
is compatible with [WOTC] Show Tech Rewards
?
Zelfana  [autor] 20 SEP 2023 a las 9:51 
Issue is fixed, no worries.
HKR31 20 SEP 2023 a las 9:31 
This mod no longer works with highlander OR new update of this mod fix this issue?
Selmo 9 SEP 2023 a las 9:56 
So I was dumb and copied the mod name instead of the item name. :) This is working:
; EU Psi armor
+FormatX2EquipmentTemplate = (ItemCat = "armor", TemplateName = "CX_PsiArmor", FormatPreset = "psionic", Priority = 110)
Zelfana  [autor] 22 AGO 2023 a las 14:45 
I'm putting in a more comprehensive psi rule that can handle more mods that have Psi Offense items.

I'm thinking the existing "alien" color can work for ADVENT Armor but I'll need to check in-game. Also juggling Color Your Tech configs for a lot of mods simultaneously.
Selmo 22 AGO 2023 a las 14:20 
@Zelfana

I tried made a pale vesion of the powered armor category, like the normal armors have the pale version of the plated. So far there is no conflict [images2.imgbox.com], but yeah that is why I made the format feel free to change the color.
Oh, and the Psi armor rule sadly doesn't work I just got there to build it and it have the standard powered armor color, I must miss something.
Zelfana  [autor] 22 AGO 2023 a las 11:22 
@Selmo

Thanks, I'm actually in the process of updating the mod so I can include those although I'm not entirely sure on the #7DAFCE color. I am actually aware of many mods as you can probably tell from the extensiveness of the config file.

Should probably also open up a discussion for sharing configs.
Selmo 20 AGO 2023 a las 13:34 
Thank you for this mod, it's really helps.
If anyone wants colored ADVENT armors , I done the homework:

Open the ini and search: +FormatPreset = (FormatName = "armor_conventional", HexColor = "#ECFFEC")
add: +FormatPreset = (FormatName = "armor_advent", HexColor = "#7DAFCE")
search: ; mod support
add: ; ADVENT armors
+FormatX2EquipmentTemplate = (ItemCat = "armor", TemplateName = "^Advent", NamePartialMatch = true, FormatPreset = "armor_advent", Priority = 110)

For EU Psi armor :
Open the ini and search: ; mod support
add: ; EU Psi armor
+FormatX2EquipmentTemplate = (ItemCat = "armor", TemplateName = "EUPsiArmor", FormatPreset = "psionic", Priority = 110)
Shad 20 JUL 2023 a las 16:23 
Neat.
Zelfana  [autor] 17 ABR 2023 a las 3:33 
Added better partial matching, you can now use ^ to match starts and $ for ends of template and package names. Also optional logging.
Zelfana  [autor] 3 OCT 2022 a las 12:31 
@ RustyDios
Essentially, yes. The colors make it too hard to read with the highlight background. Additionally it keeps gray "disabled" and red "can't afford" styles intact as well.

It's just calling a modified PopulateData when items get or lose focus and removing the color tags if the item has focus. Had to be done this way since the text is colored in flash afterwards.
RustyDios 3 OCT 2022 a las 12:13 
when you say "fix highlighting" on the list items.. what is that doing?
Swapping it to black on highlight and back to the original colour after ?
ElGamerViejuno 1 OCT 2022 a las 23:10 
nice mod tyty
Zelfana  [autor] 29 SEP 2022 a las 10:14 
@ Lux Manifestus

While this would indeed be nice, sadly MCM doesn't support typed in options and it would be harder to configure in MCM than just in a text editor.
Lux Manifestus 29 SEP 2022 a las 9:11 
I would love to see this with MCM support for color selection.
LeyShade 29 SEP 2022 a las 2:55 
This is amazing work and a great tool! Thank you for your efforts and congratulations on this release :)
Nero 28 SEP 2022 a las 7:26 
Noice