]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/larn/larn.6
Axe out duplicate.
[FreeBSD/FreeBSD.git] / games / larn / larn.6
1 .\" Copyright (c) 1990 The Regents of the University of California.
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)larn.6      5.5 (Berkeley) 12/30/93
33 .\" $FreeBSD$
34 .\"
35 .Dd December 30, 1993
36 .Dt LARN 6
37 .Os
38 .Sh NAME
39 .Nm larn
40 .Nd exploring the caverns of Larn
41 .Sh SYNOPSIS
42 .Nm
43 .Op Fl r
44 .Op Fl H Ar number
45 .Op Fl n
46 .Op Fl h
47 .Op Fl o Ar optsfile
48 .Sh DESCRIPTION
49 .Nm Larn
50 is a fantasy games in which your child has contracted
51 a strange disease, and none of your home remedies
52 seem to have any effect.  You set out to find a remedy in a limited
53 amount of time, and to collect gold along the way of course!
54 .Pp
55 The options are:
56 .Pp
57 .Bl -tag -width flag
58 .It Fl r
59 The
60 .Fl r
61 option restores a checkpointed game after it has died.
62 .It Fl H
63 The
64 .Fl H
65 option sets the hardness of the game.
66 .It Fl n
67 The
68 .Fl n
69 option suppresses the welcome message at start up, putting you directly
70 into the game.
71 .It Fl h
72 The
73 .Fl h
74 option prints the command line options.
75 .It Fl o
76 The
77 .Fl o
78 option specifies a different options file than
79 .Pa ~/.larnopts .
80 .El
81 .Sh COMMANDS
82 .Pp
83 These are the movement commands:
84 .Bl -column "v print program version" "g give present pack weight"
85 h move to the left      H run left      . stay here
86 j move down     J run down      Z teleport yourself
87 k move up       K run up        c cast a spell
88 l move to the right     L run right     r read a scroll
89 y move northwest        Y run northwest q quaff a potion
90 u move northeast        U run northeast W wear armor
91 b move southwest        B run southwest T take off armor
92 n move southeast        N run southeast w wield a weapon
93 ^ identify a trap       g give present pack weight      P give tax status
94 d drop an item  i inventory your pockets        Q quit the game
95 v print program version S save the game D list all items found
96 ? this help screen      A create diagnostic file        e eat something
97         (wizards only)
98 .El
99 .Sh OPTIONS FILE
100 .Pp
101 The file
102 .Pa ~/.larnopts
103 may be used to set a few options for
104 .Nm Larn .
105 A sequence of words terminated by whitespace is used to specify options.
106 .Pp
107 .Bl -tag -width "savefile: xsave-file-namex" -compact
108 .It Sy "        Word
109 .Sy "   Meaning
110 .Pp
111 .It bold-objects
112 Select bold display of objects.
113 .It inverse-objects
114 Select inverse video display of objects.
115 .It no-introduction
116 Do not display intro message.
117 .It enable-checkpointing
118 Turn on periodic checkpointing.
119 .It no-beep
120 Disable beeping of the terminal.
121 .It male
122 Choose your sex to be a man.
123 .It female
124 Choose your sex to be a woman.
125 .It name: \*qyour name\*q
126 Choose your playing name.
127 .It monster: \*qmonst name\*q
128 Choose a name for a monster.
129 .It savefile: \*qsave-file-name\*q
130 Define what the savegame filename will be.
131 .El
132 .Pp
133 Your name and monster names must be enclosed in double quotation marks and may
134 be up to 34 characters long.  Longer names are truncated.
135 Anything enclosed in quotation marks is considered one word, and must be
136 separated from other words by whitespace.
137 .Sh SPECIAL NOTES
138 .Pp
139 When
140 .Sy dropping gold ,
141 if you type '*' as your amount, all your gold gets dropped.
142 In general, typing in '*' means all of what you are interested in.
143 This is true when visiting the bank, or when contributing at altars.
144 .Pp
145 You can get out of the store, trading post, school, or home by hitting
146 .Sy <esc> .
147 .Pp
148 When casting a spell, if you need a list of spells you can cast, type \fBD\fP
149 as the first letter of your spell.  The available list of spells will be shown,
150 after which you may enter the spell code.  This only works on the 1st letter
151 of the spell you are casting.
152 .Sh AUTHORS
153 .An Noah Morgan
154 .Sh FILES
155 .Bl -tag -width "/var/games/larn/lscore12.0" -compact
156 .It Pa /var/games/larn/lscore12.0
157 Score file.
158 .It Pa /var/games/larn/llog12.0
159 Log file.
160 .It Pa ~/.larnopts
161 Options file.
162 .El