Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: sirinsidiator
Forum: Tutorials & Other Helpful Info Yesterday, 12:44 PM
Replies: 4
Views: 198
Posted By sirinsidiator
Update 42 (Version 10.0)

The PTS cycle for the next chapter "Gold Road" has begun.

Notable Changes

New API Version: 101042
New story zone, trial, crafting sets, companions, combat balancing changes etc.
New game system...
Forum: Minion 03/31/24, 12:25 PM
Replies: 12
Views: 4,299
Posted By sirinsidiator
Try uninstall Minion again, then go to...

Try uninstall Minion again, then go to "C:\Users\Pat\AppData\Local\Minion\app" and make sure there are no files left. Afterwards install it again.
The issue is that when people have started the old...
Forum: News 03/30/24, 12:05 PM
Replies: 4
Views: 4,984
Posted By sirinsidiator
It seems some people get issues when installing...

It seems some people get issues when installing the new version directly over the old one.
I suggest you first uninstall the old version and choose to keep your profile data and only afterwards...
Forum: Minion 03/30/24, 10:19 AM
Replies: 81
Views: 59,693
Posted By sirinsidiator
Oh don't thank me just yet. You haven't seen...

Oh don't thank me just yet. You haven't seen what's coming. :p
Forum: Minion 03/30/24, 10:12 AM
Replies: 81
Views: 59,693
Posted By sirinsidiator
Could you please upload the whole minion.log and...

Could you please upload the whole minion.log and minion.xml file somewhere?
The part you posted earlier is just the last two lines and doesn't tell anything about what is happening.
Forum: Minion 03/30/24, 09:43 AM
Replies: 81
Views: 59,693
Posted By sirinsidiator
I think I found a problem with how the ignore...

I think I found a problem with how the ignore list is handled. Seems the new JRE behaves a bit differently and when an addon no longer exists on esoui it will break Minion due to that.

Could you try...
Forum: Minion 03/30/24, 09:01 AM
Replies: 81
Views: 59,693
Posted By sirinsidiator
That's not a lot of information to go by. Which...

That's not a lot of information to go by.

Which operating system and minion (32 bit/64 bit) are you using?
Do you use an antivirus software that could potentially block it?
Did you install it over...
Forum: Minion 03/30/24, 08:03 AM
Replies: 81
Views: 59,693
Posted By sirinsidiator
A new version is out now. You will need to...

A new version is out now. You will need to manually run the installer though: https://minion.gg/?download
Forum: Minion 03/30/24, 07:54 AM
Replies: 81
Views: 59,693
Posted By sirinsidiator
It looks like some root certificate embedded in...

It looks like some root certificate embedded in the ancient JRE used by Minion has expired and now it got trust issues and does not want to talk to the server anymore.
Forum: Lua/XML Help 03/29/24, 05:46 AM
Replies: 6
Views: 661
Posted By sirinsidiator
It does. The point is, you don't need to warp it...

It does. The point is, you don't need to warp it in the "if IsProtectedFunction", since that would always be true, unless you use a hacked game client.
Forum: Lua/XML Help 03/28/24, 04:58 PM
Replies: 6
Views: 661
Posted By sirinsidiator
I remember asking ZOS that same question a long...

I remember asking ZOS that same question a long time ago and they where as surprised to see this code as you are.
The only reason we could think of is that whoever originally wrote it was using one...
Forum: General Authoring Discussion 03/17/24, 08:17 AM
Replies: 49
Views: 16,056
Posted By sirinsidiator
You should not use the low-level api directly....

You should not use the low-level api directly. Instead it's advised to utilize the high-level api found here (https://github.com/esoui/esoui/tree/master/esoui/ingame/guildhistory).

But you will run...
Forum: AddOn Help/Support 03/15/24, 07:30 PM
Replies: 12
Views: 6,786
Posted By sirinsidiator
Please update your addons. I've uploaded new...

Please update your addons. I've uploaded new versions of LibHistoire with heaps of fixes every single day the past week. The latest version should work pretty well already.
Forum: General Authoring Discussion 03/13/24, 08:10 AM
Replies: 3
Views: 1,994
Posted By sirinsidiator
Check the wiki (http://wiki.esoui.com/). There...

Check the wiki (http://wiki.esoui.com/). There are some tutorials. This one (https://wiki.esoui.com/SimpleNotebookTutorial/part3) for example is exactly about what you are asking.
Forum: General Authoring Discussion 03/12/24, 11:05 AM
Replies: 12
Views: 3,229
Posted By sirinsidiator
Not sure how much, but loading large files is...

Not sure how much, but loading large files is bound to have some performance impact.

I also noticed the following comment in defaultfontstrings_simplifiedchinese.xml:
<!-- Split out from...
Forum: General Authoring Discussion 03/12/24, 06:08 AM
Replies: 49
Views: 16,056
Posted By sirinsidiator
That's one of the things I had to cut from this...

That's one of the things I had to cut from this version of the lib. You can manually adjust it in your UserSettings.txt in the meantime.
Forum: General Authoring Discussion 03/10/24, 06:30 PM
Replies: 49
Views: 16,056
Posted By sirinsidiator
Today I finally finished rewriting LibHistoire....

Today I finally finished rewriting LibHistoire. It took way more time and effort than expected and there are some things I had to cut from v2.0, but it should work for most parts. I do expect some...
Forum: Tutorials & Other Helpful Info 03/05/24, 01:31 PM
Replies: 13
Views: 6,435
Posted By sirinsidiator
The folder is correct and sadly they won't...

The folder is correct and sadly they won't reconsider moving it into the other live folder. They seem to have some reason for it, but not something they will share.
Forum: Tutorials & Other Helpful Info 03/05/24, 06:08 AM
Replies: 13
Views: 6,435
Posted By sirinsidiator
The binary cache is always on, but it should be a...

The binary cache is always on, but it should be a lot more efficient than what any addon could ever accomplish, so the effect on loading times should be negligible.
By default the game will limit the...
Forum: AddOn Help/Support 02/24/24, 08:35 AM
Replies: 3
Views: 1,136
Posted By sirinsidiator
There isn't really much you need to do to...

There isn't really much you need to do to "maintain" them as a user. Most of the work ends up needing to happen on the author side, but you can support authors with that.

Some things that come to...
Forum: General Authoring Discussion 02/02/24, 10:12 AM
Replies: 5
Views: 1,884
Posted By sirinsidiator
These functions work the same way as they did...

These functions work the same way as they did back when the guild finder was introduced. My guess is, last year you simply happened to request data for guilds you had already opened in the guild...
Forum: Tutorials & Other Helpful Info 01/30/24, 02:40 PM
Replies: 9
Views: 3,221
Posted By sirinsidiator
They won't replace them. You simply won't get any...

They won't replace them. You simply won't get any more of the old ones. Just got confirmed. (https://forums.elderscrollsonline.com/en/discussion/comment/8035821#Comment_8035821)
Forum: Tutorials & Other Helpful Info 01/29/24, 01:22 PM
Replies: 9
Views: 3,221
Posted By sirinsidiator
Update 41 (Version 9.3)

The next DLC "Scions of Ithelia (https://www.elderscrollsonline.com/en-us/news/post/65487)" will be available on the PTS later today.

New API Version: 101041

Notable Changes

New dungeons, set...
Forum: General Authoring Discussion 12/21/23, 05:47 PM
Replies: 12
Views: 3,229
Posted By sirinsidiator
Upcoming changes to font rendering in Update 41

I figured since no English thread about the topic existed yet, I'd make one to collect all the info we know so far.

In Update 41 all font rendering will be switched to a new system, which means any...
Forum: General Authoring Discussion 12/16/23, 02:21 PM
Replies: 10
Views: 1,494
Posted By sirinsidiator
You are passing the table...

You are passing the table "MyAddon.killFilterList" to "for .. do" instead of the length of the table "#MyAddon.killFilterList".

Other than you are mixing two different approaches on how to use...
Showing results 1 to 25 of 500