Showing results 1 to 25 of 137
Search took 0.01 seconds.
Search: Posts Made By: haggen
Forum: Dev Tools 02/18/19, 12:59 PM
Replies: 5
Views: 9,327
Posted By haggen
I didn't know that actually. Cool! Though come...

I didn't know that actually. Cool!

Though come on, "whole API" was an euphemism. It's a single endpoint for update existing archives. Which is great! But far from "a whole API". :p
Forum: Dev Tools 02/18/19, 05:42 AM
Replies: 5
Views: 9,327
Posted By haggen
Oh automatic upload heh? That's interesting,...

Oh automatic upload heh? That's interesting, could I have a look?

To be frank ESOUI is quite lacking in this department. Imagine a continuous deployment from Git to ESOUI with llinters, validations,...
Forum: Dev Tools 02/17/19, 04:53 PM
Replies: 5
Views: 9,327
Posted By haggen
Show ESOUI: Add-on auto packer in the browser

So you just finished your add-on? That's great! Now to actually have it distributed you still have a small, and sometimes delicate, but nonetheless important procedure before you: to pack it. You...
Forum: General Authoring Discussion 08/07/17, 07:46 PM
Replies: 20
Views: 7,716
Posted By haggen
Shinni and sirinsidiator make very good points....

Shinni and sirinsidiator make very good points. Now you mentioned AddOnVersion and I wonder, how is it parsed and compared? Is it just a string? Does the game understand major, minor and revision...
Forum: Lua/XML Help 07/07/17, 05:14 PM
Replies: 2
Views: 3,132
Posted By haggen
I'd like to invite you to hang out and chat with...

I'd like to invite you to hang out and chat with us on Gitter. There you can ask for help in real time and even request Elder Scrolls
lore friendly jokes to out bot Lexicon:...
Forum: Lua/XML Help 07/07/17, 06:37 AM
Replies: 10
Views: 4,381
Posted By haggen
zo_callLater is sloppy, should be avoided for...

zo_callLater is sloppy, should be avoided for this kind of situation if possible.

Now about the AddOnLoaded event, you should ALWAYS wait it to be fired to begin your actual modifications. You can...
Forum: Lua/XML Help 07/06/17, 10:56 PM
Replies: 10
Views: 4,381
Posted By haggen
Not silly at all, but you'll begin to understand...

Not silly at all, but you'll begin to understand why things that look so simple end up being so ****ing difficult. :P

It's kinda late here and I'm sleepy as hell, is it okay if I get this tomorrow?...
Forum: Lua/XML Help 07/06/17, 04:55 PM
Replies: 10
Views: 4,381
Posted By haggen
Oh OK, that changes everything. :P I'm not used...

Oh OK, that changes everything. :P I'm not used to the gamepad interface, but I took a look and I think found it.

You have to change the alpha for 3 separated controls, not sure why since they all...
Forum: Lua/XML Help 07/06/17, 04:22 PM
Replies: 10
Views: 4,381
Posted By haggen
Running /script...

Running

/script ZO_FocusedQuestTrackerPanel:SetAlpha(0.5)

In the game worked just fine for me, the whole Tracked Quest component became transparent. You sure you tested it right?
Forum: AddOn Search/Requests 07/05/17, 09:40 AM
Replies: 2
Views: 1,971
Posted By haggen
I'll be looking into it, seems like a fair...

I'll be looking into it, seems like a fair request.
Forum: AddOn Search/Requests 07/05/17, 09:34 AM
Replies: 6
Views: 2,276
Posted By haggen
I think I found how to disabled...

I think I found how to disabled it:

CHAT_SYSTEM.textEntry.autoComplete:SetEnabled(false)

I'm thinking of adding it as new feature in my Slightly Improved™ Gameplay...
Forum: AddOn Search/Requests 07/05/17, 09:27 AM
Replies: 2
Views: 1,909
Posted By haggen
Hi there, I'm the author of Slightly Improved™...

Hi there, I'm the author of Slightly Improved™ Dialogues. I saw your request and I'm planning on working on it this weekend. If everything goes okay I'll have it by next week! :)
Forum: Wish List 07/27/16, 08:13 AM
Replies: 20
Views: 12,517
Posted By haggen
Is it available in the PTS right now?

Is it available in the PTS right now?
Forum: General Authoring Discussion 07/22/16, 09:23 AM
Replies: 8
Views: 4,926
Posted By haggen
I strongly suggest our own manifest file - such...

I strongly suggest our own manifest file - such as esoui.json. Parsing is harder to get right and prone to error and/or collision. Plus things change and suddenly you have to update your parser. With...
Forum: Tutorials & Other Helpful Info 07/18/16, 11:21 AM
Replies: 2
Views: 24,349
Posted By haggen
Just a heads up: Gitter rooms can be used via IRC...

Just a heads up: Gitter rooms can be used via IRC clients, check out how here https://irc.gitter.im/
Forum: AddOn Help/Support 07/14/16, 10:51 PM
Replies: 4
Views: 3,829
Posted By haggen
http://i0.kym-cdn.com/entries/icons/original/000/0...

http://i0.kym-cdn.com/entries/icons/original/000/016/729/large.jpg
Forum: Wish List 07/08/16, 07:56 PM
Replies: 20
Views: 12,517
Posted By haggen
/sign that, but my conclusion is that identifiers...

/sign that, but my conclusion is that identifiers is the best option. It might be painful right now but safe in the long term, and since we don't follow strict standards and some of us are casual...
Forum: Wish List 07/08/16, 11:02 AM
Replies: 20
Views: 12,517
Posted By haggen
This is awesome! Thank you very much.

This is awesome! Thank you very much.
Forum: Tutorials & Other Helpful Info 07/01/16, 12:58 PM
Replies: 68
Views: 43,826
Posted By haggen
What did I meant with it or what does the whole...

What did I meant with it or what does the whole 3d texture is about?
Forum: Tutorials & Other Helpful Info 06/29/16, 07:18 AM
Replies: 68
Views: 43,826
Posted By haggen
Just updated the repo with PTS...

Just updated the repo with PTS files:
https://github.com/esoui/esoui/tree/pts
Forum: Wish List 06/28/16, 04:57 PM
Replies: 20
Views: 12,517
Posted By haggen
The NameChange stuff would help but wouldn't...

The NameChange stuff would help but wouldn't really solve the problem. We should be tracking characters by a CharacterID instead of its name, and now we see why.
Forum: Tutorials & Other Helpful Info 06/28/16, 04:55 PM
Replies: 68
Views: 43,826
Posted By haggen
I don't know why I even try. :P Thanks sid.

I don't know why I even try. :P Thanks sid.
Forum: Tutorials & Other Helpful Info 06/28/16, 01:10 PM
Replies: 68
Views: 43,826
Posted By haggen
I think it'd be worthy of a honorable...

I think it'd be worthy of a honorable mention:



More on the docs...
Forum: General Authoring Discussion 06/14/16, 05:56 AM
Replies: 17
Views: 8,822
Posted By haggen
Got it! I'll update it later today.

Got it! I'll update it later today.
Forum: General Authoring Discussion 06/13/16, 05:27 PM
Replies: 17
Views: 8,822
Posted By haggen
I'll take it. Do you have any scripts or routine...

I'll take it. Do you have any scripts or routine you use to prepare the source to be uploaded?
Showing results 1 to 25 of 137