home *** CD-ROM | disk | FTP | other *** search
/ Software Buyer's Guide Volume 7 #1 / Software_Buyers_Guide_Volume_7_Number_1_SelectWare_Technologies_1995.iso / luc10003 / readme.txt < prev    next >
Text File  |  1994-03-15  |  10KB  |  273 lines

  1.           Sam & Max Hit the Road
  2.                 CD-ROM DEMO
  3.  
  4.  
  5.  
  6.             QUICK START
  7.  
  8. Try to run the program from the SelectWare System disc.
  9. Sam and Max Hit the Road is located in directory \LUC10003.
  10.  
  11.               MEMORY CONCERNS:
  12.  
  13. This demo requires about 1 Megabytes of RAM to run smoothly.  While your
  14. machine may have RAM, many programs, such as RAM drives or hard disk caches,
  15. will use part of memory.  It is also possible that other programs that are
  16. pre-loaded into your memory will conflict with our software.  If you are 
  17. having difficulty running the demo, you might try solving the problem by
  18. making a "Boot Disk."      
  19.  
  20.            HOW TO MAKE A BOOT DISK:
  21.  
  22. Select the Create Boot disk option from the SelectWare System.
  23.  
  24. If you are having problems with the Created boot disk, you may create your
  25. boot disk by following these instructions:
  26.  
  27. How to make a basic BOOT Disk to run a CD-based game
  28.  
  29. Note:  In all of the following sections, read an underscore
  30. ( _ ) as a space.
  31.  
  32. First, you will need to format a floppy disk and make it
  33. bootable.
  34.  
  35. 1)   Insert a new, unformatted floppy disk into your A:
  36. drive.
  37. 2)   At your "C:\" prompt, type:
  38.  
  39.      format_A:_/s  <enter>
  40.  
  41.      This will format the floppy disk and tell the operating
  42. system that this disk can be booted from.
  43.  
  44. 3)   At your C:\ prompt, type:
  45.  
  46.      dir_A: <enter>
  47.  
  48.      A list of files on the newly formatted floppy disk will
  49. appear.  Look for a file called COMMAND.COM.  If you do not
  50. find one, you will need to copy it to the floppy from your
  51. hard drive by typing at the C: prompt:
  52.  
  53.      copy_command.com_A:  <enter>
  54.  
  55.      If you get an error message that the copy command
  56. cannot find COMMAND.COM, it might be because the file has
  57. been moved to your DOS directory.  Copy it from there by
  58. typing:
  59.  
  60.      copy_dos\command.com_A:  <enter>
  61.  
  62. , Now you need to tell the boot floppy how to talk to your CD
  63. drive.
  64.  
  65.      The system gets this information from two files:
  66. CONFIG.SYS and AUTOEXEC.BAT.  You will need to create these
  67. two files on your boot floppy, using the two versions on
  68. your hard drive as reference.
  69.  
  70. 4)   At your C:\ prompt, type:
  71.  
  72.      copy_config.sys_a: <enter>
  73.      copy_autoexec.bat_a: <enter>
  74.  
  75.      This will copy the two files from your hard drive to
  76. the floppy disk.
  77.  
  78. 5)   At your C:\ prompt, type:
  79.  
  80.      a: <enter>
  81.  
  82.      This changes your current drive from your C: drive to
  83. your A: drive.  Your C:\ prompt should change to A:\.
  84. IMPORTANT!   Verify that your prompt has changed to A:\.  We
  85. will be modifying your CONFIG.SYS and AUTOEXEC.BAT files on
  86. the floppy disk.  If you fail to change drives first, you
  87. will change the files on your hard disk instead and may make
  88. your hard disk unbootable.
  89.  
  90. 6)   At your A:\ prompt, type:
  91.  
  92.      edit_config.sys <enter>
  93.  
  94.      You will now find the DOS text editor, which you may
  95. use to modify the CONFIG.SYS file.  Move your cursor around
  96. the file with the arrow keys.  You can insert text at the
  97. cursor location by simply typing it, or delete the character
  98. currently over the cursor by pressing the <delete> key.
  99.  
  100. 7)   On your floppy disk, delete non-essential lines from
  101. the CONFIG.SYS file by moving the cursor to the beginning of
  102. the line and pressing delete several times.  Keep any lines
  103. relating you your CD drive and sound card.  Unfortunately,
  104. exactly what lines you will need to keep will vary slightly
  105. depending on what hardware you have installed in your
  106. machine.  When you are done, your file should look something
  107. like this:
  108.  
  109.      LASTDRIVE = E
  110.      DEVICE = C:\DOS\HIMEM.SYS
  111.      DEVICE = C:\SCSI\MA13B.SYS
  112.      DEVICE = C:\SCSI\NECCDR.SYS /D:NECCD
  113.      DEVICE = C:\SBPRO\DRV\SBPCD.SYS /D:MSCD001 /P:220
  114.      DOS = HIGH
  115.      DOS = UMB
  116.      BUFFERS = 20
  117.      FILES = 20
  118.      DEVICE = C:\DOS\SETVER.EXE
  119.  
  120.      The above example is for a computer set up for an NEC
  121. CD-ROM drive with a Sound Blaster Pro sound card.  For your
  122. setup, the lines in italics may be completely different, and
  123. there may be more or fewer lines.  Look for and keep lines
  124. that list your CD-drive's name, sound card's name, or "CD"
  125. in them somewhere.
  126.  
  127. 8) Hold down the <alt> key and press F.  then press the X
  128. key.  This will allow you to save your changes and exit the
  129. text editor.
  130.  
  131. 9)   At your A:\ prompt, type:
  132.  
  133.      edit_autoexec.bat<enter>
  134.  
  135.      You will be entered into the DOS text editor, where you
  136. can modify the AUTOEXEC.BAT file.
  137.  
  138. 10)  On your floppy disk, delete non-essential lines from
  139. the AUTOEXEC.BAT file.  Keep any lines referring to your
  140. sound card, CD drive or mouse.  Again, exactly what lines you will
  141. need to keep will vary slightly depending on what hardware
  142. you have installed in your machine.  When you are done, your
  143. file should look something like this:
  144.  
  145.      @ECHO OFF
  146.      C:\SCSI\MSCDEX /D:NECCD /M:10 /L:d /V
  147.      PROMPT    $P$G
  148.      SET TEMP=C:\DOS
  149.      SET BLASTER=A220 I7 D1 T4
  150.      SET SOUND=C:\SBPRO
  151.      PATH=C:\;C:\DOS;C:\SCSI;C:\WINDOWS
  152.      C:\WINDOWS\MOUSE.COM /Y
  153.  
  154. Again, the lines in italics may vary greatly from those
  155. shown, depending on your particular hardware and how it is
  156. configured.  Other lines may vary slightly.
  157.  
  158. 11) Save your changes and exit the text editor as before.
  159.  
  160. 12) Try out your boot disk.
  161.  
  162. You can now cold boot your computer with this disk in your
  163. A: drive. To cold boot,  take all disks out of disk drives.
  164. Manually turn off the computer using the main switch.  Wait
  165. for the machine to stop running.  Put the boot disk into the
  166. A: drive.  Switch on the machine.
  167.  
  168. If your boot disk does not work you may have deleted lines
  169. necessary for your particular system.  Remove the boot
  170. floppy, boot from your hard disk and repeat the process.  If
  171. you have questions, refer to your sound card and CD-ROM
  172. manuals or contact their technical support departments.
  173.  
  174.  
  175. Note: A boot disk does not affect your hard drive in any permanent way.
  176. To get your hard drive back to its normal state, simply restart your 
  177. computer without inserting the boot disk.
  178.  
  179.               WINDOWS:
  180.  
  181. The CD-ROM demo of Sam & Max Hit the Road will not run under Windows.
  182. Turn it off.  Don't use it.
  183.  
  184.             SAVE GAMES:
  185.  
  186. This demonstration of Sam & Max Hit the Road is not designed
  187. to save games.  While playing the demo, please DO NOT
  188. attempt to save your game.
  189.  
  190.  
  191.  
  192.             SOUND CARDS:
  193.  
  194. In order to hear sound and music during the game, you'll have to tell
  195. the game about your sound card.  You can do this by typing "playdemo"
  196. and choosing "Configure Sound Boards" from the main menu.
  197.  
  198. If your game starts and no sound or music is heard, either you don't
  199. have a sound card we currently support, or you have not configured the
  200. game properly.  If everything seems to be configured properly, check
  201. your volume level and your speaker connections.
  202.  
  203. A majority of all sound problems encountered in a game have to do
  204. with hardware communications.  This means that either 1) your game
  205. thinks your hardware is configured in some way other than it really
  206. is, or 2) your sound card itself is depending on either a PORT, an
  207. IRQ number, or a DMA channel which is being used by something else
  208. in your system.  Unfortunately, hardware configuration problems are
  209. not always obvious.  Your game may appear to play music and sound
  210. effects just fine, and then, at some unexpected moment, the sound
  211. may stop, or the game may "lock up."  This is often not the fault
  212. of the game, but a hardware conflict that didn't occur until the
  213. game used the hardware in a particular way.  Finally -- and this is
  214. extremely important -- just because Game A works with your
  215. configuration and Game B doesn't, does not necessarily mean the
  216. problem is in Game B.  It may be that Game B uses capabilites of the
  217. hardware that Game A doesn't, and is therefore more likely to run
  218. into problems with the hardware configuration.
  219.  
  220. If you don't know how to resolve a sound card problem, first consult
  221. the documentation provided with your sound card.  Often sound card 
  222. manufacturers provide diagnostic programs with their cards.
  223. If you are still encountering difficulties, see the Technical Support
  224. section below.
  225.  
  226.  
  227.               HOW TO REACH US
  228.  
  229.              Technical Support
  230. If you are having any technical difficulties with this product,
  231. please phone the technical support department.  If you have a 
  232. technical problem, we recommend that you are sitting in front of
  233. your computer when you call so that we will be able to assist you
  234. more quickly.  It is also helpful to have a list of your machine's
  235. current hardware and software configurations.
  236.  
  237. Phone - (415) 721-3333 - M-Th:30am - 6:00pm, F:8:30am - 5:00pm, Pacific Time
  238. Fax - (415) 721-3482 - 24 hours
  239. BBS - (415) 257-3070 - 24 hours - NOT a message base.  For file download ONLY.
  240. Mail - LucasArts Entertainment Co.
  241.        P.O. Box 10307
  242.        San Rafael, CA  94912
  243.  
  244.               Hints
  245. If you require hints for our games, please call our hintline at
  246. 1-900-740-JEDI.  Callers must be over the age of 18 or have 
  247. parents permission when they call.  Each call costs $.75 per minute.
  248.  
  249.              On Line
  250. LucasArts Entertainment BBS
  251. (415) 257-3070t8N1, ANSI 016 lines, 24 hours, 7 days a week
  252. Demos, Patches, On-line technical support
  253.  
  254. Compuserve 
  255. Send mail to 75300, 454
  256. Game Publisher's Forum A
  257. (Go GAMAPUB)
  258.  
  259. GEnie 
  260. Sen mail to "LucasArts"
  261. Games RoundTable Category 27
  262. (M805)
  263.  
  264. America Online 
  265. Keyword "Lucas"
  266.  
  267. Internet E-Mail
  268. send mail to "75300.454@COMPUSERVE.COM"
  269.  
  270. If you would like information about our other games or would
  271. like a catalog of our products, please call us at 1-800-STARWARS.
  272.  
  273.