Radio comms and aliases for frontiersmen

KaineKaine Join Date: 2002-08-07 Member: 1096Members, Constellation
<div class="IPBDescription">Product of a little... experimentation..</div>-- Firstly, a weapon selection script- seeing as their is a lack of proper weapon cycling in NS out-of-the-box i wrote this one for my own use:
(this is independent of your hud_fastswitch setting btw.)
alias cycnext "knife"
alias cycprev "secondary"
alias "knife" "weapon_knife; alias cycnext secondary; alias cycprev primary"
alias "primary" "weapon_grenadegun; weapon_machinegun; weapon_heavymachinegun; weapon_shotgun; alias cycnext knife; alias cycprev secondary"
alias "secondary" "weapon_pistol; weapon_welder; weapon_mine; alias cycnext primary; alias cycprev knife"

bind "a" "primary" //press a to switch back to your main weapon (machinegun, hmg, grenadegun, whatever...
bind "mwheelup" "cycprev" //cycle to next weapon
bind "mwheeldown" "cycnext" //cycle to previous weapon

NEXT is a list of the direct console commands for the different radio comms... use these as you see fit:

impulse 11 "Need ammo!"
impulse 10 "Need healthpack!"
impulse 7 "Follow me"
impulse 8 "Got your back"
impulse 13 "Enemy spotted"
impulse 15 "All clear"
impulse 81 "Yes sir!"
impulse 80 "Need orders"
impulse 9 Taunt

i think thats it for the comms, if i've missed any(i have them written somewhere) i'll post them.

now, for some more general ####: Walk toggling to start with, to save you gitting a saw pinkie hold down the walk key;

alias walkrun "walk"
alias walk "+speed; alias walkrun run; dev1; echo  ; echo Walking...; dev0"
alias run "-speed; alias walkrun walk; dev1; echo  ; echo Running...; dev0"

just bind something to 'walkrun' and use it to toggle between walking and running. Now, BURST FIRE - haven't tuned this yet, and be careful with it, cause it can backfire and shoot when you dont want(eg, gren launcher) - bind something to 'toggleburst' and as long as you use the left mouse button for your shoot, you can cycle between short, controlled bursts, or phsycho-madafaka firing. good for looking calm and collected in those tense situations...

alias "toggleburst" "burston"
alias "burston" "dev1; echo  ; echo Semi-Auto; dev0; bind mouse1 burst; alias toggleburst burstoff"
alias "burstoff" "dev1; echo  ; echo Full Auto; dev0; bind mouse1 +attack; alias toggleburst burston"
alias "burst" "+attack; w2; -attack"

thats it... if you don't know how to use these, email me, or do some reading. good stuff. hope you enjoy. also, if you want something done, email me or post here somewhere and i'll see what i can do.

Comments

Sign In or Register to comment.