View Single Post
01/19/21, 12:57 AM   #3
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 656
Open minion and click the "+" plus symbol directly under the word "Minion" in bold letters. Then it asks you to select a game, and then you manually specify where the AddOns folder is. Close minion after you properly select the AddOns folder. After you open it then it should work.

EDIT: Your title is misleading. You are not having issues with minion and it download into the proper folder.

I have no idea how to resolve that other then closing the game completely and then going to C:\Users\[user name]\Documents\Elder Scrolls Online\live

Originally Posted by G.T. Gizra View Post
It is downloading the AddOns to D:\Documents\Elder Scrolls Online\live\AddOns
I did also just noticed the path you shared with us. That is not the proper folder. The fact it is on the D drive also implies you moved your Documents folder.

Code:
[1]:[2]\Documents\Elder Scrolls Online\live\AddOns
[1]: is the drive but if you move this the game may not recognize it. I didn't program the game but you may need to check your configuration for windows and revert anything back to default. I won't know how to do that, you will need to google it.
[2]: There should be Users\[username] so if your PC username is also Gizra then it would be "C:\Users\Gizra\Documents\Elder Scrolls Online\live"

The game is going to update AddOnSettings.txt when you enable and disable mods. So first if nothing shows up then that's because from what I can tell you configured windows to use a different documents folder. So the game itself can't see the mods you download. Then even if you get that fixed the game needs to see the AddOnSettings.txt in the same folder where AddOns is located. If the game can not see the folder and that file then what you expect to happen will not happen.

If you put %localappdata% in the windows explorer that will take you to "C:\Users\[username]\AppData\Local" and from there you know where windows is looking for things. So then go to "C:\Users\[username]" and then go to the MyDocuments fodler. From there that is probably where the game is looking and you should work from that default folder.
  Reply With Quote