-
Notifications
You must be signed in to change notification settings - Fork 9
/
eso-addons.toml
51 lines (43 loc) · 1.81 KB
/
eso-addons.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# addonDir - location of the ESO addon directory
# Windows users can convert their path by omitting the drive letter and using the full drive path like so:
# "C:\Users\[account]\Documents\Elder Scrolls Online\live\AddOns" becomes "/Users/[account]/Documents/Elder Scrolls Online/live/AddOns"
#
addonDir = "/home/damian/Games/the-elder-scrolls-online-tamriel-unlimited/drive_c/users/damian/My Documents/Elder Scrolls Online/live/AddOns"
# example for Windows:
#addonDir = "C:/Users/Administrator/My Documents/Elder Scrolls Online/live/AddOns"
# addons - List of addons to be installed
# name - Name of the addon
# url - Download URL of the addon, it is the link under the Download button on ESOUI.
# dependency - (default: false) Determines, if the addon is a dependency.
# Set this to true, if you don't use the addon standalone, but only as a dependency for another addon.
[[addons]]
name = "SkyShards"
url = "https://www.esoui.com/downloads/download128-SkyShards.html"
[[addons]]
name = "CustomCompassPins"
url = "https://www.esoui.com/downloads/download185-CustomCompassPins.html"
dependency = true
[[addons]]
name = "LibAddonMenu-2.0"
url = "https://www.esoui.com/downloads/download7-LibAddonMenu.html"
dependency = true
[[addons]]
name = "LibGPS"
url = "https://www.esoui.com/downloads/download601-LibGPS2.html"
dependency = true
[[addons]]
name = "LibMapPing"
url = "https://www.esoui.com/downloads/download1302-LibMapPing.html"
dependency = true
[[addons]]
name = "LibMapPins-1.0"
url = "https://www.esoui.com/downloads/download563-LibMapPins.html"
dependency = true
[[addons]]
name = "LibChatMessage"
url = "https://www.esoui.com/downloads/download2382-LibChatMessage.html"
dependency = true
[[addons]]
name = "LibDebugLogger"
url = "https://www.esoui.com/downloads/download2275-LibDebugLogger.html"
dependency = true