Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Blogs » Zorks interface blog

Me blogging about random interface topics.
Addon Creation The world of LUA.
Old
Rating: 2 votes, 5.00 average.

Bringing the WOW to your interface

Posted 09/21/10 at 4:35 AM by zork
Updated 09/23/10 at 4:14 PM by zork
Blizzard finally released an API function to display models in CATACLYSM that do not have to be in your cache. This is just plain awesome for the reason that an ingame model viewer is now possible. So I made one: rIngameModelViewer : Cataclysm Beta : WoWInterface Downloads. The benefit of this is quite major. Assume you want to add some art to your interface that should be cool but on the same side use very low CPU.

Doing animations in LUA is pretty costy since you need onUpdate scripts...
zork's Avatar
Don Flamenco
Comments 0 zork is offline
Old

oUF_Simple - oUF 1.4 tutorial layout

Posted 06/29/10 at 3:54 AM by zork
The following is a tutorial on how to create an oUF layout for oUF 1.4.

I'm showing how to do gradient backdrop shadows via using SetBackDrop and how to spawn units and apply functions.

CODE
trunk - rothui - Project Hosting on Google Code

DOWNLOAD
oUF_Simple.zip - rothui - oUF 1.4 tutorial layout - Project Hosting on Google Code

MAJOR FILES
- config
- lib (functions)
- core (layout)

FEATURES
- how to do outer glow
...
zork's Avatar
Don Flamenco
Comments 1 zork is offline
Old

How to make addons start walking

Posted 08/07/09 at 8:33 AM by zork
Updated 08/07/09 at 6: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 2:15 PM by zork
Updated 07/28/09 at 4: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 4:58 PM by zork
Updated 07/21/09 at 6: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