Download
(3MB)
Download
Updated: 08-02-13 09:13 AM
Pictures
File Info
Updated:08-02-13 09:13 AM
Created:07-27-13 09:03 PM
Downloads:2,525
Favorites:10
MD5:

Vytle UI version 2.0

Version: 2.0g
by: v1nk [More]

Vytle UI v2.0 testing for 5.3!

Tested at 1920x1080

Installation Guide:

READ THE README FILE INSIDE THE ZIP FILE!

- Backup your current Interface and WTF folders.
- Copy over the Interface, WTF and Font folders inside your World of Warcraft folder
- Inside the WTF folder, change "ACCOUNTNAMEHERE" to your account name (not battle.net)! in caps.
- Inside that folder, rename "Server" to your server name (CaSe SeNsEtIvE)
- Inside that folder, rename "Character" to your character's name (CaSe SeNsEtIvE).

(Will use reflux when the compilation is more polished)

When the game has loaded:

- Enable all addons

- type /pitbull and select the Vytle Profile (or Vytle - Healer, if your playing a healer...)
- type /quartz and select the Vytle profile.

Scaling command
/run SetCVar("UIScale", 0.78)

Slash command help
/uicmds

Addon List:

Unitframes: PitBull, !Beautycase, Quartz
Buttons: rActionBarStyler, TullaCC, nibMicroMenu
Combat: DoomCooldownPulse
PVE: ChatLoot
PVP: Lose Control
Buffs: nBuff, rFilter
Map: nMap, Mapster
Other: nCore, oGlow


notes over Vytle 1.0
2.0 is ~3mb (1.0 was ~25mb)
no more bloated filesize via shared media
Bartender changed to rActionBarStyler
masque changed to rActionButtonStyler
Weak auras changed to rFilter (most specs supported, will be updated frequently)

Help?!
Need any help? feel free to post on the comments or drop me a private message.

Updates

https://github.com/Vytle/UI

2.0g removed Plate Buffs from the compilation.

2.0f revert un-needed files

2.0e un-needed files

2.0d added various auras (sub rogue, arcane mage and demo lock)

2.0c removed more unnecessary files

2.0b removed unnecessary files in the WTF folder (pointed out by wackie)

2.0a Initial release
Post A Reply Comment Options
Unread 07-30-13, 07:18 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Originally Posted by EGsynergy
Perfect, thank you very much!
anytime! Feel free to request anything

ps sorry i'm looking into the chatbox and pet bar now
Report comment to moderator  
Reply With Quote
Unread 07-30-13, 07:21 PM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
I solved my petbar request by editing ractionbarstyler/config.lua and setting fading to true for pet bar, and setting the faded alpha to 0. The chatbox is the only question I have left.

---------------------------------------
Originally Posted by v1nk
Originally Posted by EGsynergy
Perfect, thank you very much!
anytime! Feel free to request anything

ps sorry i'm looking into the chatbox and pet bar now
Report comment to moderator  
Reply With Quote
Unread 07-30-13, 07:25 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Heres your answer

core.lua

save file as core.lua and replace Interface/AddOns/nChat/core.lua



Originally Posted by EGsynergy
I solved my petbar request by editing ractionbarstyler/config.lua and setting fading to true for pet bar, and setting the faded alpha to 0. The chatbox is the only question I have left.

---------------------------------------
Originally Posted by v1nk
Originally Posted by EGsynergy
Perfect, thank you very much!
anytime! Feel free to request anything

ps sorry i'm looking into the chatbox and pet bar now
Last edited by v1nk : 07-30-13 at 07:25 PM.
Report comment to moderator  
Reply With Quote
Unread 07-30-13, 07:41 PM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
I may have made a mistake and deleted something, but nothing is showing up in game for rfilter 3 anymore. Thanks for the chat config though!
EDIT: Doh! for some reason the code had HTML tags in it, unsure how those got there. It works fine

--------------------------------------------------------------------
Originally Posted by v1nk
Originally Posted by EGsynergy
Perfect, thank you very much!
anytime! Feel free to request anything

ps sorry i'm looking into the chatbox and pet bar now
Last edited by EGsynergy : 07-30-13 at 07:44 PM.
Report comment to moderator  
Reply With Quote
Unread 07-30-13, 07:45 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Yay gad to hear it

Originally Posted by EGsynergy
I may have made a mistake and deleted something, but nothing is showing up in game for rfilter 3 anymore. Thanks for the chat config though!
EDIT: Doh! for some reason the code had HTML tags in it, unsure how those got there. It works fine

--------------------------------------------------------------------
Originally Posted by v1nk
Originally Posted by EGsynergy
Perfect, thank you very much!
anytime! Feel free to request anything

ps sorry i'm looking into the chatbox and pet bar now
Report comment to moderator  
Reply With Quote
Unread 07-31-13, 11:05 AM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
I just got a 21:9 aspect ratio monitor (2560x1080) and I'm having a problem with nameplates overextending their borders, any idea how I could fix this?

Report comment to moderator  
Reply With Quote
Unread 07-31-13, 01:35 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
That's a nice resolution, mine doesn't go that high so i'm unable to replicate it

you can try changing left and right -1 to see if it helps:

Lua Code:
  1. self.Health:SetBackdrop({
  2.         bgFile = 'Interface\\Buttons\\WHITE8x8',
  3.         insets = { left = -1, right = -1, top = -1, bottom = -1 }
  4.     })

which is in Interface/AddOns/nPlates/core.lua around line 338-341

you can edit the file (I use notepad++) then relog in game to see the changes /rl

~ v1nk

Originally Posted by EGsynergy
I just got a 21:9 aspect ratio monitor (2560x1080) and I'm having a problem with nameplates overextending their borders, any idea how I could fix this?

Last edited by v1nk : 07-31-13 at 01:36 PM.
Report comment to moderator  
Reply With Quote
Unread 07-31-13, 02:15 PM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
Thank you, will do! I needed help finding where the code was located

-----------------------------------------------------------------------------------------
Originally Posted by v1nk
That's a nice resolution, mine doesn't go that high so i'm unable to replicate it

you can try changing left and right -1 to see if it helps:

Lua Code:
  1. self.Health:SetBackdrop({
  2.         bgFile = 'Interface\\Buttons\\WHITE8x8',
  3.         insets = { left = -1, right = -1, top = -1, bottom = -1 }
  4.     })

which is in Interface/AddOns/nPlates/core.lua around line 338-341

you can edit the file (I use notepad++) then relog in game to see the changes /rl

~ v1nk

Originally Posted by EGsynergy
I just got a 21:9 aspect ratio monitor (2560x1080) and I'm having a problem with nameplates overextending their borders, any idea how I could fix this?

Report comment to moderator  
Reply With Quote
Unread 07-31-13, 10:53 PM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
This only modifies the width of the grey background for the bars . Any idea which code controls the width of the actual health bar, or the width of the border?
-------------------------------------------------------------------------------------------
Originally Posted by v1nk
That's a nice resolution, mine doesn't go that high so i'm unable to replicate it

you can try changing left and right -1 to see if it helps:

Lua Code:
  1. self.Health:SetBackdrop({
  2.         bgFile = 'Interface\\Buttons\\WHITE8x8',
  3.         insets = { left = -1, right = -1, top = -1, bottom = -1 }
  4.     })

which is in Interface/AddOns/nPlates/core.lua around line 338-341

you can edit the file (I use notepad++) then relog in game to see the changes /rl

~ v1nk

Originally Posted by EGsynergy
I just got a 21:9 aspect ratio monitor (2560x1080) and I'm having a problem with nameplates overextending their borders, any idea how I could fix this?

Last edited by EGsynergy : 07-31-13 at 10:54 PM.
Report comment to moderator  
Reply With Quote
Unread 08-02-13, 09:01 AM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Ok i've been thinking about this issue, and maybe I have a solution:



I extended the textureoverlay found at Interface/AddOns/nPlates/media/textureOverlay.tga

you can try the one I used here textureOverlay2.tga (just rename to textureOverlay.tga or edit the nPlates/core.lua file and change
Lua Code:
  1. local overlayTexture = 'Interface\\AddOns\\nPlates\\media\\textureOverlay2'

Originally Posted by EGsynergy
This only modifies the width of the grey background for the bars . Any idea which code controls the width of the actual health bar, or the width of the border?
-------------------------------------------------------------------------------------------
Originally Posted by v1nk
That's a nice resolution, mine doesn't go that high so i'm unable to replicate it

you can try changing left and right -1 to see if it helps:

Lua Code:
  1. self.Health:SetBackdrop({
  2.         bgFile = 'Interface\\Buttons\\WHITE8x8',
  3.         insets = { left = -1, right = -1, top = -1, bottom = -1 }
  4.     })

which is in Interface/AddOns/nPlates/core.lua around line 338-341

you can edit the file (I use notepad++) then relog in game to see the changes /rl

~ v1nk

Originally Posted by EGsynergy
I just got a 21:9 aspect ratio monitor (2560x1080) and I'm having a problem with nameplates overextending their borders, any idea how I could fix this?

Report comment to moderator  
Reply With Quote
Unread 08-02-13, 09:54 PM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
It's slightly short, but it's much better . I greatly appreciate your help to assist in resolving my very niche situation, as any other developer would not go through the trouble. This is an excellent release, and I believe it surpasses the original CaithUi by a landslide!

Report comment to moderator  
Reply With Quote
Unread 08-03-13, 06:00 AM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
EDIT: Try this textureOverlay2.tga


Thank you for your kind words, means a lot to me

I'll edit the texture again try get it to fit for you (I used Paint.Net if you want to give it a try)

~ v1nk

Originally Posted by EGsynergy
It's slightly short, but it's much better . I greatly appreciate your help to assist in resolving my very niche situation, as any other developer would not go through the trouble. This is an excellent release, and I believe it surpasses the original CaithUi by a landslide!

Last edited by v1nk : 08-03-13 at 09:30 AM.
Report comment to moderator  
Reply With Quote
Unread 08-04-13, 12:10 AM  
2FasTV
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Instalation

Hi. Was trying install and not working !!!!. When i get type /pitbull and try change profil to vytle he is only defelaut profile and no more.....

Please if u can tell me full, comand for /reflux

And if u can create video of install our ui.
Report comment to moderator  
Reply With Quote
Unread 08-04-13, 02:18 AM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
Re: Instalation

There is no reflux implementation as of yet, but if those options are not appearing for you then you may have made a mistake with your installation. Did you make sure to rename your account, server and character folders? Remember the names are also case sensitive. If you did not, the profiles will not appear.

Originally Posted by 2FasTV
Hi. Was trying install and not working !!!!. When i get type /pitbull and try change profil to vytle he is only defelaut profile and no more.....

Please if u can tell me full, comand for /reflux

And if u can create video of install our ui.
Last edited by EGsynergy : 08-04-13 at 02:18 AM.
Report comment to moderator  
Reply With Quote
Unread 08-04-13, 02:23 AM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Re: Instalation

I just tried the latest release on my laptop on a different account / sever and everything seems to be ok, please carefully read the instructions included on the download page and inside the zip

Originally Posted by 2FasTV
Hi. Was trying install and not working !!!!. When i get type /pitbull and try change profil to vytle he is only defelaut profile and no more.....

Please if u can tell me full, comand for /reflux

And if u can create video of install our ui.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: