To introduce some examples that make full use of the terminal execution.
Strengths:
This example will show you how to execute "Import CSV" and "Build" at the same time.
You can add or update Materials flexibly by using "Import CSV".
"Build" to create the data to be stored in the game.
By executing at the same time, it is easier for automatic execution.
For the commands supported by terminal execution, refer to Calling the CRI Atom Craft Terminal (Command line) .
The command to read the Material information CSV or CueSheet CSV, and build is as follows:
Note that the build will be performed if there is no -nobuild
option.
CPU load can be fast as no build is needed.
This command is recommended for adding or updating routine data processing.
By using the -merge
option, you can retain the contents of the existing CueSheet and reflect the contents of CSV.
To output these CSVs from an existing project, use CRI Atom Craft (GUI application).
For details, refer to Import/Export Feature .
Import/Export Feature provides information in the CRI Atom Craft project in a more user friendly way.
Also supports CSV created or edited by the user.
For CSV formats use in CRI Atom Craft, refer to CSV Format .