Thread Tools Display Modes
09/02/15, 03:42 PM   #1
Lodur
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 108
/esoui/art/menubar/menubar_temp_over.dds

Anyone know how to extract art from the game?

I want to use this icon in my addon:
Code:
/esoui/art/menubar/menubar_temp_over.dds
But I need up, down, and over versions of the file in the same style as the art in esoui/art/mainmenu/

So can anyone help me out with either: instructions to extract file, extract the file for me, or even better make the art files I need?


Thanks
  Reply With Quote
09/02/15, 04:26 PM   #2
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
You don't need to extract them to use them, here they are:
Code:
/esoui/art/menubar/menubar_temp_down.dds
/esoui/art/menubar/menubar_temp_over.dds
/esoui/art/menubar/menubar_temp_up.dds
* There are no other versions that I know of, just those 3. Although there may be something similar...somewhere under a different name.

You can use: TextureIt to find (not extract) textures.

Last edited by circonian : 09/02/15 at 04:28 PM.
  Reply With Quote
09/02/15, 05:17 PM   #3
Lodur
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 108
The issue is there is only one in the right style...

I need to extract so I can edit it to make versions for down and over in the same style as main menu.

Paint.net is free software I found to edit .dds files.

I already explored with texture it.
  Reply With Quote
09/02/15, 05:22 PM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,959
If I remember right there is a tool called EED (Eso extract data) which is able to extract certain files somehow.

http://www.uesp.net/wiki/Online:EsoExtractData

EsoextractData is a simple Windows command line application that loads and exports
data found in ESO's (Elder Scrolls Online) MNF and DAT files.

WARNING: This application is very early in development and will break easily.
User caution is advised.
But please don't ask me how it works :-) Good luck finding it on the net.
  Reply With Quote
09/02/15, 05:57 PM   #5
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
here you have those three: http://ge.tt/2q7bMHN2
do you really want to use this? all the icons in the menubar directory look like a different design, probably left-overs from early version
  Reply With Quote
09/02/15, 06:43 PM   #6
Lodur
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 108
I plan to use only one and use it as a template to make new versions in the same style as mainmenu. Ya the menubar directory is a different style that have not seen used anywhere in the game.
  Reply With Quote
09/03/15, 03:56 AM   #7
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,959
@merlight

How did you get them? Did you use the extraction tool?
Do you have any example how to use it in detail? I never got it to work properly.
  Reply With Quote
09/03/15, 04:05 AM   #8
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by Baertram View Post
@merlight

How did you get them? Did you use the extraction tool?
Do you have any example how to use it in detail? I never got it to work properly.
No, I wrote my own last year in June/July

edit: with the help of http://www.uesp.net/wiki/ESOMod:File_Formats of course

I didn't even know UESP had published their tool with source until you linked it

Last edited by merlight : 09/03/15 at 04:07 AM.
  Reply With Quote
09/04/15, 07:20 AM   #9
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,959
Cool, maybe you can share it one time then
  Reply With Quote
09/04/15, 07:30 AM   #10
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by Baertram View Post
Cool, maybe you can share it one time then
Well, I was going to, but it's been over a year and I haven't gotten to cleaning it up. It's a mess of dead code paths that didn't work, unhandled exceptions etc... Often once a program gets is job done, I lose interest in improving it

Last edited by merlight : 09/04/15 at 07:44 AM. Reason: typos
  Reply With Quote
09/04/15, 07:40 AM   #11
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,959
Right
So maybe I should try to understand and use the UESP version then and learn how it works
  Reply With Quote
09/11/15, 01:52 AM   #12
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Originally Posted by merlight View Post
No, I wrote my own last year in June/July
So I am not the only one who was bored last year.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » /esoui/art/menubar/menubar_temp_over.dds

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