Different Marine/alien Config

SlickWillSlickWill Join Date: 2004-02-17 Member: 26642Members, Constellation
<div class="IPBDescription">Can it be done and how?</div> Hey, I was wondering how I could make a different alien and marine config. Change some sensitivity, but mostly change gamma/lighting drastically. I wouldn't mind it going automatically, but I wouldn't have an issue typing something in console. Can gamma be changed ingame somehow without having to restart map? When I type in console, it seems to change a tiny bit, not the the true amount. Thanks for the help guys. (I know it's not scripting, but seemed like the right place to put it.)

Comments

  • NGENGE Join Date: 2003-11-10 Member: 22443Members
    This is simple to do. Make a alien.cfg and marine.cfg.

    Now, when you join a team, have a key (like 8 and 9) bound to "exec <config>.cfg".

    Take it a step further, and have it so 8 and 9 look like this:

    bind 8 "marine; exec marine.cfg"
    bind 9 "alien; exec alien.cfg"

    Even if you use the portals or random team, once you spawn in hit the corresponding key to make sure your config is executed properly.
  • TOmekkiTOmekki Join Date: 2003-11-25 Member: 23524Members
    <!--QuoteBegin-SlickWill+Jun 25 2005, 07:33 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (SlickWill @ Jun 25 2005, 07:33 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Hey, I was wondering how I could make a different alien and marine config. Change some sensitivity, but mostly change gamma/lighting drastically. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    alias m "jointeamone; exec marine.cfg"
    alias a "jointeamtwo; exec alien.cfg"

    bind f1 m
    bind f2 a

    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> I wouldn't mind it going automatically, but I wouldn't have an issue typing something in console.  Can gamma be changed ingame somehow without having to restart map?  When I type in console, it seems to change a tiny bit, not the the true amount.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    no, not really it cant. why would you even want to? for other changes, make the marine and alien.cfg's and put the stuff there.
  • SlickWillSlickWill Join Date: 2004-02-17 Member: 26642Members, Constellation
    Thanks guys for the help.
Sign In or Register to comment.