49
edits
(replace wowcompares with go-hero) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
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 [[FrameXML]] 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 [[FrameXML]] on the web == | == Viewing [[FrameXML]] on the web == | ||
* The site [http://wow.go-hero.net/framexml/builds wow.go-hero.net] 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 [http://wow.go-hero.net/framexml/builds wow.go-hero.net] 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. | ||
== Downloading Blizzard's [[Interface AddOn Kit]] == | |||
* The Blizzard page [http://us.battle.net/support/en/article/download-the-world-of-warcraft-interface-addon-kit World of Warcraft Interface AddOn Kit] (US, [http://us.battle.net/support/en/article/download-the-world-of-warcraft-interface-addon-kit 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': [http://us.battle.net/wow/en/forum/topic/2046735687 Updated FrameXML Extraction] for more information.'' | |||
== See also == | == See also == | ||
* [[Extracting interface files]] | |||
* [[Interface AddOn Kit]] | * [[Interface AddOn Kit]] | ||