SimCMinMax / AutoSimC

Python script to create multiple profiles for Simcraft to find Best-in-Slot and best enchants/gems/talents combination.
GNU General Public License v3.0
54 stars 17 forks source link

Write out all SimC arguments to file #22

Closed scamille closed 6 years ago

scamille commented 6 years ago

Before starting a simulation, we should write out all options used directly to a .simc file into the tmp folder. Then we invoke SimC with only that single file as an argument.

This should make comparing AutoSimC simulations to manually started simulations much easier. It also increases transparency (all options are written down, not just with --debug), and can also simplifiy error reporting to SimC when there is a crashing simulation.