OSDN Git Service

ものまねの実際の失敗率計算に器用等が考慮されてなかったので修正。
[hengband/hengband.git] / readme_eng.txt
index bbd8406..067c5a9 100644 (file)
@@ -9,11 +9,15 @@
   make install
 
   Substitute the version number to x.x.x.
-  You need --disable-japanese option of the configure for english version.
+  You need --disable-japanese option of the configure for English version.
   If you are a super user, --with-setgid=games option works.
 
   then try
-  ./hengband -- -n
+  ./hengband -- -n<number of windows>  ## for normal ASCII graphics
+  or
+  ./hengband -g -- -n<# of windows>    ## for 8x8 tile graphics 
+  ./hengband -g -- -b -n<# of windows> ## for Bigtile graphics
+  ./hengband -g -- -a -n<# of windows> ## for 16x16 tile (need heng_graf.tar.gz)
   to play.
 
 You can change game windows' font, location, and size, by environment 
@@ -141,12 +145,13 @@ keyset, and by pushing 'x' in the Rogue-like keyset.
   i  Inventory list
   l/x  Look around
   M  Full dungeon map
-  ~  Display various infomation
+  ~  Display various information
 
   [other]
   p  Command pets
   =  Set options
-  $  Reload auto-pick preference file
+  $  Reload auto-picker preference file
+  _  Edit auto-picker preference
   n/[  Repeat previous command
   @  Interact with macros
 
@@ -172,8 +177,9 @@ Below, only the new features in Hengband are explained.
 
 Hengband offers two different methods of auto-pickup/destroy.
 - Powerful method
-  Hengband offers a very powerful auto-pickup/auto-destroy system 
-  which you may customize.  Please read the file "autopick_eng.txt".
+  Hengband offers a very powerful auto-pickup/auto-destroy system
+  which you may customize.  Press '_' key to enter edit mode.  Please
+  read the file "autopick_eng.txt" about the syntax.
 
 - Easy method
   Since the powerful method is slightly difficult to use 
@@ -182,6 +188,27 @@ Hengband offers two different methods of auto-pickup/destroy.
   this method.  These options are located in (6) Easy Auto-Destroyer 
   Options and (1) Input Options in the Set options ('=') command.
 
+------ Tile graphics, Big tile, and Big screen
+
+- Tile graphics
+  To use graphics mode, choose it from menu for Windows and Mac, or
+  use -g option for Linux.  There are 8x8 size old tile and 16x16 size
+  Adam bolt tile, and you can change from menu for Windows and Mac, or
+  use -- -a option to use 16x16 tile for Linux.  Since source archive
+  doesn't include 16x16 size tile, you need to download the
+  heng_graf.tar.gz.
+
+- Big tile (Double-width tile)
+  In the Big tile mode, graphic tile have double width, and become
+  square.  You can choose Bigtile from menu for Windows and Mac, or
+  use -- -b option for Linux.
+
+- Big screen
+  You can resize each window using mouse, which allow you to have
+  terminal windows larger than 80x24.  On linux, it's convenience to
+  use environment variables: ANGBAND_X11_COLS_0 and
+  ANGBAND_X11_ROWS_0.
+
 
 ------ Play Record
 Play record will be written to a file named 'playrec-<character's name>.txt'