Is it possible to have Combat Metrics without the extra library files that get added when one downloads the addon from esoui? I find that they give me lag and errors, but if I delete them, the addon doesn't work. Thank you for any suggestions!
Drummerx04 wrote: »Is it possible to have Combat Metrics without the extra library files that get added when one downloads the addon from esoui? I find that they give me lag and errors, but if I delete them, the addon doesn't work. Thank you for any suggestions!
Libraries in general contain code that is used by multiple application, so removing the library removes some of the code that the application (addon) actually uses.
For addons specifically, it is common to package a library with your addon to guarantee that the library is present within ESO. You can delete the library files from the Combat Metrics installation if you install the standalone version of the deleted libraries... or implement the libraries yourself I guess.
Now I'm not really sure what lag you are referring to with combat metrics libraries, the addon itself primarily just logs data until you open the /cmx window. Once the window is opened, the addon starts crunching the stored data (of which there can be a scary amount after some lengthy or busy fights). If this is the lag you are referring to, then there is likely very little that can be done about it.