Solybum / PSOBBMod-Addons

GNU General Public License v3.0
29 stars 29 forks source link

Implemented "multi-floor" option to Item Reader's Floor Reader and some '%' handling changes. #51

Closed Elixir70 closed 2 years ago

Elixir70 commented 2 years ago

Multi-floor option shows items on all floors and sorts the items according to item ID. The items on other floors can be displayed using a 'brightness percent' to make them darker, or a string can be prepended to the beginning of the line to differentiate.

Changed handling of '%' character in Item Reader and Player Reader because the next version of the base plugin should properly format strings passed to various ImGui functions with variadic argument support.