OSDN Git Service

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