Caveats
A list of possible issues & how to solve them.
Menyoo
There is a recordde issue with Menyoo that will cause the DUI (Direct-rendered UI) to glitch, basically the UI that sits on top of world items. This is not resource-specific, which means it is not something explicitly caused by our resource, and is not something we can fix. Similar issues can be found with other resources utilizing DUI.
RPEmotes (& Similar UI Menus) - Fixable
Certain UI menus may cause issues when being started after our menu with the DUI, similar to Menyoo. Unlike Menyoo, these are scripts and can be started before our consumables and that will fix any issues with the DUI rendering.
Non-Unique/Stackable Items
To keep it short and basic - due to inventory limitations, non-unique and stackable items can not be used. This is because they can not store information about specific items effectively, which eliminates a huge portion of our script. All items have to be unique & can not be stacked that are deemed a consumable in our script.
For those that are curious about specifics, it is due to metadata not being supported for non-unique & stackable items. There are measures we can take to try and work around this issue, but ultimately they all have shortcomings rendering the methods unusable long-term. We are aware that some niche inventories do support metadata in the manner we need, but we aim to keep the scripts consistent despite framework & dependencies, which means we won't make custom functionality for one specific dependency in this way to allow the functionality.
Last updated
Was this helpful?