EsreverWoW / LibThreatClassic

A library for multi-target threat tracking in WoW Classic (1.13.2).
GNU Lesser General Public License v2.1
8 stars 9 forks source link

Ace libraries optional dependencies, are not optional #2

Closed michaelnpsp closed 5 years ago

michaelnpsp commented 5 years ago

Its not possible to use the LibThreatClassic library without a lot of optional ace libraries installed.

EsreverWoW commented 5 years ago

They're not optional, but Ace3 is listed in OptionalDeps for load order, in case a user has installed it separately. If it is RequiredDeps, then it won't load unless Ace3 is present, even if it is in am embed somewhere else. See https://github.com/EsreverWoW/LibThreatClassic/blob/master/embeds.xml for what specific parts of Ace3 you'll need.

cannonpalms commented 4 years ago

Issue migrated to cannonpalms/LibThreatClassic#5