home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / W31 / Strate / ICEDEMO.ZIP / PIETXT.TXT < prev    next >
Encoding:
Text File  |  1997-02-23  |  15.2 KB  |  374 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6. 1.) Memory problems
  7.  
  8.   If you are trying to run the Ice Demo and you have Windows 95 installed,
  9. please read the next section that deals with Windows 95.
  10.  
  11.   Because of the limitation of the DOS operating system, there is a limit 
  12. of 640k of RAM available.  So it does not matter whether you have 4 megabytes
  13. or 32 megabytes of RAM in your computer.  The only thing that matters is how
  14. the first 640k is configured.
  15.  
  16.   This configuration occurs right when your computer boots up when you turn
  17. it on.  When the computer is starting up, it reads two text files
  18. from your C: drive.  One is called CONFIG.SYS, and the other is called
  19. AUTOEXEC.BAT.
  20.  
  21.   Because making changes to your CONFIG.SYS and AUTOEXEC.BAT file on your
  22. C: drive is risky, we recomend that you make a bootable floppy disk.  Then you
  23. can boot DOS from your floppy disk.   Then the computer would be reading the
  24. CONFIG.SYS and AUTOEXEC.BAT files from the floppy disk instead of your C: drive.
  25.  
  26.   The Ice Demo has a program called BOOTDISK which will attempt to create a boot
  27. disk for you.  Because everybody's sound card and mouse driver is different,
  28. you may need to edit these (CONFIG and AUTOEXEC) files on the floppy disk.
  29.  
  30.   However, the BOOTDISK program will format the floppy, and create a basic
  31. CONFIG.SYS and AUTOEXEC.BAT on the floppy disk for you.
  32.  
  33.   You can run the BOOTDISK program directly from the DOS prompt by typing
  34. BOOTDISK, or you can start the Ice Demo and choose option 1 when the memory
  35. warning screen comes up.
  36.  
  37.   The BOOTDISK program can attempt to copy lines from your C: drive 
  38. configuration files.  At one point, you are asked if you want to do this.
  39. Try typing 'Y' first.  If your boot disk fails, then you may want to try
  40. again later, and next time type a 'N'.
  41.  
  42.   Once the computer tells you that the boot disk is done, you may reboot
  43. your computer.  Leave the floppy disk in the A: drive, and hit 
  44. Control-Alt-Delete to reboot.
  45.  
  46.   If error messages come up during reboot, then perhaps there is something
  47. wrong with the floppy CONFIG.SYS or AUTOEXEC.BAT in the lines that deal
  48. with the mouse.  If your MOUSE.COM is not in your DOS directory on your
  49. C: drive, then make sure the lines in your CONFIG.SYS have the full 
  50. filename of the MOUSE.COM driver.  For example:
  51.  
  52. C:\MOUSE\MOUSE.COM
  53.  
  54.         OR
  55.  
  56. C:\OPTIONS\IMOUSE.SYS
  57.  
  58.         OR
  59.  
  60. LOADHIGH C:\UTIL\LMOUSE
  61.  
  62.         OR
  63.  
  64. DEVICEHIGH=C:\KIDMOUSE\KIDMOUSE.SYS
  65.  
  66.  
  67.   All of these mouse drivers above have full pathnames, so the computer can
  68. find them.
  69.  
  70.  If the Ice Demo still will not run because it reports there is no mouse, then
  71. see the section on mouse problems later in this document.
  72.  
  73.   Make sure that you are actually rebooting from your floppy drive.  Most
  74. computers are setup to try booting from the floppy disk if there is one in
  75. the A: drive.  However, some are set to always boot from the C: drive, even
  76. if there is a floppy disk in the A: drive.  In that case, you must go into
  77. your computer's BIOS setup, and change the boot order.
  78.  
  79.   After booting from your floppy disk, you should have your computer
  80. configured in the correct way to use the Ice Demo or Ice Demo created game.   If you
  81. want to check on how much DOS memory is available, type the word 'MEM' at
  82. the DOS prompt.  You should have at least 2.5 Megabytes of EMS RAM, and
  83. your 'Largest Executable Program Size' should be around 600,000 bytes.
  84.  
  85.   The other very important line in your config.sys is the FILES=30 line.
  86. If this number is too small, the game may act erratically.
  87.  
  88.  
  89. 2.) Running the Ice Demo on a system with Windows 95 installed
  90.  
  91.   By modifying your settings, you can get the Ice Demo to run well under Windows
  92. 95.  The following is a step by step process that will accomplish this.
  93.  
  94.   It is assumed that you have already opened a MSDOS prompt window and 
  95. installed the Ice Demo on your hard drive using the INSTALL.EXE program on disk 1.
  96.  
  97. step 1:
  98.   Open the 'My Computer' window on the Windows 95 desktop.
  99.  
  100. step 2:
  101.   Double click on the C: drive icon.
  102.  
  103. step 3:
  104.   Find the WINDOWS folder and double click on it.
  105.  
  106. step 4:
  107.   Find the program COMMAND.COM.  It might be easier to find if you change
  108. the view from icon view to 'list' using the VIEW pulldown menu.  Click on
  109. COMMAND.COM only once to select it.  DO NOT RUN it by double-clicking.
  110.  
  111. step 5:
  112.   Goto to the FILE pulldown menu, and select the menu item called 'Create
  113. Shortcut'.  
  114.  
  115. step 6:
  116.   Drag the new shortcut that you just created out of the Windows folder onto
  117. the Windows desktop for easy access.
  118.  
  119. step 7:
  120.   Close the Windows folder for a better view of the desktop, and then RIGHT
  121. click on the newly created shortcut.  By clicking with the right mouse button,
  122. you will get a little pop up menu.  Select the item 'Properties'.
  123.  
  124. step 8:
  125.   Along the top of the Properties window for the new short cut, select the
  126. tab called 'Program'.
  127.  
  128. step 9:
  129.   Click on the big button in the lower right side of the Properties box that
  130. is labeled 'Advanced..'.
  131.  
  132. step 10:
  133.   Click on the checkbox that is labeled 'MSDOS mode'.
  134.  
  135. step 11:
  136.   Click on the button in the lower right called 'Configuration'.
  137.  
  138. step 12:
  139.   If a warning box comes up, just click on the 'Yes' button.
  140.  
  141. step 13:
  142.   On the configuration window, turn on the Expanded Memory checkbox.
  143.  
  144. step 14:
  145.   On the configuration window, turn on the mouse checkbox.
  146.  
  147. step 15:
  148.   Make sure the other check boxes on the configuration window are turned off.
  149.   
  150. step 16:
  151.   Click on the OK button of the configuration window.
  152.  
  153. step 17:
  154.   Now the advanced properties window should be active again.  There are two
  155. white text editing areas on this window.  The top is for the local CONFIG.SYS
  156. that this shortcut will use.  Find the line in this top edit box that has
  157. the word Emm386.exe on it.  Add the word NOEMS to this line.  Make sure you
  158. put at lease one space before the NOEMS word.  After completetion, the
  159. line should look like the following:
  160.  
  161. DeviceHigh=c:\Windows\Emm386.Exe NOEMS
  162.  
  163. step 18:
  164.   Click on the OK button to close the Advanced Properties window.
  165.  
  166. step 19:
  167.   Click on the OK button to close the main Properties window.  Now the main
  168. Windows 95 desktop should have the focus.
  169.  
  170. step 20:
  171.   You may rename the shortcut to the name 'Ice Demo' if you like.
  172.  
  173. step 21:
  174.   Double Click on the shortcut.  This will restart your computer in MSDOS
  175. mode.
  176.  
  177. step 22:
  178.   When your computer reboots into DOS, type the command MEM to check on 
  179. available DOS memory.  Look at the number given for 'Largest Executable
  180. Program Size'.  It is recommended that 580,000 or bigger to run the Ice Demo.
  181. If have at least 550,000 bytes, you can run the Ice Demo, but you will have 
  182. less memory for your textures.
  183.  
  184. step 23:
  185.   Type the following at the DOS prompt:
  186.  
  187. cd demo
  188. demo
  189.  
  190.   The Ice Demo will now start up and run.  It is likely that the Ice Demo will run
  191. fine, but you might not be able to test your levels with sound without 
  192. further configuration.  However, you can go ahead and use the product 
  193. without using the sound options.
  194.  
  195.  
  196.  
  197. CONFIGURING Sound for Windows 95
  198.  
  199.   Most Sound Blaster compatible cards require a DOS driver to be loaded
  200. at boot time.  If this DOS driver is not loaded, the card will not behave
  201. as a Sound Blaster card, and therefore the Ice Demo will not be able to recognize
  202. the sound card.  This will result in an error occuring whenever sound is
  203. requested. 
  204.  
  205.   The bad news is that these drivers will be ignored when any DOS box running
  206. under Windows 95 itself.  However, in the above steps that allow a simulation
  207. of the true DOS environment by rebooting, you CAN have your DOS sound card
  208. drivers be loaded, and therefore have your sound work.
  209.  
  210.  What you will need to do is find out the lines in your basic CONFIG.SYS
  211. file in your c:\ directory that deal with the sound card.  For example, for
  212. the Sound Blaster 16, there might be a line in your CONFIG.SYS file:
  213.  
  214. DEVICEHIGH=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5
  215.  
  216.   In the above steps, the word NOEMS was added to the shortcut's CONFIG.SYS
  217. edit box.  This is the box where the sound card driver line must be added.
  218.  
  219.  The tough part about doing this is finding out what to put on this line.
  220. Typically, the correct sound card DOS drivers were present in your 
  221. CONFIG.SYS file before you installed Windows 95 on your system.  In this 
  222. case, these lines are probably still present in your C:\CONFIG.SYS file on 
  223. your computer.
  224.  
  225.   In this case, you can just print out that file on your printer, and look
  226. for lines in your CONFIG.SYS file that have to do with the your sound card.
  227.  
  228.   Since many CDROM devices are connected to sound cards, you might not have
  229. to copy any device drivers that pertain to the CDROM aspect.  For example,
  230. the following lines DO NOT need to be included in order for your sound card
  231. to function:
  232.  
  233. REM do not need these CDROM lines
  234. DEVICE=C:\SB16\DRV\CTMMSYS.SYS
  235. DEVICE=C:\VMEDIA\SANYOCD.SYS /D:MSCD000 /F:M /B:310
  236.  
  237.   The purpose of not including these lines is to leave more memory available
  238. for the the Ice Demo.
  239.  
  240.   The basic problem here is that many sound cards will have different drivers,
  241. and we can't tell you which is the correct line.  We really wish that sound 
  242. cards weren't like this.  If there were any way to automate the process for
  243. you we would have done it.
  244.  
  245.   If you need help, you may want to consult your sound card manual.  The 
  246. part of interest will the DOS drivers.  If the manual does not help, please 
  247. call your sound card technical support number.  They should be able to help
  248. you get the DOS drivers to work by adding the proper lines to your 
  249. Properties box for the shortcut created above.
  250.  
  251.   There is some discussion of the same issues here for MS-DOS non-Win95
  252. users in the section that follows.  Since the No Sound section deals with
  253. MS-DOS users, they are discussing the CONFIG.SYS and AUTOEXEC.BAT files in
  254. the C: drive.  In the Windows 95 case, the above assumes the changes will
  255. be make to the config.sys section of the Properties Advanced box.
  256.  
  257.  
  258. 3.) No Sound
  259.  
  260.   This product depends on having a sound card installed in your computer that
  261. is 100% compatible with the original Sound Blaster card.  Most sound cards
  262. today meet this criteria, but not all.
  263.  
  264.   Most sound cards require a driver program to be loaded in your CONFIG.SYS
  265. or AUTOEXEC.BAT files.   Many sound cards require a few lines in BOTH
  266. CONFIG.SYS and AUTOEXEC.BAT.
  267.  
  268.   What these lines do is load the Sound Blaster compatibility driver when
  269. your computer starts up.  If you are running Windows 95, you will need
  270. to load these drivers in your Properties Advanced config.sys text box.
  271. For help with this, see the Windows 95 topic in this document.
  272.  
  273.   There are so many sound cards out there, that our boot disk program 
  274. can't be smart enough to identify the lines in your C: drive CONFIG.SYS
  275. and AUTOEXEC.BAT files.  If your sound card requires drivers, then it will
  276. be up to you to copy these lines from your C: drive's config files to the
  277. config files on your boot floppy.
  278.  
  279.   You can do this with the DOS 'EDIT' command, or if you have IBM DOS, it
  280. would be the 'E' at the DOS prompt.  Or, if you are more confortable in 
  281. Windows, you can fire up Windows, and use the notepad editor to copy the
  282. lines from your C: drive config files to your floppy disk.
  283.  
  284.   NOTE:  Be very careful not to mess up the CONFIG.SYS or AUTOEXEC.BAT files
  285. on your C: drive.   If you change the contents of these files on your C:
  286. drive, your computer may become unable to start up properly.  
  287.  
  288.    Usually, many modern sound cards put a line in your AUTOEXEC.BAT file
  289. like the following:
  290.  
  291. set blaster=A220 D1 I5 T3
  292.  
  293.   Many times, a driver will be loaded before or after this line.  But it is
  294. also likely that there is a line in your CONFIG.SYS that needs to be 
  295. copied too.
  296.  
  297. NOTE:   There are some drivers which may appear to be sound releated, but
  298. they are only for the CD option, or for Windows, and you should NOT waste
  299. your precious RAM with these (Of course we are only talking about your
  300. BOOT disk.  You will still want these for normal booting.  
  301.  
  302. For example, never load 'mscdex' in your floppy version:
  303.  
  304. c:\proaudio\mscdex.exe /d:mvcd001 /m:10 /v
  305.  
  306.   If the game product works, but it refuses to allow you to select sound,
  307. or perhaps you get a Critical Error message whenever you try to select
  308. sound, then either your sound card is not Sound Blaster compatible, or 
  309. else the drivers still aren't there at boot time.   Print out both your
  310. CONFIG.SYS and AUTOEXEC.BAT from both floppy and C: drive, and look harder
  311. for the sound drivers.
  312.  
  313.   Also, study your sound card manual, or call your sound card company.
  314.  
  315.   If you don't get any error messages, and it never complains, but you
  316. do not hear any sounds, then perhaps the volume is set too low.  Most sound
  317. cards today come with utilities to change the volume settings on the card.
  318. We provide the program 'VOLUME.EXE' which allows you to change the volume
  319. settings on cards that are 100% compatible with the Sound Blaster Pro.
  320.  
  321.   Other sound cards will require volume utilities that come with the card.
  322.  
  323.  
  324.  
  325.  
  326. 4.) Mouse Problems
  327.   
  328.   The BOOTDISK program attempts to copy the mouse driver lines from your
  329. C: drive CONFIG.SYS and AUTOEXEC.BAT files to your floppy disk.  However,
  330. the BOOTDISK program will not be able to identify the right lines, or in
  331. other cases, the PATH variable is set differently when booting from floppy,
  332. so you get an error message when the floppy is booting up.
  333.  
  334.   In either case, you should print out both your CONFIG.SYS and AUTOEXEC.BAT
  335. files, and compare them to print outs from your boot disk CONFIG.SYS and
  336. AUTOEXEC.BAT files, and try to figure out why the mouse isn't working.  Most
  337. of the time, the mouse driver's name is MOUSE.COM, or LMOUSE.COM, or 
  338. IMOUSE.COM.  These would be loaded from your AUTOEXEC.BAT file.  Sometimes,
  339. instead of being in the AUTOEXEC.BAT file, they are in your CONFIG.SYS file.
  340. In this case, the mouse program is usually called MOUSE.SYS or something
  341. similar.
  342.  
  343.   As described in the Memory section above, the most common problem with the
  344. mouse when booting from the floppy is that the mouse driver needs a full
  345. pathname.  Read the memory section above for more information.
  346.  
  347.  
  348.  
  349.  
  350. Error Messages or Erratic Behavior
  351.  
  352.   If you get Critical Error messages, here are some common causes:
  353.  
  354. 1.)  If you ignore the low-memory blue warning screen, and select option
  355. 2 to try to run the product anyway, you are asking for trouble.  All sorts
  356. of critical errors or crashes can result from running out of RAM.
  357.  
  358. 2.) Critical Error 174 results when there is no subdirectory.  Game products
  359. require a DATA subdirectory.  Sometimes games are set up incorrectly and
  360. there is no data subdirectory.  Many times it is because the user needs to
  361. put a '-d' option when unzipping the product.
  362.  
  363. 3.) Critical Errors and crashes can occur if the line in your CONFIG.SYS
  364. file in your C: drive has the FILES=30 set to a lower number than 30.  If
  365. the FILES= line is non-existent in your CONFIG.SYS file, or set to a value
  366. lower than 30, the product will not function.
  367.  
  368. 4.) If you can't get the product to work, try playing with the sound off.
  369.  
  370. 5.)  There is only one Video Card known to incompatible with the Ice Demo, and
  371. that is the Matrox Impressions card.
  372.  
  373.  
  374.