forked from Ravenholdt-TC/SimcScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimcConfig_Example.yml
64 lines (47 loc) · 1.85 KB
/
SimcConfig_Example.yml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Path to the folder with the simc executable
SimcPath: D:\Dev\SimulationCraft
# How many threads to use, put a number or a formula using "max" for all cores
Threads: max - 1
# What file type to write reports to (available: json, csv; you can specify multiple with | as seperator)
OutputExt: csv
# Abort the simulation if the end-of-sim log file already exists.
AbortOnExistingReport: false
###
### 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
# Additional template sources in the SimC source
SimcProfileFolders:
- profiles/PreRaids/
- profiles/Tier22/
# Where archiver puts packed reports, logs and input
ArchivesFolder: archives
###
### Run.rb
###
# Orders (scripts, fightstyles) to run
RunOrders: [
[["RaceSimulation", "TrinketSimulation", "AzeriteSimulation", "Combinator"], ["1T"]],
[["RaceSimulation", "TrinketSimulation", "AzeriteSimulation", "Combinator"], ["2T"]],
[["RaceSimulation", "TrinketSimulation", "AzeriteSimulation", "Combinator"], ["1TA"]],
[["RaceSimulation", "TrinketSimulation", "AzeriteSimulation", "Combinator"], ["Dungeon"]]
]
# Amounts of same Azerite trait stacks to sim. (Combinator-0A, Combinator-1A, ...)
RunCombinatorAzeriteStacks: [0, 1, 2, 3]
# Classes to run
RunClasses: ["Death-Knight", "Demon-Hunter", "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
HeroDamagePath: D:\Dev\HeroDamage