Download
(189Kb)
Download
Updated: 02-28-14 08:35 AM
Pictures
File Info
Updated:02-28-14 08:35 AM
Created:02-28-14 08:35 AM
Downloads:2,041
Favorites:2
MD5:

sActionBar

Version: 1.0
by: Sasenna [More]

INTRO:

Lightweight action bar replacement. Has 4 different action bar end cap textures. Textures are class colored.
INSTALL:
Extract folder to World of Warcraft\Interface\AddOns
CUSTOMIZE:
Open sActionBar.lua to move around the bars themselves.
Open Textures.lua to change the action bar end caps or turn on/off class colored textures.
Code:
	-----------------------------
	-- // CONFIG \\
	-----------------------------
		-- Set the textures to be class colored
		local ClassColored = true
		
		-- Change the number to the End Textures you want.
		local ept = 1

		--[[
			0 = Angel
			1 = Demon
			2 = Lion
			3 = Gryphon
			4 = None
		--]]
		
		Lscale = 0.89 -- Scale of Right Line
		Bscale = 0.85 -- Scale of Right Bar
		local art_pos = {
			[1] = { a1 = "RIGHT",  a2 = "RIGHT", af = "UIParent", x = 0, y = 0 }, -- Right Line
			[2] = { a1 = "RIGHT",  a2 = "RIGHT", af = "UIParent", x = 0, y = 0 }, -- Right Bar
		}
	
	-----------------------------
	-- // CONFIG END \\
	-----------------------------
SCALING:
Some of the menus maybe large on different screen sizes. I play on a 40" HDTV about 6' away so had to scale some of the menus up for myself.
Open sActionBar\Textures.lua with a text editor scroll down and change the values for:
Code:
	-----------------------------
	-- MENU SCALING
	-----------------------------

		FriendsFrame:SetScale(1.25)
		CharacterFrame:SetScale(1.25)
		SpellBookFrame:SetScale(1.25)
		PVEFrame:SetScale(1.25)
		MailFrame:SetScale(1.25)
		QuestFrame:SetScale(1.25)
		GossipFrame:SetScale(1.25)
		ItemTextFrame:SetScale(1.25)

Optional Files (0)


There have been no comments posted to this file.
Be the first to add one.



Category Jump: