1- Generator command line args
1+ R"( Generator command line args
22
33--threads [#] Max number of threads used by the generator
4- Default: 3
4+ Default: Same as CPU cores
55
66--offMeshInput [file.*] Path to file containing off mesh connections data.
77 Format must be: (see offmesh_example.txt)
@@ -18,7 +18,7 @@ Generator command line args
1818
1919--maxAngle [#] Max walkable inclination angle
2020
21- float between 45 and 90 degrees (default 60 )
21+ float between 45 and 90 degrees (default 55 )
2222
2323--skipLiquid [true|false] extract liquid data for maps
2424
@@ -53,16 +53,19 @@ Generator command line args
5353 this command will build the map regardless of --skip* option settings
5454 if you do not specify a map number, builds all maps that pass the filters specified by --skip* options
5555
56+ --help This message
57+
5658examples:
5759
58- movement_extractor
60+ mmaps_generator
5961builds maps using the default settings (see above for defaults)
6062
61- movement_extractor --skipContinents true
63+ mmaps_generator --skipContinents true
6264builds the default maps, except continents
6365
64- movement_extractor 0
66+ mmaps_generator 0
6567builds all tiles of map 0
6668
67- movement_extractor 0 --tile 34,46
69+ mmaps_generator 0 --tile 34,46
6870builds only tile 34,46 of map 0 (this is the southern face of blackrock mountain)
71+ )"
0 commit comments