Showing results 1 to 25 of 50
Search took 0.00 seconds.
Search: Posts Made By: Drakanwulf
Forum: General Authoring Discussion 07/30/19, 11:24 AM
Replies: 40
Views: 26,594
Posted By Drakanwulf
Or Minion could scan and retain the folder names...

Or Minion could scan and retain the folder names in the ##DependsOn: directives family and use the ESOUI catalog versions for any embedded folders whose names already exist in the ESOUI catalog.

The...
Forum: General Authoring Discussion 07/29/19, 10:36 AM
Replies: 40
Views: 26,594
Posted By Drakanwulf
Nicely done, Baertram. Thanks for updating the...

Nicely done, Baertram. Thanks for updating the wiki.

And thanks for the information about why a "/libs/..." directory has to exist. I did not know that the game automatically overwrites existing...
Forum: Wish List 07/18/19, 10:48 AM
Replies: 7
Views: 9,192
Posted By Drakanwulf
While Zone Index or Identifier tables may appear...

While Zone Index or Identifier tables may appear to be contiguous, they are not because, while the table index or identifier key (number) for either table is present, it's Zone name is not.

So I...
Forum: Lua/XML Help 07/14/19, 11:02 AM
Replies: 5
Views: 6,525
Posted By Drakanwulf
This might be possible IF you could get location...

This might be possible IF you could get location coordinates in meters. If that were ever possible, then all you need to know are the X,Y measurements of A and B to use a variation of the...
Forum: AddOn Help/Support 07/01/19, 09:33 AM
Replies: 21
Views: 12,511
Posted By Drakanwulf
But if you don't update the "mer Torch Bug"...

But if you don't update the "mer Torch Bug" manifest, even for the stupid APIVersion: bumps, then Minion will continue to pull the OOD version that, by default, will not load unless the OOD checkbox...
Forum: AddOn Help/Support 06/30/19, 02:45 PM
Replies: 21
Views: 12,511
Posted By Drakanwulf
Thank you for your comments. They are...

Thank you for your comments. They are appreciated.



The text has been corrected.



The text has been corrected.
Forum: AddOn Help/Support 06/29/19, 02:39 PM
Replies: 21
Views: 12,511
Posted By Drakanwulf
Read the ESOUI Wiki!

There are two sections beneaththe ESOUI Wiki "Packaging:" topic that explain the recent add-on packaging and manifest file directive changes. I suggest everyone who has posted to this discussion...
Forum: AddOn Help/Support 06/20/19, 12:43 PM
Replies: 14
Views: 9,530
Posted By Drakanwulf
For those add-ons that are showing dependency...

For those add-ons that are showing dependency errors, the manifest (e.g. "addonName.txt") file for that add-on may be so far out of date that it is trying to load these dependent libraries...
Forum: AddOn Help/Support 06/04/19, 02:43 PM
Replies: 3
Views: 3,266
Posted By Drakanwulf
Thank you for your kind words, Anceane, they are...

Thank you for your kind words, Anceane, they are appreciated. I am going to respond to the points you raised in your reply to the best of my limited abilities.

Regarding the CustomTitles add-on,...
Forum: AddOn Help/Support 06/03/19, 02:08 PM
Replies: 3
Views: 3,266
Posted By Drakanwulf
I use FCMQT and a standalone LibDialog 1.23 in my...

I use FCMQT and a standalone LibDialog 1.23 in my .../AddOns/... folder. I am not having problems; however, I have tweaked the manifest files and add-on folder packaging for both add-ons.

Before...
Forum: AddOn Help/Support 05/24/19, 01:15 PM
Replies: 7
Views: 2,763
Posted By Drakanwulf
As stated in the ESOUI wiki Packaging section,...

As stated in the ESOUI wiki Packaging section, Part 1, the game should use the FIRST copy of the library or support add-on it finds that a) has a valid number for its APIVersion: and b) has the...
Forum: AddOn Help/Support 05/23/19, 01:18 PM
Replies: 2
Views: 3,598
Posted By Drakanwulf
Short answer: Turn the Out-Of-Date (OOD)...

Short answer: Turn the Out-Of-Date (OOD) checkbox ON. The checkbox is located in the upper right corner of your Add-ons list. Then QUIT and restart the game.

Long answer: The manifest file,...
Forum: AddOn Help/Support 05/20/19, 03:54 PM
Replies: 2
Views: 4,824
Posted By Drakanwulf
Try using this add-on instead of using the...

Try using this add-on instead of using the Destinations add-on:

https://www.esoui.com/downloads/info1881-MapPins.html#info

Map Pins not only shows dungeon bosses, it shows the ones you have already...
Forum: General Authoring Discussion 04/30/19, 08:05 PM
Replies: 40
Views: 26,594
Posted By Drakanwulf
How is this for a standalone bootstrap example? ...

How is this for a standalone bootstrap example? Comments and critiques are expected and would be welcomed because I intend to update the MapTables support (i.e library) add-on calls to AddonStub...
Forum: General Authoring Discussion 04/30/19, 03:25 PM
Replies: 40
Views: 26,594
Posted By Drakanwulf
@sirinsidiator, your reasoning seems to be valid...

@sirinsidiator, your reasoning seems to be valid so I shall retire AddonStub from the ESOUI add-ons catalog provided someone who knows exactly how the game code works would volunteer to put a valid...
Forum: General Authoring Discussion 04/30/19, 12:29 AM
Replies: 40
Views: 26,594
Posted By Drakanwulf
AddonStub does not version anything. The game...

AddonStub does not version anything. The game does that. What AddonStub does do is to check manifest content versus code content to insure that the AddOnVersion: directive and its number are both...
Forum: General Authoring Discussion 04/28/19, 03:44 PM
Replies: 40
Views: 26,594
Posted By Drakanwulf
Or you can take a look at the AddonStub...

Or you can take a look at the AddonStub standalone support add-on code and decide if its benefits are worth your adding its name to the DependsOn: directive in the manifest file (e.g. "## DependsOn:...
Forum: General Authoring Discussion 04/28/19, 03:34 PM
Replies: 40
Views: 26,594
Posted By Drakanwulf
@sirinsidiator, Excellent suggestion, sir. I...

@sirinsidiator, Excellent suggestion, sir. I think the sooner this is done, the more reliable our game environment will become and the better the Minion maintenance program will get at checking and...
Forum: Minion 04/27/19, 09:57 PM
Replies: 4
Views: 5,816
Posted By Drakanwulf
And while we're processing ## DependsOn: and ##...

And while we're processing ## DependsOn: and ## OptionalDependsOn: directives, would it be possible to make a list of add-ons to include based on the directory names in the ## DependsOn: directive...
Forum: Tutorials & Other Helpful Info 04/24/19, 06:17 PM
Replies: 16
Views: 19,051
Posted By Drakanwulf
Once again, I am wrong and must eat humble pie. ...

Once again, I am wrong and must eat humble pie. The API release notes for 5.0 include a new directive named, IsLibrary: whose values are "true" (in the example) and (I am guessing here) "false". ...
Forum: Tutorials & Other Helpful Info 04/22/19, 02:21 PM
Replies: 16
Views: 19,051
Posted By Drakanwulf
I think we need a manifest file directive to...

I think we need a manifest file directive to identify library and/or support add-ons instead of using the "Lib" prefix in the add-on's name because, whenever I see a "Lib" prefix, I immediately think...
Forum: AddOn Search/Requests 04/14/19, 03:45 PM
Replies: 8
Views: 5,140
Posted By Drakanwulf
Ayantir, I admire your work and I play several...

Ayantir, I admire your work and I play several MMORPG games at 4K (3840x2160) regularly including ESO. I would be happy to help you in any way that I can.
Forum: AddOn Help/Support 04/10/19, 07:03 PM
Replies: 10
Views: 4,306
Posted By Drakanwulf
You have to select the OOD checkbox before you...

You have to select the OOD checkbox before you activate a character because the game loads all your add-ons into a table that is unique to your character as part of the game's initialization...
Forum: AddOn Help/Support 02/19/19, 02:32 PM
Replies: 3
Views: 2,939
Posted By Drakanwulf
From my experience, I run either QuestMap and...

From my experience, I run either QuestMap and MapPins or I run Destinations but never both of them at the same time because the former two do the same thing as the latter one. I prefer to use...
Forum: AddOn Search/Requests 02/10/19, 04:19 PM
Replies: 27
Views: 9,155
Posted By Drakanwulf
:D You are most welcome. :D

:D You are most welcome. :D
Showing results 1 to 25 of 50