/dofusMaps

Primary LanguagePython

dofusMaps

About

NodeJs script to create full quality dofus maps.

Dependencies

Installation

Warning: Windows may have issues, the dependencies must be configured correctly. On Windows you must be sure the PATH contains the entries to the Python and Imagemagick folders.

Download dofusMaps (open the command prompt and write git clone https://github.com/balciseri/dofusMaps.git or if you don't have/want to use git, download the ZIP by clicking the green Download button at the top right of this page)

Run the following command to install it:

npm install

Usage

Run node ./index.js PATH/TO/DOFUS/HOME/FOLDER in the dofusMaps directory to start the script. Example:

node ./index.js C:/Users/USERNAME/AppData/Local/Ankama/Dofus/

Warning: In Windows depending by the console you are using C:\Users\USERNAME\AppData\Local\Ankama\Dofus\ may be not valid. Use:

  • double \\ : C:\\Users\\USERNAME\\AppData\\Local\\Ankama\Dofus\\ or
  • one / C:/Users/USERNAME/AppData/Local/Ankama/Dofus/

Contributors

License

MIT