diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-06-30 22:48:51 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-07-05 04:42:47 +0200 |
commit | 89adfdf31e2e6d0eb42fd95cc9742bdb183e5ce3 (patch) | |
tree | a7d91f15654af7f24f863b6f7078b507e381c640 /src | |
parent | d1a903b837a544e0aad89b5df27b25a826ad43ea (diff) |
Tools/mmaps_generator: Fixed executable name and default values in --help
(cherry picked from commit 08778dc1c8c7aad6820a12b3ba229afa80361dc2)
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/mmaps_generator/Info/readme.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/mmaps_generator/Info/readme.txt b/src/tools/mmaps_generator/Info/readme.txt index e6a7d369019..5178138c65f 100644 --- a/src/tools/mmaps_generator/Info/readme.txt +++ b/src/tools/mmaps_generator/Info/readme.txt @@ -1,7 +1,7 @@ R"(Generator command line args --threads [#] Max number of threads used by the generator - Default: 3 + Default: Same as CPU cores --offMeshInput [file.*] Path to file containing off mesh connections data. Format must be: (see offmesh_example.txt) @@ -18,7 +18,7 @@ R"(Generator command line args --maxAngle [#] Max walkable inclination angle - float between 45 and 90 degrees (default 60) + float between 45 and 90 degrees (default 55) --skipLiquid [true|false] extract liquid data for maps @@ -57,15 +57,15 @@ R"(Generator command line args examples: -movement_extractor +mmaps_generator builds maps using the default settings (see above for defaults) -movement_extractor --skipContinents true +mmaps_generator --skipContinents true builds the default maps, except continents -movement_extractor 0 +mmaps_generator 0 builds all tiles of map 0 -movement_extractor 0 --tile 34,46 +mmaps_generator 0 --tile 34,46 builds only tile 34,46 of map 0 (this is the southern face of blackrock mountain) )"
\ No newline at end of file |