home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / RF010004.ZIP / GAME.CTL < prev    next >
Text File  |  1997-01-29  |  3KB  |  87 lines

  1. ;-----------------------------------------------------------------------------
  2. ;                         Raging Fury Door Control File
  3. ;-----------------------------------------------------------------------------
  4. ;
  5. ; General information
  6. ;
  7. SYSOPFIRST Beau
  8. SYSOPLAST Barker
  9. BBSNAME The Psychotic BBS
  10. ;
  11. ; Put your bbs type goes here! Select from the following list:
  12. ;
  13. ;             DOORSYS - The DOOR.SYS format (Wildcat! 4.xx, GAP, etc)
  14. ;                RBBS - Rbbs version 16.1+  (uses DORINFOx.DEF*)
  15. ;               QUICK - Quickbbs,Force      (uses DORINFOx.DEF**)
  16. ;            DORINFO1 - Remote Access,others(uses DORINFO1.DEF**)
  17. ;               PCB14 - Pcboard version 14
  18. ;               PCB15 - Pcboard version 15
  19. ;             PHOENIX - Phoenix bbs
  20. ;            SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  21. ;              TRIBBS - TriBBS drop file (TRIBBS.SYS)
  22. ;                WWIV - WWIV bbs (uses chain.txt)
  23. ;                2AM  - Jumper.dat
  24. ;
  25. BBSTYPE DOORSYS
  26. ;
  27. ; Your dropfile *path* goes here. Do not include the filename!
  28. ; For systems that require environment variables in the dropfile path,
  29. ; comment this line and pass the dropfile path as a parameter with
  30. ; -p<dropfilepath>, eg. RF.EXE -pC:\BBS\NODE%pcbnode%
  31. ;
  32. DROPFILEPATH D:\PCB\
  33. ;
  34. ; If you are using a bbs type that doesn't provide the com port number
  35. ; in it's dropfile then put your comport here.
  36. ;
  37. COMPORT 2
  38. ;
  39. ; Note: The next two options are related to FOSSIL drivers. If neither
  40. ; option is set, the door will use its own internal comport handlers.
  41. ;
  42. ; Uncomment the next line if you use a fossil device driver and wish to
  43. ; have the door initialize your fossil to the locked/baud speed rate.
  44. ;
  45. ;FOSSIL
  46. ;
  47. ; Uncomment the next line if you use a fossil device and do not wish to have
  48. ; the door reinitialize your fossil.
  49. ;
  50. ;XFOSSIL
  51. ;
  52. ; If you are locking ports uncomment this line and set this number to the
  53. ; port speed. Make sure it's the same locked baud rate as your BBS software!!
  54. ;
  55. ;LOCKBAUD 57600
  56. ;
  57. ; If you are going to use a non-standard IRQ place the
  58. ; port address in hex one space after the PORT# option.
  59. ;
  60. ; If you have a non-standard IRQ position the IRQ number
  61. ; one space after the ports' hex address. (decimal)
  62. ;
  63. ;PORT1 03F8 4
  64. ;PORT2 02F8 3
  65. ;PORT3 03E8 4
  66. ;PORT4 02E8 3
  67. ;
  68. ; The maxtime parameter will allow you to specify a maximum time
  69. ; per day that a user may be in the door. (i.e. if you specified
  70. ; 30 minutes, then if the user had 60 mins left, she could only play
  71. ; for 30 mins)  Otherwise the game will use the maximum session
  72. ; time for maximum time.
  73. ;
  74. ;MAXTIME 30
  75. ;
  76. ; Un-comment this line to disable color on the local side.
  77. ; (Necessary if you are running a monochrome system)
  78. ;
  79. ;MONO
  80. ;
  81. ; Specify "ON" if you want the status line to appear at the
  82. ; bottom of the local screen, or "OFF" if you want it to be disabled.
  83. ;
  84. STATUS ON
  85. ;
  86. ;----------------------------- End of File --------------------------------
  87.