Author Topic: Hard config setting (zoom + handeness together)  (Read 2073 times)

abnormal

  • Autococker
  • Posts: 649
Hard config setting (zoom + handeness together)
« on: December 03, 2009, 11:09:29 AM »
Hi,

wanted to ask if this would be possible and how:

Now I've got set that when I click right mouse button I get a zoom fov + zoom sensitivity. When I release it it will go back to normal.

I would like to have it like this:

When I click the right mouse button I get a zoom fov + zoom sensitivity + when I move right I'll have gun in the right hand, when to left in the right hand, etc.. When I would release right mouse button it will turn back to normal = normal fov, normal sensitivity, gun just in center.

Is it possible?
Thanks ab.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Hard config setting (zoom + handeness together)
« Reply #1 on: December 03, 2009, 02:51:04 PM »
Its possible, but would be kinda complicated.  Take a look at these scripts to get an idea:
http://digitalpaint.org/testwiki1/pb2wiki.php?word=scripts

GohanOneKnife

  • Stingray
  • Posts: 63
Re: Hard config setting (zoom + handeness together)
« Reply #2 on: December 04, 2009, 03:58:55 AM »
lol kids with their useless zoom scripts Ö:====????

abnormal

  • Autococker
  • Posts: 649
Re: Hard config setting (zoom + handeness together)
« Reply #3 on: December 04, 2009, 08:20:24 AM »
Its possible, but would be kinda complicated.  Take a look at these scripts to get an idea:
http://digitalpaint.org/testwiki1/pb2wiki.php?word=scripts
ok thanks, I'll try to create it by myself.

lol kids with their useless zoom scripts Ö:====????
Don't call things useless when you don't use it.

Olbaid

  • Autococker
  • Posts: 731
Re: Hard config setting (zoom + handeness together)
« Reply #4 on: December 04, 2009, 10:08:08 AM »
Only thing mouse2 should be used for is +moveup

Problem solved.

abnormal

  • Autococker
  • Posts: 649
Re: Hard config setting (zoom + handeness together)
« Reply #5 on: December 05, 2009, 03:16:41 AM »
Only thing mouse2 should be used for is +moveup

Problem solved.
yea, thanks much.

Anyway I did it, so I'm gonna share with you:

Code: [Select]
bind "MOUSE2" "+zoom"
alias +zoom "fov 80;sensitivity 5; crosshair 9;bind a +msl;bind d +msr;bind w +msf;bind s +msb"
alias +msl "hand 1;+moveleft"
alias +msr "hand 0;+moveright"
alias +msf "hand 2;+forward"
alias +msb "hand 2;+back"
alias -msl "-moveleft"
alias -msr "-moveright"
alias -msf "-forward"
alias -msb "-back"
alias -zoom "fov 140;sensitivity 8; crosshair 6;bind a +ml;bind s +mb;bind w +mf;bind d +mr"
alias +ml "hand 2;+moveleft"
alias +mr "hand 2;+moveright"
alias +mf "hand 2;+forward"
alias +mb "hand 2;+back"
alias -ml "-moveleft"
alias -mr "-moveright"
alias -mb "-back"
alias -mf "-forward"

Might also help cl_gun 0.