Input Controls

Discuss Nexuiz gameplay here.

Moderators: Nexuiz Moderators, Moderators

This goes in the console, right?

Postby Altobe » Tue Apr 03, 2007 3:41 am

Thanks a lot man. I'll repost when I get it done. :D
Altobe
Alien
 
Posts: 115
Joined: Sat Mar 31, 2007 5:14 pm
Location: Ohio USA

Postby Altobe » Tue Apr 03, 2007 4:07 am

I Can't to seem to get it to work, in the console right? I don't know? I think I'm tired. I don't think nexuiz is recognizing my mouse 3. If I go to options/controls and try to assign any action to mouse 3 nothing happens :cry:
Altobe
Alien
 
Posts: 115
Joined: Sat Mar 31, 2007 5:14 pm
Location: Ohio USA

Postby esteel » Tue Apr 03, 2007 10:13 am

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
Site admin and forum addon
 
Posts: 3924
Joined: Wed Mar 01, 2006 8:27 am

Postby Altobe » Tue Apr 03, 2007 12:30 pm

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.


I can't seem to find the file Nexuiz/data/autoexec.cfg.
Altobe
Alien
 
Posts: 115
Joined: Sat Mar 31, 2007 5:14 pm
Location: Ohio USA

Postby esteel » Tue Apr 03, 2007 12:43 pm

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
Site admin and forum addon
 
Posts: 3924
Joined: Wed Mar 01, 2006 8:27 am

Postby Altobe » Tue Apr 03, 2007 7:47 pm

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.

Yes, but I'm sorry to say I don't think I know how to do that. Could you explain it to me, please?
Altobe
Alien
 
Posts: 115
Joined: Sat Mar 31, 2007 5:14 pm
Location: Ohio USA

Postby esteel » Tue Apr 03, 2007 8:26 pm

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 ..
esteel
Site admin and forum addon
 
Posts: 3924
Joined: Wed Mar 01, 2006 8:27 am

Postby Altobe » Tue Apr 03, 2007 9:29 pm

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 ..

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?
Altobe
Alien
 
Posts: 115
Joined: Sat Mar 31, 2007 5:14 pm
Location: Ohio USA

Postby Xeno » Tue Apr 03, 2007 9:50 pm

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?


You're switching to the laser with the "impulse 1" command but you're not waiting for it to switch before you fire with "+attack"... so you begin firing with your current weapon. Add another "wait:".
Code: Select all
alias +laserjump "impulse 1; wait; +attack; wait; -attack; wait"
alias -laserjump "impulse 11"
Xeno
peregrinus originis incognitae
 
Posts: 396
Joined: Wed Nov 15, 2006 10:42 pm

Postby Altobe » Tue Apr 03, 2007 10:16 pm

Code: Select all
alias +laserjump "impulse 1; wait; +attack; wait; -attack; wait"
alias -laserjump "impulse 11"



I added the wait, but now it doesn't fire at all. When I press mouse 3 it switches, then when I let go it switches back, but no fire. :(

PS: That's copied straight out of my autoexec.cfg
Altobe
Alien
 
Posts: 115
Joined: Sat Mar 31, 2007 5:14 pm
Location: Ohio USA

PreviousNext

Return to Nexuiz - Gameplay

Who is online

Users browsing this forum: No registered users and 1 guest

cron