Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: sirinsidiator
Forum: Dev Tools Today, 03:20 PM
Replies: 4
Views: 44
Posted By sirinsidiator
Ahem. Hello guys? Did you check who's maintaining...

Ahem. Hello guys? Did you check who's maintaining the addon? Last time I checked, that guy was still active and the addon was working fine... ;)
(Although I do have to admit that I use merTorchbug...
Forum: Lua/XML Help Today, 10:38 AM
Replies: 2
Views: 56
Posted By sirinsidiator
No. While the horizontal camera axis has a two...

No. While the horizontal camera axis has a two settings CAMERA_SETTING_THIRD_PERSON_HORIZONTAL_OFFSET and CAMERA_SETTING_THIRD_PERSON_HORIZONTAL_POSITION_MULTIPLIER, the vertical axis only has...
Forum: AddOn Search/Requests Today, 10:32 AM
Replies: 6
Views: 3,279
Posted By sirinsidiator
Nope. The only api we have for moving the third...

Nope. The only api we have for moving the third person camera towards the player is CameraZoomIn and once you zoom in far enough, you get automatically locked into first person view.
Forum: AddOn Search/Requests Yesterday, 12:12 PM
Replies: 6
Views: 3,279
Posted By sirinsidiator
Impossible. like Dolgubon says, addons cannot...

Impossible.
like Dolgubon says, addons cannot effect that.
Forum: General Authoring Discussion Yesterday, 05:26 AM
Replies: 12
Views: 345
Posted By sirinsidiator
why check for type(line) ~= "nil" when you can...

why check for type(line) ~= "nil" when you can just check for line ~= nil? there is only one value that can be of type nil, so it doesn't make much sense to call a function first to get the type...
Forum: General Authoring Discussion 06/08/24, 03:14 PM
Replies: 12
Views: 345
Posted By sirinsidiator
You are correct about that. Lua's string.format...

You are correct about that. Lua's string.format function is very low level and has no knowledge about fonts, typesetting and everything else that's going on in something as high level as the ESO UI....
Forum: Lua/XML Help 05/29/24, 04:18 AM
Replies: 5
Views: 1,143
Posted By sirinsidiator
Do you mean you are creating new markers every...

Do you mean you are creating new markers every update? If that's the case, please be aware that controls, once created are never destroyed. Meaning you cannot discard them without creating a memory...
Forum: AddOn Help/Support 05/02/24, 09:03 AM
Replies: 45
Views: 14,994
Posted By sirinsidiator
I've yet to see anyone actually demonstrate that...

I've yet to see anyone actually demonstrate that the guild history cache is responsible for the load times. All I've seen so far is some wild claims without any evidence that shows it's not just a...
Forum: Wish List 04/16/24, 05:12 AM
Replies: 12
Views: 10,499
Posted By sirinsidiator
Oh nice. I know it's not compression related, but...

Oh nice. I know it's not compression related, but still somewhat on topic, so when you are looking into the saved vars, could we please also get an option to have it save string keys in alphabetic...
Forum: Tutorials & Other Helpful Info 04/15/24, 12:44 PM
Replies: 10
Views: 5,421
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: 8,636
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: 9
Views: 17,842
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: 82,357
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: 82,357
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: 82,357
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: 82,357
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: 82,357
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: 82,357
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: 3,576
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: 3,576
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: 24,995
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: 10,957
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: 4,439
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: 17
Views: 6,916
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: 24,995
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.
Showing results 1 to 25 of 500