Author Topic: Hand 2  (Read 1312 times)

Whaley

  • VM-68
  • Posts: 219
Hand 2
« on: September 30, 2011, 06:00:11 PM »
Is there anyway or command you can make on hand 2 show your gun?

Sub0123

  • Stingray
  • Posts: 81
Re: Hand 2
« Reply #1 on: October 01, 2011, 08:14:34 AM »
Is there anyway or command you can make on hand 2 show your gun?

Do you mean a second hand?

I honestly dont think you could :/

Maybe you should request it for the next update.

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: Hand 2
« Reply #2 on: October 01, 2011, 09:32:25 AM »
There's an old patch from quakesrc.org to do this, but the results look fairly awful, I doubt jits will implement it.

Myles

  • VM-68
  • Posts: 110
Re: Hand 2
« Reply #3 on: October 01, 2011, 11:18:00 AM »
Smackwaters had this script posted on planet super. It changes to center hand when you shoot, and back to right when you're not shooting. Closest thing we have atm


~~~~~~~~~~~~~~~~~~~~~~~~~~~center shot~~~~~~~~~~~~~~~~~~~~~~~~~
Credits go to whoever made this

This will make the gun dissapear and your shots go straight when you shoot, and the gun will return to the right side of the screen when you arent shooting.



Paste this script in any line of the config:

alias -specialfire "-attack;hand 0"
alias +specialfire "+attack;hand 2"
bind "MOUSE1" "+specialfire"

Whaley

  • VM-68
  • Posts: 219
Re: Hand 2
« Reply #4 on: October 01, 2011, 11:21:44 AM »
Oh ok thanks man.