home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / COMUNICA / STB426C.ZIP / SHUTBOX.NEW < prev    next >
Encoding:
Text File  |  1996-10-04  |  12.4 KB  |  358 lines

  1. What's new in Shut The Box Deluxe 4.26c (10-04-1996):
  2.  
  3. This fixes a bug when players used a make up day, the same day's dice were
  4. being played.  This is the only change, so if you're already using 4.26 you
  5. really only need the shutbox.exe file.
  6.  
  7.  
  8. What's new in Shut The Box Deluxe 4.26 (09-30-1996):
  9.  
  10.  IMPORTANT!  Structures got changed to allow an enhancement.  This means
  11.  that the current game in progress must be restarted once you unpack the
  12.  distribution archive into the Shut The Box directory.
  13.  
  14.  To upgrade from ANY prior release, follow these easy steps:
  15.  
  16.  1) From your STB directory, delete the files SHUTBOX.DTE and SHUTBOX.DAT.
  17.  
  18.  2) Unpack the distribution archive into your STB directory.
  19.  
  20.  3) Let your users play!
  21.  
  22.  Release Notes:
  23.  
  24.  Note 1:
  25.  =======
  26.  Shut The Box now keeps track of dice rolls!  With each new month, Shut The
  27.  Box rolls the dice for every day of the new month.  This means that each
  28.  player will get the same dice rolls as other players.  This puts everyone
  29.  on even ground.
  30.  
  31.  Note 2:
  32.  =======
  33.  The maximum number of turns a player may take per day is now 10.  You can
  34.  set it from 1 to 10 (default is 5).
  35.  
  36.  Note 3:
  37.  =======
  38.  When a RIP caller views help screens and uses the ENTER key instead of
  39.  the mouse to move to next screen, the screen is properly cleared now.
  40.  
  41.  Note 4:
  42.  =======
  43.  Updated the RIP help screens.
  44.  
  45.  
  46.  
  47. What's new in Shut The Box Deluxe 4.25 (09-21-1996):
  48.  
  49.  To upgrade from an earlier 4.x version, just unpack the distribution
  50.  archive into your existing Shut the Box directory.  You don't need to
  51.  change anything and any game in progress will not be disrupted.
  52.  
  53.  Release Notes:
  54.  
  55.  Note 1:
  56.  =======
  57.  Now Shut The Box can be fired up using a configuration file instead of
  58.  using command line parameters.  Command line parameters are still
  59.  supported but if you'd rather, you can use a configuration file that
  60.  stores system and game settings.
  61.  
  62.  To use a configuration profile, create a valid DOS ASCII text file.  In
  63.  it, define the settings using the following syntax:
  64.  
  65.  setting=<your setting>
  66.  
  67.  Valid settings are:
  68.  
  69.  PATH       This is the path to DORINFO1.DEF or DOOR.SYS.
  70.  
  71.  BBSNAME    The name of the BBS (used to validate registration code).
  72.  
  73.  SYSOPNAME  The name of the Sysop (used to validate registration code).
  74.  
  75.  MAXTURNS   A number between 1 and 99 that is the maximum number of turns a
  76.             player may take per day.
  77.  
  78.  MAKEUPDAYS A number between 1 and 5 that is the maximum number of make-up
  79.             days a player may use per day.
  80.  
  81.  DOORSYS    A YES or NO setting that determines whether DOOR.SYS is used.
  82.             If set to NO, then DORINFO1.DEF is used.
  83.  
  84.  AVGSORT    A YES or NO setting that determines whether the score card is
  85.             sorted by average or total scores.  If set to NO, then standard
  86.             tournament scoring is used.
  87.  
  88.  SLOWDELAY  A YES or NO setting that determines whether the system clock
  89.             should be used in delay routines.  When program messages scream
  90.             by too quickly because you're running a boss pentium or other
  91.             fast processor, set this to YES.  If program pauses are
  92.             sufficient, leave it set to NO.
  93.  
  94.             NOTE:  The command line paramter /J has been added so that
  95.                    SLOWDELAY can be turned on in command line mode.  For
  96.                    example:
  97.  
  98.                    SHUTBOX.EXE /J
  99.  
  100.                    Is the same as SLOWDELAY=YES
  101.  
  102.  Here's an example of a configuration file.  Let's call it STBNODE1.CFG.
  103.  The contents of the file are:
  104.  
  105.  PATH=C:\BBS\NODE1
  106.  BBSNAME=CITY TERMINAL
  107.  SYSOPNAME=JOHN DOE
  108.  MAXTURNS=5
  109.  MAKEUPDAYS=2
  110.  DOORSYS=NO
  111.  AVGSORT=NO
  112.  SLOWDELAY=NO
  113.  
  114.  When executing Shut The Box, include the filename of the configuration
  115.  file instead of the command line parameters.  Shut The Box will run using
  116.  the settings from the file.  For example, to run Shut The Box using the
  117.  configuration profile STBNODE1.CFG (above), just use the command line:
  118.  
  119.  SHUTBOX.EXE STBNODE1.CFG
  120.  
  121.  Note 2:
  122.  =======
  123.  Altered some of the ANSI and RIP files.
  124.  
  125.  Note 3:
  126.  =======
  127.  Created separate, graphic help screens for users who are using a RipScript
  128.  terminal program.
  129.  
  130.  Note 4:
  131.  =======
  132.  Fixed a bug where RIP mouse buttons got screwy after a user looked at the
  133.  help screens.
  134.  
  135. ==[ End of Notes for 4.25 ]=================================================
  136.  
  137. What's new in Shut The Box Deluxe 4.24a (09-05-1996):
  138.  
  139.  Fixed a tasking error exhibted on some OS/2 systems which slowed display
  140.  of tournament scores.
  141.  
  142. What's new in Shut The Box Deluxe 4.24 (09-10-1995):
  143.  
  144.  To upgrade from 4.x, just unpack the distribution archive into your
  145.  existing Shut The Box directory.
  146.  
  147.  - Added a field to the scores listing (per request) that shows the total
  148.    number of days played.
  149.  
  150.  - Reformatted the order of fields displayed when viewing the scores list.
  151.  
  152.  
  153. What's new in Shut The Box Deluxe 4.23 (08-27-1995):
  154.  
  155.  To upgrade from 4.x, just unpack the distribution archive into your
  156.  existing Shut The Box directory.
  157.  
  158.  - Fixed a bug which caused a runtime 200 (division by zero).  This only
  159.    cropped up when the /A command line parameter is used and at least one
  160.    player had a score of 0 and total turns of 0.
  161.  
  162.  
  163. What's new in Shut The Box Deluxe 4.22 (07-16-1995):
  164.  
  165.  To upgrade from 4.x, just unpack the distribution archive into your
  166.  existing Shut The Box directory and away you go.
  167.  
  168.  - Players may now list the top scores list from the main menu. Previously,
  169.    you had to wait until exiting the game to see the scores list.
  170.  
  171.  - Displayed scores are now formatted (commas are included).
  172.  
  173.  - The game screen format has been enhanced to include more real-time
  174.    statistics such as monthly average score, total boxes shut, and total
  175.    days played.
  176.  
  177.  - The introduction ANSI/RIP screens are now displayed first, even before
  178.    the last month's high scores.
  179.  
  180.  
  181. What's new in Shut The Box Deluxe 4.10:
  182.  
  183.  To upgrade from 4.0, just unpack the distribution archive into your
  184.  existing Shut The Box directory and away you go.
  185.  
  186.  - Divided the 12-tile box into two sections.  You can now shut a 9-tile
  187.    box as in versions prior to 4.0.  You can then shut the deluxe 3-tile
  188.    box as a bonus.
  189.  
  190.  
  191.  
  192. What's new in Shut The Box Deluxe 4.0:
  193.  
  194.  WARNING!  Data strucutres have been changed.  No matter what version of
  195.  Shut The Box you were running, perform the following steps:
  196.  
  197.    1)  Unpack the distribution archive into your Shut The Box directory.
  198.  
  199.    2)  From your Shut The Box directory, run the program SHUTNEW.EXE.
  200.  
  201.    3)  Continue reading this document:
  202.  
  203.   - Upgraded to the Deluxe version of the game.  The major difference is
  204.     that there are now 12 tiles instead of 9.
  205.  
  206.   - Increased bonus for shutting the box to 1,000 (up from 500).  Since it
  207.     is a tad more difficult to shut the box, the bonus has been increased
  208.     to compensate.
  209.  
  210.   - High Score display now includes the number of times a player has shut
  211.     the box.
  212.  
  213.  
  214. What's new in Shut The Box 3.3:
  215.  
  216.  - Fixed a bug where Gold Key registrations were not being recognized.
  217.  
  218.  
  219. What's new in Shut The Box 3.2:
  220.  
  221.  - Fixed a long-standing problem which only seemed to effect Windows and
  222.    OS/2 based systems.  The program would initialize CTS/RTS flow control on
  223.    FOSSIL port 0 (COM1) even if the game was running on a com port other
  224.    than COM1.
  225.  
  226.   - Fixed a RIPscrip emulation bug where the top of the number "2" tile box
  227.     was not mouse "clickable".
  228.  
  229.   - Added a RIP intro screen.
  230.  
  231.  
  232. What's new in Shut The Box 3.1:
  233.  
  234.  - Changed versions of comm libraries.
  235.  
  236.  - Added RIP mouse support.  Remote RIP players can now simply click on
  237.    number boxes during game play and text prompts within menus.
  238.  
  239.  - Shut The Box no longer allows players with less than ANSI color
  240.    emulation.
  241.  
  242. What's new in Shut The Box 3.0:
  243.  
  244.  - Communications are again optimized.  A never-ending process it seems.
  245.  
  246.  - If RIP is detected, STB will set the caller's screen to an 80x25 font to
  247.    avoid the squished-down look.
  248.  
  249.  - Adjusted scoring slightly.
  250.  
  251.  - STB now recognizes Gold Key registration numbers.
  252.  
  253. What's new in Shut The Box 2.23:
  254.  
  255.  - Switched to a newer version of communications routines in an attempt to
  256.    fix an intermittent lockup problem that's been reported.  Let me know
  257.    if this locks up on you.
  258.  
  259. What's new in Shut The Box 2.22:
  260.  
  261.  - Added command line parameter /H.  By default, when not in local log-on
  262.    mode, STB will initialize and use the installed FOSSIL driver.  On some
  263.    systems, the BBS front end mailer was giving an error "FOSSIL not detected"
  264.    after STB was run.  If you are getting this error, use the /H parameter.
  265.    This parameter is also intended for systems that do not have a FOSSIL
  266.    driver loaded, in which case, INT 14h communications is used.
  267.  
  268. What's new in Shut The Box 2.21:
  269.  
  270.  - Fixed a bug with systems that use DOOR.SYS drop files.  DOOR.SYS does not
  271.    contain the BBS system name which is needed for registration information.
  272.  
  273.    If you are using the DOOR.SYS drop file, you need to add your BBS system
  274.    name to the command line using the /S command line parameter.
  275.  
  276.    Example:
  277.  
  278.    ShutBox /Pc:\ra\ /SCity_Terminal_BBS
  279.  
  280.    Note the use of the underscores in place of the spaces.
  281.  
  282. What's new in Shut The Box 2.2:
  283.  
  284.  - IMPORTANT: If you are upgrading from a previous release, you will need to
  285.    delete the following files before executing version 2.2x:
  286.  
  287.                                 SHUTBOX.DAT
  288.                                 SHUTBOX.DTE
  289.                                 SHUTBOX.HSC
  290.  
  291.  - Added an option for scoring/sorting by monthly average scores.  This was
  292.    as suggestion that a user had given me.  After implementation and testing
  293.    I realized that if this option is used, a player could easily win the
  294.    monthly tournament by only playing a few times.  So, it's up to you, the
  295.    Sysop, to determine the usefullness of this feature.
  296.  
  297.    To activate scoring/sorting by monthly average score, add the /A command
  298.    parameter when calling Shut The Box.
  299.  
  300.  - Compiled with JPDoor 3.01 on October 11, 1991.
  301.  
  302.  - Program now generates an ASCII text file of the top 15 scores list
  303.    called SHUTBOX.SCR.
  304.  
  305. What's new in Shut The Box 2.1:
  306.  
  307.  - Fixed an error with CTS routines.  Some systems with high speed modems
  308.    were having problems with screen garbage.  This was due to CTS routines
  309.    not functioning properly.
  310.  
  311. What's new in Shut The Box 2.0:
  312.  
  313.  - IMPORTANT!!  The data structure for 2.0 has changed.  Please read the
  314.    upgrade instructions below.  The command line parameters have also
  315.    changed.  Please see SHUTBOX.DOC for command line parameter syntax.
  316.  
  317.  - Added make up days!!!  This was real fun, let me tell ya.  To do this
  318.    required the addition of a calendar for each user record.  A conversion
  319.    program has been provided so that you don't have to nuke your data files
  320.    and start the competition over again.
  321.  
  322.    Here's how to upgrade:
  323.  
  324.    o Make a backup copy of SHUTBOX.DAT and SHUTBOX.DTE (just in case).
  325.    o Change to the directory containing the SHUTBOX files.  The program
  326.      SHUTUP.EXE should also reside in the same directory.
  327.    o Execute the conversion utility SHUTUP.EXE.
  328.    o Once conversion is complete, DO NOT execute SHUTUP.EXE again.  To be
  329.      safe, you may want to delete it.
  330.  
  331.    That's all that's required to upgrade Shut The Box.  Keep in mind though,
  332.    the program has no way of knowing who played on what days prior to the
  333.    conversion.  So, all days prior to the date you upgrade are NOT available
  334.    to the players as make up days.  However, from that point on, the program
  335.    will track player calendars.
  336.   
  337. What's new in Shut The Box 1.10:
  338.  
  339.  - Fixed a bug in help file display where screen was not pausing consistently.
  340.  
  341.  - Fixed a nasty bug where if user ran out of time or dropped carrier before
  342.    Shut The Box read the user's player data the user's score was getting
  343.    trashed.
  344.  
  345.  - Cleaned up some redundant cursor positioning.
  346.  
  347. What's new in Shut The Box 1.0:
  348.  
  349.  - First release after 3 betas.  Shut The Box is the first JPSoft door to
  350.    accept a registration number rather than a registration key file.
  351.  
  352.  - Shut The Box allows a user to adopt the door.  If a user of your BBS
  353.    adopts the door, you will be instructed how to include a credit when you
  354.    receive your registration number.
  355.  
  356.  - Throughout the beta test, ANSI sequences have been optimized.  No bugs
  357.    were reported throughout the beta test.
  358.