OSDN Git Service

of Poisoning -> of Venom
[hengband/hengband.git] / readme_eng.txt
1 ----- How to install -----
2
3 --- UNIX
4   Download source archive and try...
5
6   tar -zxvf hengband-x.x.x.tar.gz
7   cd hengband-x.x.x
8   ./configure --disable-japanese
9   make install
10
11   Substitute the version number to x.x.x.
12   You need --disable-japanese option of the configure for english version.
13   If you are a super user, --with-setgid=games option works.
14
15   then try
16   ./hengband -- -n
17   to play.
18
19 You can change game windows' font, location, and size, by environment 
20 variables.
21
22 Ex.
23 setenv ANGBAND_X11_FONT '-*-*-medium-r-normal--24-*-*-*-*-*-iso8859-1'
24 hengband -- -n
25
26 Then font size will be changed.
27
28 You can set ANGBAND_X11_FONT_n for specific window which have window number n.
29
30 Location of windows are ANGBAND_X11_AT_X_n, and ANGBAND_X11_AT_Y_n.
31 Size of windows are ANGBAND_X11_COLS_n, and ANGBAND_X11_ROWS_n.
32
33
34 --- Windows
35
36 Download the binary archive for Windows.
37 Unzip it, and click hengband to play.
38
39 The makefile.bcc was changed again.
40 If you want to compile from the source with borland compiler (BCC),
41 Comment out options for japanese; 'JP_OPT = ...' and 'ANGBAND_RC = ...' 
42 in makefile.bcc, and un-comment the line 'ANGBAND_RC = ang_eng.rc'.
43
44
45 --- MS-DOS
46
47 Use the makefile.ibm or the makefile.dos.
48 Comment out options for japanese version; 'JP_OPT = ...' in makefile.ibm 
49 or makefile.dos before MAKE with these.
50
51
52 --- Macintosh
53
54 Download the binary archive for Macintosh.
55 Unpack it, and click hengband to play.
56
57
58
59 -----  Basic for Playing  ------
60
61      We recommend that you go to the Yeek cave next to your starting position 
62 in the town of Outpost.  Although the King of Yeeks at the lowest level is a 
63 fierce enemy, the rest of the cave should be fairly safe.  Once you complete 
64 this dungeon, you will be strong enough to leave Outpost in search of greater 
65 adventures.  Carry lots of food and fuel, for the journey can be a long one.  
66 Since this world is very large, it is convenient to go into global map mode by 
67 pressing the '<' key, and then return to local map mode by '>' key when you are 
68 at the destination.  When in the wilderness, stay in safe grids such as roads 
69 or plains; seas and lava fields are best avoided for a while.
70         Many towns and dungeons await you; good ones to explore early on include 
71 the orc caves and the Labyrinth.  To the northeast of the town of Morivant, 
72 near the center of the map, is the dread dungeon of Angband.  It is home to the 
73 Serpent of Chaos, whom you must kill in order to win the game.
74
75
76 ---------  Commands  ----------- 
77
78      The following section lists most commands, and the less frequently used 
79 ones may be accessed by pressing the return key, or (if using the original 
80 keyset) the 'x' key, to bring up the command menu.  Almost any command may be 
81 chosen from the main menu.  "(R) Rest" can be performed by pushing 'R' (in 
82 uppercase).  "Look around (l/x)" can be performed by pushing 'l' in the Original 
83 keyset, and by pushing 'x' in the Rogue-like keyset.
84
85
86
87   [Movement]
88
89      Original Keyset Directions
90
91               7  8  9
92               4     6
93               1  2  3
94
95      Roguelike Keyset Directions
96
97               y  k  u
98               h     l
99               b  j  n
100
101   5/, Stay still
102   <   Go up staircase or Enter global map mode in the wilderness.
103   >   Go down staircase or return from global map mode in the wilderness
104   Shift+direction   run
105   Ctrl+direction   attack, open, close, or dig
106
107   [Tools]
108   r  Read a scroll
109   q  Quaff a potion 
110   u/Z  Use a staff
111   a/z  Aim a wand
112   z/a  Zap a rod
113   E  Eat some food
114   A  Activate an equipment
115   F  Fuel your lantern/torch
116   f/t  Fire a missile
117
118   [Action]
119   d  Drop an item
120   g  Pick up items
121   R  Rest for a period
122   o  Open a door or chest
123   s  Search for traps/doors
124   k/Ctrl+d  Destroy an item
125
126   [Magic]
127   m  Cast a spell / use mental power
128   G  Gain new spells/prayers
129   U/O  Use bonus power
130   b/P  Examine spells (choose each spell to get a description)
131
132   [Equipment] 
133   w  Wear/wield equipment
134   t  Take off equipment
135   F  Fuel your lantern/torch
136
137   [Info] 
138   x  Examine items in a store
139   C  Character description
140   I  Examine an *identified* item
141   i  Inventory list
142   l/x  Look around
143   M  Full dungeon map
144   ~  Display various infomation
145
146   [other]
147   p  Command pets
148   =  Set options
149   $  Reload auto-pick preference file
150   n/[  Repeat previous command
151   @  Interact with macros
152
153
154 --- Inscriptions
155
156 Below, only the new features in Hengband are explained.
157
158 - You can inscribe on spellbooks with "@ma" or "@m"+any alphabet letter.
159   Then, type these alphabet letter in 'm' command to cast from the spellbook.
160
161 - You can inscribe on *identified* items with "%" or "%all".
162   Then, "%" or "%all" is automatically replaced by strings which describe the 
163   item's abilities. 
164   Example:  You inscribe with "%all" on a pair of gauntlets of power which 
165   provide resistance to fire. The description will look like {St;Fi} which 
166   means bonus to Strength and resistance to fire.
167   If you inscribe it with "%", its description will look like {Fi} which 
168   means its random added ability is resistance to fire.
169
170
171 ---- Auto pickup/destroy
172
173 Hengband offers two different methods of auto-pickup/destroy.
174 - Powerful method
175   Hengband offers a very powerful auto-pickup/auto-destroy system 
176   which you may customize.  Please read the file "autopick_eng.txt".
177
178 - Easy method
179   Since the powerful method is slightly difficult to use 
180   effectively, there is another very easy option.  you can turn on 
181   the destroy_items option and/or the always_pickup option to use 
182   this method.  These options are located in (6) Easy Auto-Destroyer 
183   Options and (1) Input Options in the Set options ('=') command.
184
185
186 ------ Play Record
187 Play record will be written to a file named 'playrec-<character's name>.txt' 
188 in the same directory as your user preference file.  It is in ~/.angband/
189 Hengband/ for UNIX, or hengband/lib/user/ for other OS.
190 '|' command displays play record in the game.
191
192
193 ------ World score
194
195 When You die, or retire, you can register a score to the world 
196 score sever through the Internet. 
197 However, please do not register a score, if you have cheated 
198 by modifying data or source files, or by restoring from a backed 
199 up savefile.
200
201 The score server is here:
202   http://echizen.s5.xrea.com/heng/eng-hengband/score.html
203