Command line interface¶
Using the command line you can issue one single command and let WorldEngine generate a world for you.
worldengine [<operation> [<file>]] [<options>] [world|plates|ancient_map|info]
Arguments¶
Argument |
Description |
|---|---|
operation |
Valid operations: world, plates, ancient_map, info, export |
file |
Input filename for info and export |
Generic options¶
Short |
Long |
Description |
|---|---|---|
--version |
Print version string |
|
-h |
--help |
Produce help message |
-v |
--verbose |
Enable verbose messages |
Configuration¶
Short |
Long |
Description |
|---|---|---|
-o <dir> |
--output-dir <dir> |
Set output directory |
-n <arg> |
--worldname <arg> |
Set world name |
--format <arg> |
Set file format |
|
-s <arg> |
--seed <arg> |
Initializes the pseudo-random generation |
-t <arg> |
--step <arg> |
Specifies how far to proceed in the world generation process |
-x <arg> |
--width <arg> |
Width of the world to be generated |
-y <arg> |
--height <arg> |
Height of the world to be generated |
-q <arg> |
--plates <arg> |
Number of plates |
--black-and-white |
Generate maps in black and white |
Generate options¶
The generate options are for the plate and world modes only.
Short |
Long |
Description |
|---|---|---|
-r |
--rivers |
Generate rivers map |
--grayscale-heightmap |
Produce a grayscale heightmap |
|
--ocean-level <arg> |
Elevation cutoff for sea level |
|
--temps <arg> |
Provide alternate ranges for temperatures |
|
--humidity <arg> |
Provide alternate ranges for humidities |
|
--gamma-value <arg> |
Gamma value for temperature/precipitation gamma correction curve |
|
--gamma-offset <arg> |
Adjustment value for temperature/precipitation gamma correction curve |
|
--not-fade-borders |
Don't fade borders |
|
--scatter |
Generate scatter plot |
|
--sat |
Generate satellite map |
|
--ice |
Generate ice caps map |
|
--world-map |
Generate world map |
|
--elevation-map |
Generate elevation map |
|
--elevation-shadows |
Draw shadows on elevation map |
Ancient map options¶
The ancient map options are for the ancient map mode only.
Short |
Long |
Description |
|---|---|---|
-w <filename> |
--worldfile <filename> |
File to be loaded |
-g <filename> |
--generated-file <filename> |
File to be generated |
-f <arg> |
--resize-factor <arg> |
Resize factor |
--sea-color <arg> |
Sea color |
|
--not-draw-biome |
Don't draw biome |
|
--not-draw-mountains |
Don't draw mountains |
|
--not-draw-rivers |
Don't draw rivers |
|
--draw-outer-border |
Draw outer land border |
Export options¶
Long |
Description |
|---|---|
--export-format <arg> |
Export to a specific format |
--export-datatype <arg> |
Type of stored data |
--export-dimensions <arg> |
Export to desired dimensions |
--export-normalize <arg> |
Normalize the data set between min and max |
--export-subset <arg> |
Selects a subwindow from the data set |