Thread Tools Display Modes
12/20/21, 10:29 PM   #1
static_recharge
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 32
Play/Pause/Resume Icon Textures?

I would like to create a pause/resume button for my addon, however TextureIt seems to not be working right now and I'm not sure how else to find possible textures that would work. I would rather not create my own textures as this is meant to be a simple addon. All help appreciated.
  Reply With Quote
12/21/21, 04:23 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Why is textureit not working? It's working fine for me and just does not include the latest textures of the game.
You can easily use and search for "play" in there.

Other possibilities are searhc offline with Black Book Browser in the game's *.mnf files. You can search for .dds files there too.
Or check UESP texture archive for the correct files, they are provided as .png files. If you extract them to your disk you can use windows search to find the files by their name, and the folders are the same as they are ingame so you are able to build the path for yourself that way e.g. /esoui/buttons/...dds

Some textures are also mentioned here:
https://wiki.esoui.com/Textures

And a list is here (but it most probably is outdated and even older as textureit list):
But this link also includes the info about textureIt, Black Book Browser, ESOExtract Data and the UESP *.png files!
https://wiki.esoui.com/Texture_List
  Reply With Quote
12/21/21, 05:50 AM   #3
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
My question might be related (to the title at least):
As an addon author, how can you render an animated image ?
e. g. ESO's loading ouroboros :
/esoui/art/login/gamepad/loading-ouroboros.dds

It looks like it's a pack of pictures you have to animate yourself at a chosen speed?
  Reply With Quote
12/21/21, 06:59 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Originally Posted by Masteroshi430 View Post
My question might be related (to the title at least):
As an addon author, how can you render an animated image ?
e. g. ESO's loading ouroboros :
/esoui/art/login/gamepad/loading-ouroboros.dds

It looks like it's a pack of pictures you have to animate yourself at a chosen speed?
Yes, you need to create an animation via ANIMATION_MANAGER with a "timeline" and then start/stop that timeline.

https://wiki.esoui.com/How_to_animate_textures
Will point to:
https://www.esoui.com/forums/showthr...MATION_MANAGER

Last edited by Baertram : 12/21/21 at 07:19 AM.
  Reply With Quote

ESOUI » Developer Discussions » Graphics Help » Play/Pause/Resume Icon Textures?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off