WoW:Viewing Blizzard's WoW user interface code
Jump to navigation
Jump to search
The World of Warcraft user interface code that makes up the FrameXML interface can be viewed in it's source code form. The code can be obtained several ways, including directly by extracting files from the game code, using tools already in the game.
Viewing UI code by extracting game files
- The WoW game itself can export the user interface code and artwork files using in-game developer console commands, which are: 'exportInterfaceFiles code' (or 'exportInterfaceFiles art' for art). See Extracting interface files for detailed instructions.
Viewing UI code on the web
- The site townlong-yak.com keeps a database of all versions of FrameXML online. You can compare different versions to each other, view the contents of specific files (in a specific interface version), or just download the entire interface as it looked for a given version. Even test server versions are available.
- The site used to be at wow.go-hero.net,[1] but appears to have died some time in 2012 (Patch 4.3.3 was the last archived version).
- As of 2015, you can see some code at wowprogramming.com's FrameXML Browser[2] that is relatively up-to-date.
Downloading Blizzard's Interface AddOn Kit
- The Blizzard page World of Warcraft Interface AddOn Kit (US, EU) on Battle.net Support site held updated FrameXML files and in-game UI artwork, used by the actual game, for use by AddOn developers, community sites, or whoever was curious. These downloads were updated most releases.
- Note: The WoW 'Interface AddOn Kit' is no longer updated by Blizzard, and has been replaced by extracting the game UI files locally from the game content. See Interface AddOn Kit and 'Green Post': Updated FrameXML Extraction for more information.
See also
External links
Battle.net Support (US) Download the World of Warcraft Interface AddOn Kit (Updated: Oct 9, 2013; Article ID: 533)
Battle.net Support (EU) Download the World of Warcraft Interface AddOnKit (Updated: 30-May-2012; Article ID: 533)
- Old
- ↑ Available FrameXML Builds. Archive.org. Archived from the original on 2012-04-10.
- ↑ Latest code is Patch 6.0.2 build 19027 as of 13-Jul-2015.