home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 11 / PCPP11.iso / faqs / wc3-prob.doc < prev    next >
Encoding:
Text File  |  1995-02-01  |  35.4 KB  |  936 lines

  1.                             Most Common Problems 
  2.                  Wing Commander III : Heart of the Tiger 
  3.  
  4.                                 Version 2.0
  5.                                    2-1-95
  6.  
  7.                      Written, compiled and updated by :
  8.  
  9.                             Anthony L. Sommers 
  10.                          Assistant Project Leader 
  11.                         Wing Commander III QA Team 
  12.  
  13. ----------------------------------------------------------------------
  14.  
  15. This has been provided as a supplement to the Wing Commander III
  16. documentation. It details a number of the most common questions
  17. asked and their solutions.
  18.  
  19. It is recommended that the Playguide, Install/Troubleshooting Guide AND
  20. the README.TXT file on the CD are also read in addition to this file.
  21.  
  22. This file will be updated continuously and can be found on our BBS
  23. (512-331-8559) or on the Internet (ftp.ea.com /pub/patches/wc3help.txt).
  24.  
  25. ----------------------------------------------------------------------
  26.  
  27. [INDEX]
  28.  
  29. 0.0   Making a BOOT DISK for Wing Commander III
  30.  
  31. 1.0   Movies pausing (starting and stopping)
  32.  
  33. 2.0   Long load times
  34.  
  35. 3.0   The "DOTS"
  36.       3.1   You see "Loading Wing Commander III ......." and it returns
  37.             you immediately back to the CD-ROM drive prompt
  38.       3.2   Lockups at the fourth or sixth dot
  39.  
  40. 4.0   Error messages
  41.       4.1   This error may be the result of a bad CD-ROM read...
  42.       4.2   A processor exception has occured.
  43.             Your system may be unstable at this point.
  44.       4.3   Critical error on file : ..\..\data\movies\origin_s.mve or
  45.             Critical error on file : ..\..\data\movies\opening.mve
  46.       4.4   Exception 13 happened :)
  47.       4.5   CVMManager::getPtr () failed
  48.       4.6   Write failed on file : SWAPFILE.$$$
  49.       4.7   Malloc () failed
  50.       4.8   Non system disk or disk error
  51.             Replace and strike a key when ready
  52.       4.9   Invalid drive specification
  53.  
  54. 5.0   Lockups
  55.       5.1   Lockups after the fourth or sixth dot
  56.       5.2   Lockups During opening movie, [ESC] takes you further into
  57.             the game
  58.       5.3   Lockup at the joystick calibration screen
  59.  
  60. 6.0   Reboots
  61.  
  62. 7.0   Gameplay
  63.       7.1   Movies are of "poor quality"
  64.       7.2   No descriptions of possible actions (Attend Briefing, etc.)
  65.       7.3   TAB and ~ (afterburners) do not work in spaceflight
  66.       7.4   Installation program rates machine slower than normal
  67.       7.5   Crackling sounds in SVGA
  68.             7.5.1   Cirrus Logic GD-542x 
  69.             7.5.2   Orchid Kelvin 64 
  70.  
  71. 8.0   Specific Hardware
  72.       8.1   Control (keyboard, mouse, joystick)
  73.             8.1.1   Flightstick Pro support
  74.             8.1.2   Thrustmaster and Logitech Wingman support
  75.             8.1.3   WING3.ADV compiler errors 
  76.             8.1.4   Programmable keyboards
  77.       8.2   Video cards
  78.             8.2.1   Diamond Viper VLB
  79.             8.2.2   Matrox PCI
  80.             8.2.3   Hercules Graphite
  81.             8.2.4   Compaq QVision
  82.       8.3   Sound cards
  83.             8.3.1   Mozart by Oak Technologies
  84.             8.3.2   Media Chips MAD 16
  85.             8.3.3   Media Magic 16 (ISP16 and MAGICS20)
  86.       8.4   Miscellaneous (CPUs, hard drives, SCSI host adapters, etc.)
  87.             8.4.1   Cyrix 486 processors
  88.             8.4.2   AMD processors
  89.  
  90. 9.0   Patches
  91.       9.1   WC3JOY.DLL, the joystick patch
  92.  
  93. 10.0   Problem CD-ROM drivers and their updates
  94.  
  95. 11.0   Acknowledgements
  96.  
  97. ----------------------------------------------------------------------
  98.  
  99. [0.0]   Making a BOOT DISK for Wing Commander III
  100.  
  101. Almost all problems can be solved by making a boot disk for Wing
  102. Commander III. Regardless of the total amount of RAM and/or conventional
  103. memory, processor speed/power, etc., the boot disk will set up your
  104. computer specifically to run Wing Commander III. Expanded Memory
  105. Managers (EMM386, QEMM386, 386MAX, NETROOM, etc.) are not needed and if
  106. configured incorrectly, will often conflict with our own protected mode
  107. memory manager.
  108.  
  109. To make a boot disk for Wing Commander III, please use the following 
  110. instructions :
  111.  
  112. 1)  Place a blank disk in drive A:
  113.  
  114. 2)  Type  C:  and press [ENTER]
  115.  
  116. 3)  Type  FORMAT A: /S  and press [ENTER]
  117.  
  118. 4)  Type  A:  and press [ENTER]
  119.  
  120. 5)  Type  COPY C:\CONFIG.SYS  and press [ENTER]
  121.  
  122. 6)  Type  COPY C:\AUTOEXEC.BAT  and press [ENTER]
  123.  
  124. 7)  Type  EDIT A:\CONFIG.SYS  and press [ENTER]
  125.  
  126. 8)  Different computers have different sound cards, CD-ROM drives, etc.
  127.     Therefore, after the first 5 initial lines, we cannot list out the
  128.     exact lines needed. However, the original lines from your hard disk
  129.     CONFIG.SYS will be there, and you can try to make sure lines of the
  130.     CONFIG.SYS on the boot disk read somewhat like the following :
  131.  
  132.         DEVICE=C:\DOS\HIMEM.SYS
  133.         DOS=LOW
  134.         FILES=25
  135.         BUFFERS=99
  136.         SHELL=C:\DOS\COMMAND.COM C:\DOS\ /P
  137.         DEVICE=C:\<path>\<possible sound card drivers>
  138.         DEVICE=C:\<path>\<CD-ROM drivers>
  139.         DEVICE=C:\<path>\<possible mouse driver>
  140.  
  141.     Lines to make sure you want to remove from the CONFIG.SYS of the
  142.     boot disk :
  143.  
  144.         DEVICE=C:\DOS\EMM386.EXE ...
  145.         DEVICE=C:\WINDOWS\IFSHLP.SYS
  146.         DEVICE=C:\DOS\SMARTDRV.EXE ...
  147.  
  148. 9)  After you are finished with the CONFIG.SYS, press [ALT-F], then [X], 
  149.     then [Y]. You should return to the A: prompt.
  150.  
  151. 10) Type  EDIT A:\AUTOEXEC.BAT  and press [ENTER]
  152.  
  153. 11) Similiar to CONFIG.SYS, since different computers have different
  154.     sound cards, CD-ROM drives, etc., we cannot list out the exact lines 
  155.     needed for the AUTOEXEC.BAT file. However, the original lines from 
  156.     your hard disk AUTOEXEC.BAT will be there, and you can try to make 
  157.     sure lines of the AUTOEXEC.BAT on the boot disk read somewhat like 
  158.     the following :
  159.  
  160.         @ECHO OFF
  161.         PROMPT $p$g
  162.         PATH C:\DOS
  163.         C:\<path>\MSCDEX.EXE ...
  164.         <possible soundcard lines (SET BLASTER=, SET SOUND=, etc.)>
  165.         <possible mouse driver line (C:\DOS\MOUSE or C:\MOUSE\MOUSE)>
  166.  
  167.     Lines to make sure you want to remove from the AUTOEXEC.BAT of the
  168.     boot disk :
  169.  
  170.         C:\DOS\SHARE.EXE ...
  171.         C:\DOS\SMARTDRV.EXE ...
  172.  
  173. 12) After you are finished with the CONFIG.SYS, press [ALT-F], then [X], 
  174.     then [Y]. You should return to the A: prompt.
  175.  
  176. 13) Reboot your computer with the new boot disk. You may now try to 
  177.     install/run the game!
  178.  
  179. ----------------------------------------------------------------------
  180.  
  181. [1.0]   Movies pausing (starting and stopping)
  182.  
  183. The movies pause because data cannot be transferred from the CD-ROM 
  184. drive to our game at a sustained rate. The following may be attempted to 
  185. help alleviate movie pausing :
  186.  
  187. 1)  Play the movies in VGA. There is roughly 4 times as much data in
  188.     SVGA to display to the screen than in VGA. Run the installation with
  189.     WC3 -I  and make sure Movie Video Mode is VGA. You may also go to
  190.     the Main Terminal, under Controls/Graphics Modes/Movies and click on
  191.     the box next to VGA.
  192.  
  193. 2)  Make sure your CD-ROM driver is up to date. You will need to contact
  194.     your CD-ROM drive manufacturer to see if you have the latest
  195.     version. You can check the list of problem CD-ROM drivers at the end
  196.     of this file to see if your driver needs to be updated.
  197.  
  198. 3)  We test the speed of your machine and rate it according to the time
  199.     it takes for certain actions to be completed (see README.TXT for
  200.     more information). The benchmarks for your system are accurate. You
  201.     must make sure you rate at least :
  202.  
  203.     0-25    for CPU Speed. Lower score = Faster processor
  204.     0-12    for Video Card Speed. Lower score = Faster video card
  205.     300+    for CD-ROM drive transfer rate. Higher rate = Faster CD-ROM
  206.  
  207.     If you do not meet any of the above requirements, you probably will
  208.     experience movie pausing, even in VGA.
  209.  
  210.     NOTE : If the installation program specifically detects that a
  211.     particular component is too slow, you will see a message that will
  212.     let you know. There may not be anything that can be done about the
  213.     movie pausing if you encounter one of these messages. 
  214.  
  215. ----------------------------------------------------------------------
  216.  
  217. [2.0]   Long load times
  218.  
  219. If you are experiencing long load times (in excess of approximately 2
  220. minutes), the following are suggested to help make the transition from
  221. gameflow to spaceflight a little shorter :
  222.  
  223. 1)  Check to see if you are using disk compression. If so, there may not
  224.     be anything else that can be done. (Of course, suggestions 2-6 may
  225.     be attempted, but may have no effect...) 
  226.  
  227. 2)  The disk utilities listed below (with the exception of SCANDISK) are
  228.     shipped with DOS 6.0 and above (SCANDISK is shipped with DOS 6.2 and 
  229.     above). Consult your DOS manual for more in-depth instructions on 
  230.     how to use them.
  231.  
  232.     It is recommended that before you play, you do the following for 
  233.     drive C: and the savegame drive (if it differs from drive C:) : 
  234.  
  235.         CHKDSK C:
  236.  
  237.             or better,
  238.  
  239.         SCANDISK C:
  240.  
  241.     CHKDSK and SCANDISK check and repair hard disk file damage. If any 
  242.     damage is found, you will want to remove the C:\WC3 directory and 
  243.     the savegame directory (if it is different) with :
  244.  
  245.         DEL C:\WC3
  246.         RD C:\WC3
  247.  
  248.     and repair any damage found according to the instructions in your 
  249.     DOS manual. 
  250.  
  251. 2)  Severely fragmented hard drives are a top cause of long load times.
  252.     You will then need to run a defragmentation utility doing a "full
  253.     optimize" for the savegame drive. For example : 
  254.  
  255.         DEFRAG C: /F 
  256.  
  257. 4)  If enough disk space is available, try copying all 42 MB to the HD.
  258.     Try lower settings if less disk space is available. 
  259.  
  260. 5)  In the CONFIG.SYS of your boot disk, use BUFFERS=99. Each buffer
  261.     uses 532 bytes of conventional memory, so this will use
  262.     approximately 50K. 
  263.  
  264. 6)  If you have enough memory, you may try to squeeze in a 100K
  265.     SMARTDrive cache. After SMARTDRV.EXE, specify the savegame drive
  266.     letter. It is DEFINITELY NOT HELPFUL to have an amount lower than
  267.     100K, this will increase load times. For example : 
  268.  
  269.         C:\DOS\SMARTDRV.EXE C 100 
  270.  
  271. *7) More RAM will definitely shorten load times.
  272.  
  273. ----------------------------------------------------------------------
  274. [3.0]   The "DOTS"
  275.  
  276. The "dots" signify the progress of the initialization phases of the
  277. game. Here are some things to check : 
  278.  
  279. 1)  Set up a BOOT DISK! :)
  280.  
  281. 2)  Make sure your VESA driver is current and up to date. Try "UNIVBE",
  282.     or playing in VGA with "WC3 -V". 
  283.  
  284. 3)  Make sure you have a 100% compatible mouse driver. Attempt to REM
  285.     out your mouse line and see if the problems persist.
  286.  
  287. 4)  You have a clean hard disk with at least 25MB of free space (50MB
  288.     if you are using disk compression). 
  289.  
  290. 5)  Check sound card settings and compatibility. Try disabling your
  291.     sound card to see if that allows you to get into the game.
  292.  
  293. 6)  Make sure your CPU is 100% Intel compatible. 
  294.  
  295. [3.1]   You see "Loading Wing Commander III ......." and it returns
  296.         you immediately back to the CD-ROM drive prompt
  297.  
  298. Edit the AUTOEXEC.BAT file of your boot disk and type REM at the
  299. beginning of your mouse driver line. You are not using a 100% compatible 
  300. mouse driver. Please refer to the Install Guide for more information in 
  301. obtaining a 100% compatible mouse driver.
  302.  
  303. [3.2]   Lockups at the fourth or sixth dot
  304.  
  305. Run the installation program with  WC3 -I  and select NONE for "Setup 
  306. Music Card" and "Setup Digital FX Card". If you can now get into the 
  307. game, either your sound card is not set up correctly or your sound card 
  308. is not 100% compatible with the selection you are trying to choose. 
  309. Please verify your sound card settings and try again.
  310.  
  311. We do know of a few problem sound cards that may lockup. (See section 
  312. 8.3 below.)
  313. ----------------------------------------------------------------------
  314.  
  315. [4.0]   Error messages
  316.  
  317. [4.1]   This error may be the result of a bad CD-ROM read...
  318.  
  319. Don't panic, you don't necessarily have a bad CD. Simply make sure 
  320. you're using a boot disk, and try again. If you cannot solve the problem 
  321. with a boot disk, see if your error message ABOVE the "This error..." is 
  322. listed anywhere in the Install/Troubleshooting guide, the README.TXT 
  323. file, or this help file. You may want to try exchanging the CDs at the 
  324. place of purchase to see if a new CD actually solves your problem.
  325.  
  326. [4.2]   A processor exception has occured.
  327.         Your system may be unstable at this point.
  328.  
  329. 1)  Make sure the line DEVICE=C:\DOS\HIMEM.SYS is in your CONFIG.SYS.
  330.  
  331. 2)  If you have the following :
  332.  
  333.     Hardware   : Mitsumi CD-ROM model FX001/FX001D 
  334.     CONFIG.SYS : DEVICE=C:\<path>\MTMCDAE.SYS /D:MSCD001 <parameters>
  335.  
  336.     HOW to solve : 
  337.       Use the MTMCDAS.SYS driver found in the same directory. If 
  338.       this driver is not in the directory, look on the disks that came 
  339.       with the CD-ROM. 
  340.  
  341.         DEVICE=C:\<path>\MTMCDAS.SYS /D:MSCD001 <parameters>
  342.  
  343.       As an alternate solution, you may try /T:S on the MTMCDAE.SYS 
  344.       line. Use this if the customer does not have MTMCDAS.SYS on 
  345.       his/her hard drive. 
  346.  
  347.         DEVICE=C:\<path>\MTMCDAE.SYS /D:MSCD001 /T:S <parameters>
  348.  
  349.       Mitsumi     BBS             408-970-0761 
  350.                   Sales           516-752-7730  
  351.                   Tech Support    408-970-9699/9730 
  352.  
  353. 3)  Make sure you're using a 100% Intel compatible processor. Other
  354.     processors may not be compatible with our game.
  355.  
  356. [4.3]   Critical error on file : ..\..\data\movies\origin_s.mve or
  357.         Critical error on file : ..\..\data\movies\opening.mve
  358.         after several seconds of viewing the introduction.
  359.  
  360. 1)  If you have the following :
  361.  
  362.     Hardware   : Phillips LMS 206 CD-ROM drive
  363.     CONFIG.SYS : DEVICE=C:\<path>\DD260.SYS /D:MVCD001 ...
  364.  
  365.     How to solve :
  366.       Try adding the  "/F:5"  parameter to the end of the line. You may
  367.       alternately try  "/F:1".  This will attempt to clear a conflict
  368.       between the CD-ROM interface and the soundcard.
  369.  
  370.         DEVICE=C:\<path>\DD260.SYS /D:MVCD001 /F:5 ...
  371.  
  372. 2)  If you have the following :
  373.  
  374.     Hardware   : Mitsumi 4x IDE CD-ROM drive and an enhanced IDE hard
  375.                  drive
  376.     CONFIG.SYS : DEVICE=C:\MTM\MTMCDAI.SYS /D:MTMIDE01 /P:170,15
  377.  
  378.     How to solve :
  379.       There seems to be an incompatibility with our game, certain
  380.       motherboards and this setup. We are currently researching this. 
  381.       There is no solution at this time.
  382.  
  383. 3)  You may want to verify that you have the latest CD-ROM driver for
  384.     your CD-ROM drive. See section 1.0 for more information.
  385.  
  386. [4.4]   Exception 13 happened :)
  387.  
  388. Make a boot disk and retry. Also please review section 6.0 which 
  389. discusses reboots. The same possible solutions apply to the Exception 13 
  390. error messages.
  391.  
  392. [4.5]   CVMManager::GetPtr () Requested: 397984, Available: 379932 
  393.  
  394.     Hardware     : Generally 8 MB machines
  395.     CONFIG.SYS   : DEVICE=C:\DOS\EMM386.EXE 7168 RAM
  396.                    DEVICE=C:\<CD-ROM Driver> /M:<Large number> 
  397.     AUTOEXEC.BAT : C:\DOS\SMARTDRV.EXE <Large number> 
  398.                    C:\DOS\MSCDEX.EXE /E /M:<Large number> 
  399.  
  400.     Why this occurs : 
  401.       You will find this error code on mission J003 on disc 3.
  402.       Basically, you have just barely enough extended memory to run
  403.       the game, but not enough to load the mission data.
  404.  
  405.     HOW to solve : 
  406.       You will have to load all drivers possible into conventional, and
  407.       try not to use as little extended memory as possible. 
  408.  
  409.       1)  REM out EMM386.EXE and DOS=UMB. This will load all drivers
  410.           into conventional memory, freeing upper memory. 
  411.  
  412.       2)  On the CD-ROM driver line in the CONFIG.SYS, remove the switch
  413.           or lower the amount of CD-ROM buffers allocated (if this is
  414.           what the /M switch for that particular driver does). 
  415.  
  416.       3)  REM out SMARTDRV.EXE from the AUTOEXEC.BAT file. 
  417.  
  418.       4)  Remove the /E switch from the MSCDEX.EXE line and lower the 
  419.           buffers from the number specified after the /M: to 5.
  420.  
  421.       5)  Use DOS=LOW in the CONFIG.SYS of your boot disk. 
  422.  
  423.       6)  99.9% of the time, 1-5 work just fine. If 1-5 have no effect, 
  424.           as a last resort, re-run the installation program and disable 
  425.           sound for that particular mission.
  426.  
  427. [4.6]   Write failed on file : SWAPFILE.$$$
  428.  
  429.     Hardware   : Badly fragmented hard drives 
  430.  
  431.     Things to try :
  432.  
  433.     1)  Make sure you have enough free space on the drive you're trying 
  434.         to run the game on. You should have at least 25 MB of 
  435.         uncompressed space. If the hard drive is compressed, the size 
  436.         should move up to 50 MB.
  437.  
  438.     2)  Make sure there are NO lost allocation units, cross-
  439.         linked/truncated files, bad sectors, etc. Use SCANDISK or CHKDSK 
  440.         to check for the presence of file damage and repair accordingly. 
  441.  
  442.     3)  DEFRAG completely with "DEFRAG C: /F" 
  443.  
  444.     For a more detailed explanation of using CHKDSK, SCANDISK and
  445.     DEFRAG, refer to section 2.0, "Long load times," or your DOS manual.
  446.  
  447. [4.7]   Malloc () failed
  448.  
  449. This error may occur if you MANUALLY flew toward the way point. ALL (not 
  450. most, not some, ALL) nav points should allow you to auto-pilot to the 
  451. next nav allowing you to complete the nav area task. This may involve 
  452. killing fighters, linking with transports, mining jump buoys, etc. For 
  453. example : 
  454.  
  455.     If the you must escort transports, the you MUST auto-pilot link with
  456.     the transport by flying within 500 units of the transport to 
  457.     establish the link. The auto-pilot light will then light up, and 
  458.     auto-piloting is possible. PRESS "A" to autopilot to the next nav-
  459.     point.
  460.  
  461. [4.8]   Non system disk or disk error
  462.         Replace and strike a key when ready
  463.  
  464. This is a DOS error which means that the boot disk that you created for 
  465. the game does not have the DOS system files on it. You will need to :
  466.  
  467. 1)  Restart your computer with the boot disk out of the A: drive. Go to
  468.     the DOS prompt (exit Windows).
  469.  
  470. 2)  Type  C:  and press [ENTER]
  471.  
  472. 3)  Place the boot disk in drive A:
  473.  
  474. 4)  Type  SYS A:  and press [ENTER]
  475.  
  476. 5)  Reboot your computer with the disk in the drive after the SYSTEM
  477.     TRANSFERRED message.
  478.  
  479. [4.9]   Invalid drive specification
  480.  
  481. Your CD-ROM drive has not loaded properly or the drive letter has 
  482. changed. When MSCDEX loads, it will tell you the drive letter of your 
  483. CD-ROM drive :
  484.  
  485.     DRIVE D:= MSCD001
  486.  
  487. ----------------------------------------------------------------------
  488.  
  489. [5.0]   Lockups
  490.  
  491. Make a boot disk and retry.
  492.  
  493. [5.1]   Lockups after the fourth or sixth dot
  494.  
  495. See section 3.2.
  496.  
  497. [5.2]   Lockups During opening movie, [ESC] takes you further into
  498.         the game
  499.  
  500. You have chosen the incorrect sound card settings or have an IRQ or DMA 
  501. conflict with your sound card and another device in your system. Verify 
  502. your sound card settings are "conflict free" and re-run the installation 
  503. program.
  504.  
  505. See the Install Guide for more information.
  506.  
  507. If you have an SB16 and you are sure your sound card settings are
  508. correct <this may not work for everyone>, but you may want to try to
  509. set the low and high DMA to the same channel in the boot disk's
  510. AUTOEXEC.BAT :
  511.  
  512.     SET BLASTER=A220 I5 D1 H5 P330 T6
  513.     SET SOUND=C:\SB16
  514.     C:\SB16\SBCONFIG /S  or  C:\SB16\DIAGNOSE /S
  515.  
  516. SBCONFIG and DIAGNOSE will dynamically set the IRQ and DMA of your 
  517. sound card according to the settings in the SET BLASTER line. Refer to
  518. your SB16 User's Guide for more information.
  519.  
  520. [5.3]   Lockup at the joystick calibration screen
  521.  
  522. We are unsure why this happens, but with a bit of troubleshooting, we 
  523. should be able to find the cause :
  524.  
  525. 1)  Make sure you have only one joystick port active. If you do not, you
  526.     may have a joystick port conflict. Resolve and retry.
  527.  
  528. 2)  Remove the joystick completely, and see if you can get into the
  529.     game's installation program. Plug in the joystick after the game has
  530.     been installed and calibrate from within the game.
  531.  
  532. 3)  Try another joystick.
  533.  
  534. 4)  If you have more than one joystick port, disable the current
  535.     joystick port and the second joystick port and retry.
  536.  
  537. 5)  Try the Wing Commander III Joystick Patch (section 9.1).
  538.  
  539. 6)  Disable all open joystick ports and try using a speed adjustable
  540.     gamecard.
  541.  
  542. ----------------------------------------------------------------------
  543.  
  544. [6.0]   Reboots
  545.  
  546. Reboots normally occur when going after Flint, during Behemoth mission,
  547. planet ascension, switching CDs, or (R)eplaying a mission after you have
  548. died or ejected.
  549.  
  550. The most common cause of a reboot is a video card with the S3 chipset. 
  551. There is a problem reinitializing the video mode when going from mission 
  552. to mission or from mission to movie to mission (as opposed to from 
  553. mission to gameflow to mission).
  554.  
  555. The video cards reboot if in SVGA when this occurs. We are currently 
  556. researching this, but a solution at this time is to go into installation 
  557. program with WC3 -I and set the Spaceflight Video Mode to VGA. If you 
  558. want to play in SVGA that is fine, but you must manually switch to SVGA 
  559. with ALT-3 or ALT-4. The mission MUST LOAD UP in VGA.
  560.  
  561. Some other possibilities :
  562.  
  563. 1)  If you have the following :
  564.  
  565.     Hardware   : BUSLogic 542S SCSI Host Adapter 
  566.  
  567.     HOW to solve : 
  568.       You will need to use EMM386.EXE and possibly exclude DC00-DFFF.
  569.       The address range is used by the host adapter and may conflict
  570.       with Wing III. You must consult your documentation for specific 
  571.       information on which range to exclude. For example : 
  572.  
  573.         DEVICE=C:\DOS\EMM386.EXE RAM X=DC00-DFFF 
  574.  
  575.     BusLogic        BBS                 408-492-1984  
  576.                     Tech Support FAX    408-492-1542 
  577.                     Tech Support        408-492-9090  
  578.                     Tech Support        408-988-7338 
  579.  
  580. 2)  If you have the following :
  581.  
  582.     Hardware   : PAS 16 and a SCSI CD-ROM Drive connected to the PAS 16
  583.     CONFIG.SYS : DEVICE=C:\<path>\TSLCDR.SYS /D:MVCD001 /R
  584.  
  585.     HOW to solve : 
  586.       You will need to download 316.EXE or 318S-MV.EXE from the 
  587.       MediaVision BBS to upgrade TSLCDR.SYS to version 3.16 or 3.18.
  588.       316.EXE should be sufficient. 318S-MV.EXE is only needed if you 
  589.       have a Sony 55S or a Sanyo 94S CD-ROM drive. 
  590.  
  591.       316.EXE contains : 
  592.  
  593.         MSCDEX   EXE        25,377 02-12-93   6:00a 
  594.         README   DOC         1,344 10-04-93   4:04p 
  595.         TSLCDR   SYS        35,201 04-26-94   3:36p 
  596.  
  597.       318S-MV.EXE contains : 
  598.  
  599.         MSCDEX   EXE        25,377 02-12-93   6:00a 
  600.         TSLCDR   SYS        35,425 11-11-94  10:53a 
  601.         README   DOC         1,372 12-06-94   4:50p 
  602.  
  603.       NOTE : MSCDEX.EXE included in this executable is version 2.21. 
  604.       Version 2.23 is a requirement for the game. If you do not already 
  605.       have Version 2.23 (it is shipped w/ DOS 6.2 and up), you will need 
  606.       to contact Microsoft for the latest version. 
  607.  
  608.     Media Vision    BBS             510-770-0968 14400bps 
  609.                     BBS             510-770-0527 
  610.                     General         800-684-6699 
  611.                     Tech Support    800-638-2807 
  612. ----------------------------------------------------------------------
  613.  
  614. [7.0]   Gameplay
  615.  
  616. [7.1]   Movies are of "poor quality"
  617.  
  618. If "streaks" are seen, either your gamma correction or monitor 
  619. brightness is TOO high. Adjust the brightness of your monitor and/or 
  620. gamma correction so that "Origin Presents" and "A Chris Roberts Game" 
  621. fades to complete darkness. This should lessen the "streak"ing effect. 
  622.  
  623. [7.2]   No descriptions of possible actions (Attend Briefing, etc.)
  624.  
  625. A 100% Microsoft compatible mouse driver must be installed in order to 
  626. get gameflow descriptions (ie. Talk to Hobbes, Attend Briefing, etc.)
  627.  
  628. [7.3]   TAB and ~ (afterburners) do not work in spaceflight
  629.  
  630. The use of afterburners (TAB or ~) or slide (CAPS LOCK and /) will not 
  631. work when mouse flight is enabled. You will have to double-click the
  632. right mouse button to afterburn, or use a joystick or the keyboard. The 
  633. control type can be changed in the Spaceflight Options Menu (ALT-O).
  634.  
  635. [7.4]   Installation program rates machine slower than normal
  636.  
  637. If CPU Speed is rating slower than normal, make sure that both internal 
  638. and external CPU caches are enabled. Also, check to see that the turbo 
  639. button is on. Our benchmark scale applies to Intel microprocessors. 
  640. Other processors tested may show a result slower than their Intel 
  641. counterparts. Contact the microprocessor manufacturer for a more 
  642. detailed explanation.
  643.  
  644. [7.5]   Crackling sounds in SVGA
  645.  
  646. In SVGA, you hear crackling/static/popping sounds from the sound card. 
  647. First, make sure you do not an IRQ or DMA conflict.
  648.  
  649. [7.5.1]   Cirrus Logic GD-542x 
  650.  
  651. If the you have the Cirrus Logic GD-542x video card, you may download
  652. 542XVGA.EXE from the Cirrus Logic BBS. It upgrades the video BIOS to
  653. 1.41.
  654.  
  655.     Cirrus Logic    BBS             510-440-9080
  656.                     General         510-623-8300
  657.  
  658. [7.5.2]   Orchid Kelvin 64 
  659.  
  660. If you have the Orchid Kelvin 64 there is currently no solution for this 
  661. problem. We are in contact with Orchid working on a solution.
  662.  
  663.     Orchid Technology BBS           510-683-0327
  664.                       General       510-683-0300 
  665.                       Sales         800-767-2443 
  666.                       Tech Support  510-683-0323 
  667.  
  668. ----------------------------------------------------------------------
  669.  
  670. [8.0]   Specific Hardware
  671.  
  672. There are several hardware specific issues that need to be addressed
  673. as follows.
  674.  
  675. [8.1]   Control (keyboard, mouse, joystick)
  676.  
  677. It is very important that 100% Microsoft-compatible mouse drivers are
  678. used. It has been noted that non-100% Microsoft-compatible mouse drivers
  679. will cause lockups during game initialization or during the movies. 
  680.  
  681. There is no mention how the Flightstick Pro or Thrustmaster FCS Mark I 
  682. is supported in the documentation for the game. They are supported as 
  683. follows : 
  684.  
  685. [8.1.1]   Flightstick Pro support
  686.  
  687.     Coolie Hat  UP      F1 (Forward View, Toggle Cockpit On/Off) 
  688.     Coolie Hat  LEFT    F2 (Left View, Pan Left -it DOES pan) 
  689.     Coolie Hat  RIGHT   F3 (Right View, Pan Right -it DOES pan) 
  690.     Coolie Hat  DOWN    F4 (Rear/Turret View) 
  691.  
  692.     Trigger             FIRE Guns 
  693.     Left TOP Button     Joystick Button 2 
  694.     Middle TOP Button   "Y" - Lock target and Match Speed 
  695.     Right TOP Button    Fire Missiles 
  696.  
  697. [8.1.2]   Thrustmaster (w/o the Mark II) and Logitech Wingman support
  698.  
  699.     Hat                 NOT SUPPORTED 
  700.  
  701.     Trigger             FIRE Guns 
  702.     TOP Thumb Button    Joystick Button 2 
  703.     BOTTOM Thumb Button Fire Missiles 
  704.     Pinky Button        "Y" - Lock target and Match Speed 
  705.  
  706. [8.1.3]   WING3.ADV compiler errors 
  707.  
  708.     HOW to solve : 
  709.       Edit the WING3.ADV file and remove the ( and ) (open and close 
  710.       parentheses) from the lines w/ LALT and LCTL. Recompile, and it 
  711.       should work fine. 
  712.  
  713.       The corrections to the file are listed below : 
  714.  
  715.     REM                WING COMMANDER THREE by ORIGIN SYSTEMS 
  716.     REM                   Written and Tested November 1994 
  717.     REM **************************************************************** 
  718.     REM  Base Switch Settings 
  719.     REM  Black Hat switch = Digital 
  720.     REM  Red Switch       = Digital 
  721.     REM  Game Settings: Regular Joystick if FCS is plugged into WCS 
  722.     REM 
  723.     GAME 1 70               REM  DIGITAL CONTINUOUS 70 MS Delay 
  724.     BTN UB ENT              REM  WEAPON FIRE 
  725.     BTN MB TAB              REM  AFTERBURNERS 
  726.     BTN LB Y                REM  TARGET AND MATCH SPEED 
  727.     BTN HU F1               REM  FRONT VIEW/COCKPIT TOGGLE 
  728.     BTN HR F3               REM  RIGHT VIEW 
  729.     BTN HD F2               REM  REAR VIEW 
  730.     BTN HL F4               REM  LEFT VIEW 
  731.     BTN 1 /U S              REM  SHIELDS VDU 
  732.           /M G              REM  TOGGLE GUNS 
  733.           /D LALT W         REM  "WHAT'S YOUR STATUS"
  734.     BTN 2 /U D              REM  DAMAGE VDU 
  735.           /M M              REM  CONFIGURE MISSILE 
  736.           /D LALT A         REM  "ATTACK MY TARGET"
  737.     BTN 3 /U P              REM  POWER VDU 
  738.           /M L              REM  LOCK TARGET 
  739.           /D LALT B         REM  "BREAK AND ATTACK"
  740.     BTN 4 /U ]              REM  INCREASE CURRENT POWER SYSTEM 5% 
  741.           /M T              REM  NEXT TARGET 
  742.           /D LALT T         REM  RANDOM TAUNT
  743.     BTN 5 /U [              REM  DECREASE CURRENT POWER SYSTEM 5% 
  744.           /M a              REM  AUTOPILOT 
  745.           /D W              REM  FULL MISSILES 
  746.     BTN 6 /U LCTL ]         REM  TOGGLE LOCK CURRENT SYSTEM
  747.           /M E              REM  DROP DECOY 
  748.           /D F              REM  FULL GUNS 
  749.     RKR UP |                REM  NULL FUNCTION 
  750.     RKR DN |                REM  NULL FUNCTION 
  751.     THR 30 1 = - \ \ \ \    REM  THROTTLE CHARACTERS 
  752.     BTN MT /P /N BSP  /R =  REM  THROTTLE CONTROL FROM IDLE TO OFF 
  753.  
  754. [8.1.3]   Programmable keyboards
  755.  
  756. Turn OFF the program function. (Usually FUNCTION-SUSPEND MACRO or 
  757. something similar. Also, REM out any lines that may install a 
  758. programmable keyboard device driver.
  759.  
  760. [8.2]   Video cards
  761.  
  762. Our game is having a problem with the following video cards :
  763.  
  764. [8.2.1]   Cirrus Logic
  765.  
  766. Crackling sounds in SVGA. See section 7.5.1.
  767.  
  768. [8.2.1]   Diamond Viper VLB
  769.  
  770. The VPRMODE VESA program seems to cause random pixels and screen 
  771. trash. This appears to only be with the VLB version of the card in 
  772. SVGA. We are in contact with Diamond. For now, you will need to 
  773. play in VGA with WC3 -V.
  774.  
  775. [8.2.2]   Matrox PCI
  776.  
  777. The Matrox PCI Windows Accelerator card seems to score poorly for 
  778. during video card testing (a rating of 43, when 12 is needed to play 
  779. the game). You will need to select VGA for Spaceflight and Movies, and 
  780. on some machines, the movies appear to run smoothly, on others pausing 
  781. is unavoidable. Contact Matrox for more information.
  782.  
  783. [8.2.3]   Hercules Graphite
  784.  
  785. To use the HERCULES Graphite video card, the following line in 
  786. AUTOEXEC.BAT is needed :
  787.  
  788.     C:\HERCULES\VESA C:\HERCULES\HG_OLD1.CRT  
  789.  
  790. [8.2.4]   Compaq Qvision
  791.  
  792. We are working with Compaq on a solution for the screen trash problems 
  793. in SVGA with the Compaq Qvision. For now, you must play in VGA (WC3 -V).
  794.  
  795.     Compaq Computer Systems    BBS           713-378-1418 14400bps
  796.     Compaq                     General       713-370-0670
  797.     Compaq ....................T/S           800-888-5858 
  798.  
  799. [8.3]   Sound cards
  800.  
  801. [8.3.1]   Mozart by Oak Technologies
  802.  
  803. The MOZART sound card (created by Oak Technologies) seems to lock up 
  804. after the "fourth" or "sixth" dot. We are currently working with Oak 
  805. Technologies on a solution. There is no work-around for this problem at 
  806. this time, you will have to play the game with NO SOUND. You can 
  807. recognize a Mozart sound card by spotting the following lines in the 
  808. configuration files :
  809.  
  810.     CONFIG.SYS   : DEVICE=C:\MZT\MZTINIT.SYS /A220 /I5 /D1 /G /V7
  811.  
  812.     AUTOEXEC.BAT : SET BLASTER=A220 I5 D1 T4
  813.                    SET SOUND=C:\MZT
  814.  
  815. [8.3.2]   Media Chips MAD 16
  816.  
  817. The Media Clips MAD 16 sound card must be configured as a Sound Blaster
  818. Pro. You must add a parameter which is not normally found on the M16INIT
  819. line (/C). You can recognize a MAD 16 by spotting the following lines in
  820. the configuration files :
  821.  
  822.     CONFIG.SYS   : DEVICE=C:\MAD16\CDSETUP.SYS /T:S /P:340 /I:5
  823.     AUTOEXEC.BAT : SET MAD16=C:\MAD16
  824.                    SET BLASTER=A220 I5 D1 T4
  825.                    C:\MAD16\M16INIT /B /C
  826.  
  827. [8.3.3]   Media Magic 16 (ISP16 and MAGICS20)
  828.  
  829. Media Magic 16 sound cards (MAGICS20 and ISP16) work great with the 
  830. game, but in the installation program, should be set as Sound Blaster 
  831. Pro. Sound Blaster/Compatibles will cause lockups. The following lines 
  832. will appear in AUTOEXEC.BAT if the customer has any of these cards : 
  833.  
  834.     AUTOEXEC.BAT :  SET BLASTER=A220 I5 D1 T4 
  835.                     SET ISP16=C:\ISP16 
  836.                     C:\ISP16\ISPINIT /B 
  837.  
  838.     AUTOEXEC.BAT :  SET BLASTER=A220 I5 D1 T4 
  839.                     SET SOUND16=C:\MAGICS20 
  840.                     C:\MAGICS20\SNDINIT /B 
  841.  
  842.     AUTOEXEC.BAT :  SET BLASTER=A220 I5 D1 T4 
  843.                     SET SOUND16=C:\DIAMOND
  844.                     C:\DIAMOND\SNDINIT /B 
  845.  
  846. [8.4]   Miscellaneous (CPUs, hard drives, SCSI host adapters, etc.)
  847.  
  848. [8.4.1]   Cyrix 486 processors (DLC, SRX2, DRX2, DX, DX2)
  849.  
  850. If configured incorrectly, these have been found to cause random lockups
  851. and Exception 13s. We are working together with Cyrix, and the most 
  852. common problem we have found is the processor is being used in an 
  853. incompatible motherboard.
  854.  
  855. [8.4.2]   AMD processors
  856.  
  857. The AMD microprocessors seem to function adequately.
  858.  
  859. [9.0]   Patches
  860.  
  861. Only one patch is available at this time for Wing Commander III.
  862.  
  863. [9.1]   WC3JOY.DLL, the joystick patch
  864.  
  865. This patch is for users who are experiencing problems with joystick 
  866. calibration (lockups, bad calibration, etc.) See the README.TXT of the 
  867. patch file for more information on how to install and use the patch.
  868.  
  869. To remove the patch, type  DEL C:\WC3\WC3JOY.DLL  and press [ENTER].
  870.  
  871. ----------------------------------------------------------------------
  872.  
  873. [10.0]   Problem CD-ROM drivers and their updates
  874.  
  875. If you are experiencing problems with Wing Commander III (bad CD reads,
  876. movie pausing, etc.) make sure your CD-ROM driver is up to date. The
  877. following is a list of CD-ROM drivers we tested the game with and we
  878. know that work with the game and their locations.
  879.  
  880. * NOTE : These may not be the latest CD-ROM drivers. You will need a
  881.   driver of this version or later.
  882.  
  883. + This is a location where you can find the driver. It is not the
  884.   original source for the driver.
  885.  
  886. Driver Name    Driver    Driver     Filename       Driver Location
  887.                Version    Date        to DL
  888. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  889. ASPICD.SYS     3.13      6-10-94    N/A            Adaptec
  890.                                                      BBS  408-945-7727
  891.                                                      TECH 408-945-2550
  892.                                                    + Creative Labs
  893.                                                      BBS  405-742-6660
  894.                                                      TECH 405-742-6622
  895. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  896. CDMKE.SYS      4.04      12-3-93    N/A            + Reveal
  897.                                                      BBS  818-704-6321
  898. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  899. DD260.SYS      1.42                                MediaVision
  900.                                                      BBS  510-770-0968
  901.                                                      TECH 510-252-4315
  902. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  903. MTMCDAE.SYS    1.17      7-14-93    CDAE.EXE or    Mitsumi
  904.   or                                FX116.EXE        BBS  408-970-0761
  905. MTMCDAS.SYS    1.16                                  TECH 408-970-9699
  906. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  907. SBCD.SYS       4.19      4-30-94    CD-DOS.EXE     Creative
  908.                                                      BBS  405-742-6660
  909.                                                      TECH 405-742-6622
  910. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  911. SLCD.SYS       1.73a                173A.EXE       Sony
  912.                                                      BBS  408-955-5107
  913.                                     SLCD173.EXE    MediaVision
  914.                                                      BBS  510-770-0968
  915.                                                      TECH 510-252-4315
  916. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  917. TSLCDR.SYS     3.16      4-26-94    316.EXE        MediaVision
  918.                                                      BBS  510-770-0968
  919.                                                      TECH 510-252-4315
  920.  
  921. ----------------------------------------------------------------------
  922.  
  923. [11.0]   Acknowledgements
  924.  
  925. I would like to express thanks to the following people :
  926.  
  927. PS : James Flores, Kay Gilmore, Andrew Hofmann, Bill LaCoste, 
  928.      Jeremy Mappus, Chico Marvici, Donna Mehnert, John Moreland, 
  929.      Reece Thornton, Todd Wachhaus, Marie Williams
  930.  
  931. PD : Frank Savage, Jason Yenawine
  932.  
  933. all of QA, Customer Service, and the Wing III Development Team.
  934.  
  935. ----------------------------------------------------------------------
  936.