Different Marine/alien Config
SlickWill
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
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.
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.