Execing A New Config

KillymageeKillymagee Join Date: 2002-11-01 Member: 3136Members
<div class="IPBDescription">more than one set of configs...</div> K this sounds complicated but here it goes,

say I have three different configs one for aliens one for marine and one for com how do I have it so that, say I jump into the com chair I want my com config on so I pull down my console and type yadda yadda exec config then if im all of a sudden aliens I want to get that config going etc how do I do this? how do I have all three configs waiting for me in my folder, and what commands do I have to use in order to active each one? also what do i name them in order for them all to be in the same folder as well?

and if a admin screws with my configs(hasnt happened yet but you never do know... ) do i just type in the command for which ever config i need (com, marine, alien) and it resets..?

So could you guys tell me how to set this all up, ??

thanks.

Comments

  • DWGuyDWGuy Join Date: 2003-01-26 Member: 12754Members
    edited February 2003
    so lets say you have 3 config files in the correct folder:
    alien.cfg
    comm.cfg
    marine.cfg

    For aliens, go to your conosle and type
    exec alien.cfg

    Now you should have everything setup according to your alien config. Name changes may be stopped by the server, but that's no biggie.

    If you're not familiar with the bindings this is what you can do. Setup all your keys for aliens in ns and exit the game. Now go into your halflife/ns folder and make a copy of config.cfg. Rename it to alien.cfg
    Now start up ns again and setup the keys for marines, exit, copy config.cfg, rename... rinse and repeat for commander.

    If you know what commands do what you can simply edit config.cfg in notepad and change the bindings from there then save each setup with a different filename.
  • Teufel_EldritchTeufel_Eldritch Join Date: 2002-01-28 Member: 124Members
    This is what I use....

    bind "DOWNARROW" "exec bug.cfg"
    bind "LEFTARROW" "exec marine.cfg"
    bind "RIGHTARROW" "exec commander.cfg"

    I place those 3 binds in the 3 specific cfgs. That way I can change my cfgs on the fly with a touch of a button.
  • KillymageeKillymagee Join Date: 2002-11-01 Member: 3136Members
    OOOH damn THANKS GUYS! yea I know what to do in the word pad I just wasnt too sure on how to exec it or name it.
  • ThansalThansal The New Scum Join Date: 2002-08-22 Member: 1215Members, Constellation
    some one watched starship troopers one tomany times ;D

    (or read the book wich is aporz 200 times better ;D)
  • DWGuyDWGuy Join Date: 2003-01-26 Member: 12754Members
    <!--QuoteBegin--Teufel Eldritch+Feb 12 2003, 03:51 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Teufel Eldritch @ Feb 12 2003, 03:51 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> This is what I use....

    bind "DOWNARROW" "exec bug.cfg"
    bind "LEFTARROW" "exec marine.cfg"
    bind "RIGHTARROW" "exec commander.cfg"

    I place those 3 binds in the 3 specific cfgs. That way I can change my cfgs on the fly with a touch of a button. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    ooh
    thats a good idea

    i knew these arrow keys would come in handy some day.
  • RueRue Join Date: 2002-10-21 Member: 1564Members
    <a href='http://www.unknownworlds.com/forums/index.php?act=ST&f=1&t=23236' target='_blank'>http://www.unknownworlds.com/forums/in...=ST&f=1&t=23236</a>

    makes doing it easy
  • HEAD_d_bHEAD_d_b Join Date: 2003-02-01 Member: 12967Members
    <!--QuoteBegin--DWGuy+Feb 13 2003, 05:36 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (DWGuy @ Feb 13 2003, 05:36 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin--Teufel Eldritch+Feb 12 2003, 03:51 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Teufel Eldritch @ Feb 12 2003, 03:51 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> This is what I use....

    bind "DOWNARROW" "exec bug.cfg"
    bind "LEFTARROW" "exec marine.cfg"
    bind "RIGHTARROW" "exec commander.cfg"

    I place those 3 binds in the 3 specific cfgs. That way I can change my cfgs on the fly with a touch of a button. <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    ooh
    thats a good idea

    i knew these arrow keys would come in handy some day. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    alias dv1 "developer 1"
    alias dv0 "develiper 0"
    alias tog "tog1"
    alias tog1 "dv1; echo Alien Config loaded; dv0; exec alien.cfg; alias tog tog2"
    alias tog2 "dv1; echo Marine Config loaded; dv0; exec alien.cfg; alias tog tog3"
    alias tog3 "dv1; echo commander Config Loaded; dv0; exec commander.cfg; alias tog tog1"

    add to a .cfg called autoexec.cfg which NS will auto run at startup

    bing the key u want to use to switch between to "tog"

    eg: bind f5 "tog"

    there u go will be alot better added echo's so u can see which config u have loaded and made one key cycle through all .cfg files
Sign In or Register to comment.