Using the Command Line

Mapcraft is normally invoked from the command line. There is a script called mapcraft (or, on Microsoft platforms, mapcraft.bat) which can be used to start the software. With no command line options given, the main GUI window will open, and the user can create a new map, or load an existing one, from the menu.

See the GUI documentation for details on how to use the GUI environment.

Standard Operations

The standard operations are to load an existing map, or to create a new map. General usage information can be obtained by doing the following.

mapcraft -help

Load a map

mapcraft -load <filename>

To test this, from the installation directory, you can try:

mapcraft -load maps/island.map

Create a map

mapcraft -create <name> -width <width> -height <height> -scale <scale> -terrain <filename> [-square ] [-local ]