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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.\" Copyright (c) 2003 Manoj Srivastava <srivasta@debian.org>
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
.\" USA.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
.\" USA.
.\"
.\" $Id: tome.man,v 1.1 2003/08/02 05:01:25 srivasta Exp $
.TH TOME 6 "August 1 2003" "Debian" "Debian GNU/Linux manual"
.SH NAME
tome \- is a graphical dungeon adventure game in the vein of rogue
.SH SYNOPSIS
.B tome
.I [options]
.I [\-\- suboptions]
.SH DESCRIPTION
This manual page explains the Debian package
.B "tome".
.B Tome
is a single-player,
.I graphical
dungeon adventure game using textual characters
to represent the walls and floors of a dungeon and the inhabitants therein,
in the vein of
.I rogue,
.I hack,
.I nethack,
and
.I moria.
.PP
This version of
.B Tome
has been compiled with both
.I ncurses
and the
.I X Windowing system.
and hence can be played on a virtual console as well as under
.I X.
In the latter case, the game pulls up multiple windows.
.SH OPTIONS
.PD 0
.TP 10
.B \-h
Print out a usage message.
.TP
.BR \-n
Start a new character
.TP
.BR \-f
Request fiddle mode (no high score entry)
.TP
.BR \-w
Request wizard mode (no high score entry)
.TP
.BR \-v
Request sound mode
.TP
.BR \-g
Request graphics mode
.TP
.BR \-o
Request original keyset
.TP
.BR \-r
Request rogue-like keyset
.TP
.BR \-s<num>
Show <num> high scores
.TP
.BR \-u<who>
Use your <who> savefile
.TP
.BR \-m<sys>
Force 'main-<sys>.c' usage
.TP
.BR \-d<lib>=<path>
Define a 'lib' dir sub-path. Valid values of lib are help info user
bone save data apex xtra edit file
.PD
.SH "GETTING STARTED"
To start with, you can just say tome -uTest, and that creates a
save file with the file name
.I /var/games/tome/save/<UID>Test.
The best place to get help is the program itself; help is reached by
the command
.B ?
and presents a menu of choices.
.PP
Program options can be set using the = command. To see what the
various options mean, access the List of Options help menu with the ?
command.
.SH "SEE ALSO"
.BR nethack (6).
.BR angband (6).
.SH AUTHOR
This manual page was written Manoj Srivastava <srivasta@debian.org>,
for the Debian GNU/Linux system.
|