All Seeing Eye (ASE), an excellent server browser, has an option to launch CD whenever you connect to a server that requires it and close it whenever you quit the game. <a href='http://www.udpsoft.com/eye2/index.html' target='_blank'>All Seeing Eye</a>
View > Options (F2) Click the "Games" tab, select Half-Life under "Installed games" on the left. Click the button "Anti-cheat programs".
Select either "when connecting to Cheating-Death monitored servers" or "always when launching Half-Life" Click "Find" to automatically find the Cheating-Death exe. Decide if you want to close CD after finishing playing or not.
There you have it, CD automatically launches when you play.
<!--QuoteBegin--Vo0do0-MoNk3h+Aug 10 2003, 10:11 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Vo0do0-MoNk3h @ Aug 10 2003, 10:11 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> All Seeing Eye (ASE), an excellent server browser, has an option to launch CD whenever you connect to a server that requires it and close it whenever you quit the game. <a href='http://www.udpsoft.com/eye2/index.html' target='_blank'>All Seeing Eye</a> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd--> yahhh
To use the batch file method, you need to open notepad (or some other text editor) and type:
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1--> "<location of HL executable>" <command line parameter> "<location of CD executable>" <!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
So for example, if your have installed Half-Life to, <b>"C:\SIERRA\Half-Life\"</b> and Cheating-Death to, <b>"C:\SIERRA\Half-Life\cd\"</b>, you would type:
This file needs to be saved with a .BAT extension. Running the batch file will then execute HL and CD. Only problem with this is that it opens up the ugly command shell and I don't know a (if there is one) command to close it. Anyone?
<!--QuoteBegin--nØthing+Aug 10 2003, 08:17 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (nØthing @ Aug 10 2003, 08:17 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> This file needs to be saved with a .BAT extension. Running the batch file will then execute HL and CD. Only problem with this is that it opens up the ugly command shell and I don't know a (if there is one) command to close it. Anyone? <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd--> It closes itself when you terminate the program you opened. I believe there is a command, but I am not aware what it is.
th0r0nBorn again n00b Join Date: 2003-06-12Member: 17313Members
edited August 2003
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->@ECHO OFF "C:\Sierra\Half-Life\hl.exe -console -game ns" "C:\Program Files\Cheating-Death\cdeath.exe" echo CD And HalfLife Started... exit<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Exit is the code to stop program flow, and will also close the CLI window depending on how you have configured the PIF file (And PIF is an MSDOS shortcut thats properties can be edited to allow closing of the command line on encountering an exit command)
Comments
<a href='http://www.udpsoft.com/eye2/index.html' target='_blank'>All Seeing Eye</a>
View > Options (F2)
Click the "Games" tab, select Half-Life under "Installed games" on the left.
Click the button "Anti-cheat programs".
Select either "when connecting to Cheating-Death monitored servers" or "always when launching Half-Life"
Click "Find" to automatically find the Cheating-Death exe.
Decide if you want to close CD after finishing playing or not.
There you have it, CD automatically launches when you play.
<a href='http://www.udpsoft.com/eye2/index.html' target='_blank'>All Seeing Eye</a> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
yahhh
ASE he said it there
To use the batch file method, you need to open notepad (or some other text editor) and type:
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
"<location of HL executable>" <command line parameter>
"<location of CD executable>"
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
So for example, if your have installed Half-Life to, <b>"C:\SIERRA\Half-Life\"</b> and Cheating-Death to, <b>"C:\SIERRA\Half-Life\cd\"</b>, you would type:
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
"C:\SIERRA\Half-Life\hl.exe" -console -game ns
"C:\SIERRA\Half-Life\cd\cdeath.exe"
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
This file needs to be saved with a .BAT extension. Running the batch file will then execute HL and CD. Only problem with this is that it opens up the ugly command shell and I don't know a (if there is one) command to close it. Anyone?
The C-D shorcut should look something like this:
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->"C:\Program Files\Cheating-Death\cdeath.exe" D:\Half-Life\hl.exe -console -game ns<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
The C-D shorcut should look something like this:
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->"C:\Program Files\Cheating-Death\cdeath.exe" D:\Half-Life\hl.exe -console -game ns<!--c2--></td></tr></table><span class='postcolor'><!--ec2--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
Cool - never knew that <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
Thanks.
It closes itself when you terminate the program you opened. I believe there is a command, but I am not aware what it is.
"C:\Sierra\Half-Life\hl.exe -console -game ns"
"C:\Program Files\Cheating-Death\cdeath.exe"
echo CD And HalfLife Started...
exit<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Exit is the code to stop program flow, and will also close the CLI window depending on how you have configured the PIF file (And PIF is an MSDOS shortcut thats properties can be edited to allow closing of the command line on encountering an exit command)