Showing results 1 to 25 of 36
Search took 0.00 seconds.
Search: Posts Made By: Calamath
Forum: General Authoring Discussion 12/27/23, 10:38 AM
Replies: 10
Views: 3,952
Posted By Calamath
I rarely present code examples, and they are...

I rarely present code examples, and they are based on experiments I have done in the past, so they should present the correct facts.
However, the API changes constantly from quarter to quarter, and...
Forum: AddOn Search/Requests 11/04/23, 05:28 PM
Replies: 6
Views: 2,001
Posted By Calamath
Let me offer a solution regarding the book...

Let me offer a solution regarding the book font.

Calamath's BookFont Stylist (https://www.esoui.com/downloads/info2505-CalamathsBookFontStylist.html)

This add-on is designed to work strictly with...
Forum: Lua/XML Help 08/30/23, 06:07 PM
Replies: 9
Views: 2,377
Posted By Calamath
I'm writing this after giving up coffee before...

I'm writing this after giving up coffee before the start of work.
I think you have to create a top level control and make the texture control its child. ;)
Forum: Wish List 08/25/23, 11:19 AM
Replies: 4
Views: 1,856
Posted By Calamath
Hey, DakJaniels! How do you think LibEventHandler...

Hey, DakJaniels!
How do you think LibEventHandler can be used for the issues raised here?
You shouldn't write irrelevant things based on your imagination. :(
Forum: AddOn Search/Requests 08/17/23, 12:32 AM
Replies: 8
Views: 2,419
Posted By Calamath
You need to understand that ESO add-ons are very...

You need to understand that ESO add-ons are very limited, unlike Skyrim mods.

If you are not convinced by the conclusions reached by those more familiar with add-ons than you, you are free to use...
Forum: Tutorials & Other Helpful Info 08/01/23, 02:48 AM
Replies: 52
Views: 12,068
Posted By Calamath
Thank you for taking the time to clarify, Dan...

Thank you for taking the time to clarify, Dan Batson.
I understood very well. We are required to check the description for our add-on's binding.xml. :)
Forum: Tutorials & Other Helpful Info 07/28/23, 06:20 PM
Replies: 52
Views: 12,068
Posted By Calamath
ZOS_DanBatson, I understand that setting...

ZOS_DanBatson,
I understand that setting allowFallthrough differently for the vanilla action layer is a no-go and will cause UI errors in the future.

Am I correct in assuming that it is OK to set...
Forum: Lua/XML Help 06/03/23, 01:55 PM
Replies: 14
Views: 2,557
Posted By Calamath
You didn't get the point of the thread, so I'll...

You didn't get the point of the thread, so I'll copy and paste. :(

You should use the global constant MAX_JOURNAL_QUESTS (=25) instead as the loop count.
And for each index, you need to check if it...
Forum: Lua/XML Help 06/03/23, 11:46 AM
Replies: 14
Views: 2,557
Posted By Calamath
It is not a bug, you should peruse this thread...

It is not a bug, you should peruse this thread (https://www.esoui.com/forums/showthread.php?t=10025) first. ;)

- Calamath
Forum: Tutorials & Other Helpful Info 04/23/23, 09:01 PM
Replies: 22
Views: 9,256
Posted By Calamath
Ui_setting_automatic_quest_tracking

* UI_SETTING_AUTOMATIC_QUEST_TRACKING

I didn't notice it in the patch notes, but this optional setting is something I have been craving for a very long time.
It's odd that this option was added out...
Forum: General Authoring Discussion 09/01/22, 05:52 PM
Replies: 7
Views: 2,841
Posted By Calamath
Thank you. Just now read gitter too. That was a...

Thank you. Just now read gitter too. That was a long name. :p
Forum: General Authoring Discussion 09/01/22, 05:27 PM
Replies: 7
Views: 2,841
Posted By Calamath
That is still the current spec. However, if Dan...

That is still the current spec.
However, if Dan is going to fix it, at least I need to know when that change will be made. :p
Forum: AddOn Search/Requests 06/19/22, 01:08 AM
Replies: 1
Views: 1,333
Posted By Calamath
I don't know if you'll like it, but I have an...

I don't know if you'll like it, but I have an unpublished add-on that relates in-game music theme.
It's a demo add-on that I was working on for another purpose, not something I scratched up for you....
Forum: Released AddOns 05/31/22, 04:13 PM
Replies: 114
Views: 141,030
Posted By Calamath
Hi Orionik, I have provided some maintenance for...

Hi Orionik,
I have provided some maintenance for another add-on by Calia.
It took me a very long time to get in touch with her, but you may be able to contact her via her Discord channel.
After...
Forum: Released AddOns 05/01/22, 12:54 AM
Replies: 0
Views: 8,492
Posted By Calamath
[Important Notice] CShortcut Pie Menu Users:

Important Notice:
Custom Key Binds Slot Issue: [2022-05-01]
If you have previously installed this add-on (https://www.esoui.com/downloads/fileinfo.php?id=3088).
Please reinstall V0.9.12 or later and...
Forum: Wish List 04/10/22, 08:26 PM
Replies: 0
Views: 2,029
Posted By Calamath
[open] API for specifying fallback font

I would be grateful if you could add API to specify the fallback font (backup font).

Background:
Currently, specifying backup fonts is limited to GUIXML, being inconvenient when using proprietary...
Forum: General Authoring Discussion 03/16/22, 11:39 AM
Replies: 12
Views: 3,600
Posted By Calamath
Hi OneSkyGod, I think you were lucky to inquire...

Hi OneSkyGod,
I think you were lucky to inquire about feasibility before you began planning.
I am the author of the Quest Tracker add-on...
Forum: General Authoring Discussion 12/25/21, 07:32 PM
Replies: 5
Views: 2,364
Posted By Calamath
Yes, we should use the global constant...

Yes, we should use the global constant MAX_JOURNAL_QUESTS (=25) instead as the loop count.
And for each index, you need to check if it is valid or not. ;)

- Calamath
Forum: General Authoring Discussion 12/25/21, 03:35 AM
Replies: 5
Views: 2,364
Posted By Calamath
I think it is not a bug in the API, just your...

I think it is not a bug in the API, just your misunderstanding.
The result of IsValidQuestIndex(10) shows that the index 10 is an invalid index.
So the behavior of GetJournalQuestName for an invalid...
Forum: Translation Help 11/23/21, 12:01 PM
Replies: 12
Views: 8,136
Posted By Calamath
Hey, Baertram ! I've reviewed the translation of...

Hey, Baertram !
I've reviewed the translation of the Japanese string table and added the missing parts.
- Calamath

["jp"] = {
["packName"] = "パック名:",
["selectPack"] = "パック選択",
...
Forum: AddOn Help/Support 11/20/21, 07:13 PM
Replies: 3
Views: 2,266
Posted By Calamath
Player houses are in different zones, so...

Player houses are in different zones, so EVENT_PLAYER_ACTIVATED should be fired.
GetCurrentZoneHouseId() returns a non-zero value only in the player house,
so you can determine whether your...
Forum: General Authoring Discussion 11/07/21, 05:37 AM
Replies: 7
Views: 2,588
Posted By Calamath
Maybe you can use this one. :banana: *...

Maybe you can use this one. :banana:

* GetMapIdByZoneId(*integer* _zoneId_)
** _Returns:_ *integer* _mapId_
Forum: General Authoring Discussion 11/06/21, 09:52 PM
Replies: 7
Views: 2,588
Posted By Calamath
Most of you like mapIndex, but in the area of...

Most of you like mapIndex, but in the area of submaps that you call subzones,
you should use mapId instead of mapIndex for the purpose of identifying map data.

Not every mapId will have a...
Forum: Bug Reports 10/16/21, 08:51 PM
Replies: 6
Views: 7,754
Posted By Calamath
In the recent process of testing my add-on...

In the recent process of testing my add-on 'Calamath's Addon Diagnosis', I share the same view as siri.

I would recommend that you also pass the argument you passed to GetAddOnVersion() to...
Forum: Wish List 09/24/21, 02:43 AM
Replies: 5
Views: 12,924
Posted By Calamath
Update32

As previously announced, starting with Update 32,
you can use ESOUI to get notifications of the start and end of Dark Anchor world events.

I have confirmed this with PTS 7.2.0.
The following...
Showing results 1 to 25 of 36