home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / mangc036.zip / README.mrc < prev    next >
Text File  |  1997-09-01  |  2KB  |  72 lines

  1. This file contains instructions on setting up your .mangrc file,
  2. which is used to set your nickname, password, race, class, and sex
  3. for each different server you log into, or every server at once.
  4.  
  5. The .mangrc file has as many "blocks" of information as you want.
  6. Each block corresponds to a different MAngband server.  The 
  7. distribution file has only block, the "default" block that is
  8. used if no other block matches.
  9.  
  10. NOTE -- This file is called "mangband.ini" for the windows client.
  11. It must be present in the current directory when you try to run
  12. the client.
  13.  
  14. Each block is delimited by a "server" line and an "end" line.  The
  15. server that the block is used for appears after the word "server"
  16. on the server line.
  17.  
  18. Inside a block, there are five different lines that should appear.
  19. One sets your nickname, another your password, and the last three
  20. set your race, class, and sex.  Your nickname is seen by everyone
  21. else.  Your password is only used to make sure that no one uses
  22. your character while you are not logged in.  Your race, class, and
  23. sex have the same effect they do in Angband.
  24.  
  25. The numbers that appear after the race, class, and sex lines are
  26. documented in the example mangrc file.
  27.  
  28. The "stat" line determines the importance of each stat.  The first
  29. number specifies the most important stat (say, INT for a mage), the
  30. second specifies second most important, and so on.
  31.  
  32. For example, say I wanted to be BEAST the Dunadan Paladin on Hao's
  33. server running at mangband.mit.edu.  I would have a block something
  34. like this --
  35.  
  36. server mangband.mit.edu
  37. nick BEAST
  38. pass somepassword
  39. race 8
  40. class 5
  41. sex 1
  42. stat 1 5 3 4 2 6
  43. end
  44.  
  45. Note that the server name after the word "server" must be EXACTLY
  46. the same as how you type it in as the argument to mangclient.
  47.  
  48. And on every server in the world, I want to be Keldon the Hobbit
  49. Rogue.  So my default block would be --
  50.  
  51. server default
  52. nick Keldon
  53. pass someotherpass
  54. race 3
  55. class 3
  56. sex 1
  57. stat 4 1 5 2 3 6
  58. end
  59.  
  60. That's it!  Now, copy your .mangrc file to your home directory.
  61.  
  62.  
  63. Acknowledments:
  64.  
  65.     Donald Sharp (dsharp@unixpros.com) came up with the idea
  66. of having different blocks for each server and wrote the initial
  67. code to do it.
  68.     Hao Chen (hao@mit.edu) really does run a server at MIT.
  69.  
  70.     Keldon
  71.  
  72.