Hey man, thanks for all the suggestions and feedback. I think I managed to implement everything you suggested; the new version is already available. If you run into any issues or spot any other opportunities for improvement, just let me know! Thanks again for all the support and the amazing suggestions!
https://kadajah.itch.io/kadajahs-reinventory/devlog/1571644/devlog-version-45-up...
Thank you so much for flawlessly handling all these requests despite how tedious it must have been! I truly appreciate your time and effort!!!
I am currently running into two minor issues on my end. It would mean the world to me if you could take a look and help fix them when you have a chance!
1. UI Font Scaling Issue: After changing the font type for the text inside the HP/MP bars, Gold text, and Guide text, attempting to adjust the font size only shifts the text's position instead of actually resizing the font.
2. Inventory 'E' (Equipped) Mark Misplacement: When I have multiple identical equipment items in my inventory and equip one of them, the 'E' (Equipped) indicator appears on a wrong item of the same type, rather than on the specific item I actually just equipped.
Tysm always!!!!! :)
Hey man, the font issue happened because if the font name contained spaces or wasn't formatted correctly in the parameter, the Canvas engine treated it as an "invalid" font; this caused it to reject the size change and only affected the text's vertical position (offset). As for the equipment issue, it occurred because the function was looking for the "first copy" of that item in the inventory instead of using the specific one you clicked or dragged.
I’ve applied both fixes to the JS file, it passed all my tests without a hitch, so could you please download the plugin file again and test it out?
Thank you for all the feedback; it really helps in developing better tools. Thanks also for all the support.
"Thank you so much for fixing the bug so quickly. You are truly the best plugin developer!!
I noticed that after the latest update, the parameters to change the text size inside the HP/MP bars and the Gold text size seem to have disappeared. I would really appreciate it if you could take a quick look into this!
Thank you as always for your kind and helpful support!"
Hi! I have a minor suggestion regarding a small QoL issue. Whenever I equip, unequip, or discard an item in the inventory, the cursor forcibly resets to the top-left slot. This makes handling multiple items quite cumbersome, especially when using directional keys instead of a mouse. Would it be possible to patch this so the cursor remains in its last position rather than resetting? Thanks always my GOAT