How Do I Make Cd And Ns Run From The ....

acer_r1acer_r1 Join Date: 2003-03-11 Member: 14397Banned
<div class="IPBDescription">same short cut?...</div> i forget to run CD alot and it would help if i could run both of them from one icon....

Comments

  • PykmiPykmi Join Date: 2003-04-14 Member: 15473Members
    Just make a .bat file that executes them both ?
  • BJayDBJayD Join Date: 2002-09-02 Member: 1263Members
    edited August 2003
    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>
  • acer_r1acer_r1 Join Date: 2003-03-11 Member: 14397Banned
    me=nub how would i go about doing that?
  • BJayDBJayD Join Date: 2002-09-02 Member: 1263Members
    To enable this option in ASE:

    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.
  • acer_r1acer_r1 Join Date: 2003-03-11 Member: 14397Banned
  • MoquiaoMoquiao Join Date: 2003-05-09 Member: 16168Members
    <!--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

    ASE he said it there
  • acer_r1acer_r1 Join Date: 2003-03-11 Member: 14397Banned
    bah i refuse to use that
  • TacOneTacOne Join Date: 2002-11-05 Member: 7070Members
  • acer_r1acer_r1 Join Date: 2003-03-11 Member: 14397Banned
    <!--emo&::marine::--><img src='http://www.unknownworlds.com/forums/html/emoticons/marine.gif' border='0' style='vertical-align:middle' alt='marine.gif'><!--endemo--> cuz
  • nthingnthing Join Date: 2002-11-01 Member: 3091Members
    edited August 2003
    Ok then. If you don't want to use ASE:

    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?
  • ArkaineArkaine Join Date: 2002-07-12 Member: 914Members
    edited August 2003
    Cheating-Death has this built-in.
    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-->
  • nthingnthing Join Date: 2002-11-01 Member: 3091Members
    <!--QuoteBegin--Arkaine+Aug 10 2003, 01:45 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Arkaine @ Aug 10 2003, 01:45 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Cheating-Death has this built-in.
    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.
  • PykmiPykmi Join Date: 2003-04-14 Member: 15473Members
    <!--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.
  • th0r0nth0r0n Born again n00b Join Date: 2003-06-12 Member: 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)
Sign In or Register to comment.