Skip to content

Simulationcraft

Sidoine De Wispelaere edited this page Nov 9, 2017 · 2 revisions

Importing from Simulationcraft

You may want to import the scripts from Simulationcraft.

  • You need to clone the Simulationcraft somewhere on your computer.

  • Compile the Ovale project to Javascript:

      tsc
    
  • Run the import tools

      node dist/utils/importsimc.js [path/to/profile/directory]
    

As of 7.3, you should use the path to the T19P profiles.

Scripts should be imported and if there is any error or warning you must fix them before creating a pull request.

Clone this wiki locally