Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: vibez on December 12, 2005, 01:44:42 pm
-
Just found this metal slug styled version of halo. i'm afraid it needs a mouse for the aiming, but if you have a trackball on your cab, this would be a really cool game to add to it.
check it out here
http://www.halozero.new.fr/
-
Not bad. Too bad it needs a mouse though. Quite unnecessary considering the huge portion of games in arcade past that did the same thing with just a joystick.
-
Actually.... an optical rotary would also work.... the "cursor" doesn't actually change the distance of the shot, rather it just positions the gun.
-
I'm not sure it even needs that though. Unless there is a segment in the game that I didn't get to, I thought it felt very much like a Metal Slug or Contra, both of which work very well with an 8 way joystick.
-
That's what I thought.... so I wrote an ahk script that made the gun point in the direction you are going.
The problem is the (bad) game design. Some of the aliens are shorter than your character and thus you have to aim down, yet only slightly down. Now you can aim the gun down while running with this script similar to Contra but since the enemies take multiple hits to kill, you end up running into them and killing yourself. :(
-
;D
-
Tweaked the script a little more and now that game is pretty playable. Once I put in code to automatically start the game I'll post it.
-
That's what I thought.... so I wrote an ahk script that made the gun point in the direction you are going.
The problem is the (bad) game design. Some of the aliens are shorter than your character and thus you have to aim down, yet only slightly down. Now you can aim the gun down while running with this script similar to Contra but since the enemies take multiple hits to kill, you end up running into them and killing yourself. :(
Thats what the "smack" button is for.