Thread Tools Display Modes
02/06/18, 03:50 PM   #1
Sordrak
 
Sordrak's Avatar
AddOn Author - Click to view addons
Join Date: May 2017
Posts: 52
Default Textures (DDS)

Is there an easy way to extract the dds files which are coming with ESO?
  Reply With Quote
02/06/18, 04:14 PM   #2
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
You should check out textureit, in the dev add-on section. There's also an exhaustive list of textures on the esoui wiki
  Reply With Quote
02/06/18, 04:42 PM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,966
http://en.uesp.net/wiki/Online:EsoExtractData
  Reply With Quote
02/07/18, 02:32 AM   #4
Sordrak
 
Sordrak's Avatar
AddOn Author - Click to view addons
Join Date: May 2017
Posts: 52
Thanks, both are looking quite interesting.

Is the EsoExtractData Open Source? I wasn't able to find any source code.
  Reply With Quote
02/08/18, 02:59 AM   #5
Mouton
 
Mouton's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2018
Posts: 9
A link to bitbucket is available at the end of the page:

https://bitbucket.org/uesp/esoapps/s...ta/?at=default
  Reply With Quote
02/13/18, 02:29 AM   #6
Sordrak
 
Sordrak's Avatar
AddOn Author - Click to view addons
Join Date: May 2017
Posts: 52
Originally Posted by Mouton View Post
A link to bitbucket is available at the end of the page:

https://bitbucket.org/uesp/esoapps/s...ta/?at=default
oh crap, I've missed that one. Thanks.
  Reply With Quote
03/06/18, 09:02 PM   #7
calia1120
 
calia1120's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 62
Here's an easy script for once you have ExtractData set up; I use Powershell ISE because it's a bit friendlier than a command prompt.



Code for copying ease:
---------------------------------
# Use Powershell ISE, run as Administrator (C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe)
# change directory to where the Extract Data Utility lives
cd "I:\Games\-ESOStuffs\API\EsoExtractData v0.31"

# Run the utility, first part is the path to your client directory, and the game.mnf file (usually in Program Files), 2nd part is the folder you want things extracted to (create it before running this line)
.\esoextractdata.exe "I:\Games\Zenimax Online\The Elder Scrolls Online\game\client\game.mnf" "I:\Games\-ESOStuffs\API\Live\2018-02-12\"

Last edited by calia1120 : 03/07/18 at 10:36 AM. Reason: fixing image link
  Reply With Quote
03/07/18, 04:17 AM   #8
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,966
Thanks Calia, comes in handy
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Default Textures (DDS)


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