mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-27 16:05:58 +03:00
[GH-ISSUE #660] [Feature Request] add ability to adjust rumble #117
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ActionWavele on GitHub (Jan 24, 2026).
Original GitHub issue: https://github.com/gopher64/gopher64/issues/660
hey, so I've got a RAPHNET adaptor to use my N64 gamepad on my PC and because no other adaptor passes real n64 rumble pak data through.
I'm pleased that it works, though the rumble is very soft. on other emulators (which are worse than this one) the rumble is more intense, as on real n64. I can't feel when link bumps a wall in oot, but the sword strikes against a wall are just enough to be felt.
just curious if there is already or could be an option to bump up/ adjust up and down the intensity?
cheers for the pak swap keybind, really nice.
@loganmc10 commented on GitHub (Jan 24, 2026):
I'm not sure what I could do to improve this, I'm honestly quite surprised that the rumble works at all via a raphnet adapter.
Which other emulator does it work better in? (so I can compare the code). In those other emulators, are you using some kind of special raphnet input plugin?
Right now, the code is just set to rumble with max intensity, so I'm not sure what I could do to increase it.
@ActionWavele commented on GitHub (Jan 24, 2026):
the raphnet is advertised to support paks. the only one I've seen to do so. https://www.raphnet-tech.com/products/n64_usb_adapter_gen3/index.php
maybe its a v3 thing. no clue if the v2 or 1 didn't support rumble.
or at the very least rumble paks. that's all I've tried. maybe I ought to try with my controller pak, but I doubt any emulator supports doing that... other adators like hyperkin's only pass input.
I have been using parallel launcher, with the 'enable rumble' setting flagged on my input profile. I have no idea if it uses any kind of plugin built in, but I haven't installed anything for the adaptor.
I think there also might be some windows configuration software raphnet offers on their website, but I haven't even looked at it or downloaded it. plus I'm on LMDE
@loganmc10 commented on GitHub (Feb 6, 2026):
I'm sorry, I don't know what I could do to work on this. I don't have a rumble pak to test with my raphnet adapter, and my regular controller seems to rumble fine. The rumble code already sets it to max intensity, so I don't know what else I could change