home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DREAD19.ZIP / README.TXT < prev    next >
Text File  |  1994-12-22  |  3KB  |  76 lines

  1. NEW SITE INSTALLATION:
  2. If you have never installed Dr. Dread, run the bat file:
  3.     NEWSITE.BAT
  4.  
  5. EXISTING DR. DREAD GAME:
  6. If you have an existing game, run only the bat file:
  7.     UPGRADE.BAT
  8. If you do not have the DESTROYS.* files in your directory, unzip
  9. DESTROYS.ZIP.
  10.  
  11. If you DO have the DESTROYS.* files in your directory from a previous
  12. version, DO NOT UNZIP destroys.zip as this will write over the list
  13. of Dr. Dread Destroyers and this may upset any players that have 
  14. captured Dr. Dread. With version 1.9 this is new to all so you are
  15. safe in unzipping it.
  16.  
  17.  
  18. WARNING:
  19. (The Newsite.zip contains the Players, Chat, 
  20. Message, and Maintenance databases. If you unzip
  21. this, it will write over your existing databases
  22. and your players will be erased and have to start
  23. over. Which is fine to do if that's what you want.
  24. The Maintain.dbf will write over your existing one
  25. and wipe out your registration key and you will
  26. have to reenter your key.)
  27.  
  28. SYSOPS!
  29.  
  30. MULTINODE!
  31.  
  32. If you are running a multi-node BBS or plan to play the game locally 
  33. while someone else is playing it on a node, you must make sure the 
  34. files are set up for multi-use.
  35.  
  36. If you use the upgrade.bat or newsite.bat to unzip your files, this
  37. will be taken care of automatically. Use newsite.bat if you have never
  38. installed Dr. Dread before or if you have a beta version.
  39.  
  40. Use upgrade.bat if you have any version AFTER DREAD1.ZIP.
  41.  
  42. You must set the attributes if you DID NOT use the .bat files to unzip
  43. your files.
  44.  
  45. In order to do this, you must make sure the .txt files and the .exe 
  46. are set to read only. Change to the directory which contains the 
  47. Dr. Dread files and from the DOS prompt type:
  48.  
  49. ATTRIB *.TXT +R
  50. ATTRIB *.EXE +R
  51.  
  52. These two lines will make all text files and executable files read 
  53. only so they can be accessed by all users.
  54.  
  55. DO NOT make all the files in the directory read only as this will 
  56. NOT allow your users to make changes to the Players, Messages, 
  57. & Chat databases.
  58.  
  59. SAMPLE .BAT FILE:
  60.  
  61. I have provided a sample .bat file called zapbat.bat. This shows how
  62. to call the zap.exe with the name of the drop file in the command line
  63. so the program will know which drop file to read. Following the name of
  64. the drop file, put a space followed by the node number. On Proboard you must
  65. delete all other unused drop files before calling the .exe as shown in
  66. the sample .bat file.
  67.  
  68. If this is true of your BBS, please let me know so I can report this to
  69. the author of Opendoors and see if he can do something to fix this.
  70.  
  71. The sample .bat file also shows how to call the nightly maintenance
  72. program: Dreadm.exe. If you are running single node, you can have this
  73. set up in your .bat file to run with the first player of the day. If
  74. you are running multi-node you must call it in your nightly maintenance
  75. routine as it requires exclusive use of the files.
  76.