home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0479 / 0479.TXT < prev   
Text File  |  1996-02-07  |  8KB  |  179 lines

  1. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. * * Bible Baseball for Windows version 2.6f  - Read this file first! * *    
  3. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  4.  
  5. Installation Instructions for Program Manager:
  6.     - The setup program will place the following eight (8) files into
  7.       a new directory (like c:\winbb) or into an existing directory.
  8.         WINBB.EXE
  9.         WINBB.HLP
  10.         WINBB.VBX
  11.         BIBLE.QUS
  12.         BB0.WAV
  13.         BB1.WAV
  14.         BB2.WAV
  15.         README.TXT
  16.     - It will also make sure that you have the necessary Windows
  17.       system files to run this Visual Basic program.
  18.     - It will place the icon for Bible Baseball into the Windows
  19.       group that you specify.
  20.     - That's it!
  21.     
  22. **    RESTART NOTE: The restart file (GAMES.DAT) from versions of
  23.         Bible Baseball prior to v2.4 will not work properly with the
  24.         new version of Bible Baseball.  This is do to the fact that
  25.         the game needs to save an extra parameter for the new
  26.         option to be able to restart properly.  Users who have 
  27.         an old version of the restart file must do one of the
  28.         following:
  29.         - Delete the old file (GAMES.DAT) and the game will create
  30.           a new one the first time you save.
  31.         - Edit the old file (GAMES.DAT) using an editor like
  32.           NOTEPAD and add a comma and a zero (i.e. ",0" without
  33.           the quotes) to the end of each line in the restart file.
  34.           Each line in the file represents one game that can be
  35.           restarted.  Each line should have 44 parameters!
  36.  
  37. Playing Instructions:
  38.     - Pull down HELP menu inside WINBB for playing instructions.
  39.  
  40. Machine Requirements:
  41.     - Windows 3.1
  42.     - Arial, Times New Roman true type fonts
  43.     - MS Sans Serif screen font
  44.     - VBRUN300.dll visual basic run module
  45.     - MMSYSTEM.dll (for sound) - supplied with Windows 3.1 in your
  46.       Windows\System directory (unless you deleted it!)
  47.     - Speaker.drv (for sound) or equivalent - without it you won't
  48.       hear the crowd
  49.  
  50. About the Author:
  51.     This is my first attempt at creating a program for the PC to be
  52.     distributed to the general public.  But I am not exactly a novice
  53.     to computers.  I am an 19 year mainframe computer programmer.  
  54.     My wife wanted me to learn Visual Basic so that I could write
  55.     some applications for her fifth grade classroom's PC.  She
  56.     teaches at Penn Christian Academy in Norristown, PA.  If you have
  57.     any comments, corrections, bug notifications (heaven forbid),
  58.     or ideas for other useful educational programs, please just let
  59.     me know.  My address is listed inthe game's ABOUT box.
  60.  
  61. Development Environment:
  62.     This program was written in Visual Basic V3.0 Standard Edition
  63.     on my home PC which is a 486SX-25 with 8 meg RAM.  I'm running
  64.     Windows 3.1 on top of MS-DOS 6.2 using the standard Microsoft
  65.     memory manager(HIMEM/EMM386), disk cache (Smartdrv), and speaker
  66.     driver (speaker.drv). It was also tested on a 486-66, a 386-33, 
  67.     and a 386SX-16.  Some of the machines running 640x480 and some
  68.     at 800x600.  It ran successfully on all of the machines
  69.     (it was a little slow on the 386SX).
  70.  
  71. Future Enhancements:
  72.     - Maintaining high scores
  73.     - Better animation (I'm trying everything!)
  74.     - Selecting questions by books of the Bible
  75.     - Computer players with different strengths
  76.     - 1 out & 9 run options by team
  77.     - ???? If you have any suggestions, please let me know!
  78.  
  79. Version History:
  80.     - v1.0 released 1/11/94
  81.     - v1.1 released 1/20/94 - Typos in question file fixed, sound menu
  82.       bar option changed to avoid some confusion, some buttons changed
  83.       to fit labels better.
  84.     - v1.2 released 1/26/94 - New question file format implemented
  85.       with a canonical number and all info on one line.  Please note
  86.       that the program will work with both the old and new question
  87.       file formats!  Also, a conversion program is available to
  88.       convert the old question format to the new format.
  89.     - v1.3 released 1/27/94 - Three new options added to program
  90.       startup.  First, option for allowing a maximum of 9 runs per
  91.       half inning.  Second, option for allowing only 1 out per half
  92.       inning.  Lastly, option to start game without sound.
  93.     - v1.4 released 1/28/94 - Options to select only Old Testament
  94.       or New Testament questions added.  Also, option info in menu
  95.       bar of game.
  96.     - v1.5 released 2/14/94 - Team uniform colors change at the end
  97.       of each half inning.  Plus new closing screen.  Added new button
  98.       on opening screen to "quit" without entering game.
  99.     - v1.6 released 2/25/94 - More animation.  Players run on and off
  100.       the field.  Batter and on-deck hitter move accordingly.  Added
  101.       options to opening screen and to new "options" menu bar for
  102.       turning animation, sound, 1 out limit, or 9 run limit on or off.
  103.       Added opening "Play Ball" wav file.
  104.     - v1.7 released 3/10/94 - New start-up screen buttons and message.
  105.       Question screen warning message.  Improvements made in center
  106.       baseball field message area.
  107.     - v2.0 released 04/05/94 - Save and restart options added.  Game
  108.       now full-screen compatible to 800x600. Some behind-the-scenes
  109.       coding and bitmap enhancements.  Handling of quotation marks in
  110.       question add screen.
  111.     - v2.1 released 04/11/94 - Internal improvements. Fixed bug with
  112.       overlap of shortcut keys on options menu bar.
  113.     - v2.11 released 05/02/94 - Minor bug fix involving 9 run limit.
  114.     - v2.2 released 9/14/94 - Fixed problem when running game under
  115.       high resolution large font mode.
  116.     - v2.3 released 10/7/94 - Added centering screen routine for all 
  117.       windows. Added bannermen in right field bleachers.
  118.     - v2.4 released 10/11/94 - Added new option to limit the amount of
  119.       time allowed to answer a question.  Placed option to turn
  120.       runners off on opening screen.  And fixed bug in New Game.
  121.     - v2.5 released 10/22/94 - Added new opening herald screen and
  122.       New Game with New Teams parameter has returned.
  123.     - v2.6 released 12/20/95 - General program clean-up.  Added real
  124.       Windows help file.  Eliminated LARGEFNT.BMP file.  Added clock
  125.       to scoreboard.  Added question maintenance options to menu.
  126.       New startup WAV file.
  127.  
  128. Questions:
  129.     - This game contains 4 classifications of questions.  They are
  130.       SINGLE, DOUBLE, TRIPLE, and HOME RUN.
  131.     - The SINGLE questions are the easiest and the HOME RUN
  132.       questions are the hardest.
  133.     - This version of WinBB contains 100 questions
  134.       (40 SINGLE, 20 DOUBLE, 20 TRIPLE, and 20 HOME RUN).
  135.     - Questions are taken from several different transalations.
  136.     - More questions are available for a shipping/handling fee.
  137.     - Instructions for entering your own questions are also available.
  138.  
  139. Standard Copyright and Disclaimer Stuff:
  140.     - You may copy and give this game to anyone you wish as long
  141.       as the 8 main files are kept intact.
  142.     - This program is free of charge but the author still maintains
  143.       all copyrights.
  144.     - This program is provided to you on an "as is" basis.  The author
  145.       assumes no responsibility for any losses or damages incurred
  146.       from the use of this program (but what could go wrong?!?).
  147.     - Windows and Visual Basic are excellent products and are
  148.       trademarks of Microsoft Corporation.
  149.  
  150. Other Software by the Author:
  151.  
  152.     - Bible Blips for Windows v1.2 - a simple little Bible utility that
  153.         displays randowm Bible verses when run.
  154.  
  155.     - Bible Blips: The Screen Saver for Windows v2.2 - a Windows
  156.       screen saver version of Bible Blips with a bunch of setup options.
  157.  
  158.     - Christmas Blips Screen Saver v2.0 - A Christmas version of the
  159.       Bible Blips screen saver.
  160.  
  161.     Also, coming to a retail outlet near you...
  162.     - Major League Math Baseball for Windows v1.1 - a math adaptation
  163.         of Bible Baseball for Windows that is being released and 
  164.         distributed to the retail market by Quorum Software.
  165.  
  166.  
  167.   "Bible Blips for Windows", "Bible Blips: The Screen Saver for Windows",
  168.   "Bible Baseball for Windows", "Major League Math Baseball for Windows" ,
  169.   and "Christmas Blips Screen Saver" are all trademarks of Barbor Software.
  170.  
  171.  
  172. Enjoy the game and try to absorb some of the wisdom from the greatest
  173. book ever written!  By the way, did you know that baseball is referenced
  174. in the Bible?  Yes, in Gen 1:1 it says