1LORDSAWAR(6) Games LORDSAWAR(6)
2
3
4
6 lordsawar - A Warlords II clone
7
9 lordsawar [OPTION...] [FILE]
10
12 LordsAWar! is a 2d turn-based strategy game where up to 8 players
13 strive for control of as many cities as possible. Produce new armies
14 in cities to conquer nearby cities. Using the income from those
15 cities, make more armies to take more cities. Send a hero to a temple
16 to get a quest, or maybe search a nearby ruin instead. Play against
17 the computer or against a friend.
18
19 Specify FILE to load a saved-game (.sav) or start a new game from a
20 .map file. The latter is a scenario file saved from the scenario
21 builder.
22
23 -c, --cache-size SIZE
24 Don't use more than SIZE bytes to cache rendered graphics.
25
26 -C, --config-file FILE
27 Use FILE instead of ~/.config/lordsawar/lordsawarrc.
28
29 -C, --save-path DIR
30 Use DIR instead of ~/.locale/share/lordsawar.
31
32 -t, --test
33 Start with a test-scenario.
34
35 -S, --seed NUMBER
36 Seed the random number generator with NUMBER.
37
38 -s, --stress-test
39 Begin a non-interactive stress test.
40
41 -r, --robots
42 Begin a non-interactive stress test over the network.
43
44 -H, --host
45 Start a lordsawar server.
46
47 -p, --port NUMBER
48 Start the lordsawar server on the given port.
49
50 --editor
51 Start the scenario builder.
52
53 -h, --help
54 Give this help list.
55
56 FILEs can be a saved game file (.sav), or a map (.map) file.
57
59 ~/.config/lordsawar/lordsawarrc
60 The configuration file.
61
62 ~/.locale/share/lordsawar/ Saved game directory.
63
64 ~/.locale/share/lordsawar/map/
65 Saved scenario maps directory.
66
67 ~/.locale/share/lordsawar/army/
68 Saved armyset directory.
69
70 ~/.locale/share/lordsawar/tilesets/
71 Saved tileset directory.
72
73 ~/.locale/share/lordsawar/shield/
74 Saved shieldset directory.
75
76 ~/.locale/share/lordsawar/citysets/
77 Saved cityset directory.
78
79 ~/.cache/lordsawar/ Cache directory.
80
82 Report bugs to <lordsawar-discuss@nongnu.org>.
83
85 The full documentation for lordsawar is available on the web at:
86 http://www.nongnu.org/lordsawar/manual/
87
88
89
90lordsawar 0.3.2 March 2020 LORDSAWAR(6)