XCOM 2
[WOTC] Custom Item Name Formats
Affichage des entrées 11-20 sur 30
< 1  2  3 >
Mis à jour le : 19 sept. 2023 à 10h09

Fixed some rules not working because Highlander updated, it was going to happen at some point due to what I was doing in the code in this mod. This will no longer happen.


New rule options

* RequiresTech
* ItemTemplateClass
* OnlyPassiveEquipment


Other changes

* Couple new colors, slightly less dark auxiliary weapon color
* Utility item rules improved
* Rule priorities changed overall
* Now runs before Tesla Loot Mod, to take over weapon upgrade coloring (defaults to the same color scheme)
* Commented out optional overrides for existing colors overhauled to better handle item categories and such


New mod support rules

* Equipment with eStat_PsiOffense will be colored "psionic"
* Equipment with eStat_Hacking will be colored "hack"
* Chosen Reward Variety items will be "psionic"
* "MOCX" package name match rule to go with "DarkXCOM"
* Tesla Loot Mod ammo upgrades get the ammo color
* Armour Upgrades get vest color
* Armored Viper items colored with the mod's own colors used for research
* Colored all armors using ADVENT Armor: Reverse-Engineering
* Unique colors for Cosmo Dragoon
* Couple Proxian items handled separately

Mis à jour le : 9 aout 2023 à 21h42

Config changes:
* added a couple more stats to the optional stat colored PCS config
* ammo ItemCat rule as some not-modders are creating ammo items that aren't actually X2AmmoTemplates
* additional corpse rule to match name ends
* raider items turned green
* Armour Upgrades use vest color (unless Tesla Loot Mod is installed because that colors them instead)
* some more rules for the "already colored" section

Mis à jour le : 1 aout 2023 à 20h46

Improved mod loading order. Will now run before Item Hider.

Added a bunch of colors to config. Blacklisted hack reward dummy items.

Logging improved, will not spam quite as much if you enable it.

Mis à jour le : 25 juil. 2023 à 23h07

Added support for non-standard ghost template names in Wolf's Asset Pack.

Mis à jour le : 11 juil. 2023 à 12h19

Minor config updates
* weapon type matching slightly improved
* added a couple more formats
* added commented out alternative for ChosenInformation
* added localization to color rest of the resource bar titles as Firaxis didn't do those in a standard way

Mis à jour le : 14 juin 2023 à 13h02

New rules added:
* HasStat
* ArmorCat

Format changes:
* weapon_auxiliary adjusted "#4422EE"
* hotpink added "#DF07B7"
* shield_point added "#64C4CE"

Rule config changes:
* added commented out alternative stat based PCS colors
* added commented out alternative separately colored vanilla resources
* added rule for utility hacking items
* changed Chosen equipment rule to match start of name
* added support for LW2 Utility Plating
* added support for Mark Zero Augments
* adjusted commented out rules for Children Of The King and Augmentations

Mis à jour le : 15 mai 2023 à 17h23

Failsafe Hacking PCS tiers got changed, added config to fix the color discrepancy

Mis à jour le : 14 mai 2023 à 11h35

Added more color format options to config, changed some colors around a bit.

Some more helpful debug logging.

Mis à jour le : 17 avr. 2023 à 3h30

Partial matches can now match starts and ends of names
Optional logging added
Config improved to take advantage of new matching features

Mis à jour le : 14 avr. 2023 à 14h34

Some minor code and config improvements