Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Virtual game controller keypad for Colecovision and similar systems #56

Open
famiclone6502 opened this issue Sep 14, 2023 · 5 comments
Labels
enhancement New feature or request remote Remote app

Comments

@famiclone6502
Copy link

Game systems like Colecovision and Intellivision have unusual controllers with numeric keypads, but currently the remote script's keypad function only mimics the keyboard's keypad, which unfortunately can't be mapped as game controller buttons.

I would like to request a keypad function that would work for two controllers / two players, which could be mapped as game controller keys when remapping buttons for their respective systems. Ideally two people could be using their smart phones as keypads for these systems, where they probably need to choose their player/controller when remapping and using those buttons.

A good example of two player games might be Fortune Builder on Colecovision and Utopia on Intellivision. I do know there is a controller test for Colecovision that would provide good feedback for this option during development.

Also, a nice-to-have for a distant future enhancement could be to allow importing an image overlay for these number pads, which many games used for these systems back in the day. But, just having the ability to use a basic virtual game controller number pad would be very useful today on their appropriate systems.

Thank you!

@retrob0t
Copy link

retrob0t commented Sep 15, 2023

Related to this, it would be great to have an interface for the console switches in the 2600/7800 core (Select, Reset, P1/P2 Difficulty, B&W).

Unlike with other consoles, these console switches are required to play games. The issue is that those of us using original 1-button joysticks with the core have no way to activate these without having a secondary controller or keyboard at hand. (These switches do have keyboard shortcut equivalents in the core, maybe that would be the easiest way to implement?)

The 2600 does have a numeric keypad as well, but it is used infrequently in games (whereas the console switches are a necessity).

@wizzomafizzo
Copy link
Owner

I'll have to have a think about these, I think the ideas are great and would love to add support but it's a complex problem

So it's not possible to map keyboard keys to these extra controller buttons, but it is possible to map a second controller to the same mapping? That will be key, being able to map 2 or more physical controllers to a single core controller mapping

The multiplayer thing again love the idea but currently remote doesn't distinguish between different user sessions for anything meaningful. Will take some time to design something nice

Image overlays would actually be quite easy

For the Atari toggle switches I'm not sure. Is it possible to toggle these with a controller? If they can only be changed from the OSD that makes it tricky. Perhaps I could add a way to trigger a custom macro (open OSD, move to option, toggle, close OSD) not very pretty but should work

@retrob0t
Copy link

retrob0t commented Sep 15, 2023

For the Atari toggle switches I'm not sure. Is it possible to toggle these with a controller? If they can only be changed from the OSD that makes it tricky. Perhaps I could add a way to trigger a custom macro (open OSD, move to option, toggle, close OSD) not very pretty but should work

Actually the commands can be sent from either the keyboard or a controller!

@famiclone6502
Copy link
Author

I'm sure there are other systems that have weird layouts that this would be useful for, too. Even a custom overlay for keyboard layouts for the various computer systems would be very useful, since they aren't physically the same as the plugged-in keyboard. So maybe these custom layouts could be a combination of mapped controller assignments and keyboard keys, the definitions of each virtual button (dimension, text, layout) could be stored in a JSON file and an image could be loaded when it exists with the same filename. The JSON file could also determine which player's controller this is mapped to. So multiple phones can pull up this interface, click the button for a custom controller/keyboard, load Player 1 Coleco or Player 2 Coleco files respectively... or they load up the toggle switches for the Atari, or even a virtual ZX Spectrum keyboard. When the user goes to remap buttons for the core, they press the corresponding virtual button on their phones and start playing.

@retrob0t
Copy link

When the user goes to remap buttons for the core, they press the corresponding virtual button on their phones and start playing.

Many cores already have predefined keyboard shortcuts (e.g. the aforementioned Atari core), so button mapping may not even be required in many cases.

@symm symm added enhancement New feature or request remote Remote app labels Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request remote Remote app
Projects
None yet
Development

No branches or pull requests

4 participants