home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume2 / hack-font-3b1 / README < prev   
Text File  |  1991-08-07  |  2KB  |  77 lines

  1.     UNIX-PC Character fonts for nethack 2.2
  2.  
  3.     I've had my 3B1 for about a month now and I'm having a blast. :-)
  4. After running nethack a few times, I decided it would be fun to define a
  5. special font for hack.  I wrote new fonts for the following chars:
  6.  
  7.     Char    Nethack usage
  8.  
  9.     !    potion
  10.     *    gem
  11.     <    up stairs
  12.     >    down stairs
  13.     =    ring
  14.     ?    scroll
  15.     @    person
  16.     \    throne
  17.     `    rock
  18.     {    fountain
  19.     }    pool of water
  20.     ~    door
  21.     -,|    walls
  22.  
  23.  
  24.     To install the new character fonts, follow these instructions:
  25.  
  26.     1.    make an ascii copy of /usr/lib/wfont/system.8.ft by typing:
  27.  
  28.         cfont /usr/lib/wfont/system.8.ft > hack.ascii
  29.  
  30.     2.    Add the new characters, from hack.chars, to hack.ascii with an
  31.         editor.
  32.  
  33.     3.    Test your new font by typing:
  34.  
  35.         cfont hack.ascii > hack.ft
  36.         setf 0
  37.         setf hack.ft 0
  38.         !*-|<>=?@\`{}~    (To see the new chars)
  39.         setf 0
  40.  
  41.     4.    If everything looks ok, you can install the new font by typing:
  42.  
  43.         cp hack.ft /usr/lib/wfont
  44.  
  45.     5.    To use the new characters, just type:
  46.  
  47.         setf /usr/lib/wfont/hack.ft 0
  48.  
  49.         before you start playing.
  50.  
  51.  
  52.     I added the the following GRAPHICS option to HACKOPTIONS:
  53.  
  54.         graphics:` |-----~.:<>^{}\"
  55.  
  56.     and defined the following ksh function to invoke nethack with the hack
  57.     font:
  58.  
  59.     function nethack() {
  60.         setf /usr/lib/wfont/hack.ft 0
  61.         /usr/bin/nethack $1
  62.         setf 0
  63.     }
  64.  
  65.  
  66.     If anyone creates new or better chars, please let me know.
  67.  
  68.     I would like to thank Jeff Bailey (novavax!jeff) for his artistic help.
  69.  
  70.     Enjoy,
  71.  
  72. Don Joslyn, Senior Systems Programmer
  73. Nova University, Computer Center
  74. 3301 College Avenue, Fort Lauderdale, FL 33314      Phone: (305) 475-7678
  75. UUCP:  ...{ihnp4!codas,ucf-cs,allegra}!novavax!don
  76.        ...{ihnp4!codas,ucf-cs,allegra}!novavax!dons3b1!don (Private)
  77.