ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Libs in Pawksickles addon (https://www.esoui.com/forums/showthread.php?t=10027)

identico 12/28/21 10:06 AM

Libs in Pawksickles addon
 
Pawksickles

It is outdated, and still works. BUT! It is not working with independent Libs, because it has its own libraries. What should i change in code to delete these dependencies?

Addon is great and it is better than ConsoleFont.

Baertram 12/28/21 10:33 AM

There are hundreds of posts about that in the forums already including the sticky posts at the addon help forum (where you currently post to...), please read them BEFORE posting (as they tell you to do) and especially read the sticky one about dependencies:
https://www.esoui.com/forums/showthread.php?t=9149

Remove all subfolders in "libs".
Install the libs in there directly to live/Addons (but do not install LibStub anymore as it is obsolete).
Change code lines in the lua files where "libStub" is used to use the global libraries variables instead e.g. change something like local LAM=LibStub("LibAddonMenu-2.0") to local LAM = LibAddonMenu2
Same for LibmediaProvider, e.g. change to local lmp = LibMediaProvider instead of LibStub usage.

identico 12/28/21 10:43 AM

Quote:

Originally Posted by Baertram (Post 45126)
There are hundreds of posts about that in the forums already including the sticky posts at the addon help forum (where you currently post to...), please read them BEFORE posting (as they tell you to do) and especially read the sticky one about dependencies:
https://www.esoui.com/forums/showthread.php?t=9149

Remove all subfolders in "libs".
Install the libs in there directly to live/Addons (but do not install LibStub anymore as it is obsolete).
Change code lines in the lua files where "libStub" is used to use the global libraries variables instead e.g. change something like local LAM=LibStub("LibAddonMenu-2.0") to local LAM = LibAddonMenu2
Same for LibmediaProvider, e.g. change to local lmp = LibMediaProvider instead of LibStub usage.

I'm sorry =\ Thank you very much!


All times are GMT -6. The time now is 04:15 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI