View Single Post
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