home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / mud_131.zip / SETUP.TXT < prev    next >
Text File  |  1994-11-28  |  3KB  |  68 lines

  1.  
  2.  
  3.                           Setting Up the Demo
  4.                           ───────────────────
  5.  
  6.     This demo version of Industrial Prose & Magic is fully functional,
  7. with the exception that callers can only spend ten minutes per day in
  8. the MUD.  (This restriction does not apply to the MUD producer).
  9.  
  10.     To load IP&M, first copy the MUDDEMO.ZIP file a new directory, such
  11. as C:\MUD, and unzip it.  Then type "MUD ALONE -1".  "MUD" is the name
  12. of the batch file. "ALONE" means that you want to run it standalone, as
  13. opposed to running it as a door (in which case you'd type "DOOR").  "-1"
  14. is the com port number that you want to use.  A negative number
  15. indicates a local session.
  16.  
  17.     To go directly into the MUD, login with the name PRODUCER, and use
  18. the password PRODUCER.  (Type "@mypassword" once in the MUD to change
  19. your password).
  20.  
  21.     Make sure you have FILES set to 40 or more in your CONFIG.SYS.
  22.  
  23.     Unfortunately, we couldn't include the full documentation with this
  24. demo; it would have made for a much larger download.  Instead, the tips
  25. in TIPS.TXT will introduce you to all of the basic world creation
  26. commands.  You should also ready the introductory text that appears when
  27. you first log in to the MUD.
  28.  
  29.  
  30.  
  31.                        DOS Environment Variables
  32.                        ─────────────────────────
  33.  
  34.     There are a number of DOS environment variables that can be set in
  35. your AUTOEXEC.BAT startup file to modify how IP&M works. With the
  36. exception of COMxBAUD, you will only need to use these if you are using
  37. non-standard IRQs and addresses on your computer.
  38.  
  39.     COMxBAUD=<baudrate>     These variables are used to set the baud
  40.                             rate for COM ports that are different from
  41.                             the setting inside the MUD.  For example, if
  42.                             you have a 14400 modem on COM1 and a 28800
  43.                             modem on COM2, you can't use the single
  44.                             field in the MUD to specify the baud rate
  45.                             for both.  In that case, you need to include
  46.                             the following lines in your AUTOEXEC.BAT
  47.                             (before calling the MUD): "SET
  48.                             COM1BAUD=14400" and "SET COM2BAUD=28000".
  49.                             (It's important that there be no spaces on
  50.                             either side of the '=').
  51.  
  52.     COMxIRQ=<IRQ number>    These variables can be used to set the IRQ
  53.                             number to be used for a COM port. To use IRQ
  54.                             4 with COM port 1, you would have the
  55.                             following line in your AUTOEXEC.BAT:
  56.                             "COM1IRQ=4". This variable must be used in
  57.                             conjuction with COMxADR; both lines must be
  58.                             present for either to work.
  59.  
  60.     COMxADR=<address>       This variable is used to set the address of
  61.                             a COM port. Note that it is expecting the
  62.                             number to be in DECIMAL format. This
  63.                             variable must be used in conjuction with
  64.                             COMxIRQ; both lines must be present for
  65.                             either to work.
  66.  
  67.  
  68.