-
Notifications
You must be signed in to change notification settings - Fork 699
FAQ
Simulationcraft is licensed under the GPL v3. It is free and open-source. Anyone can contribute (help with the development, check the code, report issues, provide feedback, etc), including you.
See the list of commits.
Most profiles and action lists are submitted by users like you! Please submit an issue if you believe you have improvements for them.
If you use configuration files, they must be encoded as latin1 or utf-8, please take time to read TextualConfigurationInterface#Characters_encoding.
The GPU is good at iterating small pieces of code millions of times, in a parallel way. A typical example is matrix operations. For Simcraft, however, roughly half of its code is involved in the iterations (basically: anything found in sc_CLASSNAME.cpp, along with most of sc_player.cpp and sc_sim.cpp). We're not iterating one small algorithm (matrix inversion) but one big algorithm with many sub-components (a couple of algorithms per spell, one for buff application/removal, one for resources management, one for attack table resolution, etc.). Besides, while fights can be ran on parallel, every fight simulation is sequential and therefore not parallelizable.
- On Windows, it is in the %appdata% folder.
- On OSX, when you use the GUI, it is
$HOME/Library/Application Support/simcqt
Under the options tab and the globals sub-tab, there is an "Armory region" setting, it allows you to change the region. As with every option, it is persisted across runs. The default armory language will still be English but you will be able to find your characters even if they're not on an English-speaking realm.
You can also directly change the url. For example, replace the "en" by "fr" if you want to have the armory in French.
Install Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019 and 2022 for the architecture matching your downloaded SimulationCraft.
Of course since Simulationcraft is a simulation. Your results will slightly vary but will always stay close from the truth.
By default, you're considered to be in an optimal raid, which includes bloodlust/heroism/time warp. There is also no movement/distractions, but these can be added by advanced users!
- Features
- Starters guide
- Frequently asked questions
- Common Issues
- Textual configuration interface
- Classes
- Graphical User Interface
- Appendixes
- Developers Corner