home *** CD-ROM | disk | FTP | other *** search
- @echo off
- SET SOUND_CARD=
- SET SOUND_DRV=
- SET SOUND_ADRS=
- cls
- getvars
- if ERRORLEVEL 1 goto DONE
- call vars.bat
- if not exist land.mod goto MAKELAND
- :GAME
- play /M /J /K /X mps_logo.scr /S%SOUND_CARD% /A%SOUND_ADRS% %SOUND_DRV%SOUND.LOG
- tfdemo
- mode co80
- goto DONE
- :MAKELAND
- echo Will now generate 3d land data file,
- echo this process is only done once and will
- echo take approx 5-10 min to complete. To abort the
- echo land generation type ^CY now.
- pause
- land
- goto GAME
- :DONE
- SET SOUND_CARD=
- SET SOUND_DRV=
- SET SOUND_ADRS=
-