Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Water Wars Controls Modification

Chat and ask questions about Water Gun Wars here!
Post Reply
User avatar
kid matthew
Developer
Developer
Posts: 468
Joined: August 11th, 2009, 5:28 pm
Name: Matthew
IRC Username: Kid_matthew
Location: Land of Sandbox.

Water Wars Controls Modification

Post 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
Lost Lands Work In Progress <3 viewtopic.php?f=10&t=2522 <3
User avatar
Mike
Administrator
Administrator
Posts: 871
Joined: May 24th, 2009, 12:52 pm

Re: Water Wars Controls Modification

Post by Mike »

Thanks Matt ;D
Sign up for our Newsletter to keep up to date with the Sandbox news!
We also have a facebook page, facebook group, myspace page and a twitter page[/b][/color]!
User avatar
kid matthew
Developer
Developer
Posts: 468
Joined: August 11th, 2009, 5:28 pm
Name: Matthew
IRC Username: Kid_matthew
Location: Land of Sandbox.

Re: Water Wars Controls Modification

Post by kid matthew »

No problem :D
Part of my devotion to Water wars :D

Cheers,
Matthew
Lost Lands Work In Progress <3 viewtopic.php?f=10&t=2522 <3
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Water Wars Controls Modification

Post 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).
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
kid matthew
Developer
Developer
Posts: 468
Joined: August 11th, 2009, 5:28 pm
Name: Matthew
IRC Username: Kid_matthew
Location: Land of Sandbox.

Re: Water Wars Controls Modification

Post 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
Lost Lands Work In Progress <3 viewtopic.php?f=10&t=2522 <3
User avatar
Mike
Administrator
Administrator
Posts: 871
Joined: May 24th, 2009, 12:52 pm

Re: Water Wars Controls Modification

Post by Mike »

Actually I committed them noob :Þ
Sign up for our Newsletter to keep up to date with the Sandbox news!
We also have a facebook page, facebook group, myspace page and a twitter page[/b][/color]!
Post Reply