home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / games2 / t7gpatch.zip / CONFIG.TXT < prev    next >
Text File  |  1993-06-04  |  11KB  |  242 lines

  1. REM 
  2. REM Introduction:
  3. REM =============
  4. REM This is a commented CONFIG.SYS model, intended for users with some 
  5. REM EDIT experience who wish to optimize a configuration for playing "The 7th 
  6. REM Guest" you may edit this model with the EDIT command from DOS 5.0 or 6.0, 
  7. REM and replace the generic information with your system-specific info-
  8. REM rmation. Doing so will create a configuration tailored to operation of 
  9. REM "The 7th Guest". 
  10. REM 
  11. REM In order to make use of this model you must be familiar with the EDIT
  12. REM program and your AUTOEXEC.BAT and CONFIG.SYS file structures, although
  13. REM users who are unsure of such things may find help by glancing over the
  14. REM documentation supplied with their DOS operating system software.
  15. REM
  16. REM
  17. REM 
  18. REM Legal Disclaimer:
  19. REM =================
  20. REM This model is intended as an aid and represents no guarantee that
  21. REM Virgin Games, Inc.'s product, The 7th Guest will operate on your
  22. REM system at any level of performance. Further, Virgin Games, Inc. will 
  23. REM not be held responsible for the use or misuse of this model or boot
  24. REM disk. The user assumes all risk when modifying or using this boot
  25. REM disk with any computer system.
  26. REM 
  27. REM 
  28. REM 
  29. REM DOS 6.0 note:
  30. REM =============
  31. REM The floppy disk which contains this model is a DOS 5.0 system disk. 
  32. REM You will not be able to use some DOS 6.0 command parameters in con-
  33. REM junction with this boot disk. If you wish to use DOS 6.0 command 
  34. REM parameters with this model, you will need to copy this model onto
  35. REM a DOS 6.0 system disk. If you wish to use DOS 6.0's multiple con-
  36. REM figuration capability, you may wish to incorporate this model as 
  37. REM a menu item.
  38. REM 
  39. REM 
  40. REM 
  41. REM Model File Format:
  42. REM ==================
  43. REM This model is nothing more than a heavily commented CONFIG.SYS file,
  44. REM in fact you could theoretically name the file to CONFIG.SYS and boot
  45. REM your computer with it, however it will not allow you to run The 7th
  46. REM Guest in its current form.
  47. REM 
  48. REM That's where you come in. By filling in the blanks, you can build a 
  49. REM file which you could rename to CONFIG.SYS and then boot your compu-
  50. REM ter system to play The 7th Guest without having to change your cur-
  51. REM rent computer configuration.
  52. REM 
  53. REM Each section of the CONFIG.SYS file will provide comments about the
  54. REM information needed. You may of course copy your current CONFIG.SYS 
  55. REM file to the end of this model and then cut and paste the lines
  56. REM into the appropriate section rather than typing in such info-
  57. REM rmation from a printout listing of your CONFIG.SYS file.
  58. REM 
  59. REM 
  60. REM 
  61. REM Copying Your Current Configuration Into This File:
  62. REM ==================================================
  63. REM To copy your existing CONFIG.SYS file into this model, type the
  64. REM following command lines (without the quote marks) from the floppy 
  65. REM disk drive which contains the update disk:
  66. REM 
  67. REM      "COPY CONFIG.TXT+C:\CONFIG.SYS CONFIG.TMP" 
  68. REM      "COPY CONFIG.TMP CONFIG.TXT"
  69. REM      "DEL  CONFIG.TMP"
  70. REM      "EDIT CONFIG.TXT"
  71. REM
  72. REM Obviously, you must either print out or write down this command,
  73. REM then exit from whatever command was used to view this file, then 
  74. REM issue the above commands, then use the EDIT utility to resume 
  75. REM your place in this file.
  76. REM 
  77. REM Once the above line is typed, the current file should have the
  78. REM contents of your current CONFIG.SYS file copied to the end of it.
  79. REM If you received any errors, you may have mistakenly issued the com-
  80. REM mands from the C:> prompt and should instead issue the commands from 
  81. REM the floppy disk drive.
  82. REM 
  83. REM 
  84. REM 
  85. REM Building The Model:
  86. REM ===================
  87. REM Once you have provided your system specific information in each 
  88. REM area you should eliminate each line which begins with the "REM" 
  89. REM (like this one) and save this file as CONFIG.SYS on the floppy 
  90. REM disk.
  91. REM 
  92. REM 
  93. REM 
  94. REM At Last, The Model:
  95. REM ===================
  96. REM Following this section you will find the actual CONFIG.SYS model
  97. REM with comments which appear before each command line entry.
  98. REM 
  99. REM 
  100. REM 
  101. REM DEVICE command:
  102. REM ===============
  103. REM One of the primary purposes for the CONFIG.SYS file is to "expand"
  104. REM your computer system by loading software drivers for functions
  105. REM which DOS does not directly support. 
  106. REM 
  107. REM For example, the current version of DOS does not support any sound 
  108. REM hardware besides the PC speaker. In order to use your sound card, the 
  109. REM manufacturer must provide a software driver which will interact 
  110. REM between DOS and the hardware. 
  111. REM 
  112. REM DOS actually provides special drivers, like HIMEM.SYS to provide
  113. REM additional services for computers equipped with more than 640k.
  114. REM Since nowadays that pretty much includes everybody, HIMEM.SYS is
  115. REM a popular driver, along with the companion driver EMM386.EXE.
  116. REM
  117. REM HIMEM.SYS provides a means to run programs above DOS's 640k limit.
  118. REM Using this driver, a user may then load another driver into the 
  119. REM "High Memory Area", the area between the first 640k and the first
  120. REM 1024k. Doing so frees up memory in the "conventional" or "base"
  121. REM memory areas -- the only memory area in which large-scale programs
  122. REM may run.
  123. REM
  124. REM Because no driver can be loaded "high" until the HIMEM.SYS driver
  125. REM is loaded, this driver usually starts the list of drivers.
  126. REM
  127. REM EMM386.EXE allows DOS users to make use of all memory beyond the
  128. REM first 1024k. In addition, EMM386.EXE allows the user to include
  129. REM certain memory blocks in the first 1024k for its own use. One com-
  130. REM mon block is the address range E000-EFFF. This 64k block may be
  131. REM available for use on your computer and allow you to load more
  132. REM device drivers into the "High Memory Area".
  133. REM
  134. REM EMM386.EXE also allows the user to specify the memory management
  135. REM scheme of preference. The 7th Guest utilizes the Extended Memory
  136. REM System scheme rather than the Expanded Memory System scheme.
  137. REM The reason for this is the savings of memory blocks in the HMA.
  138. REM The "NOEMS" parameter on the EMM386.EXE line informs the program
  139. REM that you do not prefer Expanded Memory and EMM386.EXE should use
  140. REM the Extended Memory System scheme for all available RAM above the
  141. REM first 1024k of memory.
  142. REM 
  143. REM If your system cannot operate with the "NOEMS" parameter, you may
  144. REM wish to replace this parameter with "1024 RAM" which configures
  145. REM the memory usage to include at least 1 megabyte of Expanded Memory.
  146. REM
  147. REM The only other device drivers which could benefit The 7th Guest
  148. REM are those drivers which are needed for the operation of your
  149. REM system (sound drivers, CD-ROM drivers, etc.) You may also wish to
  150. REM us a CD-ROM cache.
  151. REM
  152. REM DOS 5.0 MSCDEX.EXE Trade-off:
  153. REM =============================
  154. REM DOS 6.0 users should skip down to the WARNING section.
  155. REM 
  156. REM As strange as it may seem, DOS 5.0 users may have to face a trade-
  157. REM off between what combinations of programs will load into the High
  158. REM Memory Area. For reasons which we cannot delve into for this model
  159. REM it seems that any MSCDEX.EXE version below 2.22 will not usually 
  160. REM load into high memory unless it is the first device driver to be 
  161. REM loaded there.
  162. REM 
  163. REM For example, if the line which loads your mouse driver high appears 
  164. REM before the line which tells MSCDEX.EXE to load high, you may find 
  165. REM out later using the MEM comand, that MSCDEX.EXE simply did not load
  166. REM high, even though if you switch the order these lines it may.
  167. REM
  168. REM So, one of the only sure-fire ways to load MSCDEX into the HMA is
  169. REM to load all other programs preceeding it into conventional memory.
  170. REM This problem by itself may be one good reason for CD-ROM owners to
  171. REM upgrade to DOS 6.0 because MSCDEX.EXE v2.22 which comes with DOS 6.0
  172. REM is much friendier about sharing the HMA with other programs.
  173. REM
  174. REM The trade-off for DOS 5.0 owners goes like this: You must discover
  175. REM which method will provide more conventional memory, as defined by
  176. REM the MEM command's largest executable program size: Loading MSCDEX.EXE
  177. REM high, as the first program to load high listed in the AUTOEXEC.BAT
  178. REM file, with no device drivers in the CONFIG.SYS file loaded high or 
  179. REM Loading MSCDEX.EXE low, and everything else high.
  180. REM
  181. REM This model assumes that MSCDEX.EXE will be configured to provide
  182. REM 20 2-k buffers, and so loads the device drivers low and MSCDEX.EXE
  183. REM into high memory.
  184. REM 
  185. REM WARNING:
  186. REM ========
  187. REM Because this section is different for each and every computer
  188. REM depending on the CD-ROM, video, sound and mouse software used, you
  189. REM should not for a second assume that leaving these default settings
  190. REM will enable you to play The 7th Guest.
  191. REM
  192. REM YOU MUST REPLACE THE FOLLOWING INFORMATION WITH YOUR SYSTEM-SPECIFIC 
  193. REM DEVICE LINES:
  194.  
  195. DEVICE=D:\WINDOWS\HIMEM.SYS
  196. DEVICE=D:\WINDOWS\EMM386.EXE noems i=E000-EFFF
  197. DEVICE=E:\PROAUDIO\MVSOUND.SYS d:3 q:3 s:1,220,1,7 m:0 j:0
  198. DEVICE=E:\PROAUDIO\TSLCDR.SYS /d:mvcd001 /w3
  199.  
  200. REM DOS=HIGH,UMB:
  201. REM =============
  202. REM This invaluable statement works in conjunction with the HIMEM.SYS
  203. REM driver to free conventional memory from DOS system usage. Without
  204. REM this line, you would most likely have approximately 135k less con-
  205. REM ventional memory available to run programs like The 7th Guest.
  206.  
  207. DOS=HIGH,UMB
  208.  
  209. REM FILES, BUFFERS, and STACKS:
  210. REM ===========================
  211. REM Besides "expanding" your system through additional drivers, the
  212. REM CONFIG.SYS file allows users to customize the use of system
  213. REM resources. With these commands, a user may specify additional
  214. REM files, buffers, as well as stack use. This example is conservative
  215. REM and would probably not be efficient for daily use, however it is
  216. REM sufficient for The 7th Guest and frees some additional memory.
  217.  
  218. FILES=20
  219. BUFFERS=20
  220. STACKS=0,0
  221.  
  222. REM LASTDRIVE command:
  223. REM ==================
  224. REM You must specify a last drive which is atleast equal to your CD-ROM
  225. REM drive in order to play The 7th Guest, otherwise MSCDEX.EXE may not
  226. REM load. For example, if your hard drive consists of drives C: and D:
  227. REM you must specify LASTDRIVE=E in order to play the 7th Guest. To avoid
  228. REM wasting memory, you should specify a drive letter no greater than the
  229. REM CD-ROM drive letter.
  230.  
  231. LASTDRIVE=Z
  232.  
  233. REM OTHER COMMANDS:
  234. REM ===============
  235. REM The following represents the only other command which might be
  236. REM considered advantageous to include. You MUST supply the appropriate
  237. REM path for the COMMAND.COM program if located elsewhere on your
  238. REM hard drive.
  239.  
  240. SHELL=C:\COMMAND.COM /E:512 /P
  241.  
  242.