home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 396 / NUSTATSE.ZIP / NUSTATS.DOC next >
Text File  |  1993-01-02  |  13KB  |  299 lines

  1.      
  2.  
  3.  
  4.                                  NUSTATS
  5.  
  6.               ************************************************
  7.               ***********                          ***********
  8.               ***********   ALL RIGHTS RESERVED    ***********
  9.               ***********                          ***********
  10.               ***********                          ***********
  11.               ***********   COPYRIGHT (C)  1993    ***********
  12.               ***********                          ***********
  13.               ***********         by               ***********
  14.               ***********                          ***********
  15.               ***********  T. E. Maiden            ***********
  16.               ***********  3072 Quayside Ct. #204  ***********
  17.               ***********  Melbourne, FL  32935    ***********
  18.               ***********                          ***********
  19.               ***********                          ***********
  20.               ***********   ALL RIGHTS RESERVED    ***********
  21.               ***********                          ***********
  22.               ************************************************
  23.  
  24. **************************************************************************
  25.  
  26.        DISCLAIMER:  I'm going to keep this in plain language.  I do not
  27.        guarantee NUSTATS to do anything.  If you decide to use it, YOU
  28.        ASSUME ALL RISKS involved with that use.  So, if you lose data
  29.        or your computer malfunctions, or your wife divorces you, or if
  30.        anything at all happens in your life, it's your fault and don't
  31.        bother me.  This program worked fine on an 8088, an 8086, an
  32.        80286 and an 80386 machine using DOS versions 2.1, 3.2, 3.3,
  33.        3.3+, 4.01, and 5.0 with no problems.
  34.  
  35. **************************************************************************
  36.  
  37.        NUSTATS Warranty
  38.  
  39.        Nustats software and documentation are provided to users under
  40.        the shareware concept, in which users may thoroughly test the
  41.        program before paying for it.  Because of the diversity of condi-
  42.        tions, hardware, and other software under which the program may
  43.        be used, no warranty of fitness for a particular purpose can be
  44.        offered.
  45.  
  46. **************************************************************************
  47.  
  48.        Evaluation copies
  49.  
  50.        You may try NUSTATS on a 14-day trial basis to determine if this
  51.        program meets your needs.  You must then either register the pro-
  52.        gram, or cease using it.
  53.  
  54.        You may not modify NUSTATS in any way that changes the program's
  55.        computer instructions.  The program will self-destruct if you try
  56.        to hack or modify the code.
  57.  
  58.        You may give UNMODIFIED copies of NUSTATS to others so they can
  59.        evaluate it for their needs, subject to the same restrictions and
  60.        conditions above.
  61.  
  62. **************************************************************************
  63.  
  64.                             REGISTRATION
  65.  
  66.       If you like the software and want to use it, then please take the
  67.       time to register it.   Registration means putting $20.00 in an
  68.       envelope and mailing it to me.  I spent about 200 hours writing and
  69.       compiling this program and this documentation.  It's worth at least
  70.       10 cents an hour.  For your convenience, the last page of this
  71.       documentation file is the registration form.  All proceeds from this
  72.       software will be used to enhance and maintain the Double Eagle BBS.
  73.  
  74.  
  75.  
  76. HOW NUSTATS WORKS:
  77.  
  78. GENERAL
  79. +++++++
  80.  
  81.      This program is designed to give users the capability of importing
  82. RES files produced by the Jack Nicklaus Unlimited Golf and Course Design
  83. game, which is distributed by Accolade Software, and produce statistical
  84. data on the players and the courses played.
  85.  
  86.      It stores the original RES file in its original configuration. That
  87. file can be recalled at a later date and re-created as a disk file in the
  88. original format.
  89.  
  90.     All data that you type into the program is converted to uppercase. This
  91. means that when entering a filename or other data, you may use upper 
  92. case or lower case.  When entering the location and name of the RES file 
  93. you wish to import to the program, you have the option of typing the 
  94. file extension of "RES" or not typing it.  If you don't, the program 
  95. will add it.  However, the file containing the data (the RES file), 
  96. which is sitting in a directory somewhere, MUST HAVE A FILE EXTENSION OF
  97. RES.  The program will not be able to import files which do not have an
  98. extension of RES.
  99.  
  100. The package consists of the following files:
  101.  
  102.      NUSTATS.EXE         REGISTER.FRM
  103.      NUSTATS2.EXE        NUSTATS.DOC
  104.  
  105. Place all the files into any directory.  I strongly recommend you make a
  106. separate directory.  Then change into that directory and type NUSTATS and
  107. press the ENTER key.  You may track several separate collections of data
  108. by making a directory for each and placing a copy of the two EXE files in
  109. each directory.
  110.  
  111.  
  112. DATA FILES
  113. **************************************************************************
  114. The program will create the following files:
  115.  
  116.  
  117.     ALLRNDS.DAT - Each RES file imported is stored here as is.
  118.  
  119.  
  120.     COURSES.DAT - A listing of the different courses for which a RES file
  121.                   has been imported under selection F1 on the first menu.
  122.  
  123.     PLAYERS.DAT - A listing of the different players for which a RES file
  124.                   has been imported under selection F1 on the first menu.
  125.  
  126.    DBLEAGLE.DAT - This file will contain a listing of all double & triple
  127.                   eagles scored on all courses by all players.  If a hole-
  128.                   in-one is scored on a par 4 or par 5, it will be stored
  129.                   in this file and will also show up as a hole-in-one.
  130.  
  131.    SIXNAROW.DAT - This file will contain a listing of all rounds on all
  132.                   courses by all players, where the player scored birdie
  133.                   or better on at least six holes in a row.
  134.  
  135.  
  136.  
  137.     For each player, a file which is the player's name with all the spaces
  138. and odd characters taken out.  Examples here would be:
  139.  
  140.        Jack N.   =   JACKN.DAT           Eddie C.  =  EDDIEC.DAT
  141.  
  142.        Lars X.   =   LARSX.DAT           Chesney   =  CHESNEY.DAT
  143.  
  144.     For each course, a file which is the name of the RES file.  Examples
  145. here would be:
  146.  
  147.        Course name         RES filename        STATS filename
  148.       -------------       --------------      ----------------
  149.        Scorpion             SCORPI.RES          SCORPI.DAT
  150.  
  151.     The TPC at Avenel      AVENELTK.RES        AVENELTK.DAT
  152.  
  153. **************************************************************************
  154.  
  155. PRINTING
  156. ---------
  157.  
  158.    To print any screen, you may use the PRT-SCRN function.  However, there
  159. is a section in module two that has several data collections that may be
  160. printed. The two main Statistical screens (for courses and for players) may
  161. be printed by pressing the F10 key.  This option is listed onscreen.
  162.  
  163.  
  164.  
  165. SECTION 1  -  The file NUSTATS.EXE
  166.  
  167. **************************************************************************
  168. **************************************************************************
  169.  
  170. First Menu
  171. ++++++++++
  172.  
  173. F1   -  This selection allows you to import a RES file. Follow the        
  174.         onscreen instructions and enter the NAME (and PATH if required).
  175.         If you do not have a set of files with that name, you will be
  176.         prompted to create new files or add the incoming RES file to an
  177.         existing set of files.  If you opt to create, the program will do
  178.         just that and after a few seconds will display the contents of the
  179.         RES file on the screen.
  180.  
  181.         If you opt to add the incoming RES file to a existing set of files,
  182.         the screen will clear and then you will be presented with list of
  183.         the possible courses.  Enter the database name you wish to receive the
  184.         data exactly as you see it on the screen.  After a few seconds, the
  185.         incoming information will be displayed on the screen.
  186.  
  187.  
  188. F2/F3-  These selections will allow you to select a round played on JNSE,
  189.         which has been imported AS A RES FILE, and rewrite the original
  190.         RES file in its original format.  You will be prompted for the
  191.         name you wish to give the new RES file.  You can enter the old
  192.         name (if you can remember it) or some new name.  Remember, DOS
  193.         limits filenames to 8 characters plus a 3 character extension.
  194.         The program will insure that the filename extension is RES.
  195.  
  196.  
  197. F4   -  This selection allows you to display and\or then print a scorecard.
  198.         you will cycle through the rounds played in the Prodigy mode and
  199.         by pressing the F10 key, print the round displayed on the screen.
  200.  
  201.  
  202.  
  203.  
  204.  
  205. ESC  -  This selection will cause the program to shift control to the
  206. second module and display the first menu there.  Selections on that menu
  207. will allow you to display the course ratings statistics.  The Trophy Room
  208. Menu is also accessed from this new menu.
  209.  
  210. **************************************************************************
  211.  
  212. End  -  The END KEY will allow you to exit the program and return to DOS.
  213.  
  214. **************************************************************************
  215. **************************************************************************
  216.  
  217. SECTION II - The file NUSTATS2.EXE
  218.  
  219. First Menu
  220. ++++++++++++++++
  221.  
  222. F1   -  This selection will present you with a choice of the courses you
  223.         have set up in the database (the same one presented if you opt to
  224.         add a RES file to an existing course).  Enter the course name you
  225.         wish to receive the data exactly as you see it on the screen.  The
  226.         STATS screen will display its format and you will see the number of
  227.         rounds (top center of the screen) count off the number of rounds
  228.         imported for that course.  At the end of that count, the statistics
  229.         for that course will be displayed.
  230.  
  231.         You may print the display by pressing the F10 function key.
  232.  
  233.  
  234. F2   -  The PLAYER STATS selection will present another menu which lists
  235.         choices of:  F1 - One Player's Data On All Courses; and F2 - One
  236.         Player's Data On One Course. The data displayed will include all
  237.         data which meets the selection criteria.
  238.  
  239.  
  240. F3   -  This selection will present the TROPHY ROOM MENU.  See below.
  241.  
  242.  
  243. F4   -  This selection will present another menu which will list the
  244.         different printing options.
  245.  
  246.  
  247. Esc  -  The ESCAPE KEY will allow you to return to the Main Module.  The
  248.         first menu there will be displayed.
  249.  
  250.  
  251. End  -  The END KEY will allow you to exit the program and return to DOS.
  252.  
  253. **************************************************************************
  254. **************************************************************************
  255.  
  256.  
  257. Trophy Room Menu
  258. ++++++++++++++++
  259.  
  260. F1   -  This selection will display another menu where you will select
  261.         whether you want to see the ACES for a Player or a Course.
  262.         From there, if you select Player (F1), you get the PLAYER SELECT
  263.         screen.  Enter the player name and if that player has scored any
  264.         aces, they will be displayed. If there are enough to fill the screen
  265.         with some left over, the MORE prompt will be displayed in the upper
  266.         righthand corner of the screen.  If you select Course (F2), you get
  267.         the COURSE SELECT screen.  Enter the course name and if that course
  268.         has any aces scored, they will be displayed.  If there are enough to
  269.         fill the screen with some left over, the <MORE> prompt will be
  270.         displayed in the upper right corner of the screen.
  271.  
  272.  
  273. F2   -  This selection sends you to the PLAYER SELECT screen. Enter the
  274.         player name and if there are any DOUBLE EAGLES or TRIPLE EAGLES
  275.         in that players file, they will be displayed.  If there are enough
  276.         to fill the screen with some left over, the <MORE> prompt will be
  277.         displayed in the upper right corner of the screen.
  278.  
  279.  
  280. F3   -  Same as F2 for rounds which contain 3 or more scores of eagle or
  281.         better, except that the data is displayed in a scorecard format.
  282.  
  283.  
  284. F4   -  Same as F3 for rounds in which each hole score was par or better.
  285.  
  286.  
  287. F5   -  Same as F3 for rounds where the total score was less than 60.
  288.  
  289.  
  290. F6   -  Same as F3 for rounds where the player has scored birdie or better
  291.         on at least six holes in a row during any one round on any course.
  292.  
  293.  
  294. Esc  -  The ESCAPE KEY will allow you to return to the first menu in the
  295.         main program.
  296.  
  297.  
  298. End  -  The END KEY will allow you to exit the program and return to DOS.
  299.