View Single Post
07/23/19, 11:15 PM   #2
hyperiong
 
hyperiong's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2019
Posts: 12
You want to to find the following path folder. If it doesn't exist, you create the missing folder(s). It's where your addons will be placed.
C:\Users\(YOUR_PC_USERNAME)\Documents\Elder Scrolls Online\live\AddOns

When an addon is installed correctly it has to look like this to be loaded:
...\Documents\Elder Scrolls Online\live\AddOns\AnAddon\AnAddon.txt
In other words, the .txt (aka manifest) file must match the addon folder's name and should be on the first level when opening an addon folder.

Hope this is enough to resolve your issue.
  Reply With Quote