home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 25: Space Games Classics 2 / cd_1.iso / bsspace2 / space / rebel / font / readme.txt < prev    next >
Text File  |  1994-11-08  |  18KB  |  439 lines

  1.                  Rebel Assault TM CD-ROM Demo V.1.51
  2.  
  3.   Thank you for playing the CD Demo for LucasArts Entertainment Company's
  4.   hit title: Rebel Assault. To follow are some guidelines for using this
  5.   CD on your machine.
  6.   
  7.                                   QUICK START
  8.  
  9.   From your CD-ROM drive prompt, type "REBEL" to get into the launcher.
  10.  
  11.   Before you play the demo, you should use the 'Configuration' option in
  12.   the launcher utility to select the sound card you'll be using.
  13.  
  14.   Depending on your configuration, you may need to make a boot disk. 
  15.   If this is the case, select 'Make Boot Disk' and follow the instructions
  16.   for making a boot disk below.
  17.  
  18.  
  19.                   HOW TO MAKE A BOOT DISK USING BOOTDISK.EXE
  20.  
  21.   A Boot Disk is essentially a floppy disk that, when inserted in your "A"
  22.   drive before startup, will load only the software necessary to play
  23.   the samplers.  BOOTDISK requires a clean floppy disk that it may re-format
  24.   and erase, so be sure to acquire a clean disk before making your boot disk.
  25.   To run BOOTDISK, you can either a) select "Make Bootdisk" from the main 
  26.   menu after typing "REBEL", or b) switch to your CD drive and, at the 
  27.   DOS prompt, type "BOOTDISK".  Simply follow the instructions and voila!  
  28.   Your new boot disk is ready for use.
  29.  
  30.   If you are having problems with BOOTDISK, you may create your
  31.   boot disk by following these instructions:
  32.  
  33.                     HOW TO MAKE A BOOT DISK MANUALLY:
  34.  
  35.   Note:  In all of the following sections, read an underscore
  36.   ( _ ) as a space.
  37.  
  38.   First, you will need to format a floppy disk and make it
  39.   bootable.
  40.  
  41.   1) Insert a new, unformatted floppy disk into your A: drive.
  42.   2) At your "C:\" prompt, type:
  43.  
  44.        format_A:_/s  <enter>
  45.  
  46.      This will format the floppy disk and tell the operating
  47.      system that this disk will be used to boot-up your system.
  48.  
  49.   3) At your C:\ prompt, type:
  50.  
  51.        dir_A: <enter>
  52.  
  53.   A list of files on the newly formatted floppy disk will be displayed.
  54.   Look for a file called COMMAND.COM.  If you do not find one, you will 
  55.   need to copy it to the floppy from your    hard drive by typing at the 
  56.   C: prompt:
  57.  
  58.        copy_command.com_A:  <enter>
  59.  
  60.   If you get an error message that the copy command cannot find 
  61.   COMMAND.COM, it might be because the file is in your DOS directory.
  62.   Copy it from there by    typing:
  63.  
  64.        copy_dos\command.com_A:  <enter>
  65.  
  66.   Now you need to tell the boot floppy how to talk to your CD
  67.   drive.
  68.  
  69.   The system gets this information from two files:
  70.   CONFIG.SYS and AUTOEXEC.BAT.  You will need to create these
  71.   two files on your boot floppy, using the two versions on
  72.   your hard drive as a starting point.
  73.  
  74.   4) At your C:\ prompt, type:
  75.  
  76.        copy_config.sys_a: <enter>
  77.        copy_autoexec.bat_a: <enter>
  78.  
  79.   This will copy the two files from your hard drive to the floppy disk.
  80.  
  81.   5) At your C:\ prompt, type:
  82.  
  83.        a: <enter>
  84.  
  85.   This changes your current drive from your C: drive to
  86.   your A: drive.  Your C:\ prompt should change to A:\.
  87.   IMPORTANT!   Verify that your prompt has changed to A:\.  We
  88.   will be modifying your CONFIG.SYS and AUTOEXEC.BAT files on
  89.   the floppy disk.  If you fail to change drives first, you
  90.   will change the files on your hard disk instead and may make
  91.   your hard disk unbootable.
  92.  
  93.   6) At your A:\ prompt, type:
  94.  
  95.        edit_config.sys <enter>
  96.  
  97.   You will now use the DOS text editor to modify the CONFIG.SYS file.
  98.   Move your cursor around the file with the arrow keys.  You can 
  99.   insert text at the cursor location by simply typing it, or 
  100.   delete the character currently over the cursor by pressing the 
  101.   <delete> key.
  102.  
  103.   7) On your floppy disk, delete non-essential lines from
  104.   the CONFIG.SYS file by moving the cursor to the beginning of
  105.   the line and pressing delete several times.  Keep any lines
  106.   relating your CD drive and sound card.  Unfortunately,
  107.   exactly what lines you will need to keep will vary slightly
  108.   depending on what brand hardware you have installed in your
  109.   machine.  When you are done, your file should look something
  110.   like this:
  111.  
  112.        LASTDRIVE = E
  113.        DEVICE = C:\SCSI\MA13B.SYS
  114.        DEVICE = C:\SCSI\NECCDR.SYS /D:NECCD
  115.        BUFFERS = 20
  116.        FILES = 20
  117.        DEVICE = C:\DOS\SETVER.EXE
  118.  
  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, some lines 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, some of the lines 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 the drives.
  164.   Manually turn off the computer using the power 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.   Note: A boot disk does not affect your hard drive in any permanent way.
  175.   To get your hard drive back to its normal state, simply restart your 
  176.   computer without inserting the boot disk.
  177.   
  178.     WINDOWS:
  179.   
  180.   The demo will not run under Windows. Sorry.
  181.   
  182.    SOUND CARDS:
  183.   
  184.   If the demo starts without sound or music, either you don't
  185.   have a sound card we currently support, or you have not configured the
  186.   demos properly.  If everything seems to be configured properly, check
  187.   your volume level and your speaker connections.
  188.   
  189.   A majority of all sound problems encountered in a game have to do
  190.   with hardware communications.  This means that either 1) your game
  191.   thinks your hardware is configured in some way other than it really
  192.   is, or 2) your sound card itself is depending on either a PORT, an
  193.   IRQ number, or a DMA channel which is being used by something else
  194.   in your system.  Unfortunately, hardware configuration problems are
  195.   not always obvious.  Your game may seem to play music and sound
  196.   effects just fine, and then, at some unexpected moment, the sound
  197.   may stop, or the game may "lock up."  This is often not the fault
  198.   of the game, but a hardware conflict that didn't occur until the
  199.   game used the hardware in a particular way.  Finally -- and this is
  200.   extremely important -- just because Game A works with your
  201.   configuration and Game B doesn't, does not necessarily mean the
  202.   problem is in Game B.  It may be that Game B uses capabilites of the
  203.   hardware that Game A doesn't, and is therefore more likely to run
  204.   into problems with the hardware configuration.
  205.   
  206.   If you don't know how to resolve a sound card problem, first consult
  207.   the documentation provided with your sound card.  Often sound card 
  208.   manufacturers provide diagnostic programs with their cards.
  209.   If you are still encountering difficulties, see the Technical Support
  210.   section below.
  211.   
  212.                              REBEL ASSAULT DEMO
  213.   
  214.   
  215. I) UNEXPECTED INTERRUPT ERRORS/LOCKUPS
  216.   
  217.  If you are experiencing crashes running the Rebel demo, first try playing
  218.  with the "NO SOUND" and "JOYSTICK ONLY" options selected.  If problems 
  219.  disappear, you most likely have a DMA and/or IRQ conflict between your
  220.  mouse, sound card, or another device in your computer.  See your specific
  221.  hardware documentation for instructions on how to reconfigure your cards 
  222.  so they do not conflict.
  223.   
  224.     IF YOU STILL HAVE PROBLEMS, TRY TYPING "REBEL2" WHILE IN YOUR CD-DRIVE
  225.  ROOT DIRECTORY.  This will launch the sampler with an alternate version
  226.  of the DOS extender which may be more compatible with some systems.
  227.  
  228. II) SOUNDBLASTER 16
  229.  
  230.     Note that if you are using a Sound Blaster 16 in 16-bit mode, you must
  231.  configure Rebel Assault to use the 16-DMA channel (default=5) your card is
  232.  set to.  This is not necessarily the same as your 8-bit DMA channel
  233.  (default=1).  You can check your card's setting by looking in your
  234.  AUTOEXEC.BAT file for the "SET BLASTER" command.  The 16-bit DMA channel
  235.  is preceeded by an "H", while the 8-bit channel follows a "D".
  236.  
  237.     Some motherboards cannot use DMA channels higher than 3.  Thus, the
  238.  safest thing to do is to change your AUTOEXEC.BAT file, switching the
  239.  number following the "H" to be the same as the one after the "D"
  240.  (probably to 1), and reboot.  This will force the Sound Blaster 16 to use 
  241.  the same DMA channel for both 8-bit and 16-bit sound.
  242.  
  243. III) SMARTDRIVE / DISK-CACHING SOFTWARE
  244.  
  245.     CD disk-caching software may confuse Rebel Assault should the CD drive
  246.  encounter a read error.  If you are having problems, disable any disk-
  247.  caching software or caching options of your CD driver.
  248.  
  249. IV) MSCDEX BUFFER SIZE
  250.  
  251.      We have been told that you can improve Rebel Assault's speed by
  252.  reducing your MSCDEX buffer size to its minimum.  Locate the MSCDEX line
  253.  in your autoexec.bat and change number following the "/m" to 4.
  254.  
  255. V) JOYSTICK CONTROLS    
  256.  
  257.      If you are having problems controlling the game using a joystick,
  258.  first check to see if you have more than one joystick enabled on your PC 
  259.  (say, on both your sound card and a game card).  If so, you
  260.  should disable one of the ports so they do not conflict.  In general,
  261.  the joystick port on your sound card is less likely to have compatibility
  262.  problems.  If the joystick seems too sensitive, make sure any trim controls
  263.  on the joystick are adjusted to give you a full range of motion.  Also see
  264.  "TWEAKING FRAME RATE" below.
  265.  
  266. VI) RUNNING WITH MORE THAN 16 MEGABYTES MEMORY
  267.  
  268.     If you have more than 16 Megs of RAM installed in your PC, try
  269.  invoking Rebel Assault by booting off a boot disk and by typing 'REBEL2'
  270.  instead of 'REBEL.' This will invoke the game with the DOS extender
  271.  version 1.95 instead of 1.8, which misbehaved under some circumstances.
  272.  If this does not work, contact technical support (see below).
  273.  
  274. -------------------- MISC NOTES FOR REBEL ASSAULT DEMO ----------------------
  275.  
  276. I) CONFIGURATION FILE
  277.  
  278.     REBEL.EXE, the Rebel Assault launcher / config-utility saves its settings
  279.  in a file REBEL.CFG on your C: drive inside a REBEL\ directory.  It will
  280.  create this directory if it cannot find one.
  281.  
  282. II) HIGH SCORES FILE
  283.  
  284.     Rebel Assault saves your high scores in a file REBEL.PTS on your
  285.  C: drive in the REBEL directory.  If this directory is not present,
  286.  the file will be saved in the root directory instead.  To clear the high
  287.  scores list, you may delete this file.
  288.  
  289. III) RUNNING ASSAULT DIRECTLY
  290.  
  291.     REBEL.EXE is the launcher utility, while ASSAULT.EXE is the game itself.
  292.  Under normal circumstances, you should not need to run ASSAULT directly,
  293.  but should instead type REBEL.  ASSAULT does not pay attention to your
  294.  saved game and sound card preferences, but instead relies on command-line
  295.  switches for this information.
  296.  
  297.     In a few cases, it may be desirable to run ASSAULT.EXE directly.  For
  298.  instance, if you have a clone sound card which is set to an IRQ or base
  299.  address not listed in the config program, you will need to pass this
  300.  information to ASSAULT.EXE directly through command-line switches.
  301.  
  302.    A list of supported command-line switches follows:
  303.  
  304.    /x1  - use a low detail level
  305.    /x2 - use a med detail level (default)
  306.    /x3 - use a high detail level
  307.  
  308.    /c0 - no sound
  309.    /c1 - use Sound Blaster driver
  310.    /c2 - use Sound Blaster Pro driver (default)
  311.    /c3 - use Sound Blaster 16 driver
  312.    /c4 - use Pro AudioSpectrum driver
  313.    /c5 - use Pro AudioSpectrum 16 driver
  314.    /c6 - use Aria driver
  315.    /c7 - use Ultrasound driver
  316.  
  317.    /d<n> - use DMA channel <n> for sound
  318.    /i<n> - use  IRQ <n> for sound
  319.    /b<n> - use base address <n> for sound
  320.    /s<n> - set sound buffer size to <n> bytes
  321.    /f<n> - set frame rate cap to <n> frames per second (default=15)
  322.    /j    - enable joystick control only (default joystick + mouse)
  323.    /m    - enable mouse control only
  324.    /t<n> - set rate of multitasking timer       in Hertz        (default=300)
  325.    /u<n> - set CD drive cpu-usage (<n>=0-9) 0=detect (default), 1=20 percent   
  326.  
  327.    Thus, you can run Rebel Assault for a Sound Blaster 16 sound card at
  328.    DMA channel 6, IRQ 5, and Base Address 220 by typing:
  329.  
  330.    ASSAULT /c3 /d6 /i5 /b220
  331.  
  332. IV) TWEAKING FRAME RATE
  333.  
  334.     If you are  experiencing occasional momentary hesitations during game 
  335.  play, you may be able to make the game run smoother by slowing down the 
  336.  frame rate from its default of 15 frames per second.  You may also want 
  337.  to slow down the frame rate to make the game easier to play.  Make this
  338.  adjustment in the launcher/configuration program.
  339.  
  340. V) DISABLING EMM386
  341.  
  342.     When disabling EMM386, you must disable or ignore two lines in your
  343.  CONFIG.SYS file.  These are:
  344.  
  345.    C:\DOS\HIMEM.SYS
  346.    C:\DOS\EMM386.EXE RAM
  347.  
  348.  If you are commenting these out in the CONFIG.SYS file, add "REM" before 
  349.  both lines
  350.  
  351.    REM C:\DOS\HIMEM.SYS
  352.    REM C:\DOS\EMM386.EXE RAM
  353.  
  354.  If ignoring lines by using the F8 key under DOS 6.0, choose to ignore 
  355.  both lines.
  356.  
  357. VI) CHANGING SOUND CARD VOLUME
  358.  
  359.     A volume control exists in the options menu, which can be accessed
  360.  either at the beginning of the game from the main menu, or at any time
  361.  by pressing the 'o' key.  To change volume, select the volume item and
  362.  move your controller left or right while holding down the fire button.
  363.  
  364.     Note that some cards, such as an original Sound Blaster,
  365.  do not have a software volume control, and so this menu will have no
  366.  effect.
  367.  
  368.     Also note that for the Pro AudioSpectrum, you should use the 
  369.  hotkey-activated TSR to change volume instead.  Even if you do not wish
  370.  to change volume during the game, you should install the TSR on your 
  371.  hard drive as the sound card may otherwise default to no volume when
  372.  first booted up.  This TSR is called MVSOUND.SYS.  When installed, you
  373.  can raise the volume level using CTRL+ALT+U and lower it with CTRL+ALT+D.
  374.  
  375. VII) CHOOSING A CONTROLLER
  376.  
  377.     Although it is possible to use both the mouse and joystick in the
  378.  same playing session, it is best to choose one and enable only that
  379.  controller, as enabling both at the same time may slow down Rebel Assault 
  380.  or cause conflicts when using some mouse drivers.  Also, after 
  381.  plugging or unplugging a joystick, you should recalibrate using the 'j' 
  382.  key. 
  383.  
  384. VIII) BRIGHTNESS CONTROLS
  385.  
  386.     You can adjust the brightness of the graphics in Rebel Assault.
  387.  Press '.' or '>' to brighten, ',' or '<' to darken.
  388.  
  389.  
  390.     
  391.  
  392.  
  393.                               HOW TO REACH US
  394.  
  395.                              Technical Support
  396.  
  397. If you are having any technical difficulties with this CD-ROM Demo,
  398. please phone the technical support department.  If you have a 
  399. technical problem, we recommend that you are sitting in front of
  400. your computer when you call so that we will be able to assist you
  401. more quickly.  It is also helpful to have a list of your machine's
  402. current hardware and software configurations.
  403. Phone - (415) 721-3333 - M-Th:8:30am - 6:00pm, F:8:30am - 5:00pm, Pacific Time
  404. Fax - (415) 721-3482 - 24 hours
  405. BBS - (415) 257-3070 - 24 hours
  406. Mail - LucasArts Entertainment Co.
  407.        P.O. Box 10307
  408.        San Rafael, CA  94912
  409.  
  410.                                      Hints
  411.  
  412. If you require hints for our games, please call our hintline at
  413. 1-900-740-JEDI.  Callers must be over the age of 18 or have 
  414. parents permission when they call.  Each call costs $.75 per minute.
  415.  
  416. If you would like information about our other games or would
  417. like a catalog of our products, please call us at 1-800-STARWARS.
  418.  
  419. On Line
  420. LucasArts Entertainment BBS
  421. (415) 257-3070 8N1, ANSI 016 lines, 24 hours, 7 days a week
  422. Demos, Patches, On-line technical support
  423.  
  424. Compuserve 
  425. Send mail to 75300, 454
  426. Game Publisher's Forum A
  427. (Go GAMAPUB)
  428.  
  429. GEnie 
  430. Send mail to "LucasArts"
  431. Games RoundTable Category 27
  432. (M805)
  433.  
  434. America Online 
  435. Keyword "Lucas"
  436.  
  437. Internet E-Mail
  438. send mail to "75300.454@COMPUSERVE.COM"
  439.