Page 1 of 1

Water Wars Controls Modification

Posted: June 22nd, 2012, 3:11 pm
by kid matthew
This Control modification changes the right mouse to zoom and the scroll wheel to cycle weapons.
Back up config_fps, this is located in my_stuff.

Replace
bind "MOUSE1" [attack]
bind "MOUSE2" [jump]
bind "MOUSE4" [universaldelta 1]
bind "MOUSE5" [universaldelta -1]

With
bind "MOUSE1" [attack]
bind "MOUSE2" [zoom 1 ; onrelease "zoom 0"]
bind "MOUSE3" [weapon]
bind "MOUSE4" [universaldelta 1]
bind "MOUSE5" [universaldelta -1]

Then Find And Replace
delta_game_0 = [ if (= $zoom $arg1) [] [zoom $arg1 ]]

With ;Thanks Hirato for helping me finding another way, much better.
delta_game_0 = [nextweapon $arg1]

Cheers,
Matthew

Re: Water Wars Controls Modification

Posted: June 26th, 2012, 6:00 pm
by Mike
Thanks Matt ;D

Re: Water Wars Controls Modification

Posted: June 26th, 2012, 6:42 pm
by kid matthew
No problem :D
Part of my devotion to Water wars :D

Cheers,
Matthew

Re: Water Wars Controls Modification

Posted: July 2nd, 2012, 10:43 pm
by chocolatepie33
This is a very cool mod, it should be the official control method. I like it a lot more than the number weapon selection system, it's likely cuz I'm used to RE, which uses this a very similar style (zoom-in is only on the sniper rifle weapon), right-click is otherwise an alternate shooting style (e.g. a charged-up blast).

Re: Water Wars Controls Modification

Posted: July 3rd, 2012, 8:37 am
by kid matthew
I already commited the controls to the Sandbox SVN, so it's already in, Been in since I made this topic. :D
Cheers,
Matthew

Re: Water Wars Controls Modification

Posted: July 3rd, 2012, 5:47 pm
by Mike
Actually I committed them noob :Þ