Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: Jessariah on August 29, 2020, 03:44:49 pm

Title: Control setup for Cyber Commando
Post by: Jessariah on August 29, 2020, 03:44:49 pm
Sorry if this is in the wrong area. I tried to search, but got an error message.

I'm trying to figure out how to program for Cyber Commando (reminds me a bit of Virtual On, which I LOVED back in the day...). I have a custom control panel with three sticks (one a two-button flight stick) and I also have a ball & spinner.

So far, when I try to program the INC / DEC controls, I basically go side-to side, but the up & down are making me go in forward or backward circles.

Any help (or a point to something, as I can't find anything online, either) would be greatly appreciated. Thanks!
Title: Re: Control setup for Cyber Commando
Post by: PL1 on August 29, 2020, 05:48:47 pm
I'm trying to figure out how to program for Cyber Commando (reminds me a bit of Virtual On, which I LOVED back in the day...). I have a custom control panel with three sticks (one a two-button flight stick) and I also have a ball & spinner.
The original used two analog trigger sticks. with two buttons (gun and missle) and a button on the panel. (change view)

(https://www.gamesdatabase.org/Media/SYSTEM/Arcade/CP/big/Cyber_Commando_-_1995_-_Namco.jpg)

The term "flight stick" can refer to either an analog (potentiometer) joystick or an 8-way (microswitch) joystick.
- To use two analog sticks, set the X- and Y-axis inputs to the corresponding joystick axis.  Set the eight INC and DEC values to "none".
- To use two microswitch sticks, they must not be wired in parallel ("up" on the left stick has to go to a different input and send a different output than "up" on the right stick) or you'll go in circles.

So far, when I try to program the INC / DEC controls, I basically go side-to side, but the up & down are making me go in forward or backward circles.
Sounds like you're only using a single stick or both sticks are wired in parallel.
- Pushing forward on just the left stick makes you go forward/right.
- Pushing forward on both sticks makes you go straight forward.

If this info doesn't help you configure the game properly, please post more details about your setup and maybe some pics.
- It's hard to give good advice when we aren't quite sure what you're working with.   :dunno


Scott