home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Entertainment 5
/
EPISODE_05_SEP_1994.iso
/
patch
/
hofpatch.exe
/
README.BAT
< prev
Wrap
DOS Batch File
|
1994-03-15
|
4KB
|
122 lines
@CLS
@ECHO OFF
ECHO *************************************************************************
ECHO FABLES & FIENDS: THE HAND OF FATE - Patch file to Version 1.40
ECHO *************************************************************************
ECHO.
ECHO This update fixes several minor bugs including the problems experienced
ECHO by some users of very fast machines (Pentiums, 66's and very few 33's).
ECHO We have also increased the speed/performance on slower machines.
ECHO.
ECHO Manual patch installation instructions for upgrade to Version 1.40
ECHO ------------------------------------------------------------------
ECHO.
ECHO 1) Copy the following files into the directory that you
ECHO installed HAND OF FATE.
ECHO.
ECHO PATCH.RTP
ECHO. PATCH.EXE
ECHO.
ECHO 2) Type PATCH at the DOS prompt and press ENTER.
ECHO.
ECHO 3) Wait until the patch process completes and then play normally.
ECHO.
ECHO.
ECHO.
PAUSE
CLS
ECHO What to do if the patch program does not seem to work.
ECHO -------------------------------------------------------------
ECHO.
ECHO.
ECHO This patch actually updates Hand of Fate only if it has not
ECHO been altered by cheat/hex programs.
ECHO.
ECHO If the patch will not work, you probably already have an updated
ECHO version of HAND of FATE and do not need to repatch the program. The
ECHO version number is located on the bottom right hand corner of your title
ECHO screen.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
PAUSE
CLS
ECHO If you are experiencing Audio/Sound card problems.
ECHO -------------------------------------------------------------
ECHO.
ECHO.
ECHO If you are having trouble playing digitized sound with your Soundblaster
ECHO compatible sound card please try the following.
ECHO.
ECHO 1) Verify that you have a full megabyte of extended memory.
ECHO One option to make more Extended memory available is by configuring
ECHO EMM386 to:
ECHO.
ECHO "DEVICE=C:\DOS\EMM386.EXE NOEMS RAM"
ECHO.
ECHO 2) Create a boot disk by using the following CONFIG.SYS
ECHO.
ECHO DEVICE=C:\DOS\HIMEM.SYS
ECHO DEVICE=C:\DOS\EMM386.EXE NOEMS RAM
ECHO DOS=HIGH
ECHO (load any mouse drivers in DOS)
ECHO.
ECHO.
ECHO.
ECHO.
PAUSE
CLS
ECHO If you are experiencing Audio/Sound Card problems - Page 2.
ECHO -------------------------------------------------------------
ECHO.
ECHO.
ECHO 3) Make sure that your AUTOEXEC.BAT file contains the "SET BLASTER=....."
ECHO command to indicate what settings your sound card is configured for.
ECHO.
ECHO The "SET BLASTER" command is configured as:
ECHO.
ECHO "SET BLASTER=A220 I7 D1 T1"
ECHO.
ECHO Where: Axxx = address of soundcard (Default = 220)
ECHO Ix = interrupt of soundcard (Default = 7)
ECHO Dx = DMA channel (Default = 1)
ECHO Tx = Type of card (Default = 1 for Soundblaster)
ECHO.
ECHO ** Hand of Fate will work with various interrupt, address, and DMA
ECHO settings. Just be sure they match the ones on your Soundblaster
ECHO compatible card.
ECHO.
ECHO.
ECHO.
ECHO.
PAUSE
CLS
ECHO.
ECHO Where to reach us if you need help.
ECHO -------------------------------------------------------------
ECHO.
ECHO You can receive further help by contacting Virgin Games/Westwood Studios
ECHO technical support at 1-714-833-1999. Virgin Games and Westwood Studios
ECHO each maintain Bulletin Board Systems which operate at 300 - 14,400 baud.
ECHO The Virgin Games BBS number is 714-833-3305.
ECHO The Westwood Studios BBS number is 702-368-2319.
ECHO.
ECHO Thank you for your support.
ECHO.
ECHO Virgin Games/Westwood Studios
ECHO.
ECHO.
ECHO.
ECHO.