Hello,
In patch 2.02 there's a button in the fortress that allows you to activate Collector's Edition Graphics which gives banner carriers glow.
The issue is while this button works fine in my mod for Arnor. It doesn't work for Rohan.
The banner carriers spawn with glow already attached.
It's supposed to spawn without the glow until I activate the Collector's Edition button.
Although it has this code:
Behavior = SubObjectsUpgrade Show_Topper TriggeredBy = Upgrade_ActivateCEGraphicsA ;,; Upgrade_GondorFaction ;;,;; CE graphics fix Upgrade_RingHero ;;,;; Upgrade_AllFactionUpgrade ShowSubObjects = Glow HideSubObjectsOnRemove = Yes ;;,;; CE graphics fix End
It's not working.
Any idea why?
My banner carrier unit is called calenardhonbanner. It's using the same model as Rohan or Dale banner carrier. (RUYeoBnr_SKN)
Is this like a filter thing? Do I have to add my banner carrier somewhere for this to work probably?
Edited by King Arveleg, 07 September 2023 - 08:35 PM.