49
edits
| (7 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]] | |||
[[File:AddOn_Studio_2022_for_WoW_- | |||
c. WoWBench loaded in AddOn Studio | |||
[[File:AddOn_Studio_2022_for_WoW_-_Features_Lua_Console_Bench_Console_-_220412.0.png]] | [[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> | |||
The "-f" switch probably isn't what you want to use for each startup, but if you give ''no'' [[#Command line arguments|command line arguments]], it will show parameter help rather than starting up. | |||
<div style="float:left; clear:left; margin-left: 2em;"> | <div style="float:left; clear:left; margin-left: 2em;"> | ||
| Line 63: | 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 101: | 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> | ||