[Help] View Equipment on Model Look Change

04/15/2019 13:14 deleonrenz024#1
Good Day!
I was wondering if anyone here knows the fix for when I view other's equipment it will show it's original icons not the transmuted icons. Thanks!
04/15/2019 14:58 Naltalah#2
Take a look at the code which loads the icon, then add a condition to it:

If the item has a model / is lookchanged, load the icon from the used model's ItemProp.
It's not that hard to do.

However, I would not advise to implement this, since this might lead to confusion which item the original is, most people only look at the icon.
04/16/2019 13:11 deleonrenz024#3
I know that logic though, I just want to know what file and function to look at, also the system itself has a string that puts red text "This item has been transmuted to appear as <item here>" above the awake lines when you hover your mouse on an item, Item Linking also displays it's original icon but when you view someone's equipment it doesn't show it's real icon

also can I know where's can I find the code for view equipment?
04/19/2019 02:48 deleonrenz024#4
bump!