Showing results 1 to 25 of 132
Search took 0.00 seconds.
Search: Posts Made By: Phuein
Forum: General Authoring Discussion 08/11/21, 07:17 PM
Replies: 14
Views: 5,150
Posted By Phuein
Thanks for the details. Looks like using d()...

Thanks for the details. Looks like using d() shouldn't be the cause of the above issue then, and as it's for printing error messages, it does seem suitable. If only the whole game was open-source and...
Forum: General Authoring Discussion 08/10/21, 07:56 PM
Replies: 14
Views: 5,150
Posted By Phuein
Yeah, sounds unrelated. Also, I don't have PTS...

Yeah, sounds unrelated. Also, I don't have PTS installed :P Been mostly away for the last year.

I was comparing CHAT_ROUTER used in LibChatMessage to just using d(). Would be lovely to know if Zeni'...
Forum: General Authoring Discussion 08/10/21, 12:15 PM
Replies: 14
Views: 5,150
Posted By Phuein
Other addons interacting with the output doesn't...

Other addons interacting with the output doesn't seem like the issue in this case. Does CHAT_ROUTER fix the invalid formatting that causes crashes? Looks like that's the only difference from using...
Forum: General Authoring Discussion 08/08/21, 07:05 PM
Replies: 14
Views: 5,150
Posted By Phuein
Agreed about hiding errors. To be fair though,...

Agreed about hiding errors. To be fair though, the default shouldn't be that much of a bother to normal users. Make it easy for them to pass on the log msg to us devs.

I'm not the No, thank you!...
Forum: General Authoring Discussion 08/08/21, 12:23 AM
Replies: 14
Views: 5,150
Posted By Phuein
Yeah, something seemed off with my specific set...

Yeah, something seemed off with my specific set up, getting all those crashes from addons. Had a hunch and it was right: https://www.esoui.com/downloads/fileinfo.php?id=2485#comments (redirects...
Forum: General Authoring Discussion 08/03/21, 05:32 PM
Replies: 14
Views: 5,150
Posted By Phuein
Big yikes. Trying to update / develop addons now...

Big yikes. Trying to update / develop addons now is a constant crashing fest. I wonder what's been changed that would cause this? Usually I'd get regular errors when I did something invalid, like a...
Forum: General Authoring Discussion 07/23/21, 10:19 PM
Replies: 14
Views: 5,150
Posted By Phuein
Post ESO crashing more often due to addons?

Anybody get the impression that the game crashes (freezes) much more than it ever did before, while working on addons? It's been pretty aggressive for me. Wonder if it's due to any "optimizations".
Forum: Bug Reports 03/20/21, 09:05 AM
Replies: 3
Views: 3,992
Posted By Phuein
This was used as-is up until the last patch...

This was used as-is up until the last patch without issue. I assume gsub() is the same, so unless SetText() was changed - do you know that it was? - the other option is the string operation. Either...
Forum: Bug Reports 03/16/21, 06:26 PM
Replies: 3
Views: 3,992
Posted By Phuein
Post [notabug] SetText() with gsub operation crashes game

I have a couple of undocumented functions from the old author of the Notebook 2018 addon. They look like:

function NBUI.ProtectText(text)
return text:gsub([[\]], [[%%92]])
end

function...
Forum: Tutorials & Other Helpful Info 01/09/21, 04:43 AM
Replies: 13
Views: 20,312
Posted By Phuein
Just ran into an unexpected change that is...

Just ran into an unexpected change that is probably a bug?

/script d(zo_strformat("<<i:1>>", 5))
Should return "5th" but instead returns "th". Can be fixed with:
/script...
Forum: AddOn Search/Requests 01/02/21, 11:54 PM
Replies: 3
Views: 3,169
Posted By Phuein
I appreciate the tips, but I was just checking if...

I appreciate the tips, but I was just checking if any existing addon lets us preview Hex colors quickly, before editing game texts that use it, such as a guild MOTD. I'm getting the impression that...
Forum: AddOn Search/Requests 01/02/21, 04:01 PM
Replies: 3
Views: 3,169
Posted By Phuein
Post Color Picker RGB -> Hex?

Is there an addon that has a color picker that helps translate a visible RGB color into a HEX color we can use in chat/motd/etc?

Just thought it'd be very useful for previewing color selection...
Forum: AddOn Search/Requests 12/31/20, 01:39 PM
Replies: 6
Views: 3,526
Posted By Phuein
Tsk not very enticing going through all those...

Tsk not very enticing going through all those textures. I went through quite a bunch in hopes of finding it, but did not. As you say, it's probably considered non-UI so it won't be there,...
Forum: AddOn Search/Requests 12/30/20, 02:34 PM
Replies: 6
Views: 3,526
Posted By Phuein
Hrm I wonder if there's testable example of this...

Hrm I wonder if there's testable example of this limitation?

EDIT: Doing

/script RedirectTexture("/esoui/art/stealth/stealth_64.dds",...
Forum: AddOn Search/Requests 12/29/20, 08:31 PM
Replies: 6
Views: 3,526
Posted By Phuein
I thought RedirectTexture(*string*...

I thought RedirectTexture(*string* _originalTexture_, *string* _newTexture_) does that, after the texture is loaded. Redirect the file used, and BAM different texture used for the skill!
Forum: AddOn Search/Requests 12/29/20, 04:37 PM
Replies: 6
Views: 3,526
Posted By Phuein
Post Nightblade Mark Target ability texture?

I'm looking for the specific texture used with this ability in the 3D world over the player, so I can replace it with something more visible. Unless someone already did this? Or do you know which...
Forum: General Authoring Discussion 12/29/20, 04:08 PM
Replies: 2
Views: 3,294
Posted By Phuein
Post Ain't gonna do it either, but see if my New Addon...

Ain't gonna do it either, but see if my New Addon linked in my signature helps you at all. Ideally, it should have enough content to get most new addons going quickly.
Forum: AddOn Search/Requests 12/28/20, 03:37 AM
Replies: 6
Views: 3,435
Posted By Phuein
Yeah, I'm thinking I'll add some settings for...

Yeah, I'm thinking I'll add some settings for that. Default to mark anybody with Volunteer on, and let users disable it if they feel it's overkill.
Forum: AddOn Search/Requests 12/27/20, 07:15 PM
Replies: 6
Views: 3,435
Posted By Phuein
Post Hrm addon incompatibility might be a thing. Guess...

Hrm addon incompatibility might be a thing. Guess we'll see. :p

My intention isn't to toggle myself as RP, but to have certain rules that would show users that another player is RPing. So if I make...
Forum: Minion 12/27/20, 06:50 PM
Replies: 3
Views: 3,760
Posted By Phuein
Ah, thanks for letting me know. That's a pretty...

Ah, thanks for letting me know. That's a pretty painful decision by the devs.

Maybe let Minion see all the addons? Or add an option to toggle this? Especially unfriendly to addon devs. I don't...
Forum: Minion 12/27/20, 05:13 PM
Replies: 3
Views: 3,760
Posted By Phuein
Question Minion not finding certain addons?

Checking if anybody else can replicate this issue. This is both for already installed and when searching for new addons. I'm only noticing it now, so maybe the last update did it?

For example, I'm...
Forum: AddOn Search/Requests 12/27/20, 03:33 PM
Replies: 6
Views: 3,435
Posted By Phuein
Ah, can't access world position outside of group,...

Ah, can't access world position outside of group, indeed. In that case, the next best thing is adding a text/icon to the target frame (unit frame.) Works simple enough, so I'll start with text and...
Forum: AddOn Search/Requests 12/26/20, 04:52 PM
Replies: 6
Views: 3,435
Posted By Phuein
Lightbulb Mark player as roleplayer / roleplaying?

Been thinking about making a small addon that helps players mark each other as roleplayers. Wanted to check first if such an addon already exists to any capacity?

My idea is having different options...
Forum: AddOn Search/Requests 03/11/20, 09:47 PM
Replies: 6
Views: 3,922
Posted By Phuein
Post I suggest my addons in my signature :D

I suggest my addons in my signature :D
Forum: Tutorials & Other Helpful Info 02/28/20, 11:14 AM
Replies: 4
Views: 7,584
Posted By Phuein
I was actually worrying more about my addons...

I was actually worrying more about my addons having incompatibilities with libs' newer versions :D But yes, me using the older libs could cause issues, as well. Although it hasn't yet, luckily.

I...
Showing results 1 to 25 of 132