Self-hosted WoW simulation engine
SimulationCraft v1205-01 (WoW 12.0.7) is compiled and installed at /usr/local/bin/simc on Boston-VPS.
Run a simulation with a character profile:
simc "profile.simc"
Generate a profile from the Battle.net armory:
simc armory=us,realm,character
Available options:
armony=region,realm,name — Import from Battle.netiterations=N — Simulation iterations (default: 10000)target_error=N — Stop when error drops below Nmax_time=N — Fight duration in secondsfight_style=Patchwerk/Casting Patchwerk/Helter Skelteroutput=file.html — Write report to HTMLsimc armory=us,stormrage,charactername output=report.htmlreport.html in a browser for detailed results.simc profile file with alternate items.simcSource cloned to /tmp/simc. To rebuild after updates:
cd /tmp/simc && git pull cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_GUI=OFF cmake --build build -j$(nproc) sudo cp build/simc /usr/local/bin/