WoW:Getting started with writing AddOns (source)
Revision as of 20:09, 25 December 2011
, 25 December 2011→Get Your Information: The WoW API
| Line 24: | Line 24: | ||
"C:\Users\Public\Games\World of Warcraft\Wow.exe" -console | "C:\Users\Public\Games\World of Warcraft\Wow.exe" -console | ||
:*Make sure to hit apply, close the window and launch your created shortcut | :*Make sure to hit apply, close the window and launch your created shortcut | ||
:* | :*At the login page ('''before''' logging in) press the `/~ button (The button left of the 1 key) to open the World of Warcraft console | ||
:*Type "exportInterfaceFiles code" or "exportInterfaceFiles art". Code is probably what your looking for, you will notice the game will lock up as it is exporting the files, this is normal. | :*Type "exportInterfaceFiles code" or "exportInterfaceFiles art". Code is probably what your looking for, you will notice the game will lock up as it is exporting the files, this is normal. | ||
:*You can now find the current version of the stock UI files in the BlizzardInterfaceCode folder of your WoW directory. | :*You can now find the current version of the stock UI files in the BlizzardInterfaceCode folder of your WoW directory. | ||