home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FURY1H.ZIP / GAME.ZIP / NANBATS.ZIP / README.TXT < prev    next >
Text File  |  1995-05-18  |  4KB  |  121 lines

  1. Hi,
  2.  
  3. The files in this archive consist of:
  4.  
  5. GAMES.BAT
  6. ON.BAT
  7. OFF.BAT
  8. NODE.BAT
  9.  
  10. I use one big games.bat file for all of my doors. These are the files
  11. I use to accomplish this.
  12.  
  13. ON.BAT
  14. ------
  15. Use this to turn on READ ONLY attributes for games.bat when you wish to
  16. edit it and add doors or make changes.
  17.  
  18. You must set this to READ ONLY, as if 2 users try to access the .bat
  19. file at the same time by opening games at the same time (which will
  20. happen), DOS will give a sharing violation and wait for local input
  21. from the keyboard. If you forget and this does happen, just say "retry"
  22. and then go and use the ON.BAT to set READ ONLY ON.
  23.  
  24. OFF.BAT
  25. -------
  26. Use this to turn off READ ONLY when you wish to add doors to the games.bat
  27. file or edit it. If you don't turn it off first, you won't be able to save
  28. any changes. Pretty frustrating if you forget. ;)
  29.  
  30. NODE.BAT
  31. --------
  32. I have six nodes, each has its own directory.
  33. w:\pb\node1
  34. w:\pb\node2
  35. w:\pb\node3
  36. w:\pb\node4
  37. w:\pb\node5
  38. w:\pb\node6
  39.  
  40. When a user logs on, they start inside your node directory (if you've got
  41. it set up this way). I use a Function 7 Shell in my system configuration (I
  42. use Proboard, but this applies to most other systems as well) to call
  43. my doors. All my doors are set up like this on the DATA line. 
  44.  
  45. Some examples for your Function 7 Shell:
  46.  
  47. *Z node.bat Dr.Dread
  48. *Z node.bat Immortal
  49. *Z node.bat LORD
  50. *Z node.bat Lore *# *D
  51. *Z node.bat Mines_of_Gorr
  52. *Z node.bat Usurper
  53. *Z node.bat Jewel_Thief *# *D
  54.  
  55. *# *D = use door.sys instead of dorinfo1.def
  56.  
  57.  
  58. You could skip the node.bat file and call the games.bat file directly
  59. if you know how to pass the node # on the DATA line with the game name:
  60.  
  61. *Z games.bat NODEID Dr.Dread
  62.                ^ this is not accurate, as I don't know the nodeid for
  63.                all systems, and this is not the id for Proboard
  64.  
  65. Notice how Door names which are multiple words can NOT have a space
  66. within the name. Do not put quotes around the name either. To use it
  67. this way for Door Fury, you must run words together or put an underline
  68. bar where a space should be. Keep names 20 characters or less.
  69.  
  70. GAMES.BAT
  71. ---------
  72. This file contains many many door examples. Please search and replace
  73. this file with YOUR path names. You may have to also alter configuration
  74. file names to match the names you gave your files.
  75.  
  76. Also, you can add, delete any doors in this file as you please. Just
  77. remember when you edit, turn off read only and turn it back on when
  78. done. Use the off.bat and on.bat files for this to make it easy.
  79.  
  80. This file can be placed anywhere, but I keep it and the off.bat and on.bat
  81. files in my proboard directory.
  82.  
  83. PMBs
  84. ----
  85. For Proboard users, I am supplying my Proboard Menu files. These have the 
  86. Function 7 DATA lines all filled in properly and are ready to use. You 
  87. will need to edit them for your BBS, taking out the "* Registered" and 
  88. pricing information as desired, but it will save you a lot of time if
  89. you are setting up your BBS to edit these files rather than creating them
  90. from scratch.
  91.  
  92. To hook them to your system, put them in your Proboard menus directory:
  93. w:\pb\menus\
  94. is mine. Then go to procfg, and select to edit your menus. Attach the
  95. GAMES menu to one of your existing menus. I attached mine to my TOP
  96. menu with this command.
  97.  
  98. Top line is a ";" by itself, because I use an ANSI:  
  99.  ;
  100. Hotkey G
  101. Function 2 - Gosub menu
  102. Data GAMES
  103.  
  104. PBM's supplied:
  105. TOP
  106. GAMES
  107. (sub menus under GAMES)
  108. GACTION
  109. GACTION2
  110. GAMBLE
  111. GBOARD
  112. GLEAGUE
  113. GMISC
  114. GSPACE
  115. GWORD
  116. LHINTS
  117.  
  118. ------------
  119. Let me know what you think! Nanet
  120.  
  121.