XCOM 2
[WOTC] Custom Item Name Formats
Näytetään 11–20 / 30
< 1  2  3 >
Päivitys: 19.9.2023 klo 10.09

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

Päivitys: 9.8.2023 klo 21.42

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

Päivitys: 1.8.2023 klo 20.46

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.

Päivitys: 25.7.2023 klo 23.07

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

Päivitys: 11.7.2023 klo 12.19

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

Päivitys: 14.6.2023 klo 13.02

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

Päivitys: 15.5.2023 klo 17.23

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

Päivitys: 14.5.2023 klo 11.35

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

Some more helpful debug logging.

Päivitys: 17.4.2023 klo 3.30

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

Päivitys: 14.4.2023 klo 14.34

Some minor code and config improvements