home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 - The BEST of 1994 / monster1.zip / monster1 / BBS_GAM2 / OO110_1.ZIP / OOINFO.DOC < prev    next >
Text File  |  1994-09-27  |  4KB  |  131 lines

  1.  
  2.  
  3.  
  4.            OOINFO - Operation: Overkill BBS Converter Program
  5.            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.  
  7. OOINFO.EXE reads in the BBS information of the user (name, time left, baud
  8. rate, etc.) from the BBS dropfile and creates a separate file called
  9. BBSINFO.OO in Overkill's data directory.  This BBSINFO.OO file contains
  10. only the necessary information Overkill needs.
  11.  
  12. When first installing an Overkill game, the configuration program, OOSETUP,
  13. will create a batch file automatically: OOIIDOOR.BAT.  This batch file
  14. may need editing or changing later.
  15.  
  16.  
  17.  
  18.    [  USING OOINFO  ]
  19.       ~~~~~~~~~~~~
  20.  
  21.  The command line for OOINFO.EXE is:
  22.  
  23.  
  24.  C:>OOINFO <optional config file> bbstype \directory\ node
  25.  
  26.  
  27.  The default configuration file is OOCONFIG.DAT and is assumed as so if the
  28.  optional config file field is left blank.  This field is primarily used for
  29.  multi-game setups.  Please see OOII.DOC for more information on setting up
  30.  multi-games.
  31.  
  32.  
  33.  In the "bbstype" field, you must enter a number for the representing BBS
  34.  systems:
  35.  
  36.    1   -   SpitFire         (SFDOORS.DAT)
  37.    2   -   Gap/Wildcat 3.0  (DOOR.SYS)
  38.    3   -   GT Power 16.0    (GTUSER.BBS)
  39.    4   -   PCboard 14.5     (PCBOARD.DAT)
  40.    5   -   RBBS             (DORINFOx.DEF)  { where x represents the node }
  41.    6   -   WildCat! 2.x     (CALLINFO.BBS)
  42.    7   -   WWIV             (CHAIN.TXT)
  43.    8   -   Phoenix          (INFO.BBS)
  44.    9   -   GT Power 15.1    (GTUSER.BBS)
  45.   10   -   RemoteAccess     (DORINFOx.DEF)  { where x represents the node }
  46.   11   -   QuickBBS         (DORINFOx.DEF)  { where x represents the node }
  47.   12   -   SearchLight      (CONFIG.SL2)
  48.  
  49.  
  50.  If your BBS software is not listed above, check which drop file that
  51.  your BBS creates when exiting to a door.  Then, match that name with
  52.  one of the above settings.  For example, VBBS software can create a
  53.  DOOR.SYS file, although VBBS is not directly listed above.  You would
  54.  then set OOINFO as a type 2 setting, which tells OOINFO to use the
  55.  DOOR.SYS drop file.
  56.  
  57.  
  58.  For the "directory path", the path must end with a '\'.  If not, the
  59.  program will be unable to find the correct dropfile created by the
  60.  BBS software.  For example, "\OOII\" is valid, whereas "\OOII" is not.
  61.  
  62.  "Node" numbers are only needed for bbs types of 5,10,11 (RBBS/RA/QuickBBS).
  63.  
  64.  
  65.  
  66.    [  BATCH FILE EXAMPLES  ]
  67.       ~~~~~~~~~~~~~~~~~~~
  68.  
  69.  Batch File Examples:
  70.  ~~~~~~~~~~~~~~~~~~~
  71.  {PCBoard}               {RemoteAccess}        {SearchLight}
  72.  
  73.  CD\OOII                 CD\OOII               CD\OOII
  74.  OOINFO 4 \PCBOARD\      OOINFO 10 \RA\ 1      OOINFO 12 \SLIGHT\
  75.  MAINTOO                 MAINTOO               MAINTOO
  76.  OOII                    OOII                  OOII
  77.  CD\PCBOARD              CD\RA                 CD\SLIGHT
  78.  
  79.  
  80.  ...more batch files can be listed if you load up OOINFO with a '?'
  81.  parameter, such as "OOINFO ?"
  82.  
  83.  
  84.  
  85.    [  BBSINFO.OO CONTENTS  ]
  86.       ~~~~~~~~~~~~~~~~~~~
  87.  
  88.  BBSINFO.OO (a standard text file created from OOINFO.EXE) contains the
  89.  following information:
  90.  
  91.  
  92.  <Full Name>       FIRST LAST
  93.  <Com Port>        0=local, 1=Com1, 2=Com2
  94.  <Baud Rate>       0-38400
  95.  <Time Remaining>  0-999  (in minutes)
  96.  <Color>           Y=Yes N=No
  97.  
  98.  
  99.  Example BBSINFO.OO created from OOINFO.EXE:
  100.  
  101.  DUSTIN NULF
  102.  2
  103.  19200
  104.  60
  105.  Y
  106.  
  107.  
  108.    [  NOTES   ]
  109.       ~~~~~
  110.  
  111. *GT Powercomm systems do not provide the ComPort in the data files they
  112.  create.  In effect, the node field must be replaced by the Com Port on
  113.  the command line.
  114.  
  115.  For example, GT Powercomm 16.0 running on a Com Port of 2.
  116.  
  117.  OOINFO 3 \GTBBS\ 2
  118.  
  119.  ...or just replace the "2" with "1", whichever setting is your ComPort.
  120.  
  121.  
  122.  Telegard BBS does not create its own drop files but can emulate other
  123.  BBS dropfiles.  To emulate a DORINFOx.DEF dropfile, use the 'DD' command
  124.  for Telegard systems.  This dropfile is equivalent to QBBS's drop file,
  125.  which is a type 11.  See above for setting up QBBS with OOINFO.
  126.  
  127.  In case OOINFO.EXE is incompatible with your BBS software, it may be
  128.  possible to create your own conversion program that works specifically
  129.  for your BBS.
  130.  
  131.