-
-
Notifications
You must be signed in to change notification settings - Fork 48
[FEATURE]: Allow control modifiers #67
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
Comments
Just do: |
That should work for a simple macro so thanks for that, but more granular stuff like a toggle shift for controls or rapid fire would require more work won't it. |
How is RapidFire any linked to the controls file? There also are plugins for it. |
I'm just saying it's one of the ways Project64 implements it. I will check that emu when I get home for more information about how it works. Also allowing it to be configurable in a menu will make it more accessible for people who don't like digging up the ini file and experimenting with it. |
The recently permitted ability to use our own custom control configs as .ini files is welcomed. But Project64 benefits from even more customisable controls. It has the "New modifier" feature. There are several types, one of the most interesting is macro. With this we can assign an N64 button combination (e.g. for Perfect Dark B+Z = some weapons' secondary fires, A+Z = select weapon "backwards", R+C-down = crouch) to a single Vita button, making it a closer experience to more modern consoles' controls. It also allows for slower or faster rapid fire, or a toggle for what the N64 analog stick does. Patterning after Project64's feature as closely as possible would allow for as much customisation as possible.
The text was updated successfully, but these errors were encountered: