home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / yank108.zip / WILDCAT.TXT < prev    next >
Text File  |  1996-05-09  |  6KB  |  174 lines

  1.                      Running YANKEES & RED NECKS under WC4.x
  2.  
  3.  
  4. Here is an example command line for YANKEES & RED NECKS under WILDCAT 4.x
  5.  
  6. EXAMPLE 1
  7. ---------------------------------------------------
  8. @ECHO OFF
  9. CD\WILDCAT\DOORS\YANKRED
  10. YANKRED /F=C:\WILDCAT\WCWORK\NODE1\DOOR.SYS
  11. COPY SCORES.ANS C:\WILDCAT\BULL\BULLxx.SCR
  12. COPY SCORES.ASC C:\WILDCAT\BULL\BULLxx.BBS
  13. COPY TKILLS.ANS C:\WILDCAT\BULL\BULLxx.SCR
  14. COPY TKILLS.ASC C:\WILDCAT\BULL\BULLxx.BBS
  15. ---------------------------------------------------
  16.  
  17. where xx is your bulletin number.
  18.  
  19. If you choose not to run YANKRED with EMS, then here is an example for
  20. no EMS.
  21.  
  22. EXAMPLE 2
  23. ---------------------------------------------------
  24. @ECHO OFF
  25. CD\WILDCAT\DOORS\YANKRED
  26. YANKRED /NOEMS /F=C:\WILDCAT\WCWORK\NODE1\DOOR.SYS
  27. COPY SCORES.ANS C:\WILDCAT\BULL\BULLxx.SCR
  28. COPY SCORES.ASC C:\WILDCAT\BULL\BULLxx.BBS
  29. COPY TKILLS.ANS C:\WILDCAT\BULL\BULLxx.SCR
  30. COPY TKILLS.ASC C:\WILDCAT\BULL\BULLxx.BBS
  31. ---------------------------------------------------
  32.  
  33. *NOTE*
  34. If you choose to use the /NOEMS   make sure it's the very first
  35. thing you add after YANKRED on the command line!  See EXAMPLE 2
  36.  
  37.  
  38.  
  39.  
  40.                Using a FOSSIL driver with YANKRED under WILDCAT 4.x
  41.  
  42. Some SysOps wish to use a fossil driver with Yankees & Red Necks.
  43. I use fossil drivers on some of my door games, here is an example
  44. of using BNU with YANKRED & WILDCAT 4.x
  45.  
  46. ---------------------------------------------------
  47. @ECHO OFF
  48. CD\WILDCAT\DOORS\YANKRED
  49. BNU /L:0=57600
  50. YANKRED /F=C:\WILDCAT\WCWORK\NODE1\DOOR.SYS
  51. COPY SCORES.ANS C:\WILDCAT\BULL\BULLxx.SCR
  52. COPY SCORES.ASC C:\WILDCAT\BULL\BULLxx.BBS
  53. COPY TKILLS.ANS C:\WILDCAT\BULL\BULLxx.SCR
  54. COPY TKILLS.ASC C:\WILDCAT\BULL\BULLxx.BBS
  55. BNU /U
  56. ---------------------------------------------------
  57.  
  58. The example above for BNU is telling it to use COM1 with
  59. a LOCKED BAUD RATE at 57600.
  60. And the last line BNU /U is telling BNU to unload from memory,
  61. this command is a must, or ............. well, you should no!
  62.  
  63. If you have you WILDCAT locked at 57600 on COM1, then you can
  64. use the above example.
  65.  
  66. *NOTE*
  67. BNU supports locked rates up to 57600
  68. For further setup on BNU, you'll need
  69. to read the docs...
  70.  
  71.  
  72.  
  73.  
  74.                            Using ADF fossil driver
  75.  
  76.  
  77. ADF is a much better fossil driver (I think so) to use if choosing
  78. a fossil driver.  Here is the command line for ADF on COM1 with a
  79. locked rate of 57600
  80.  
  81. ----------------------------------------------------
  82. @ECHO OFF
  83. CD\WILDCAT\DOORS\YANKRED
  84. ADF 0 3F8 4 57600 2048 1024 8
  85. YANKRED /F=C:\WILDCAT\WCWORK\NODE1\DOOR.SYS
  86. COPY SCORES.ANS C:\WILDCAT\BULL\BULLxx.SCR
  87. COPY SCORES.ASC C:\WILDCAT\BULL\BULLxx.BBS
  88. COPY TKILLS.ANS C:\WILDCAT\BULL\BULLxx.SCR
  89. COPY TKILLS.ASC C:\WILDCAT\BULL\BULLxx.BBS
  90. ADF UNLOAD
  91. ----------------------------------------------------
  92.  
  93. The example above for ADF is telling it to use COM1
  94. with the address at 3F8 and IRQ 4 with a locked rate
  95. at 57600,  2048 receive buffer,  1024 transmit buffer
  96. and a FIFO trigger level of 8.
  97. And the last line ADF UNLOAD is a must! This tells
  98. ADF to unload from memory...
  99.  
  100. *NOTE*
  101. ADF does support locking up to 115200
  102. For further setup on ADF, you'll need
  103. to read the docs...
  104.  
  105. -----------------------------------------------------------------------------
  106.  
  107.                 Setting up a .BAT or .RUN file for the game!
  108.  
  109.  
  110. You'll need to make up a DOORx.BAT or DOORx.RUN to run the game under.
  111. Where x is your door number ie:  DOOR1.BAT or DOOR1.RUN
  112.  
  113. If you make this a .BAT file, then you'll place it into the wildcat
  114. home directory.
  115. If you make this a .RUN file, then you'll place it into the wildcat
  116. node directory.
  117.  
  118. After you have made up the DOORx.BAT or .RUN, you'll need to go into
  119. makewild to set the door bat file up.
  120.  
  121. Run Makewild from the home directory, and from the Makewild Main Menu
  122. go down and select   Doors
  123.  
  124. Hit enter there on the Doors and the Door Menu will pull down.
  125.  
  126. Next: Hit the INS key, this will ask you to clear door access for
  127. profile and conf first?
  128. Just hit the enter key from there and you'll be in the Edit Door Menu.
  129.  
  130. Now you should be on the Door description field. This is where you'll
  131. put the door game name  Yankees & Red Necks
  132.  
  133. After you have done that, hit the enter key, this will take you down
  134. to the next field called Door batch file. This is where you'll
  135. put the DOORx file at, no extension.  IE:  DOOR1
  136.  
  137. You can leave the Door Display file blank if you wish.
  138.  
  139. The next 4 fields are self explanitory.
  140.     Door multiuser    : N <---- Set to Y if you plan on Multi-Nodes
  141.     Small DOOR.SYS    : N <---- Leave this one at N
  142.     Use alias name    : N 
  143.     Terminate on door : N 
  144.  
  145. Ok, now you'll hit the F3 key to setup your profiles for access to
  146. the door, then after you have done that, hit the F4 key for your
  147. conference access.
  148.  
  149. Next:  Hit the F10 key to save all your changes and you should be
  150. ready to rock and role with Yankees & Red Necks...
  151.  
  152. I use a DOOR6.RUN file for my setup, and the .RUN file is located
  153. in my C:\WILDCAT\WCWORK\NODE1  directory.
  154. Here is what it my DOOR6.RUN looks like:
  155.  
  156. @ECHO OFF
  157. CD\WILDCAT\DOORS\YANKRED
  158. YANKRED /F=C:\WILDCAT\WCWORK\NODE1\DOOR.SYS
  159. COPY SCORES.ANS C:\WILDCAT\BULL\BULL90.SCR
  160. COPY SCORES.ASC C:\WILDCAT\BULL\BULL90.BBS
  161. COPY TKILLS.ANS C:\WILDCAT\BULL\BULL91.SCR
  162. COPY TKILLS.ASC C:\WILDCAT\BULL\BULL91.BBS
  163.  
  164.  
  165. ---------------------------------------------------------------------------
  166. I can be reached at   The Jurassic Park BBS!   614-353-0600
  167. If you wish more help on setting YANKRED up with WILDCAT 4.x
  168.  
  169. Thanks....
  170. Timothy Hileman
  171. SysOp of The Jurassic Park BBS!
  172. ---------------------------------------------------------------------------
  173.  
  174.