Moderators: Nexuiz Moderators, Moderators
bind mwheelup ";"
bind mwheeldown ";"
esteel wrote:Hi.
Whats strange is that on the one hand you say its hard to use the mousewheel yet it seems you use it accidentally. Well you can just remove the weapon switch from the mouse wheel.
http://forums.alientrap.local/viewtopic.php?t=1344
KadaverJack wrote:"impulse" just sends a numeric code to the server, which will trigger various actions... In Nexuiz impulse 1-9 will switch to a specific weapon (1 == laser, 2 == shotgun, ..., 9 == rocket launcher), 10 & 12 will switch to the next/previous weapon, 11 will switch to the last used weapon, 17 will make you drop your weapon. (13-16 and a few more >18 are used for debugging)
Altobe wrote:bind mouse3 "toggle impulse1; wait; +atack"
bind MOUSE3 "impulse 1; wait; +attack"
What's the difference between alias and bind?
alias +laserjump "impulse 1"
alias -laserjump "+attack; wait; -attack; wait; impulse 11"
bind MOUSE3 +laserjump
Users browsing this forum: No registered users and 1 guest