home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DREAD29.ZIP / SYSOP1.DOC < prev    next >
Text File  |  1995-04-16  |  19KB  |  486 lines

  1. DREAD_AD.ANS = Use this ansi on your startup or logoff screen to announce
  2. the new 10-minute Dr. Dread! For Proboard users: rename this file NEWS.ANS
  3. and place in your proboard TXTFILES directory for your startup screen.
  4.  
  5. NEW IN 2.8/2.9: Maintenance must be performed in a nightly maintenance batch
  6. file, making sure the dorinfo1.def file provided is in the dread directory,
  7. call dread maintenance like this:
  8. dread maint
  9.  
  10. DREAD SYSOP MODE:
  11. dread sysop
  12.  
  13. BEFORE MUDDLEING THROUGH THIS ENTIRE FILE 
  14. (WHICH IS FOR THOSE WHO LIKE TO  MUDDLE) -- 
  15. THOSE WHO DON'T LIKE TO MUDDLE: READ THIS:
  16. To install -- 
  17.      USE THE INSTALL.BAT
  18. For sample .bat file -- 
  19.      SEE DREAD.BAT
  20.  
  21. DO NOT ALTER THE DREAD.CFG FILE UNLESS YOU HAVE SPECIAL CONSIDERATIONS!
  22.  
  23. That is short & sweet and should do it. If it doesn't, then start muddleing.
  24.  
  25.   │ ─────         ─────                    
  26.   ││   ────     ││   ────                             Version 2.6 
  27.   │││     ────  │││     ────               
  28.   │││      │    │││      ─────             
  29.   o││      ││  │││     ────               
  30.   │o│      ││  ││ ────                   
  31.   │││      │    │││    ────                
  32.   │││     ────  │││      ─────        ──   
  33.   ││   ────     ││         ─────     ────  
  34.   │ ────       │          ────────  ──   
  35.                  │ ───────────     ──────                  
  36.   │ ─────                        ││  ──────      │ ──── │    │ ─────     
  37.   ││   ────     │ ─────          │││             ││      ││   ││   ────    
  38.   │││     ────  ││   ────        │││            │││      │││  │││     ──── 
  39.   │││      │    │││     ────     o││───────     │││      │││  │││      │   
  40.   o││      │ │  │││      ─────   │o│ ─────      │││ ──── │││  o││      │ │ 
  41.   ││      ││  o││     ────     │││            │││──────││  ││      │ │ 
  42.   │││      │    ││ ────         │││            ││      ││   │││      │o  
  43.   │││     ────  │││    ────      ││   ──────    │││      │││  │││     ──── 
  44.   ││   ────     │││      ─────   │ ────  ───── │││      │││  ││  ────    
  45.   │ ────       ││         ─────                ││        ││  │ ────       
  46.         │          ────────             │         │               
  47.  
  48.            Copyright 1995 Nannette Thacker. All rights reserved
  49.                 SHINING STAR SOFTWARE
  50.  
  51.  
  52. Overview
  53. ────────
  54.  
  55. WHO IS DR. DREAD?
  56.  
  57. In the year 2011, a genius won the Nobel Peace prize for his work 
  58. in chemistry, robotics, and electrical sound waves. It is rumored
  59. that 2 years ago, in 2023, a lab worker spilled a deadly mixture 
  60. of gases, killing himself, and rendering the genius totally insane. 
  61. Since then, he has gone by the name, Dr. Dread, and seeks to 
  62. destroy the world as we know it in order to take over the planet.
  63.  
  64. It is your mission to ultimately stop him. You will be up against 
  65. Dr. Dread's powerful Electro Droids. You will be sent on missions
  66. which will require that you make your way past these Droids 
  67. in order to rescue hostages, find secret papers, stop chemical 
  68. disasters, and many other acts of bravery.
  69.  
  70.  
  71.  
  72. Full Features in the Registered Version
  73. ────────────────────────────────────────
  74.  
  75.    I know it is difficult to get enough money to register all the games
  76.    you would like to register. You are not limited to a trial time period.
  77.    You may keep the unregistered version on your BBS as long as you wish.
  78.    Yet, remember, this is NOT FREEWARE, it is SHAREWARE, and at such a
  79.    time as you can afford the SHAREWARE registration fee, please send it.
  80.  
  81.    The game is fully functional, but with the registered version, your
  82.    users will get 93 more Zones, 9 more key quests, three times as many
  83.    missions, 50 more Droid Difficulty Levels, and will be able to attempt
  84.    to capture Dr. Dread and receive their name on the Dread Head List!
  85.  
  86.  
  87. Benefits of registering
  88. ───────────────────────
  89.  
  90.    1. 100 Zones, more Missions, more Key Quests!
  91.    2. All future updates FREE when freqed from BBS's carrying the files.
  92.    3. Author support.
  93.    4. Top priority for suggested game features and enhancements.
  94.    5. Dread Head listings -- List of those who have made it to Dr.
  95.       Dread's Lab and attempted to capture him.
  96.  
  97.  
  98.  
  99. Running from Type 7 Shell to DOS
  100. --------------------------------
  101.  
  102. DR. DREAD can be run from your bbs with a type 7 shell to dos. An example
  103. command line within your BBS system config would be:
  104.  
  105. Quickbbs:
  106. command.com /c dread.bat or
  107. command.com *C dread.bat
  108.  
  109. Proboard:
  110. *Z dread.bat
  111.  
  112.  
  113. Sample Door Batch File
  114. ──────────────────────
  115.  
  116. @echo off
  117. cd\pb\games\dread
  118. dread c:\pb\node1\dorinfo1.def 1 dread.cfg
  119. cd\pb\node1
  120.  
  121. or
  122.  
  123. @echo off
  124. cd\pb\games\dread
  125. dread c:\pb\node%1\dorinfo%1.def %1 dread.cfg
  126. cd\pb\node%1
  127.  
  128.  
  129. Call the Dread Sysop Mode, which provides a User Editor and
  130. Input of the Registration Key by adding the word "sysop" to
  131. the end of the command line. The sample dorinfo1.def file must
  132. be in the directory if you are running from DOS.
  133.  
  134. dread sysop
  135.  
  136. Local Mode
  137. ──────────
  138.  
  139. The door can be tested in Local Mode if you make sure the sample
  140. dorinfo1.def file is in the DREAD directory. Simply call DREAD from
  141. DOS within the DREAD directory:
  142.  
  143. DREAD
  144.  
  145. or you may pass command line parameters if you wish: (not necessary)
  146.  
  147. DREAD DORINFO1.DEF 1 dread.cfg
  148.  
  149.  
  150. This will give you a chance to test the door in local mode before
  151. setting it up on your system. You may wish to replace the player
  152. name in the sample DORINFO1.DEF file, with your own name (the name
  153. at the bottom of the file). It is not necessary to replace the BBS
  154. name or the Sysop Name at the top of the file.
  155.  
  156. RESETTING THE GAME
  157. ══════════════════
  158.  
  159. Go to Sysop Mode and use the "Reset Game" option.
  160. Run sysop mode from dos by typing at the dos prompt:
  161. dread sysop
  162.  
  163. MULTI-NODE SUPPORT
  164. ══════════════════
  165.  
  166. Dr. Dread is a true Multi-User Door Game. It supports multi-nodes. We have
  167. tested it on six nodes successfully, and I'm sure it will support even more.
  168.  
  169. Multi-players can actually "see" each other "traveling" in the zones. A
  170. "phone" feature allows sending public or private messages to other on-line
  171. players. It also features "rewinding" up to 9 messages and "putting messages
  172. on hold" to "play back" later. Players can "walk" across another player
  173. to see who they are and challenge them to a friendly battle. The score list
  174. reports "who's on line" and what "node" they are calling in on.
  175.  
  176. The installation .bat files automatically take care of setting the *.exe
  177. and *.txt files to READ ONLY. This is necessary for multi-user play since
  178. users will get a sharing violation if they try to access those files at
  179. the same time from within the game. As this is an in-depth program with 
  180. many modules and options, it is overlaid and multi-user requires the above
  181. mentioned file be set to READ ONLY. If you are familiar with setting up
  182. multi-user applications, this will not be new to you.
  183.  
  184. Dr. Dread will use the record locking options built into SHARE from MS DOS
  185. 3.30 or later. Or you may use your Network's Sharing capabilities.
  186.  
  187. Even if you are a single node system, if you intend to run Dr. Dread
  188. locally WHILE A PHONE NODE IS PLAYING, it is necessary to pass a fake node 
  189. number in the command line, in order to have the other player SEE you and
  190. be able to interact multi-node with you:
  191.  
  192. dread dorinfo2.def 2
  193.  
  194.  
  195. Sysop Mode
  196. ──────────
  197.  
  198. Sysop mode can be accessed by DOS:
  199.  
  200. DREAD sysop
  201.  
  202. SYSOP MODE MENU FUNCTIONS:
  203. ──────────────────────────
  204.  
  205. Enter Registration Key
  206. Scores by Agent Name -- YOU MAY NEED TO RESELECT PLAYER WHEN DONE
  207. Scores & Last Date On by Real Name -- MAY NEED TO RESELECT PLAYER
  208. Where located in Game by Agent Name -- MAY NEED TO RESELECT PLAYER
  209. Select Player to Edit by Alias
  210. Delete Player
  211. Move Player to Zone 1 Command Center (in case trapped somewhere)
  212. Reset Game (will delete all players)
  213. Toggle Long/Short Mode On and Off
  214. Quit Editor
  215. Current Player Alias: MoonDust     Name: Nannette Thacker
  216.  
  217.  
  218. ENTER REGISTRATION KEY
  219. ──────────────────────
  220. After we have received your registration form in REGISTER.DOC, we 
  221. will send you a registration key. You will use this menu item to 
  222. enter the key. Master Card and Visa registrations are also available.
  223.  
  224. SCORES & WHERE LOCATED
  225. ──────────────────────
  226. You can choose to view the scores by the Agent Name, the Player Name,
  227. or you can View the Agent's by where they are located in the Zones.
  228. This will help you to identify what the real name of a player is.
  229. When done viewing the player list, it will set you to the end of the
  230. database and you may need to reselect the player, if you had a player
  231. selected before looking at the list.
  232.  
  233. SELECT PLAYER TO EDIT BY ALIAS
  234. ──────────────────────────────
  235. Once you have viewed the player list, you can select the player you wish
  236. to work with by their alias name. Then you can DELETE or MOVE them.
  237.  
  238. DELETE A PLAYER
  239. ───────────────
  240. This will permanently remove a player from the game. S/he can still
  241. come back as a new player and start over. This allows you to
  242. delete players who may have entered an "obscene" alias. 
  243.  
  244. MOVE PLAYER TO ZONE 1 COMMAND CENTER
  245. ────────────────────────────────────
  246. Why would you want to do this? Well, so far, there is no reason. But
  247. have you heard of other games where the player is stuck out on a
  248. mountain or in the ocean somewhere and can't get out. Well, that's
  249. what this is for.
  250.  
  251. With the ability of teleportation, the player may ignorantly use
  252. their last teleportation to teleport to a zone where they trap them-
  253. selves in a mountain or something. Hopefully they'll be smart enough
  254. to only use their last teleport to teleport to a safe Command Center.
  255.  
  256. QUIT SYSOP MODE
  257. ───────────────
  258. This exits the Sysop Mode and takes you back to the BBS.
  259.  
  260. CURRENT PLAYER ALIAS:  NAME:
  261. ────────────────────────────
  262. Current Player Alias: MoonDust     Name: Nannette Thacker
  263. This gives the name of the player and his/her alias in case you
  264. are trying to track down a certain agent for disciplinary or other
  265. reasons.
  266.  
  267. RESET THE GAME
  268. ──────────────
  269. (Start over):  This will delete all players in the player database
  270. and allow you to reset the game. The list of Dread Destroyers or
  271. Dread Heads will be retained. All messages will also be deleted.
  272.  
  273. BACKUPS
  274. ───────
  275. If you are limited on backup space, but would like to backup the
  276. crucial Dr. Dread files, the ones to back up are:
  277. MAINT.DBF
  278. PLAYERS.*
  279. DESTROYS.*
  280.  
  281. The maint database contains your maintenance information, to be used
  282. with the nightly maintenance routine.
  283.  
  284. The players database and indexes contain the scores and inventory of
  285. all the players.
  286.  
  287. The destroys database and indexes contains the list of agents who
  288. have succeeded in making it to Dr. Dread's Laboratory and attempting
  289. to capture him. Players might be somewhat upset if they make it through
  290. and their name gets lost from this list.
  291.  
  292. DR. DREAD MAINTENANCE
  293. ════════════════════════════════
  294. The DREADM.exe is no longer used and can be deleted from previous 
  295. versions. It will automatically be deleted if you install with the 
  296. INSTALL.BAT.
  297. In order to perform daily maintenance you must do it in your nightly
  298. maintenance .bat file. Making sure the dorinfo1.def file provided
  299. with dread is in the dread directory, call maintenance like this:
  300.  
  301. cd\bbs\games\dread
  302. dread maint
  303.  
  304. That's it! It will automatically delete inactive players more than
  305. 30 days old. It will delete old messages and phone chat. Reindex
  306. databases, etc.
  307.  
  308.  
  309. SHAREWARE -- TRYING IT OUT
  310. ══════════════════════════
  311. You may run Dr. Dread from DOS to try it out first. Just issue the
  312. following command from dos -- making sure the sample dorinfo1.def 
  313. file is in the directory.
  314.  
  315. dread
  316.  
  317. The non-registered version allows you to experience the Command Center,
  318. the Zones, the Missions, the Traps, Transporting, Maps, Key Quests --
  319. and more, all before you register. There is no expiration date. There
  320. is no request to remove it from your system after so many days. The
  321. registered version offers more Zones, more Missions, more Droid
  322. difficulty levels, and more key quests -- more FUN!
  323.  
  324. When you can afford to register, all you will need to do is plug in a 
  325. number. You won't need to install a new EXE. You won't need to download
  326. a key every few weeks. Your key will be valid for new versions. All
  327. upgrades are FREE. *We reserve the right to change keys if we find our
  328. key has been hacked and released to others. In that case we will notify
  329. you of the new key when the new version comes out.
  330.  
  331. Everything is fully tested for many weeks before final release.
  332.  
  333.      ┬┬ ┌┬─┐ ┬ ┌┬──┐ ┌─┬┬─┐ ┌┬──┐ ┬┬─   ┬┬─   ┌┬──┐ ┌─┬┬─┐ ┬┬ ┌┬──┐ ┌┬─┐ ┬
  334.      ││ ││ │ │ └┴─┬┐   ││   │├──┤ ││    ││    │├──┤   ││   ││ ││  │ ││ │ │
  335.      ┴┴ ┴┴ └─┘ └──┴┘   ┴┴   ┴┴  ┴ ┴┴──┘ ┴┴──┘ ┴┴  ┴   ┴┴   ┴┴ └┴──┘ ┴┴ └─┘
  336.          ┬┬──┐ ┬┬──┐ ┌┬──┐ ┌┬──┐ ┬┬──┐ ─┬┬──┐ ┬┬  ┬ ┬┬──┐ ┬┬──┐
  337.          │├──┘ │├─┬┘ ││  │ ││    │├─    ││  │ ││  │ │├─┬┘ │├─
  338.          ┴┴    ┴┴ ┴─ └┴──┘ └┴──┘ ┴┴──┘ ─┴┴──┘ └┴──┘ ┴┴ ┴─ ┴┴──┘
  339. ┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌
  340. ┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘
  341.  
  342. INSTALLATION PROCEDURE:
  343.  
  344. Sorry this has to be so lengthy, but it seems there are a wide variety
  345. of systems out there that require different installation instructions
  346. so here they are. Just read the header and then read the stuff that
  347. applies to you.
  348.  
  349. For info on the new SYSOP MODE: USER EDITOR AND REGISTRATION KEY EXE,
  350. please refer to the appropriate section in this document. It is new as
  351. of 2.6:
  352. dread sysop
  353.  
  354. Run Nightly Maintenance in your Nightly Maintenance .bat file:
  355. dread maint
  356.  
  357. ***********************************************************************
  358. MANUAL INSTALLATIONS FOR OS/2 AND NON-WORKING DOS COMMANDS:
  359. ***********************************************************************
  360. If you are unable to do commands like attrib +r, or you have your choice.com
  361. removed from DOS, you will need to follow the MANUAL INSTALLATION
  362. INSTRUCTIONS following the AUTOMATIC INSTALLATION INSTRUCTIONS below:
  363.  
  364. ***********************************************************************
  365. AUTOMATIC INSTALLATION:
  366. ***********************************************************************
  367. NEW SITES INSTALLATION WITH WORKING DOS COMMANDS:
  368. or
  369. UPGRADE INSTALLATION WITH WORKING DOS COMMANDS:
  370. ***********************************************************************
  371. 1. Please create a DREAD directory. (Or you may use any other name. Most
  372.   sysop's place the DREAD directory within a GAMES directory such as:
  373.   c:\bbs\games\dread\*.*
  374.  
  375. 2. Unzip DREAD*.zip into your DREAD directory.
  376.  
  377. 3. Run the INSTALL.BAT file and follow the instructions.
  378.  
  379. 4. Read elsewhere in this file for how to set up a .bat file for Dr. Dread.
  380.  
  381. ***********************************************************************
  382. MANUAL INSTALLATION INSTRUCTIONS:
  383. ***********************************************************************
  384. New Sites:
  385. ***********************************************************************
  386. Please run install.bat
  387. Please continue from install.bat if test fails.
  388.  
  389. Please set the attributes for all text files to READ ONLY.
  390.  attrib +R *.txt
  391. Please set the attributes for all executable files to READ ONLY.
  392.  attrib +R *.exe 
  393. Please look at DREAD.bat file for example setup.
  394.  
  395. ***********************************************************************
  396. MANUAL INSTALLATION:
  397. ***********************************************************************
  398. Upgrades from 1.9 or newer release:
  399. ***********************************************************************
  400. Please set attributes for all *.txt and *.exe files in directory to 
  401. NOT read only so that new files can copy over old ones.
  402.  
  403. attrib -R *.exe
  404. attrib -R *.txt
  405.  
  406. Please run install.bat and select upgrade.
  407. Please continue from install.bat if test fails.
  408.  
  409. Please set the attributes for all text files to READ ONLY.
  410.  attrib +R *.txt
  411. Please set the attributes for all executable files to READ ONLY.
  412.  attrib +R *.exe
  413.  
  414. Please look at new DREAD.BAT file for example setup.
  415.  
  416. ***********************************************************************
  417. DREAD.CFG:
  418. ***********************************************************************
  419. NOTE: THE DREAD.CFG FILE IS NOT NECESSARY IN 99% OF ALL CASES.
  420. You have the ability to customize Dr. Dread if you wish to eliminate
  421. the use of a fossil driver or when you are using an unusual drop file.
  422. The file to alter is the dread.cfg file. Most BBS systems will have no
  423. need of setting up this file or altering it.
  424.  
  425. ***********************************************************************
  426. INSTALL.BAT
  427. ***********************************************************************
  428. The installation bat file will ask how you wish to install Dr. Dread.
  429. It will ask if this is an upgrade, or new site.
  430. All you need to do is answer the installation questions.
  431.  
  432. ***********************************************************************
  433. MULTINODE!
  434. ***********************************************************************
  435. IF YOU INSTALL WITH THE INSTALL.BAT, this will be taken care of
  436. automatically:
  437.  
  438. If you are running a multi-node BBS or plan to play the game locally
  439. while someone else is playing it on a node, some of the files must be
  440. set to READ ONLY for multi-use.
  441.  
  442. In order to do this, the install.bat sets the *.txt files and the *.exe
  443. to read only so they can be accessed by all users.
  444.  
  445. ATTRIB *.TXT +R
  446. ATTRIB *.EXE +R
  447.  
  448. If your DOS command for setting attributes is not available, you must
  449. make these changes to the files yourself.
  450.  
  451. IF UPGRADE:
  452. All *.txt and *.exe files must have the attributes set to NOT READ ONLY
  453. before beginning if this is an upgrade. The install.bat will inform you
  454. of this and give you a chance to exit and set the attributes. (The unzip
  455. function will not be able to write over a file that is READ ONLY.)
  456.  
  457. If this is a new site installation and the DOS attrib +R command is not
  458. available, you must set the attributes for all *.txt & *.exe files to
  459. READ ONLY when it is done.
  460.  
  461. CALL DR. DREAD MULTI-NODE THE SAME AS SINGLE NODE:
  462.  
  463. dread c:\bbs\node1\dorinfo1.def 1 dread.cfg
  464. dread c:\bbs\node2\dorinfo2.def 2 dread.cfg
  465. dread c:\bbs\node3\dorinfo3.def 3 dread.cfg
  466.                 ^
  467.                 ^
  468.                 node #
  469.  
  470. Please pass the drop file and path, the node number, and optionally the
  471. name of the configuration file (dread.cfg or if multi-node and you want
  472. different configurations, dread.cf1, dread.cf2, etc. If using same
  473. configuration, they can all use the same config file).
  474.  
  475. ERRORS:
  476. If you get an error -70 during packing and reindexing of a database,
  477. refer to the database name on the screen. That error will happen if someone
  478. else is using the game while you are trying to do maintenance on the
  479. other node.
  480.  
  481. If that is NOT the problem, then that database is probably corrupted.
  482. If you run "dread maint" and it happens again, you will need to 
  483. unarchive the game again. You may pull your maint.dbf from backup 
  484. to save your registration information.
  485.  
  486.