How Do You Add Commands To The Build Programs?

KorhedronKorhedron Join Date: 2003-03-04 Member: 14301Members
<div class="IPBDescription">Problem ?</div> Just wondered how you add commands like -full and things like that to the build programs. I have tried many different things and figured out that the easies way to find out was to post it here <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->

Comments

  • DaedalusDaedalus Join Date: 2003-04-02 Member: 15152Members
    I don't know about anyone else, but I use Batch Compiler

    <a href='http://www.fileplanet.com/dl.aspx?/counter-strike/countermap/batchcompiler200.exe' target='_blank'>http://www.fileplanet.com/dl.aspx?/counter...compiler200.exe</a>
  • BlackPantherBlackPanther Join Date: 2002-02-11 Member: 197Members
    Make a new .txt file
    In it, write this

    <path to CSG compiling tool> <paramaters> <path to .map file>
    <path to BSP compiling tool> <paramaters> <path to .map file>
    <path to VIS compiling tool> <paramaters> <path to .map file>
    <path to RAD compiling tool> <paramaters> <path to .map file>

    Save, rename to .bat extension and there ya go!

    Fully automated map compiling program <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->
Sign In or Register to comment.