← WoW Tools

SimulationCraft

Self-hosted WoW simulation engine

✅ Built & Installed

Installation Complete

SimulationCraft v1205-01 (WoW 12.0.7) is compiled and installed at /usr/local/bin/simc on Boston-VPS.

Usage

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:

Quick Start Guide

  1. Visit your character on the Battle.net armory
  2. Run: simc armory=us,stormrage,charactername output=report.html
  3. Open report.html in a browser for detailed results
  4. To compare gear: create a .simc profile file with alternate items
  5. To run locally: install the SimC addon in WoW, export profile, save as .simc

Building from Source

Source 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/