User panel stuff on forum
Index  ‹  Help  ‹  Help
  6 posts on 1 page  1
Help
2009-03-09, 16:19
Member
21 posts

Registered:
Mar 2009
hi

i want to make a config so when i shoot the rocket launcher it goes back to the shotgun. i also want to now how to make this work in ezquake
i also need to now were to put it in my nquake folder :S.... i no you can do this in ezquake menu but sometimes it dosent change back to shotgun.
sorry to be a pain
please help NITRO
+++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ http://euroquake.webs.com/ ++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++
2009-03-09, 16:26
Member
518 posts

Registered:
Jan 2006
http://ezquake.sourceforge.net/docs/?weapon-handling
2009-03-09, 16:53
Member
21 posts

Registered:
Mar 2009
Ty Again
+++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ http://euroquake.webs.com/ ++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++
2009-03-09, 17:20
Member
21 posts

Registered:
Mar 2009
is their way to do this..

say if i binded space to weapon 8 could i do something that when i press space to fires lightgun and goes back to shotgun ?
then same with all other weapons i read the guide and im pretty sure its not their
+++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ http://euroquake.webs.com/ ++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++
2009-03-09, 17:23
Member
518 posts

Registered:
Jan 2006
alias +axe "weapon 1; +attack"
alias -axe "weapon 2 1; -attack"
alias +boomstick "weapon 2; +attack"
alias -boomstick "weapon 2 1; -attack"
alias +grenade "weapon 6 2 1; +attack"
alias -grenade "weapon 2 1; -attack"
alias +rocket "weapon 7 6 3 2 1; +attack"
alias -rocket "weapon 2 1; -attack"
alias +shaft "weapon 8 2 1; +attack"
alias -shaft "weapon 2 1; -attack"
alias +shotgun "weapon 3 2 1; +attack"
alias -shotgun "weapon 2 1; -attack"
alias +supernailgun "weapon 5 3 2 1; +attack"
alias -supernailgun "weapon 2 1; -attack"


bind mouse1 "+rocket"


put this in your config saved in quake\ezquake\configs\config.cfg
2009-03-09, 17:45
Member
21 posts

Registered:
Mar 2009
Oh thanks a bill mate
+++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ http://euroquake.webs.com/ ++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++
  6 posts on 1 page  1