forked from Ravenholdt-TC/SimcScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimcConfig_Example.yml
More file actions
50 lines (35 loc) · 1.17 KB
/
SimcConfig_Example.yml
File metadata and controls
50 lines (35 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Path to the folder with the simc executable
SimcPath: D:\Dev\SimulationCraft
# How many threads to use
Threads: 3
# What file type to write reports to (available: json, csv; you can specify multiple with | as seperator)
OutputExt: csv
###
### You can most likely leave the following the way they are.
###
# Where tool-wide config files are stored
ConfigFolder: conf
# Where reports / CSV files will be saved
ReportsFolder: reports
# Where simc log files will be saved
LogsFolder: logs
# Where generated simc files will be saved
GeneratedFolder: generated
# Where templates for the scripts are placed
ProfilesFolder: profiles
# Where archiver puts packed reports, logs and input
ArchivesFolder: archives
###
### Run.rb
###
# Scripts to run
RunScripts: ["RaceSimulation", "TrinketSimulation", "Combinator"]
# Fighstyles to run
RunFightstyles: ["1T", "2T", "3T", "1T_Adds"]
# Classes to run
RunClasses: ["DeathKnight", "DemonHunter", "Druid", "Hunter", "Mage", "Monk", "Paladin", "Priest", "Rogue", "Shaman", "Warlock", "Warrior"]
###
### Hero Websites (json output only)
###
# If specified to true, will prepare the report to be used on HeroTC websites like Hero Damage
HeroOutput: false