1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
--no-info
[NAME]
vcmiclient \- A free reimplementation of the Heroes of Might and Magic 3 engine.
[SYNOPSIS]
.IP "\fBvcmiclient\fR [options]" 4
[DESCRIPTION]
This is the client program.
[FILES]
user data: $HOME/.local/share/vcmi
user saves: $HOME/.local/share/vcmi/Saves
user cache: $HOME/.cache/vcmi
user config: $HOME/.config/vcmi
[EXAMPLES]
Start multiplayer server, indicated players 0 and 1 (red and blue) are human
players, control all AI players and player 0 (Red) from this client.
vcmiclient \-\-loadserver \-\-loadnumplayers 2 \-\-loadhumanplayerindices 0 \-\-loadhumanplayerindices 1 \-\-loadplayer 0
Connect to server at 127.0.0.1 port 3030, but do not start a server there, and
control player 1 (Blue) from this client. Do not control AI players from this
client.
vcmiclient \-\-loadplayer 1 \-\-loadserverip 127.0.0.1 \-\-loadserverport 3030
[REPORTING BUGS]
Report bugs to http://bugs.debian.org/vcmi or vcmi@packages.qa.debian.org
|