While I was browsing the internet on how to remove my character frame for a video for you guy's. I found some VERY interesting information. If you are filming a video and you are wanting to put it on youtube and you do not want the people seeing what your name is this is very useful.
To hide a frame, you have to enter the frame name into the chat window this is done by typing in '/script theframename:Hide()' likewise if you want to show it again you would want to type in '/script theframename:Show()'
The Frame Names:
Player Window
The Player window in the upper left that is always shown for yourself is PlayerFrame.
/script PlayerFrame:Hide()
Party Window
The windows that are shown for group members are PartyMemberFrameX, where X = 1..4. All these can be hidden at once by the function HidePartyFrame(), provided by the default party frame lua code.
/script HidePartyFrame() -- hides all party members
/script PartyMemberFrameX:Hide() -- hides a specified party member (X=1/2/3/4)
Edit Minimap-Frames
To hide the minimap completely, enter:
/script MinimapCluster:Hide()
Worldmap Button
The little button at the topleft of the minimap that toggles the worldmap
/script MiniMapWorldMapButton:Hide()
Calendar Button
/script GameTimeFrame:Hide()
Zoom Buttons
/script MinimapZoomIn:Hide() -- hides the zoom-in-button (+)
/script MinimapZoomOut:Hide() -- hides the zoom-out-button (-)
Main Action Bar
Main bar which has a row of shortcuts (at the bottomleft)
/script RemoveMainActionBar()
Main Menu Bar
Menu bar which has various WoW Options, Character Info, Social etc.
/script MainMenuBar:Hide()
Main Menu Bar Endcaps
The gryphons that are at the sides of the bottom bar.
/script MainMenuBarLeftEndCap:Hide() -- to hide the left one
/script MainMenuBarRightEndCap:Hide() -- to hide the right one
Shapeshift (Stance/Form/Stealth) Bar
/script ShapeshiftBarFrame:Hide()
Bottom left action bar (Above the Main Action Bar, left side)
/script MultiBarBottomLeft:Hide()
Bottom Right
Bottom right action bar (Above the Main Action Bar, right side)
/script MultiBarBottomRight:Hide()
Left
First action bar below minimap
/script MultiBarLeft:Hide()
Right
Second action bar below minimap
/script MultiBarRight:Hide()
edit Other Frames
UI Parent
Hides the UI Parent same as if you press ALT+Z
/script UIParent:Hide()
Chat
The default chat frame.
/script ChatFrame1:Hide()
Experience Bar
This is the long purple (or blue, if rested) bar on the default UI that shows your experience
/script MainMenuExpBar:Hide()
~Mistatic
No comments:
Post a Comment