Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
(these commands are case-sensitive)
 
Line 1: Line 1:
  +
== Downloading interface data ==
{{Stub/Other}}
 
  +
Blizzard has provided an official, but not necessarily up-to-date, mirror
  +
* http://us.blizzard.com/support/article.xml?locale=en_US&articleId=21466
   
  +
== Extracting interface data ==
'''Cam Clarke''' voices [[Medivh]] in [[World of Warcraft: The Burning Crusade]]. He also voices the blood elf male. Clarke is also famous for his work outside of Blizzard where he provided the voices for Rock Steady and Leonardo in ''Teenage Mutant Ninja Turtles.'' He has voiced many other roles in video games including several characters in ''Neverwinter Nights'', the character Jack in ''Robotech: Battlecry'', and the character Liquid Snake in the ''Metal Gear Solid'' series. Additionally, he has voiced roles in several North American dubs of anime, including Max Sterling and Lancer in ''Robotech'' and Kaneda in ''Akira''.
 
   
  +
Since the switch to the streaming download system in [[patch 4.0.1]], the previously-used Interface Toolkit is no longer supported by Blizzard. Instead, the interface data and artwork can be extracted directly from the client (as of [[patch 4.0.6]]) by using the following [[console]] commands to extract the code and art, respectively. [http://www.wowinterface.com/forums/showthread.php?t=38211][http://forums.wowace.com/showthread.php?t=19226]
* [http://www.imdb.com/name/nm0164682/ Cam Clarke on IMDB]
 
   
  +
exportInterfaceFiles code
[[Category:Blizzard Entertainment employees|Clarke, Cam]]
 
  +
exportInterfaceFiles art
  +
  +
Once extracted, the files can be found in the BlizzardInterfaceCode directory where the WoW executable file can be found. Note that this must be done in the actual console (accessed by starting WoW.exe with the <code>-console</code> flag, then hitting {{keypress|`}}), and not via a <code>/console</code> slash command.
  +
  +
Interface scripts are best viewed with a [[Lua editors|Lua editor]]. To view [[wikipedia:.BLP|.BLP]] files, use a BLP viewer like [http://www.xnview.com XnView]
  +
  +
== Viewing interface data on the web ==
  +
There are several ways to view the Blizzard interface code online
  +
*[https://github.com/tekkub/wow-ui-source Tekkub's Git repository]
  +
*[http://wow.go-hero.net/framexml Foxlit's FrameXML browser]
  +
*[http://wowprogramming.com/utils/xmlbrowser Wowprogramming's FrameXML browser]
  +
  +
[[Category:HOWTOs|View Blizzard's Interface Code]]

Revision as of 01:51, 26 April 2011

Downloading interface data

Blizzard has provided an official, but not necessarily up-to-date, mirror

Extracting interface data

Since the switch to the streaming download system in patch 4.0.1, the previously-used Interface Toolkit is no longer supported by Blizzard. Instead, the interface data and artwork can be extracted directly from the client (as of patch 4.0.6) by using the following console commands to extract the code and art, respectively. [1][2]

exportInterfaceFiles code
exportInterfaceFiles art

Once extracted, the files can be found in the BlizzardInterfaceCode directory where the WoW executable file can be found. Note that this must be done in the actual console (accessed by starting WoW.exe with the -console flag, then hitting `), and not via a /console slash command.

Interface scripts are best viewed with a Lua editor. To view .BLP files, use a BLP viewer like XnView

Viewing interface data on the web

There are several ways to view the Blizzard interface code online