Improve your Interface without any Addons

Post pictures of screenshots in WoW, Smolderforge or retail! -- Also videos that you've made about the game.
Post Reply
noamericano
Posts: 12

Improve your Interface without any Addons

Post by noamericano »

I hope this helps someone ;P

Gfx enhancement macro:

/console farclip 777
/console horizonfarclip 6226
/console groundeffectdensity 256
/console groundeffectdist 140
/console smallcull 0
/console skycloudlod 3
/console characterambient 0

for people with fps issues:

/console groundEffectDensity 256
/console groundEffectDist 200

the macro to revert the changes :

/console groundEffectDensity 16
/console groundEffectDist 1
/console horizonfarclip 1305
/console farclip 177
/console characterAmbient 1
/console smallcull 1
/console skycloudlod 1
/console detailDoodadAlpha 1

What does this do?
• The vegetation can be seen from miles away (grass flowers etc) plus there seems to be FAR more of it.
• The "bloom" effect seems to be more vivid.
• The view distance is greatly increased.
• Everything seems to be more sharp and crisp.
• The weather effects appear to be more intense.

Remove Keybind Icon on Action Bars
/run for i = 1, 12 do _G["BonusActionButton"..i.."HotKey"]:Hide() end
/run for i = 1, 12 do _G["MultiBarBottomLeftButton"..i.."HotKey"]:Hide() end
/run for i = 1, 12 do _G["MultiBarBottomRightButton"..i.."HotKey"]:Hide() end

Remove Macro Text from Action Bars
/run for i = 1, 12 do _G["BonusActionButton"..i.."Name"]:Hide() end
/run for i = 1, 12 do _G["MultiBarBottomLeftButton"..i.."Name"]:Hide() end
/run for i = 1, 12 do _G["MultiBarBottomRightButton"..i.."Name"]:Hide() end

Resize and Move Cast Bar
/run CastingBarFrame:SetPoint("BOTTOMLEFT",490,69)
/run CastingBarFrame:SetScale(1.23)


ONLY FOR WOTLK PLAYERS:

Class Portraits on Frames
Macro 1:
/run UFP="UnitFramePortrait_Update" UICC="Interface\\TargetingFrame\\UI-Classes-Circles" CIT=CLASS_ICON_TCOORDS UC=UnitClass
Macro 2:
/run hooksecurefunc(UFP,function(self) if self.portrait then t=CIT[select(2,UC(self.unit))] if t and UnitIsPlayer(self.unit) then self.portrait:SetTexture(UICC) self.portrait:SetTexCoord(unpack(t)) else self.portrait:SetTexCoord(0,1,0,1) end end end)

Show Enemy Arena Frames Outside of Arena
/run ArenaEnemyFrame1:Show();ArenaEnemyFrame2:Show();ArenaEnemyFrame3:Show()
/run LoadAddOn("Blizzard_ArenaUI");ArenaEnemyFrames:Show();ArenaEnemyFrame1:Show();ArenaEnemyFrame2:Show();ArenaEnemyFrame3:Show();ArenaEnemyFrame1CastingBar:Show()

Move and Resize Enemy Arena Frames
/run ArenaEnemyFrame1:ClearAllPoints()
/run ArenaEnemyFrame1:SetPoint("TOPLEFT", -1035, -40)
/run ArenaEnemyFrame1:SetScale(1.23)
/run ArenaEnemyFrame2:SetScale(1.23)
/run ArenaEnemyFrame3:SetScale(1.23)

Change the numbers on each to move their position or change the scale. This goes for all the macros and try "/reload ui" if you see no change or get ui problems.

btw try Game Booster to get more RAM- and CPU- capacity and Leatrix Latency Fix to reduce your online gaming latency
Last edited by noamericano on 28 Dec 2012, 21:51, edited 1 time in total.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest