49
edits
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
* Cmd prompt - opens a Windows 'cmd.exe' console in the AddOn Studio WoWBench directory. This allows running other WoWBench scripts, managaing files, or using other WoWBench options to start. This would be a very advanced option, and in the context of AddOn Studio, not normally necessary. But may allow to follow trying old options elsewhere in this documentation. | * Cmd prompt - opens a Windows 'cmd.exe' console in the AddOn Studio WoWBench directory. This allows running other WoWBench scripts, managaing files, or using other WoWBench options to start. This would be a very advanced option, and in the context of AddOn Studio, not normally necessary. But may allow to follow trying old options elsewhere in this documentation. | ||
Only one console may be open at a time in the 'Lua Console'. Starting a new console session effectively ends the last one. | |||
== Windows / Linux installation == | == Windows / Linux installation == | ||
| Line 56: | Line 55: | ||
Here are the pieces of config.lua that I changed, and what I changed them to. | Here are the pieces of config.lua that I changed, and what I changed them to. | ||
This is the setting for | This is the setting for WoWBench to find all of the necessary WoW files (Interface/AddOns and WTF, etc.) Change this one to your WoW folder, what I have provided below should be the correct location for 99% of the users. | ||
-- The directory where WoW lives (needed for WTF and AddOns folders) | -- The directory where WoW lives (needed for WTF and AddOns folders) | ||
_WOWDIR = "/Applications/World of Warcraft" | _WOWDIR = "/Applications/World of Warcraft" | ||