Impulses...hotkeys..and Such
TriPhase
Join Date: 2002-11-03 Member: 6110Members, Constellation
Join Date: 2002-11-03 Member: 6110Members, Constellation
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-->
// alien units
alias skulk "impulse 113"
alias gorge "impulse 114"
bind kp_ins "gorge"
alias lerk "impulse 115"
bind kp_end "lerk"
alias fade "impulse 116"
bind kp_downarrow "fade"
alias onos "impulse 117"
bind kp_pgdn "onos"
// marine radio
alias needorder "impulse 80"
alias rogerthat "impulse 81"
alias health "impulse 10"
bind h "health"
alias ammo "impulse 11"
bind j "ammo"
// alien buildings
alias rt "impulse 90"
bind 5 "rt"
alias oc "impulse 91"
bind 6 "oc"
alias dc "impulse 92"
bind 7 "dc"
alias mc "impulse 94"
bind 8 "mc"
alias sc "impulse 93"
bind 9 "sc"
alias hive "impulse 95"
bind 0 "hive"
// alien upgrades
alias cara "impulse 101"
bind kp_leftarrow "cara"
alias regen "impulse 102"
bind kp_5 "regen"
alias redem "impulse 103"
bind kp_rightarrow "redem"
alias celerity "impulse 107"
bind kp_home "celerity"
alias adren "impulse 108"
bind kp_uparrow "adren"
alias silence "impulse 109"
alias cloak "impulse 110"
alias focus "impulse 111"
bind kp_pgup "focus"
alias scent "impulse 112"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
I gave everything aliases so even the things not bound to a key I could use simply by bringing down console (scr_conspeed 3500 is your friend) and typing it.
<a href='http://www.thrill2kill.com/ns/tuts/impulse.shtml' target='_blank'>http://www.thrill2kill.com/ns/tuts/impulse.shtml</a>
also check out the rest of the site, it's got custom models and stuff so you can pimp out your NS!
Skulk bite = weapon_bitegun
Parasite = weapon_parasite
Leap = weapon_leap
Xeno = weapon_divinewind
Gorge Spit = weapon_spit
Heal Spray = weapon_healingspray
Bilebomb = weapon_bilebombgun
Web = weapon_webspinner
Lerk Spikes = weapon_spikegun
Spores = weapon_spore
Umbra = weapon_umbra
Primal Scream = weapon_primalscream
Fade Swipe = weapon_swipe
Blink = weapon_blink
Metabolize = who cares
Acid Rocket = weapon_acidrocketgun
Onos Gore = weapon_claws
Devour = weapon_devour
Stomp = weapon_stomp
Charge = weapon_charge
LMG = weapon_lightmachinegun
HMG = weapon_heavymachinegun
Pistol = weapon_pistol
Mines = weapon_mine
Welder = weapon_welder
Grenade Launcher = weapon_grenadegun
Knife = weapon_knife
Enjoy.
For the health hotkey to work the menu has to be open. So you need to use hotkey88 (equip menu) first.