49
edits
No edit summary |
|||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{tocright}} | {{tocright}} | ||
| Line 6: | Line 4: | ||
<div style="margin-left: 3%;"> | <div style="margin-left: 3%;"> | ||
=== | Getting up and running with WoWBench is really only a matter of starting it. | ||
< | |||
=== Startup with [[AddOn Studio]]: === | |||
a. <code>View > Lua Console</code> | |||
[[File:AddOn_Studio_2022_for_WoW_-_Features_Lua_Console_Menu_-_220412.0.png]] | |||
b. <code>Lua Console > Choose shell... > Bench</code> | |||
[[File:AddOn_Studio_2022_for_WoW_-_Features_Lua_Console_Bench_Button_-_220412.0.png]] | |||
c. WoWBench loaded in AddOn Studio | |||
[[File:AddOn_Studio_2022_for_WoW_-_Features_Lua_Console_Bench_Console_-_220412.0.png]] | |||
Link for getting back to these docs can be found at the top of the Bench console log: | |||
[[File:AddOn Studio 2022 for WoW - Features Lua Console Bench Docs Link - 220412.1.png]] | |||
=== Startup with the command line: === | |||
:<code>C:\wowbench>'''lua wowbench.lua -f'''</code> | :<code>C:\wowbench>'''lua wowbench.lua -f'''</code> | ||
| Line 51: | Line 64: | ||
</div><div style="clear:left;"></div> | </div><div style="clear:left;"></div> | ||
== Running == | |||
At this point, you have a vanilla WoW emulator up and running. | At this point, you have a vanilla WoW emulator up and running. | ||
| Line 89: | Line 103: | ||
''would produce help for the '''look''' command'' | ''would produce help for the '''look''' command'' | ||
</div><div style="clear:left;"></div> | </div><div style="clear:left;"></div> | ||
</div> | </div> | ||