no edit summary
(Created page with "{{uiaddon}} Blizzard's user interface code and artwork code can be obtained several ways, including directly by exporting files from the game code, using tools already in ...") |
No edit summary |
||
| Line 3: | Line 3: | ||
== Extracting Files == | == Extracting Files == | ||
Game [[UI]] code and art files can be extracted using the WoW in-game [[console]] commands, which will export files to a directory on your computer. These files are similar to the ones in the Blizzard [[Interface AddOn Kit]], which is no longer maintained as of {{cata-inline}}[[Patch 4.0]].'' | Game [[UI]] code and art files can be extracted using the WoW in-game [[console]] commands, which will export files to a directory on your computer. These files are similar to the ones in the Blizzard [[Interface AddOn Kit]], which is no longer maintained as of {{cata-inline}}[[Patch 4.0]].''<nowiki/>'' | ||
On the developer console type one of: | On the developer console type one of: | ||
*<code>exportInterfaceFiles code</code> | *<code>exportInterfaceFiles code</code> | ||
*<code>exportInterfaceFiles art</code>. | *<code>exportInterfaceFiles art</code>. | ||
Note: These commands only work in the login screen, once you enter your username and password they will stop working. | |||
See [[#Exporting the Code and Art files]] below for detailed instructions. | See [[#Exporting the Code and Art files]] below for detailed instructions. | ||