home *** CD-ROM | disk | FTP | other *** search
-
-
- @echo off
-
- echo Terror in Christmas Town Version 2.1
- echo Created by Michael Zerbo using the 3-D GCS system
-
- echo This is the Shareware version of the game. To order the full version,
- echo simply send $12 (check, cash or money order) to:
- echo -------
- echo Michael Zerbo
- echo 16 Colony Drive
- echo West Sayville, N.Y. 11796
- echo -------
- echo or call Toll Free: 800-2424-PSL and order product #14526
- echo using any major credit card. NOTE: This number is for orders
- echo only. I can not be reached there.
- echo -------
- echo Bitnova customers can also register the game through their service
- echo at: telnet: bitnova.com web: www.bitnova.com ftp: ftp.bitnova.com
- echo -------
- echo The Registered version includes additional bonus levels, as well
- echo as two free games- Eternal Prison: A 3-D arcade game in which you must
- echo escape from a futuristic prison. A Matter of Time (Demo): A text/graphics
- echo adventure in which you search for a missing scientist. Both games
- echo requires SVGA, sound card and 4 MB Ram. You will receive four zipped 3.5"
- echo high density disks (requires pkunzip or winzip), once you register the game.
- echo -------
- pause
- echo Hope you enjoy the game!
- echo ------------------------
- echo Instructions for the game are labelled XMAS.TXT,
- echo Once the title screen is loaded, press space bar to begin game.
- echo ------------------------
- pause
- sbplay data\hoorah.voc \s
- viewer -f3 -b titlescreen.pcx
- sbplay data\hoho.voc \s
- if exist memfail del memfail
- if exist pend del pend >nul
- memc
- if exist memfail goto memfailexit
- :uexist
- :normalmenu
- if exist pend del pend >nul
- pnocomp f pdata c %1 %2 %3 %4 %5 >p.out
- if errorlevel 1 goto errorexit
- if exist pend goto gamefin
- goto gamefin
- :errorexit
- if exist vid.com vid
- if not exist vid.com mode co80 >nul
- if exist memfail goto memfailexit
- echo ...
- echo Program Errors have occured.
- echo Save the file p.out which has the error information for us.
- type p.out
- goto realexit
- :memfailexit
- @echo ____
- echo Error: Do to insufficient or improperly configured memory you cannot
- echo run the game. Please refer to the memory report
- echo below to get more info about what memory you need more of.
- @echo ----
- copy memfail con
- goto realexit
- :exit
- if exist vid.com vid
- if not exist vid.com mode co80 >nul
- :gamefin
- :realexit
-
-