The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/
Maintenance for the week of April 22:
• [IN PROGRESS] PC/Mac: NA megaserver for maintenance – April 25, 6:00AM EDT (10:00 UTC) - 2:00PM EDT (18:00 UTC)
https://forums.elderscrollsonline.com/en/discussion/comment/8098811/#Comment_8098811

Addons not appearing in settings-addons

goran849177
All my addons are installed and they work but the problem is that some of them are not listed in settings-addons and they should be. 'Master Merchant', 'Wykkid Toolbar', etc... Any possible solution?
  • Baertram
    Baertram
    ✭✭✭✭✭
    Install LibAddonMneu-2.o directly into your AddOns directory and remove any included LibAddonMneu-2.0 folders from the subfolders of your addons, e.g. directly in the addon or in another subfolder "libs" etc.

    Tell the addon devs where you find the LibAddonMenu-2.0, and other librraies, in subfolders, and IF there is NO txt file of the library as well like <libraryName>.txt (e.g. LibAddonMenu-2.0.txt) to include the librarioes FULLY with their txt files!!!
    Provide them this link:
    https://wiki.esoui.com/Libraries#Providing_libraries_.28standalone_.2F_bundled_with_addon.2C_but_how.3F.29

    Wrong:
    users/docuemnts/elder scrolls online/live/AddOns/AddonName/libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua
    users/docuemnts/elder scrolls online/live/AddOns/AddonName/libs/LibAddonMenu-2.0/LibAddonMenu-2.0/controls/...

    Correct:
    users/docuemnts/elder scrolls online/live/AddOns/AddonName/libs/LibAddonMenu-2.0/LibAddonMenu-2.0.txt
    users/docuemnts/elder scrolls online/live/AddOns/AddonName/libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua
    users/docuemnts/elder scrolls online/live/AddOns/AddonName/libs/LibAddonMenu-2.0/LibAddonMenu-2.0/controls/...

    This applies to ALL librraies which got their own txt file. They need to be included WITH them so the addon manaegr finds them properly:
    https://www.esoui.com/forums/showthread.php?t=9149


    Or they should not be included and just installed "standalone" directly to your live/AddOns/ folder, like a normal addon (also with their txt file, for sure!).
  • goran849177
    Baertram ty very much this fix my problem.
Sign In or Register to comment.