
- Eso circonian junkit how to#
- Eso circonian junkit update#
- Eso circonian junkit software#
- Eso circonian junkit code#
- Eso circonian junkit download#
BarHeight )ĬirconianStaminaBarWindowStatusBar :SetColor ( unpack (CirconianStaminaBar. CreateSettingsWindow ( )ĬirconianStaminaBarWindow :SetHidden ( not CirconianStaminaBar. Default ) - Add these linesĬirconianStaminaBar. savedVariables = ZO_SavedVars :NewAccountWide ( "CirconianStaminaBarVars", CirconianStaminaBar. We need to add the following lines to our txt file:įunction CirconianStaminaBar :Initialize ( )ĬirconianStaminaBar. If you need a refresher on the text file. In the original tutorial which you can find here: Now that we have added the lib folders/files to our addon folder we need to tell ESO that we want to use it. For example if when you unzip it you choose "Unzip to LibAddonMenu-2.0" you would end up with the following correct file/folder structure: Add the LibAddonMenu-2.0 folder to your AddOns folder.ĭo be careful which folder you add to your AddOns folder.ĭepending upon how you unzip the folder you may get different results.
Eso circonian junkit software#
When you unzip it I recommend that you choose the option "Unzip to LibAddonMenu-2.0" or "Extract to LibAddonMenu-2.0" (depending upon what software your using to unzip it).

If that link ever breaks go to the addon section of esoui and click on the Libraries link and try searching for it there or google it.ĭownload the LibAddonMenu-2.0 and unzip it.
Eso circonian junkit download#
You can download the latest version of LibAddonMenu-2.0 here: \Documents\Elder Scrolls Online\live\AddOns That is where you will place all of the library folders.
Eso circonian junkit update#
The location of your libraries should be in the AddOns folder so they will only be installed once and can be updated via addon update tools like Minion. (hopefully) the library has been thoroughly tested and works as advertised! Incorporated into the library and you would just add the library to your addon, saving you a lot of time, energy, and debugging because
Eso circonian junkit code#
Just in case you are thinking, "I don't get it, I could just write that SetStuff function myself in my code and use it so whats the big deal?"Īs I said that is a pretty short/small simple example, but the big deal is that you wouldn't need to write that code it would be Hopefully that gives you some insight into the idea behind libraries. SetStuff (CirconianStaminaBarWindow, true, 0.2, 0.6, 0.2, "New Character Name" )Īs I said that is not the greatest or most realistic example, but I want to stick to using what we have learned about so far. Now we could go through and set all of these settings the normal way:

Will not be covering any information that was already covered in that previous tutorial. We will be adding features to that addon and we Worked through that tutorial and have the completed addon working. This tutorial carries on where Circonians Saved Variables Tutorial left off.
Eso circonian junkit how to#
Tutorial also serves as an example on how to incorporate a library into your addon. This tutorial uses LibAddonMenu-2.0 r18 to create our settings menu so this We will be adding a menu in the games settings window to change the width & height of our stamina bar, an option to show or hide it, andĪ color picker to allow us to change the color of the status bar. In this tutorial we will be building on the previous tutorial Circonians Saved Variables Tutorial.

