Elitist Jerks
Register
Blogs
Urban Rivals
Forums
New Posts


Go Back   Elitist Jerks > Blogs
Elitist Jerks Login

gamerDNA Login

Welcome to Elitist Jerks
We're testing some new features on the site regarding OpenID registration and coordination with gamerDNA. If you experience any issues with registering an account, please take the time to fill out a report and send it to this e-mail address. We would appreciate any assistance you could provide in making sure everything is functioning as intended. Thanks!

If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.

Me blogging about random interface topics.
Old

Make textures rotate without the need of onUpdate

Posted 10/26/09 at 6:08 AM by zork
Updated 10/26/09 at 10:08 AM by zork
I recently learned a bit more about the animation system from Blizzard that is imo way to underused by most addon authors.

Maybe it's just because the have no clue that it exists or maybe they are not capable of doing (which I doubt). I think its laziness. In my opinion the reward of getting into it will be worth it.

I'm using the new animation system from Blizzard at the minimap and for the orbs. You can create really cool stuff without major texture spam. Some basic...
zork's Avatar
Don Flamenco
Comments 0 zork is offline
Old

How to make addons start walking

Posted 08/07/09 at 9:33 AM by zork
Updated 08/07/09 at 7:56 PM by zork
For some reason the animation fogs (RedRadiationFog.m2) stopped working with patch 3.2, which had a major impact on my UI since the glow stopped working. So I had to develop a different solution.

I had already tried some stuff with rotating textures before, so my first thought was: "Lets try to overlay 1-3 cloudish textures with blendmode and let them rotate on the orb".

No sooner said than done, I started a new testmod called rGalaxy. My idea was to have...
zork's Avatar
Don Flamenco
Posted in Addon Creation
Comments 0 zork is offline
Old

The ring mod #3

Posted 07/23/09 at 3:15 PM by zork
Updated 07/28/09 at 5:13 AM by zork
I finally have overcome all the issues and made it through. The first version of the mod is out. Later posts will describe how it was done.

Mod
The RingMod : WoWInterface Downloads : Unit Mods

*Update* Mod is in the Pick-of-the-Week on wowinterface.com
Pick for 7/26: TheRingThing (new) - WoWInterface

*Update #2*
First derivated mods released:
oUF RingThing : WoWInterface Downloads : oUF: Layouts
oUF RingThing2 : WoWInterface Downloads : oUF: Layouts...
zork's Avatar
Don Flamenco
Posted in Addon Creation
Comments 0 zork is offline
Old

The ring mod #2

Posted 07/14/09 at 5:58 PM by zork
Updated 07/21/09 at 7:25 AM by zork
"Butter bei die Fische!" how we call it in Germany. I started the first version of the mod. You can track the developement via Google Code SVN.

Screenshots with and without alpha blending:


SVN / LUA script:
rRingMod Google Code

Download:
rRingMod.zip - rothui - Google Code

...
zork's Avatar
Don Flamenco
Posted in Addon Creation
Comments 1 zork is offline
Old

The ring mod #1

Posted 07/14/09 at 10:58 AM by zork
Updated 07/20/09 at 12:02 PM by zork
The following will be a series of entries which will represent a sort of diary I'm writing while developing a mod I thought of for quite some time now. I'm calling it the ring mod. I'm not even sure if I will succeed in creating it but maybe the techniques I'm going to use will help someone else to do better. I'm currently learning object oriented programming so I'm not that kind of "pro" in that.

The mod should be able to create an undetermined number of rings on the screen....
zork's Avatar
Don Flamenco
Posted in Addon Creation
Comments 0 zork is offline