-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to show raynor pepper under his health without needing him focused? #151
Comments
These panels are created inside the specific UI location for "HeroSpecificStackingBuffsStatus" which is "HeroSpecificStackingBuffsPanel" in each Hero's status bar. It is possible to edit the UI definition before they are created. Unfortunately, they all use a SelectionUnitStatusPanel which is only visible when a unit is selected. Thus, it won't work in everyone-vision when no unit is selected. Therefore, the UI elements would need to be created inside the unit status for everyone. There is the issue of hiding backgrounds for the other heroes, though. But they can be hidden. Empty stacks will just not show an image. If the hero can be identified by other means, those could be added back for that hero. Example with hidden background images for Raynor's trait stacks.
|
Would it add to much noise as an observer seeing this information? Maybe this is why the default UI never did this? I just like the idea of being able to see this information without needing to select a hero, kind of feels more immersive with having the vision of these stacks. |
Today, I worked on this all day. Raynor's stacks work fine. But other things like Malf's cooldown or Imperius' stacks are not working properly right now. =/ |
hey, small steps is positive. Do you think it may be worth getting Khalors opinion on certain things? I know for sure he is probably the biggest user who gets the most audience from your work where as for me...right now i get like 3 twitch viewers and i dont want anything from my ideas taking priority over something that CCL or other leagues wont benefit from. |
Well, it is worth looking into. If it should always be made visible is another matter. It looks like that I can only make it work globally visible when the stacks are drawn on the own hero. |
I've added Raynor, Orphea, Valeera and Alexstrasza (only Gift Of Life) Other counters are possible via self-written code. Spazzo implemented a few things for unit status for his own UI:
and a video he posted on DIscord: https://streamable.com/vq8n96 |
Wow thats pretty cool. |
I guess a few other heroes may work similarly, like slyvanis stacking her W on enemies. Or would this kind of addition be a lot more complicated to add?
The text was updated successfully, but these errors were encountered: