Nice Tesla - those Orbz aren't what I would like, but you have a nice clean UI. We could make this a "Show us your UI" - topic. I never liked it in "usual" forums, but in an UI coder/modder forum ... I guess, its something usefull ;-)
[b]AddOns[/b] (forgive me for this long list):[list][*]Ace
[*]AceLoot
[*]AHFavorites
[*]AutoBar
[*]AutoInvite
(kicked ct_ra sometime ago, but I'm mostly opening our raids, guild is used to /tell sarisah secretkeyword) ;-)
[*]Card_QuickInspect
[*]CastingBar
(thats my Version of Melki's CastingBar replacement - tooltip borders - no FrameXML)
[*]CleanMinimap
(mostly to get rid of the upper line of the Minimap, the location etc, without FrameXML)
[*]CompactLootFrames
(nice small moveable grouplootframes, to be found on wowinterface.com
[*]CT_MailMod
(with a modification from curse-gaming comments, now it mass mails like a machine gun - before it was really slow)
[*]DamageMeters
[*]DiscordActionBars
(used Flexbar before, found out that DAB is capable of all I need, and more ressourcefriendly)
[*]ErrorRedirect
(redirects standarderrors of the ErrorFrame to the CombatLog)
[*]FilterKnown
(colors known recipes in the auctinghouse, easier to find unknown recipes that way)
[*]Guilded
(great if you have friends of an old game, in differend wow guilds/unguilded, now with plugin architecture (eg playertracker) ... [url]http://www.curse-gaming.com/mod.php?addid=905[/url])
[*]Gypsy_Buffbar
(I modded the original Gypsy_Buffbar Standalone to look like on my screen and it's doing the first row of 8 Buffs from up to down, the second row of 8 from down to up... you see it on the screen)
[*]HitsMode
[*]ImprovedErrorFrame
[*]KC_EnhancedTrades
[*]KC_Items
[*]KC_Mobility
[*]ListFix
[*]LocChatJoin
(I made this, sometime ago, as a replacement for "ChatLoc". Playing with the UK Client on a DE Server, has the problem: UK Client joins General instead of Allgemein etc. ChatLoc automatically joined the correct channels on zonechanges etc, but I never liked the automatic (it had to kick all channels, then joined them etc) I wrote my simple LocChatJoin. I just join german channels if I like to, with a /lj [gen] [trd] [ldf] [lfg] ... general trade localdefense lookingforgroup ... /lj gen trd while in Orgrimmar joins the german "Allgemein - Orgrimmar" and "Handel - Orgrimmar" ... )
:: released for some friends here - [url]http://www.sariash.de/sunrise/phpBB2/viewtopic.php?t=8123[/url]
[*]Macromatic
[*]MapNotes
[*]MapNotesNoteTarget
[*]MarsProfessionOrganizer
[*]MiniGroup
[*]MobHealth2
[*]MoreChatCommands
(I made this, sometime ago too... its a collection of every useful /slash command I missed. Like /tt for TellTarget ... /rt to target the last one who send a tell ... /ant announcetarget ... /helm /cloak ... /inv as a shortcut for /invite and as a massinvite, just /inv name1 name2 name3 etc pp and some more commands. most used is my /gwho ... a Guild Who, that gives all infos in the chatframe including the notes. I allways hated to scroll around in the useless guildframe)
:: released for some friends here - [url]http://www.sariash.de/sunrise/phpBB2/viewtopic.php?t=8104[/url]
[*]MyBags
[*]myBindings
[*]PlayerLinkMenu
(I replaced the Ignore in PLM to GuildWho of my MoreChatCommands)
[*]QuestLevels
[*]ReacTips
[*]Reputation
[*]ScrollingCombatText
[*]Servitude
[*]ShardTracker
[*]SpellAlert
[*]SuperMacro
[*]T_RaidWarning
[*]TargetOfTarget
[*]Timex
[*]Tipster
[*]TitanPanel
+ TitanDurability, TitanFriends
[*]TrinketMenu
[*]URLCopy
[*]vAssist
[*]Visor
[*]Wardrobe
(no SEA)[/list:u]
List tags are malformed.
Hey Sariash, MoreChatCommands sounds nice;)
just dled it;D
I hope you find some usefull things in it - since I never learned to code ... it's really not good code ... but it's just some stuff that got executed on a slash command, so I think its not that important *g* (some things I just took from elsewhere anyway)
There's a fair bit of behind the scenes flexbar work, ie. low level spellcasts on right click, popout menus for trades/buffs/conjuring/portals (mages seem to have a heap of these types of abilities...). That timer in the middle of the action buttons is a modified Rebuff (I hate the original frame setup). I played guild wars for a while, and got to love the minimap on the bottom right.
I also have my alerter frame setup just below the character's feet, it's noticeable, and with yummy text, looks great too :P
I've always wanted to, but I want something to replace it that tells me what the zone i'm in is called. Haven't found anything that'll do something like that yet. (mainly for pvping)
ah, I see... you are talking about the "subzone" - you can get the info if you mouse over the location in titan panel. But if you need it "always visible" I have no idea. I guess you could change the titan panel code to show the subzone instead of the zone.
if (TitanGetVar(TITAN_COORDS_ID, "ShowZoneText")) then
locationText = TitanUtils_ToString(button.zoneText).." "..locationText;
end
change that to
if (TitanGetVar(TITAN_COORDS_ID, "ShowZoneText")) then
locationText = TitanUtils_ToString(button.subZoneText).." "..locationText;
locationText = TitanUtils_ToString(button.zoneText).." - "..locationText;
end
Yeah, I saw that one on Discord forums. It's huge.. I was think'n of doing something like that with my player/target frames and then lowering everything in the middle down to the size of a couple of action bars..
Edit: What character Models do you use btw? 'Cause MyPlayerModel and MyTargetModel seem to cut off the tops of the models with larger images...
My goal is just low ui memory usage and the buttons I need.. I could probably clean it up a lot more.... smaller chat windows etc... Maybe I'll do that.. maybe I wont..
http://www.jeffshaddix.com/newscreen.jpg
:: [url]http://www.sariash.de/sunrise/wow/ui/screens/SariUIsept2005.jpg[/url]
[b]AddOns[/b] (forgive me for this long list):[list][*]Ace
[*]AceLoot
[*]AHFavorites
[*]AutoBar
[*]AutoInvite
(kicked ct_ra sometime ago, but I'm mostly opening our raids, guild is used to /tell sarisah secretkeyword) ;-)
[*]Card_QuickInspect
[*]CastingBar
(thats my Version of Melki's CastingBar replacement - tooltip borders - no FrameXML)
[*]CleanMinimap
(mostly to get rid of the upper line of the Minimap, the location etc, without FrameXML)
[*]CompactLootFrames
(nice small moveable grouplootframes, to be found on wowinterface.com
[*]CT_MailMod
(with a modification from curse-gaming comments, now it mass mails like a machine gun - before it was really slow)
[*]DamageMeters
[*]DiscordActionBars
(used Flexbar before, found out that DAB is capable of all I need, and more ressourcefriendly)
[*]ErrorRedirect
(redirects standarderrors of the ErrorFrame to the CombatLog)
[*]FilterKnown
(colors known recipes in the auctinghouse, easier to find unknown recipes that way)
[*]Guilded
(great if you have friends of an old game, in differend wow guilds/unguilded, now with plugin architecture (eg playertracker) ... [url]http://www.curse-gaming.com/mod.php?addid=905[/url])
[*]Gypsy_Buffbar
(I modded the original Gypsy_Buffbar Standalone to look like on my screen and it's doing the first row of 8 Buffs from up to down, the second row of 8 from down to up... you see it on the screen)
[*]HitsMode
[*]ImprovedErrorFrame
[*]KC_EnhancedTrades
[*]KC_Items
[*]KC_Mobility
[*]ListFix
[*]LocChatJoin
(I made this, sometime ago, as a replacement for "ChatLoc". Playing with the UK Client on a DE Server, has the problem: UK Client joins General instead of Allgemein etc. ChatLoc automatically joined the correct channels on zonechanges etc, but I never liked the automatic (it had to kick all channels, then joined them etc) I wrote my simple LocChatJoin. I just join german channels if I like to, with a /lj [gen] [trd] [ldf] [lfg] ... general trade localdefense lookingforgroup ... /lj gen trd while in Orgrimmar joins the german "Allgemein - Orgrimmar" and "Handel - Orgrimmar" ... )
:: released for some friends here - [url]http://www.sariash.de/sunrise/phpBB2/viewtopic.php?t=8123[/url]
[*]Macromatic
[*]MapNotes
[*]MapNotesNoteTarget
[*]MarsProfessionOrganizer
[*]MiniGroup
[*]MobHealth2
[*]MoreChatCommands
(I made this, sometime ago too... its a collection of every useful /slash command I missed. Like /tt for TellTarget ... /rt to target the last one who send a tell ... /ant announcetarget ... /helm /cloak ... /inv as a shortcut for /invite and as a massinvite, just /inv name1 name2 name3 etc pp and some more commands. most used is my /gwho ... a Guild Who, that gives all infos in the chatframe including the notes. I allways hated to scroll around in the useless guildframe)
:: released for some friends here - [url]http://www.sariash.de/sunrise/phpBB2/viewtopic.php?t=8104[/url]
[*]MyBags
[*]myBindings
[*]PlayerLinkMenu
(I replaced the Ignore in PLM to GuildWho of my MoreChatCommands)
[*]QuestLevels
[*]ReacTips
[*]Reputation
[*]ScrollingCombatText
[*]Servitude
[*]ShardTracker
[*]SpellAlert
[*]SuperMacro
[*]T_RaidWarning
[*]TargetOfTarget
[*]Timex
[*]Tipster
[*]TitanPanel
+ TitanDurability, TitanFriends
[*]TrinketMenu
[*]URLCopy
[*]vAssist
[*]Visor
[*]Wardrobe
(no SEA)[/list:u]
List tags are malformed.
just dled it;D
I hope you find some usefull things in it - since I never learned to code ... it's really not good code ... but it's just some stuff that got executed on a slash command, so I think its not that important *g* (some things I just took from elsewhere anyway)
That one's mine, the addon list is over at:
http://www.wowace.com/forums/viewtopic.php?p=4147#4147
There's a fair bit of behind the scenes flexbar work, ie. low level spellcasts on right click, popout menus for trades/buffs/conjuring/portals (mages seem to have a heap of these types of abilities...). That timer in the middle of the action buttons is a modified Rebuff (I hate the original frame setup). I played guild wars for a while, and got to love the minimap on the bottom right.
I also have my alerter frame setup just below the character's feet, it's noticeable, and with yummy text, looks great too :P
/end spiel
Looks good Sykotic, I just would suggest to get rid of the Minimap Title, that looks strange down there.
I can't find where the location module is though...hmm...still looking.
Open TitanCoords.lua
search for (line 37-39)
change that to
Thanks for the help Sariash, much appreciated! (great idea too!)
http://www.kug-raid.com/screenshots/TUI-pimp.jpg
http://www.kug-raid.com/screenshots/TUI-pimp2.jpg
http://www.kug-raid.com/screenshots/TUI-pimp3.jpg
Edit: changed url and added more screenshots...
Yeah, I saw that one on Discord forums. It's huge.. I was think'n of doing something like that with my player/target frames and then lowering everything in the middle down to the size of a couple of action bars..
Edit: What character Models do you use btw? 'Cause MyPlayerModel and MyTargetModel seem to cut off the tops of the models with larger images...
Look for an Ace ModelMadness in the comming few weeks - I don't like crappy no-features xml stubs for my UI. :)
http://home.broadpark.no/~tabarth/mywowui.jpg
My goal is just low ui memory usage and the buttons I need.. I could probably clean it up a lot more.... smaller chat windows etc... Maybe I'll do that.. maybe I wont..
Sweet!
The only thing I like about that is the ting around the mini map, I saw it on somone elses UI also...and those Ace'd circular unit frames :O