
Moderators: Nexuiz Moderators, Moderators
esteel wrote:Are you sure the button works? Some mouse drivers do funny stuff if you press some buttons but DO NOT send the button press to applications. (like some popup a menu, do a double click or something similar)
The alias itself should be entered in the ingame console.. Or if you do not want to do that each time (aliases are NOT saved) create a file Nexuiz/data/autoexec.cfg and write those aliases into there. That file is read when Nexuiz is started so the aliases will work then.
esteel wrote:create a file Nexuiz/data/autoexec.cfg and write those aliases into there. That file is read when Nexuiz is started so the aliases will work then.
esteel wrote:esteel wrote:create a file Nexuiz/data/autoexec.cfg and write those aliases into there. That file is read when Nexuiz is started so the aliases will work then.
esteel wrote:You can open the windows explorer, go into the Nexuiz/data directory, rightclick and chosse new file, text document and change its name to autoexec.cfg..
Or use notepad or some other editor and use file, save as and use the name autoexec.cfg ..
alias +laserjump "impulse 1; +attack; wait; -attack; wait"
alias -laserjump "impulse 11"
Altobe wrote:OK I was able to create the file and it's operating, but I must have the code wrong, here's what I've got:
- Code: Select all
alias +laserjump "impulse 1; +attack; wait; -attack; wait"
alias -laserjump "impulse 11"
I have it bound to mouse 3, when I push it, my current weapon fires, then it switches to the laser, and when I let go it switches back to the original weapon. I can't figure out why the firing is reversed, any thoughts?
alias +laserjump "impulse 1; wait; +attack; wait; -attack; wait"
alias -laserjump "impulse 11"
alias +laserjump "impulse 1; wait; +attack; wait; -attack; wait"
alias -laserjump "impulse 11"
Users browsing this forum: No registered users and 1 guest