-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
14 lines (13 loc) · 851 Bytes
/
README
File metadata and controls
14 lines (13 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
S3Randomizer is a generator for The Settlers 3 *.map files
Usage:
s3randomizer [--output=<output>] [--seed=<seed>] [--size=<size>] [--playerCount=<playerCount>] [--startGoods=<HG|MG|LG>]
s3randomizer (-h | --help)
s3randomizer --version
Options:
-h --help Show this screen.
--version Show version.
--output=<output> Path to the output *.map file that will be generated. [default: random.map]
--seed=<seed> Seed (numeric) to use for random functions. Use another seed to get another map. [default: 123456789]
--size=<size> Size of the generated map. [default: 320]
--playerCount=<playerCount> Amount of player start spots on the map. [default: 8]
--startGoods=<HG|MG|LG> Define the stacks and settlers the players start with. [default: HG]