WoWBench/Getting started: Difference between revisions

 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<small>[[WoWBench]] &raquo; Getting started</small>
{{tocright}}
{{tocright}}


Line 6: Line 4:
<div style="margin-left: 3%;">
<div style="margin-left: 3%;">


=== Example startup ===
Getting up and running with WoWBench is really only a matter of starting it.
<div style="margin-left: 3%;">
 
Getting up and running with WoWBench is really only a matter of starting it, e.g.:
 
==== For 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.


==== In [[AddOn Studio]] ====
=== Startup with [[AddOn Studio]]: ===
a. <code>View > Lua Console</code>
a. <code>View > Lua Console</code>


Line 25: Line 15:
[[File:AddOn_Studio_2022_for_WoW_-_Features_Lua_Console_Bench_Button_-_220412.0.png]]
[[File:AddOn_Studio_2022_for_WoW_-_Features_Lua_Console_Bench_Button_-_220412.0.png]]


c. WoW Bench loaded in AddOn Studio
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 66: 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.