
Cannot install the addon
MartinZAtanasov opened this issue ยท 3 comments
Cannot find the addon in the charachter select addon list after unziping the downloaded zip file.
Its not clear how it shoulld be installed.
Hey!
One of the things I should get around to today is exactly that: writing documentation on how to manually install until we're on Curseforge properly.
Until then, you have two choices:
Wowup
Wowup supports github repository release tracking. If you go to Get Addons, then click on the Install from URL button present here:
And fill in the repo like so:
Wowup will then be tracking the releases tagged on this repository, and allow you to update to the latest one, without any further manual effort. We'll stick to this release process even when the addon is on Curseforge, so it'll still work afterwards, too.
Manual install
The old-fashioned way also works. If you go on the releases page, you can pick up the latest releases; a github trigger (action, really) packages releases whenever we tag a commit, and does a bunch of stuff behind the scenes to make it work.
and extract in your Interface/AddOns
folder. You should be getting a DungeonTools
folder with all the files in it.
Do bear in mind that this addon and regular MDT share a global namespace object (MDT
), and, as a result, having both installed will, for now at least, result in clashes. We'll sort that out soon-ish.
Let me know if you're still struggling, and I'll see what I can do to guide you further ๐ค
I did manually installed it and it works fine.
Thank you for the good work and helping the wow community!