tirem / HXUI

A set of UI elements for Ashita v4
GNU General Public License v3.0
47 stars 17 forks source link

HXUI Interferes with other visual addons #17

Open rwaffle opened 1 year ago

rwaffle commented 1 year ago

Running latest HXUI and Ashita

HXUI appears to "block" other visual addons and visual elements on screen, including the config menus for addons/plugins and Ashita. The addons and config menus reappear during zoning when the screen turns black (Thorny suggests it is failing to clean up imgui state). All config menus appear to be impacted. The following addons are (not always, but often) removed from the screen when loading hxui (not an exhaustive list):

Capture of the behavior here: https://www.youtube.com/watch?v=wlgWdu22zRw

tirem commented 1 year ago

I'm not able to replicate this behavior. I load and unload HXUI all day with statustimers loaded and have never seen this behavior. Is there something specific about your setup that may vary from default? Are you using a specific subset of the visual elements? Also what operating system do you happen to be on? I saw someone else report something similar but only on the steam deck.

rwaffle commented 1 year ago

On Windows 11. I've unloaded all addons and enabled all individual pieces of HXUI individually and the problem appears to be related to the inventory tracker specifically. With that piece as the only one loaded, I would encounter the config menus and other addons blocked (once reloaded). Removing that item from my HXUI settings (settings["userSettings"]["showInventoryTracker"] = false;), everything worked correctly again.

Also, I mentioned in discord, this first started the day I did Gobbiebag I and went from 30>35 inventory, and had the second pane of slots added in the inventory tracker window.

rwaffle commented 1 year ago

An update here - this appears to actually be due to the inventory tracker being outside the bounds of my game's resolution. I sometimes switch between 2560x1440 and 1920x1080, and I must've left the position of the inventory tracker outside of 1920x1080. I have tested this with other elements in HXUI as well as other add-ons, and I do not run into this issue though. But if this is more of just an imgui quirk, this can be closed.

tirem commented 1 year ago

Next update this should be addressed. I can implement checks for elements being offscreen and move them back to a default location :)

war3zlod3r commented 1 month ago

This appears to still be an issue with HXUI as of 1.1.1 release but on isolated PC's, I personally don't have the issue but was helping a friend of mine returning to the game after a break today and he reported having the same issues, had him disable HXUI and all the other addon's that weren't showing up suddenly appeared.