home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.10 / 1998-01_Disc_3.10.iso / PATCHES / lnksfk1.zip / readme.1st < prev   
Text File  |  1997-09-02  |  5KB  |  142 lines

  1.                       Links for OS/2
  2.   (C)opyright 1997 by Access Software, Inc.
  3.  
  4.                  Fixkit 1 
  5.                          version 1.3 
  6.  
  7.                  Stardock Systems, Inc.
  8.                 17292 Farmington Road
  9.                    Livonia, MI  48152
  10.                  http://www.stardock.com
  11.  
  12.  
  13. Items Fixed
  14. =========
  15.  
  16. -   Sys3175 error during startup of game.
  17.  
  18. -  Cyrix CPU detection phase causes sys3176 in glfani.dll upon startup
  19.  
  20. -  Crash when trying to view System Information.  This problem was also 
  21.     related to the CPU Detection phase .
  22.  
  23. -  Links would complain that it did not have enough hard drive space 
  24.     available to save a player or game.   Now requires 16K instead of 16Mb.
  25.  
  26. -  When adding new courses and the system has multiple CD-Rom drives, 
  27.    Links would search all CD-Rom drives even if it already found Links 
  28.    courses on one of the CD's.  Now it will stop seaching the remainder
  29.    of the drives as soon as it finds a CD with courses.
  30.  
  31. This fixkit is designed to help those customers who have been unable to 
  32. get Links for OS/2 running due to either a sys3175 error or a sys3176 error
  33. in the glfani.dll.  This fix also adds a command line parameter to turn off 
  34. sound for those who do not have a sound card.
  35.  
  36.  
  37.  
  38.  
  39. Installation
  40. =========
  41.  
  42. First make backups of your LINKS.EXE and GLFANI.DLL files located in your
  43. Links directory.  Then copy the new LINKS.EXE and GLFANI.DLL files into the
  44. directory replacing the original files.
  45.  
  46. This fix no longer requires the /C parameters, as in the Beta Fixkit1, to be used
  47. to fix the SYS3176 error in glfani.dll.  The problem has been fixed but the 
  48. parameters still exist in case any further testing needs to be done.
  49.  
  50.  
  51. Remarks & Instructions
  52. ===================
  53.  
  54. No Sound Card:
  55. --------------
  56.     Run Links with the /s parameter to disable sound.
  57.  
  58.     LINKS.EXE /s
  59.  
  60.     You may also add the /s in the parameters field for your Links Object.
  61.  
  62.  
  63. SYS3175 Error:
  64. --------------
  65.     If you were experiencing SYS3175 errors, this fix should allow you to get past 
  66.     this error, but you may now experience the sys3176 error that others have been
  67.     experiencing.  To work around the sys3176 error please following the instructions
  68.     below for the sys3176.
  69.  
  70. SYS3176 Error:
  71. --------------
  72.     This error is occurning when Links is trying to determine which CPU your system
  73.     is using.  This problem has been fixed but you can bypass the CPU Detection 
  74.     phase by using the following parameters to force the CPU mode.
  75.  
  76.     Example:
  77.  
  78.     LINKS.EXE /CI486
  79.  
  80.     The "/C" disables the CPU Detection.  "I" tells Links that you are using an Intel.
  81.     And of course "486" tells it the CPU is of the 486 series.  Currently this parameter
  82.     only supports Intel and Cyrix ( "C" ).  And the CPU series that can be used are
  83.     486, 586, and 686.
  84.  
  85.     Intel's:
  86.     /CI486 
  87.     /CI586  (Pentium's)
  88.     /CI686  (Pentium Pro's)
  89.  
  90.     Cyrix's:
  91.     /CC486
  92.     /CC586
  93.     /CC686
  94.  
  95.     If you are using an AMD processor or any other brand try using Intel's 
  96.     equivalent processor.  We have tested on a few AMD systems and this
  97.     has worked fine.
  98.  
  99. Miscellaneus Parameters
  100. ====================
  101.  
  102. - Profile:  /p
  103.  
  104.     When the game first starts for the first time you should see a view of a golfer while the
  105.     system is setting up its profile.  You can force this profile mode by using the /p parameter.
  106.  
  107.     Syntax:    links.exe /p
  108.  
  109. - Buffer: /bnnnn  (nnnn = buffer size)
  110.  
  111.     This parameter allows the sound buffer to be changed.  
  112.     Increasing the buffer size will change the delay in which 
  113.     a sound sample is played.  nnnn is a decimal number (eg. 1k = 1024)
  114.     If you are experiencing and sound problems you may 
  115.     want to try different buffer sizes in an attempt to optimize 
  116.     sound playback.  The default size is 256 bytes.  You 
  117.     may want to try sizes of 512 or 1024.
  118.  
  119.     Syntax:   links.exe /b1024
  120.  
  121. - Error Logging :  /ln  (n = logging level)
  122.  
  123.     Specifying /ln on the command line sets the logging level.  Level
  124.     1 logs general stuff like window layouts and video adapter support
  125.      parameters.  Level 2 logs all rectangle blits to the display.  Level
  126.     2 will slow the game down a bit.   Please     use this by request of 
  127.     support personell.
  128.  
  129.     Syntax:  links.exe /l2  
  130.  
  131. - Disable Sound: /s
  132.     
  133.     Use this paramenter to turn off game sounds.
  134.  
  135.     Syntax:    links.exe /s
  136.     
  137.  
  138.  
  139. If you have any questions or problems in regards to this fixkit please contact Stardock Systems Technical Support at support@stardock.com.
  140.  
  141.  
  142.