<div class="IPBDescription">Anyone use any good config files?</div> Hey, I am new to NS. Just wondering if anyone have any good tips on good things you could have in your config file. Maybe fast switching between some weapon combos or someting?
Even more simple is <!--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-->bind "o" "say_team <-- res here comm"<!--c2--></td></tr></table><span class='postcolor'><!--ec2--> As your location sends with your message, the comm can see where you are if he's not answering your "soldier needs orders" calls.
Here's one that's a little more complex. I have really small changes with all the classes I play. Eg. the gorge obviously has a tonne of build binds, yet a marine wouldn't share them. Like 'r' for building a res, but 'r' for reload on 'rines.
<!--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-->contimes 6 alias d+ "developer 1" alias d- "developer 0" alias ex1 "d+; echo 1. Marine; d-" alias ex2 "d+; echo 2. Comm; d-" alias ex3 "d+; echo 3. Skulk; d-" alias ex4 "d+; echo 4. Gorge; d-" alias ex5 "d+; echo 5. Exit; d-"
alias exall "ex1; ex2; ex3; ex4; ex5"
alias exc1 "d+;echo Marine Script Loaded;exec marine.cfg; d-" alias exc2 "d+;echo Comm Script Loaded;exec comm.cfg; d-" alias exc3 "d+;echo Skulk Script Loaded;exec skulk.cfg; d-" alias exc4 "d+;echo Gorge Script Loaded;exec gorge.cfg; d-" alias exc5 "rebindall; clear"
a_civilianLikes seeing numbersJoin Date: 2003-01-08Member: 12041Members, NS1 Playtester, Playtest Lead
A have a toggle crouch script and a toggle use script, and I have found them quite convenient.<!--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-->// Crouch alias crouchon "+duck; alias togglecrouch crouchoff" alias crouchoff "-duck; alias togglecrouch crouchon" alias +crouch "crouchon" alias -crouch "crouchoff" alias togglecrouch "crouchon" bind "CTRL" "+crouch" bind "ALT" "togglecrouch" // Use alias useon "+use; alias toggleuse useoff" alias useoff "-use; alias toggleuse useon" alias +use2 "useon" alias -use2 "useoff" alias toggleuse "useon" bind "e" "+use2" bind "BACKSPACE" "toggleuse"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Comments
<!--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-->alias "+quickslash" "slot3;wait;+attack"
alias "-quickslash" "-attack;wait;lastinv"
bind "q" "+quickslash"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Great for knifing res etc.
Even more simple is <!--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-->bind "o" "say_team <-- res here comm"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
As your location sends with your message, the comm can see where you are if he's not answering your "soldier needs orders" calls.
Here's one that's a little more complex. I have really small changes with all the classes I play. Eg. the gorge obviously has a tonne of build binds, yet a marine wouldn't share them. Like 'r' for building a res, but 'r' for reload on 'rines.
<!--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-->contimes 6
alias d+ "developer 1"
alias d- "developer 0"
alias ex1 "d+; echo 1. Marine; d-"
alias ex2 "d+; echo 2. Comm; d-"
alias ex3 "d+; echo 3. Skulk; d-"
alias ex4 "d+; echo 4. Gorge; d-"
alias ex5 "d+; echo 5. Exit; d-"
alias exall "ex1; ex2; ex3; ex4; ex5"
alias exc1 "d+;echo Marine Script Loaded;exec marine.cfg; d-"
alias exc2 "d+;echo Comm Script Loaded;exec comm.cfg; d-"
alias exc3 "d+;echo Skulk Script Loaded;exec skulk.cfg; d-"
alias exc4 "d+;echo Gorge Script Loaded;exec gorge.cfg; d-"
alias exc5 "rebindall; clear"
alias excall "bind 1 exc1; bind 2 exc2; bind 3 exc3; bind 4 exc4; bind 5 exc5"
alias clz "wait; wait; wait; wait; slot10; wait; wait; wait; wait; wait; slot10"
alias rebindall "bind 1 slot1; bind 2 slot2; bind 3 slot3; bind 4 slot4; bind 5 slot5"
alias exmenu "exmenu+"
alias exmenu+ "exall; excall; alias exmenu exmenu-"
alias exmenu- "rebindall; clear; alias exmenu exmenu+"
bind "m" "exmenu"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Hope you can decipher that...works pretty well for a menu effect. Just remember to press your menu key again once you've selected your config.
<!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
<!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
alias crouchon "+duck; alias togglecrouch crouchoff"
alias crouchoff "-duck; alias togglecrouch crouchon"
alias +crouch "crouchon"
alias -crouch "crouchoff"
alias togglecrouch "crouchon"
bind "CTRL" "+crouch"
bind "ALT" "togglecrouch"
// Use
alias useon "+use; alias toggleuse useoff"
alias useoff "-use; alias toggleuse useon"
alias +use2 "useon"
alias -use2 "useoff"
alias toggleuse "useon"
bind "e" "+use2"
bind "BACKSPACE" "toggleuse"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->