-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.16d Hide the equipped items and In Team characters #146
Comments
There is no new settings for UI yet, those settings I made for just don't show "In Team" or "Equipped" message above icons. |
I see. is there a way to subtract or hidden them from the inventory ? when items is equip and characters is in team. |
In |
I found the code, but I'm not sure how to modify it. Could you take a screenshot? |
In UIInventoryManager.cs find this line: |
Oh my, sorry, it was evening and i didn't look properly at script hierarchy. Actually it should be I changed my project and script too much so i can't tell which line it is, just find it yourself. Find this line in
change to:
This will hide already equipped items in character equipment window ONLY. (The one you did screenshot in first comment) If you want to hide all equipped items from global inventory : In change to this:
(Yesterday i had mistake here - By the way, when checkmarking
But even this is not all. Because inventory in Arena Formations uses
change to:
I think that's all. What a pain in the a## isn't it ? |
Anyway, I appreciate your help. On this question, it is a breakthrough (handshake) :) |
Hi Suriyun,
I tested the new features for the first time. So I checked "not show items and characters".
But they still exist in the inventory (when equip items or characters in team, there is no reduction of a grid)
For example, when I have 3 items and 2 items equipped, there shuould be 1 item lin the inventory , Instead of the current 3 objects in the inventory.
Am I miss something? Or does the current version not support this feature?
Thanks.
The text was updated successfully, but these errors were encountered: