Thread: Stop That
View Single Post
05/21/18, 03:24 PM   #2
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Just tell it not to detect your ESO install and then enter in your own path. Since you are already past that you'll need to navigate to the "Options" tab and just put in the AddOn folder path of your choice.

I believe we are getting the document path from the JVM Minion runs. It's certainly not hard coded...

Code:
{
"GameDisplayName": "Elder Scrolls Online",
"GameExe": {
"win": "The Elder Scrolls Online/game/client/eso.exe",
"mac": "The Elder Scrolls Online/game_mac/pubplayerclient/eso.app",
"linux": "The Elder Scrolls Online/game/client/eso.exe"
},
"GameAddOnFolder": "Elder Scrolls Online/live/AddOns"
},
We may get to fixing this someday, switching away from java's document path var. Right now we are working on opening up Minion so people can submit PR's.

Have a nice day!

Last edited by Dolby : 05/21/18 at 03:31 PM.
  Reply With Quote