Moderators: Nexuiz Moderators, Moderators
bind MOUSE5 "impulse 1"
Deaf-OAT wrote:While playing on galts and other servers, the laser works just fine. When i play on my own to test things out (binds etc) The laser is simply not available.. I don't know how this happened but it happened after i tried out this script... :S
// Nexuiz impulse numbers: 9=rocket, 8=hagar, 7=nex, 6=crylink, 5=electro, 4=mortar, 3=machinegun, 2=shotgun, 1=laser
// fix for bestweapon command on 2.3 or earlier clients
alias aot_bw "register_bestweapon clear; register_bestweapon 1 1 4096 1 9 0; register_bestweapon 2 2 1 2 6 1; register_bestweapon 3 3 2 3 7 1; register_bestweapon 4 4 4 4 8 2; register_bestweapon 5 5 8 5 9 2; register_bestweapon 6 6 16 6 9 1; register_bestweapon 7 7 32 7 9 5; register_bestweapon 8 8 64 8 8 1; register_bestweapon 9 9 128 9 8 3"
// remove fix since most servers are 2.4+ now
// if you are playing on a 2.3 server, delete the line below
alias aot_bw ""
// close - sorted by small blast radius then damage per sec
// for crylink use alt fire for more shots at once
alias aot_w1 "aot_bw; bestweapon 6 8 2 3 7 1 4 5 9; echo close range"
// medium - sorted by blast radius then damage per sec
alias aot_w2 "aot_bw; bestweapon 9 5 4 8 6 3 7 2 1; echo medium range"
// far - sorted by speed then minimum spread then damage per sec
// for mg use alt fire for less spread, for crylink use primary
alias aot_w3 "aot_bw; bestweapon 7 3 6 1 8 4 5 2 9; echo long range"
// make bestweapon groups the default wheel behavior
in_bind 0 mwheelup "aot_weap_in"
in_bind 0 mwheeldown "aot_weap_out"
// uncomment the lines below to
// restore Nexuiz's normal weapon menu
//in_bind 0 mwheelup "weapnext"
//in_bind 0 mwheeldown "weapprev"
alias aot_weap1 "aot_w1; alias aot_weap_in aot_weap2; alias aot_weap_out aot_weap1"
alias aot_weap2 "aot_w2; alias aot_weap_in aot_weap3; alias aot_weap_out aot_weap1"
alias aot_weap3 "aot_w3; alias aot_weap_in aot_weap3; alias aot_weap_out aot_weap2"
// start with medium range weapon
aot_weap2
Users browsing this forum: No registered users and 1 guest