TanukiSharp / MHArmory

Armor Set Search application for Monster Hunter: World
MIT License
26 stars 8 forks source link

Resetting decorations/equipment override #5

Closed GediminasMasaitis closed 5 years ago

GediminasMasaitis commented 5 years ago

Currently the "Activate" checkbox allows you to quickly switch between armor pieces that you have and all armor available. That would be fine, except that the tool currently lists drachen armor, while Behemoth is not available for PC yet. So to search everything except drachen, since I've imported my save, I have to go to equipment setup and click on all armors/charms sets that I don't own in order to enable them.

A simple solution would be a "Select All" / "Deselect all" button, which would reset the configuration quickly, allowing you to quickly disable one or two specific sets.

TanukiSharp commented 5 years ago

Yes you are right, and this is easy to do. I will add it for the next release.

For the moment, what I can advice you to do (the less painful way) to select all, is to set the Show drop down menu to Some unpossessed and click the button to toggle all pieces. It will disappear since it will not match the condition anymore. Once you cleared the list, set Show to All unpossessed and do the same. Far from being ideal, I agree, but it saves you a lot of mouse moves.

For information, you can refer to this issue, which is kind of linked since this brings UX problem: https://github.com/TanukiSharp/MHArmory/issues/4

TanukiSharp commented 5 years ago

Note that version 0.0.8.1 has this feature. I know you already know, just for the records :)