equipped item in item shape grid appears normally while in the equipment screen it appears faded?

Mimi

New member
not sure if this is a good forum or discord question, but as the title says. the way mine is right now, you can't tell if an item is equipped or not from the item shape grid itself. on the equipment panel though the item is faded out. I suspect this is the reverse behavior then what is intended? it would make sense if the item in the grid was faded so you can tell what is actually equipped
1689232159536.png
 
The looks of your ItemViews are completely up to you.
You can use the ItemViewModules to modify how they look depending on the current state of the item.
Check out this page:
and this video tutorial:

You can even make your own custom itemViewModule scripts to customize them even more.
 
Top