![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
The input file can be any text file type, but must only contain APL commands (actions=...
, actions+=/...
, actions.bla+=/
, etc.) and APL comments (# This is a comment
).
Example:
DO NOT use with a full profile (character definition, sim options, etc.) or things will break.
The output file has to be an already existing file, that contains a C++ method named after the 'spec' argument surrounded with //<spec>_apl_start and //<spec>_apl_end comments, where the generated APL code will be placed.
Example:
The final argument 'spec' has to be a member of specList, defined in ConvertAPL.py