home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / BBS / SIMBB240.ZIP / SIM-BBS.DOC < prev    next >
Encoding:
Text File  |  2000-07-25  |  6.6 KB  |  177 lines

  1. **NOTE:  This is my first release.  Sorta rushed, but it should work :)
  2.  
  3.                          ==============================
  4.                          =    Sim-BBS Version 2.40    =
  5.                          ==============================
  6.  
  7.                         By Brian Zhou Of Elysium Software
  8.                           Copyright (C) 2000 Brian Zhou
  9.  
  10.                  Initial programing & design by Brian Schulteis
  11.  
  12. DISCLAIMER
  13. ==========
  14.  
  15.      The author has taken every precaution to insure that no harm
  16.      or damage will occur on computer systems operating this package.
  17.      Nevertheless, the author shall NOT be held liable for whatever
  18.      may happen on your computer system or to any computer systems
  19.      which connects to your own as a result of operating this package.
  20.      The user assumes full responsibility for the correct operation of
  21.      this software package, whether harm or damage results from software
  22.      error, hardware malfunction, or operator error. NO warranties are
  23.      offered, expressly stated or implied, including without limitation
  24.      or restriction any warranties of operation for a particular purpose
  25.      and/or merchantability.  If you do not agree with this then do NOT
  26.      use this program.
  27.  
  28.  
  29. LICENSE AGREEMENT
  30. =================
  31.  
  32.      The game program, support files, and documentation are
  33.      copyrighted products of Brian Zhou.  He reserves all rights to these
  34.      products. This is protected by the United States of America (USA) and
  35.      International Copyright Laws.  In no way shall the components of the
  36.      game software package be reproduced or modified in any form or method
  37.      without prior expressly written permission from the author.
  38.  
  39.      Tampering with or altering the contents or integrity of the game
  40.      software package is PROHIBITED. No fee may be charged by any
  41.      agency other than the author beyond the cost of distributing
  42.      unregistered copies without prior expressly written permission from
  43.      the author.
  44.  
  45.      
  46. INTRODUCTION
  47. ============
  48.  
  49.      BBS Simulator (Sim-BBS) is a BBS simulator game, your users get their
  50.      own BBS, which they have to take care of, and upgrade as it gets bigger.
  51.      They start with an XT with 1 meg of ram, a 10 meg hard drive, and 10
  52.      non-subscribers. The have to Read their mail, and work on the board
  53.      to increase their number of users. The goal is to be the biggest board,
  54.      and to keep the users happy.
  55.  
  56.  
  57. REQUIREMENTS
  58. ============
  59.  
  60.      Not sure exactly what it requires. Give it enough RAM to run, make sure
  61.      you have FILES=20 or more in your config.sys, and make sure that you
  62.      have SHARE loaded. Use this game at your own risk on a multi-node board,
  63.      as I haven't gotten any multi-node boards to test this game for me. It
  64.      SHOULD work just fine though. Let me know if you find otherwise.
  65.      This game has been tested in ASCii mode, it works, but I wouldn't
  66.      recommend it. This version requires that you have a 286 or better
  67.      CPU. Sim-BBS will also release time slices properly when multitasking
  68.      under just about any operating system on earth, including OS/2 Warp,
  69.      Windows 95 & NT, Windows 3.1 (does it really multitask?), and Desqview.
  70.      There's some others too, but not sure.
  71.  
  72.  
  73. INSTALLATION
  74. ============
  75.  
  76.      1. Create a directory for the game (example: C:\DOORS\SIM-BBS)
  77.  
  78.      2. Move all the files into that directory.
  79.  
  80.      3. Run INSTW32.BAT or INSTDOS.BAT to switch to the Win32 or DOS versions
  81.         respectively.
  82.  
  83.      4. Configure your BBS software to execute SIM-BBS.EXE properly.
  84.  
  85.      5. Run Sim-Cfg and edit the config file to your likings.
  86.  
  87.      6. The game should work now, it runs it's own daily maintenance on
  88.         each user.
  89.      _____
  90.      Just incase Sim-Cfg won't work, or you don't like it, here are
  91.      the structures for the config files.
  92.  
  93.  
  94. SOFTWARE.DAT
  95. ============
  96.  
  97.      Change this if you want your users to be able to buy different BBS
  98.      software.
  99.  
  100.      Line 1: Number of different BBS softwares
  101.      Then it repeats 3 lines that many times.
  102.      Line 1: BBS Software Name
  103.      Line 2: Number of Nodes that software supports.
  104.      Line 3: Price of that BBS software.
  105.  
  106. CPUTYPES.DAT
  107. ============
  108.  
  109.      Change this if you want your users to be able to buy different CPU's.
  110.  
  111.      Line 1: Number of different CPU's
  112.      Then it repeats 3 lines that many times.
  113.      Line 1: CPU Name
  114.      Line 2: Ammount of RAM that CPU supports.
  115.      Line 3: Price of that CPU.
  116.  
  117. COMMAND LINE OPTIONS
  118. ====================
  119.  
  120.      C:\BBS\DOORS\SIM-BBS.EXE <PATH TO DROP FILE>
  121.  
  122.      More details when you run SIM-BBS.EXE.
  123.  
  124.  
  125. WHAT TO DO IF THERE ARE PROBLEMS
  126. ================================
  127.  
  128.      Every effort is made to ensure that the game runs correctly before it
  129.      leaves my BBS as Shareware.  If you are experiencing problems please
  130.      do the following BEFORE calling me:
  131.  
  132.           1.  Read ALL the SYSOP.DOC to ensure you have setup the program
  133.               and have met all the program requirements.
  134.  
  135.           2.  Refer to step number 1.
  136.  
  137.           3.  Email me at the address in the contact section at the end.
  138.  
  139. "CORRUPTED" DATA FILES
  140. ======================
  141.  
  142.      It is possible that something could happen to your game data file.
  143.      A power outage, game crash, or other event could damage the data
  144.      files. Just run Sim-CFG and reset the game, and it will freshen
  145.      all the files.
  146.  
  147.  
  148. CREDITS
  149. =======
  150.  
  151.      James Coyle        - Provided the DOOR32 specs for me!  Also did the
  152.                           initial testing of the DOOR32 version!
  153.                           http://www.mysticbbs.com
  154.  
  155.      Brian Schulteis    - Original author of this doorgame, who passed the
  156.                           source to me before he disappeared.
  157.  
  158.      Dillusion          - He drew the intro ANSi. Thanks!
  159.  
  160.      Laforge            - Also known as Gordy French, He did some
  161.                           of the minor programming that I didn't feel
  162.                           like doing. Along with the registration
  163.                           routines, which I must say, he did a GREAT job
  164.                           on, and have been removed from this version.
  165.                                            
  166.      Ripscript & Ripterm are registered trademarks of TeleGrafix
  167.      Communications. KBBS WAS written by Keith Anderson at Anderson Reasearch.
  168.  
  169.  
  170. CONTACT INFORMATION
  171. ===================
  172.  
  173.      Email : zoob@darktech.org
  174.      Web   : http://www.elysoft.org
  175.            : http://www.elysoft.org/zoob
  176.      IRC   : #bbs or #elysium on irc.bwcomp.net
  177.