diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-02 01:48:38 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-02 02:41:24 +0200 |
commit | 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb (patch) | |
tree | ff8eab35e732bc0749fc11677c8873a7b3a58704 /docs/manaplus.6 | |
download | mv-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.gz mv-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.bz2 mv-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.xz mv-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.zip |
Initial commit.
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
Diffstat (limited to 'docs/manaplus.6')
-rw-r--r-- | docs/manaplus.6 | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/docs/manaplus.6 b/docs/manaplus.6 new file mode 100644 index 000000000..dbde16d49 --- /dev/null +++ b/docs/manaplus.6 @@ -0,0 +1,104 @@ +.TH "ManaPlus" "6" +.SH "NAME" +mana \- ManaPlus: A 2D MMORPG client +.SH "SYNOPSIS" +\fBmanaplus\fR +.SH "DESCRIPTION" +This manual page documents briefly the +\fBmanaplus\fR ingame +commands. +\fBmanaplus\fR is a great online game based upon the Seiken Densetsu Serie. +It has its own universe, and and its own character management system, which will +give you the opportunity to play in a 2D heroic-fantasy world forever. +.SH "BINARY PARAMETERS" +This program follows the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +.TP +.B \-l, \-\-log\-file +Log file to use +.TP +.B \-L, \-\-chat\-log\-dir +Chat log dir to use +.TP +.B \-v, \-\-version +Show version of the program. +.TP +.B \-h, \-\-help +Show summary of options. +.TP +.B \-C, \-\-config\-dir +Configuration directory to use. +.TP +.B \-U, \-\-username +Login with this username. +.TP +.B \-P, \-\-password +Login with this password. +.TP +.B \-c, \-\-character +Login with this character. +.TP +.B \-s, \-\-server +Login server name or IP. +.TP +.B \-p, \-\-port +Login server port. +.TP +.B \-\-update\-host +Use this update host. +.TP +.B \-D, \-\-default +Choose default character server and character. +.TP +.B \-u, \-\-skip\-update +Skip the update process. +.TP +.B \-d, \-\-data +Directory to load game data from. +.TP +.B \-L, \-\-local\-data\-dir +Directory to use as local data directory. +.TP +.B \-\-screenshot\-dir +Directory to store screenshots. +.TP +.B \-\-safemode +Start game in safe mode. +.TP +.B \-\-no-opengl +Disable OpenGL for this session. +.SH "COMMON KEYS" +.TP +.B Arrow Keys: +Move your character around. +.TP +.B Left Ctrl: +Make your character attack. +.TP +.B Key A: +Target nearest monster. +.TP +.B Key G: +Get items on the ground or in a chest. +.TP +.B Alt + 1...9: +Shows an emoticon above your character. +.TP +.B Alt + I: +Shows / Hide inventory window. +.TP +.B Alt + K: +Shows / Hide skills window. +.TP +.B Alt + E: +Shows / Hide equipment window. +.TP +.B Alt + C: +Shows configuration window. +.SH "AUTHOR" +This manual page was written by Patrick Matth\[:a]i <patrick.matthaei@web.de> +for the Mana project. +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU General Public License, Version 2 any +later version published by the Free Software Foundation. |