home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / emsgames / airpower / read.me < prev    next >
Text File  |  1995-07-03  |  25KB  |  768 lines

  1. AIRPOWER READ ME - Last Update:                    ;;JIM 03Jul95
  2. =================================================
  3.  
  4. Copyright 1995 Rowan Software Ltd
  5.  
  6.  
  7. This file is an up to date copy of the main part of the Technical 
  8. Reference Supplement.
  9.  
  10. This readme file is concerned with the game Airpower, it contains information 
  11. which is common to the demo and the game.
  12. There is a separate readme file for the demo called demoread.me. 
  13.  
  14.  
  15.  
  16. Contents:
  17.  
  18.     MEMORY 
  19.       requirements
  20.       Freeing Memory Under 1MB
  21.       Expanded Memory
  22.  
  23.     SUPER VGA DRIVERS
  24.       notes on universal vesa option (low speed)
  25.  
  26.     THRUSTMASTER STICKS
  27.  
  28. ===============================================================================
  29.  
  30. MEMORY
  31. ======
  32.  
  33. 1 Requirements
  34. --------------
  35.  
  36.     under 1Mb:       515Kb of conventional memory to load program
  37.             +  70Kb of conventional or UMB memory (555K)
  38.               (20Kb for sound and music is included above)
  39.     ems:        2.2 Mbytes for VGA
  40.     ems:        2.5 Mbytes for the High Speed SVGA & VESA drivers
  41.     ems:        3   Mbytes for the Universal VESA driver
  42.  
  43.  
  44. NOTE: THE UNDER 1MB FIGURES ARE UNDER REVIEW AND ARE HEAVILY OVER ESTIMATED.
  45.     THE EXAMPLES HAVE NOT BEEN WORKED WITH THESE FIGURES
  46.  
  47. The under 1Mb memory figure given above assumes that the additional conventional 
  48. or upper memory is available as one continuous block. It is likely that 
  49. slightly higher figures will be required if the memory comes from 2 or more 
  50. separate blocks.
  51.  
  52. For example if you have 540K of conventional (485+55K) and 32K of UMBs free
  53. (additional=55k+32k=87K) you may find that SVGA mode will pop out during the 
  54. game with a memory error message even though there would seem be a large 
  55. enough total. Estimate an addititional 5K overhead per additional region 
  56. (and ignore blocks under 5K in size) when trying to tune your memory map, 
  57. or try to merge regions in order to reduce the overhead.
  58.  
  59. Type mem at the DOS prompt to find the memory available on your computer.
  60. The figures required are "Total under 1MB" third figure (free), 
  61. and "Free Expanded (EMS)".
  62.  
  63. For the demo the main program size is a little lower (about 470K)
  64.  
  65. 2 Freeing Memory Under 1MB
  66. --------------------------
  67.  
  68. 2.1 Introduction
  69. ----------------
  70.  
  71. This section describes how you can make enough memory available for Airpower 
  72. to run on almost any machine, even with a CD-ROM, SVGA, and MUSIC drivers 
  73. installed.
  74.  
  75.  
  76. If you are not using MS-DOS, but are using Novell or DR-DOS then you will have 
  77. to assume an equivalence when MS-DOS version numbers are mentioned.
  78.  
  79.  
  80.  
  81.  
  82. 2.2 Security boot disk
  83. --------------------
  84.  
  85.  
  86. To release memory for Airpower and other games you will have to make edits to
  87. your config.sys and autoexec.bat files (set-up files). We suggest that you make a security
  88. boot disk now. If your machine stops working as a result of an edit to your set
  89. up files, you can use the boot disk to restore your system.
  90.  
  91. If you use Stacker or Superstore and Airpower is installed onto the compressed
  92. drive then you will have to use the instructions provided with the compression
  93. software on how to make a boot disk that lets you access the compressed drive.
  94.  
  95. To make a security boot disk, from the DOS prompt:
  96.  
  97. 1)    FORMAT /S A:
  98.  
  99. 2)    MD A:\OLD
  100.  
  101. 3)    COPY C:\AUTOEXEC.BAT A:\OLD
  102.  
  103. 4)    COPY C:\CONFIG.SYS A:\OLD
  104.  
  105. 5)    remove the floppy
  106.  
  107.  
  108. To use the security boot disk:
  109.  
  110. 1)    Place the recovery floppy in the drive
  111.  
  112. 2)    Reboot the machine
  113.  
  114. 3)    COPY A:\OLD\AUTOEXEC.BAT C:\
  115.  
  116. 4)    COPY A:\OLD\CONFIG.SYS C:\
  117.  
  118. 5)    remove the floppy
  119.  
  120. 6)    Reboot the machine
  121.  
  122. The machine should now behave as it did before you made any edits to 
  123. your setup files.
  124.  
  125.  
  126. 2.3 Game boot disk
  127. ------------------
  128.  
  129. Section 2.5 contains advice on how to modify your setup files. It is 
  130. possible to make these edits on either the setup files in your c: drive 
  131. or on a game boot disk. 
  132.  
  133.  
  134.  
  135. Edits made on your c: setup files will effect your machine every time you 
  136. reboot from the hard drive. Edits made on the game boot disk are only 
  137. effective when you boot with the game boot disk.
  138.  
  139. Some edits will work with all software and could be included on your c: 
  140. drive setup files. Other edits will not work with some software. Some 
  141. experimentation is required once you have successfully configured a 
  142. bootdisk that runs Airpower.
  143.  
  144. In the following text, we will assume that a game disk is being used.  
  145.  
  146. DOS 6.x users may wish to make alternate boot setups.
  147.  
  148. To make the boot able disk:
  149.  
  150. 1)    Place the recovery floppy in the drive
  151.  
  152. 2)    COPY C:\AUTOEXEC.BAT A:
  153.  
  154. 3)    COPY C:\CONFIG.SYS A:
  155.  
  156. 4)    Edit a:CONFIG.SYS
  157.  
  158. 5)    All lines starting DEVICE=\something become DEVICE=C:\something
  159.  
  160. 6)    Similarly, any    DEVICEHIGH=\something becomes DEVICEHIGH=C:\something
  161.             INSTALL=\something becomes INSTALL=C:\something
  162.             INSTALLHIGH=\something --> INSTALLHIGH=C:\something
  163.             SHELL=\something becomes SHELL=C:\something
  164.  
  165.  
  166. 7)    Save the file
  167.  
  168. 8)    Edit a:AUTOEXEC.BAT
  169.  
  170. 9)    Insert 1 new line at the start which reads:
  171.         C:
  172.  
  173. 10)    Save the file
  174.  
  175. Now, if you reboot the machine with the floppy in the drive, it will boot 
  176. somewhat slower, but the messages on the screen will look the same.
  177.  
  178. If this is successful then you can move forward. Anytime from now on that we
  179. mention AUTOEXEC.BAT or CONFIG.SYS we will mean the versions on A: floppy.
  180.  
  181.  
  182. 2.4 Config.sys and Autoexec.bat
  183. -------------------------------
  184.  
  185. This section describes some of the likely contents of the two setup files.
  186. Please try and identify the equvalent lines in your setup files so that you
  187. will be able to modify them as described in (2.5).
  188.  
  189. First, Config.SYS:
  190.  
  191. 1) A memory manager - one of:
  192.  
  193.     DOS:    Device=c:\dos\himem.sys
  194.         Device=c:\dos\emm386.exe
  195.  
  196.     or    Device=c:\windows\himem.sys
  197.         Device=c:\windows\emm386.exe
  198.  
  199.  
  200.     QEMM:    Device=c:\qemm\qemm386.sys
  201.  
  202.     386Max:    Device=c:\386max\386max.sys
  203.  
  204. 2) Memory: files and buffers
  205.  
  206.     To get DOS out of conventional memory in Dos5 or Dos6:
  207.         DOS=HIGH,UMB    
  208.  
  209.     To minimize the size of DOS and still run Airpower:
  210.         FILES=10
  211.         BUFFERS=30     <- in DOS 5 or 6. In others BUFFERS=1
  212.         FCBS=1,0
  213.         STACKS=0,0
  214.    
  215.     The figures above are ideal for Airpower. Yours may be different.
  216.  
  217.     
  218. The following lines are in CONFIG.SYS and AUTOEXEC.BAT.
  219. Please go through CONFIG.SYS for points 3,4,5,6,7. 
  220. Then, if neccessary, edit AUTOEXEC.BAT and check through the points again.
  221.  
  222. 3) Disk cacheing software to speed access to the harddisk and possibly
  223.    speed up the CD drive as well:
  224.    CONFIG.SYS may contain     DEVICE=C:\DOS\SMARTDRV.SYS
  225.  
  226.    AUTOEXEC.BAT may contain    SMARTDRV
  227.             or    \DOS\SMARTDRV
  228.             or    \WINDOWS\SMARTDRV
  229.             or    lh SMARTDRV
  230.             or    loadhigh SMARTDRV
  231.  
  232.    Cacheing software is also provided in the NORTON UTILITIES and PC TOOLS:
  233.    CONFIG.SYS:        Device=C:\NU\NCACHE-x.SYS    
  234.         or    Device=C:\PCTOOLS\PCCACHE.SYS
  235.  
  236.    AUTOEXEC.BAT:    C:\NU\NCACHE-x
  237.         or    C:\PCTOOLS\PCCACHE
  238.  
  239. 4) A mouse driver - something like:
  240.  
  241.     In Config.sys:        device=c:\mouse\mouse.sys
  242.     or
  243.     In autoexec.bat:    c:\mouse\mouse
  244.  
  245.     "c:\mouse\" might be "c:\dos\" or "c:\windows\"
  246.  
  247. 5) To run the CD version you need 1 line each in Config.sys 
  248.    and Autoexec.bat to enable your CD:
  249.  
  250.     The line in config.sys is provided by your CD manufacturer
  251.     so it varies a lot. The following sould give you some idea:
  252.     In Config.sys:        
  253.             Device=c:\cddrv\cddrv.sys /d:"something"
  254.  
  255.     The line in autoexec.bat is pretty standard. There are only 3
  256.     different styles:
  257.             c:\dos\MSCDEX /L:r /D:"something" /M:xx
  258.  
  259.         or    c:\windows\MSCDEX /L:r /D:"something"  /M:xx
  260.  
  261.         or    c:\cddrv\MSCDEX /L:r /D:"something" /M:xx
  262.  
  263. 6) If you run any disk compression then the lines in Autoexec.BAT or 
  264.    Config.SYS associated with the disk compression MUST NOT BE DELETED.
  265.  
  266. 7) If you need to load any device drivers to access the hard disk where 
  267.    Airpower is installed then the line that loads this driver 
  268.    MUST NOT BE DELETED.
  269.         
  270.  
  271. 8) If you have an SBPRO, SB16, or AWE32 then you will find additional 
  272.    lines in AUTOEXEC.BAT that reference the C:\SBPRO or C:\SB16 
  273.    directory. DO NOT DELETE THESE LINES if you want to hear the sound 
  274.    effects and music. Also, do not delete the statemen