Skip to content
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

[8193.20.1] SetTextureOverride failing when changing icon textures #121

Open
weavejester opened this issue Jul 14, 2020 · 1 comment
Open
Labels
game Issues with the game code.

Comments

@weavejester
Copy link

weavejester commented Jul 14, 2020

To Reproduce

  • Add a feat, skill or spell to the quickbar, for example the search skill.
  • Use SetTextureOverride to override its icon texture, for example changing isk_search to isk_settrap.
  • The icon won't change unless the quickbar slot is cleared and then re-added.
  • If the user logs out of the server and logs back in without exiting the client, the icon won't change even if the quickbar slot is cycled.

Specifics

  • OS: Windows 10
  • Game build: 8193.13 to 8193.20.1
  • Distro platform: Steam

Bug Description

It seems that the icon textures are cached, and that cache is not cleared when SetTextureOverride is used.

Changing icons is useful to denote cooldowns, ongoing effects, or other special circumstances.

@weavejester weavejester added the game Issues with the game code. label Jul 14, 2020
@weavejester weavejester changed the title SetTextureOverride failing when changing icon textures [8193.16] SetTextureOverride failing when changing icon textures Oct 23, 2020
@burmashave
Copy link

Would love to get this fixed for the all the same reasons mentioned by @weavejester!

@weavejester weavejester changed the title [8193.16] SetTextureOverride failing when changing icon textures [8193.20.1] SetTextureOverride failing when changing icon textures Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
game Issues with the game code.
Projects
None yet
Development

No branches or pull requests

2 participants