Download
(282Kb)
Download
Updated: 09-24-12 09:35 AM
Pictures
File Info
Updated:09-24-12 09:35 AM
Created:01-09-11 11:04 PM
Downloads:17,968
Favorites:46
MD5:
Categories:Minimalistic Compilations, Generic Compilations

Cyui v4  Popular! (More than 5000 hits)

Version: 4.6
by: kryo85 [More]

Cyuiv4.6


New version available, compatible with patch 5.0.4!

Starting from version 4.3, addon specific skins will not be defaulted with the ui. You can look here for a addon that will skin all the major addons available: Tukui & ElvUI Extra Skins
Maintained by Azilroka, Repooc and Darth Predator, members of the Tukui community. Also, requests to skin any addons can be made in this thread.


Cyui is a module for Tukui. It uses the Tukui engine to run, and re-skin Blizzards' default interface.
Cyui was designed for 1680*1050 and above resolutions, and requires a bigger than 1280*900 resolution to run smoothly. Lower resolutions may run, but are not supported.


INSTALLATION

  1. BACKUP your Interface and WTF folders
  2. Download and extract Tukui to WoW/Interface/AddOns
  3. Download and extract CyUI to Wow/Interface/AddOns
  4. Restart the client, make sure both Tukui and CyUI are enabled on the addon management page
  5. Log your character, and follow the onscreen tutorial
If you're upgrading from v1 to v2, please perform a CLEAN INSTALL, remove or backup your WTF folder as well as the v1 CyUI folders.
If you're upgrading from either v1, v2 or v3 to v4 it's not necessary a clean install, but it is recomended that you perform a /resetui after logging in for the first time.



KNOW BUGS


TROUBLESHOOTING

CREDITS
Tukz, Duffed, Smelly, Elv22, Kryso, Toresh, many, many others and the Tukui community
I take no claim on any of the code, nor the scripts added to the compilation. All credits go to the respective authors, credit given where credit is due.



.ZIP CONTAINS
/CyUI
/CyUI_config
/CyUI_raid
/CyUI_heal

4.6
- added simple buff reminded on combat
- classtimer position for priest fixed

4.5
- remove glow from bossframe and arenaframe buttons
- reposition achievment, vehicle and gm ticket and roll windows/toast
- bug fix focus/focustarget now have proper castbars again

4.4
- reposition and reparent dk pet timer

4.3
- added Filger (disabled by default)
- updated classtimer filters
- rogue/druid combo bar fixed, now mimic default Tukui behaviour
- added spellID check (tooltip shows spellID of buffs and items. Disabled by default)
- raid layout fixed, removed raidbuffwatch (now available only on healer mode)
- /dps and /heal can now be used to switch layouts
- Starting from version 4.3, addon specific skins will not be defaulted with the ui. You can look here for a addon that will skin all the major addons available: http://www.tukui.org/addons/index.ph...UI Extra Skins
Maintained by Azilroka, Repooc and Darth Predator, members of the Tukui community. Also, requests to skin any addons can be made in http://www.tukui.org/forums/topic.ph...471this thread.

Full changelog: https://github.com/kryo/Tukui/commits/master
Optional Files (0)


Post A Reply Comment Options
Unread 05-12-11, 02:30 AM  
drewdenman
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
Re: Re: Re: Re: Re: Re: Power Bar

Originally posted by Aftertoucher
Edit1: You can adjust that in DBM itself, I had to realign them a bit when updating from v1 to v2.

It's located in DBM Config -> Options -> Bar Style -> Offset Y is the vertical alignment. (PS: Mine is set on 20.)

Edit2: Right click on the X of your bags, tap Show Bags.

Edit3: Your Disable Error spamming is enabled, it's located in Config -> Error Message.
The bag thing worked and so did the DBM offset Thank you so much.

Now, if anyone can figure a work around for making the chat background darker
Report comment to moderator  
Reply With Quote
Unread 05-09-11, 11:44 AM  
Aftertoucher
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: Re: Re: Re: Power Bar

Originally posted by drewdenman
Edit1: You can adjust that in DBM itself, I had to realign them a bit when updating from v1 to v2.

It's located in DBM Config -> Options -> Bar Style -> Offset Y is the vertical alignment. (PS: Mine is set on 20.)

Edit2: Right click on the X of your bags, tap Show Bags.

Edit3: Your Disable Error spamming is enabled, it's located in Config -> Error Message.
Last edited by Aftertoucher : 05-09-11 at 11:49 AM.
Report comment to moderator  
Reply With Quote
Unread 05-07-11, 05:55 AM  
drewdenman
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
Re: Re: Re: Re: Power Bar

Originally posted by kryo85 The chat background uses the Transparent template. If you change that, will also change other stuff, so it's up to you.

In core/api.lua search for
Code:
local function CreatePanel(f, t, w, h, a1, p, a2, x, y)
	GetTemplate(t)
	
	if t == "Transparent" then
		backdropa = 0.6
Change the 0.6 to something else. Higher will be more opaque, lower will be more transparent. [/b]
Anyway to create a new template just for the chat window then?

------

EDIT: Whats up with DBM not lining up correctly? Mine stacks all on top of each other.

------

EDIT2: Is there a way to show the bag bar, so I can add new bags to it, replacing older ones, without disabling the addon?

------

EDIT3: When I am in a party, and I try to Vote Kick someone, if its to earlier, or in combat and can't do it, it doesn't say anything, just nothing happens.
Last edited by drewdenman : 05-08-11 at 12:33 PM.
Report comment to moderator  
Reply With Quote
Unread 05-07-11, 05:33 AM  
kryo85
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 116
Uploads: 1
Re: Re: Re: Power Bar

Originally posted by steptaker
Ah. No mana percentage at the moment, will look into it.

Originally posted by drewdenman
Skins aren't functional at the moment.
The chat background uses the Transparent template. If you change that, will also change other stuff, so it's up to you.

In core/api.lua search for
Code:
local function CreatePanel(f, t, w, h, a1, p, a2, x, y)
	GetTemplate(t)
	
	if t == "Transparent" then
		backdropa = 0.6
Change the 0.6 to something else. Higher will be more opaque, lower will be more transparent.
Last edited by kryo85 : 05-07-11 at 05:34 AM.
Report comment to moderator  
Reply With Quote
Unread 05-07-11, 04:21 AM  
drewdenman
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
Skins and chat

I've tried looking, but I can't find out where I can get/how to setup the skins for Omen and Skada or Recount.

Also, how can I change my chat box to have a darker background? I tried the normal WoW settings on chat, but that didn't work.
Report comment to moderator  
Reply With Quote
Unread 05-06-11, 08:20 AM  
steptaker
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: Power Bar

[quote]Originally posted by kryo85
[b]
It's enabled by default. Check the right frames, the boss frames, there's the mana bar.

There's a mana bar/power bar, but is there a way to give it a specific number or percentage?
Report comment to moderator  
Reply With Quote
Unread 05-06-11, 06:28 AM  
kryo85
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 116
Uploads: 1
Re: Power Bar

Originally posted by steptaker

It's enabled by default. Check the right frames, the boss frames, there's the mana bar.


Originally posted by Andosup
A toggle wouldn't be possible, the datapanel works as anchors for the actionbars.
Having an option to disable it is possible, though a reloadui would be needed.
Report comment to moderator  
Reply With Quote
Unread 05-03-11, 12:39 PM  
Andosup
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Toggle Datatext?

Love this ui <3 it's amazing.

There's something I keep wanting to do with it though. And I've been looking through the tukui forums for anything like it but no such luck. :< I wish to know if it's possible to set the left side box of the main actionbar to toggle the datatext panel underneath it, moving the actionbars where the panel was. Basically toggling the datatext panel, sliding the actionbars down in it's place.
Report comment to moderator  
Reply With Quote
Unread 05-02-11, 10:19 PM  
steptaker
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Power Bar

How do I make it show the power bar/mana of enemies (need it for To4W / Omnitron) cheers.
Report comment to moderator  
Reply With Quote
Unread 05-02-11, 09:49 AM  
kryo85
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 116
Uploads: 1
Originally posted by moopi
How do you turn off the auto repair function
/config - Merchant - Auto Repair Item
Report comment to moderator  
Reply With Quote
Unread 05-02-11, 07:25 AM  
moopi
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
How do you turn off the auto repair function
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 04:04 PM  
Nallepuh
A Deviate Faerie Dragon

Forum posts: 19
File comments: 65
Uploads: 0
Re: Re: Re: Re: Unitframes

Originally posted by kryo85

I know but i don't even have your unitframes showing....i just get blizzard standard unitframes:S

EDIT! Got it to work now! Thanks
Last edited by Nallepuh : 04-30-11 at 04:06 PM.
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 03:46 PM  
kryo85
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 116
Uploads: 1
Re: Re: Re: Unitframes


Report comment to moderator  
Reply With Quote
Unread 04-30-11, 03:10 PM  
Nallepuh
A Deviate Faerie Dragon

Forum posts: 19
File comments: 65
Uploads: 0
Re: Re: Unitframes

Originally posted by kryo85
remove the tick from
/config - unitframes - Enable fading unitframes

also, make sure that Enable tukui unitframes are selected, it's in the same category as the above.
What tick? don't understand sorry!
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 07:47 AM  
kryo85
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 116
Uploads: 1
Re: Unitframes

Originally posted by Nallepuh
remove the tick from
/config - unitframes - Enable fading unitframes

also, make sure that Enable tukui unitframes are selected, it's in the same category as the above.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.