To use the tool, you need to:
-
open the terminal(Linux) or open the command prompt(Windows);
-
navigate to the folder where you've downloaded the tool jar;
-
use this command:
java -jar D_Automatic_Charsheet_Compiler.jar <DDM or TXT file name here>
-
this command will create inside the current directory a new folder named 'outputs';
-
to check your charsheets, open the outputs folder.
If you want to know hot to write a DDM or TXT file in order to generate your characters, follow the steps presentend in this guide.
Remember this points when using the tool:
-
the working directory of the tool will be the one where you're calling the command. For example by calling:
java -jar ./DownloadFolder/D_Automatic_Charsheet_Compiler.jar <DDMFile>
the working directory of the process will be the parent directory of 'DownloadFolder';
-
this means that DDMFile has to be located inside the parent directory in order to be processed;
-
you can specify the relative path to DDMFile if the file does not contain 'import' statements;
-
if the DDM file contains import statements, they will probably break due to the incorrect working directory.
If you need a remainder about the usage command, just tipe
java -jar ./DownloadFolder/D_Automatic_Charsheet_Compiler.jar -h
or
java -jar ./DownloadFolder/D_Automatic_Charsheet_Compiler.jar -help