home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 67
/
EXPENDABLE.iso
/
Wads
/
Half-Life
/
lmtxp.exe
/
lm_txp
/
pre1009.bat
< prev
next >
Wrap
DOS Batch File
|
1999-05-25
|
616b
|
15 lines
@echo off
cd..
echo LOKI'S MISSIONS - THE XENO PROJECT
echo Make sure you have renamed and moved the pak file
echo from your lm_txp folder to your valve folder.
echo To start a new game, select the level of difficulty:
echo Enter 1 for easy
echo Enter 2 for medium
echo Enter 3 for hard
echo or to load a saved game, enter 4 and use the HL "loadgame" menu
choice /c:1234
if errorlevel 1 if not errorlevel 2 hl.exe +map w1 + skill "1"
if errorlevel 2 if not errorlevel 3 hl.exe +map w1 + skill "2"
if errorlevel 3 if not errorlevel 4 hl.exe +map w1 + skill "3"
if errorlevel 4 if not errorlevel 5 hl.exe