Multiple mice support in RetroArch cores (lightguns, spinners, trackballs)
-
@illando I've played Duck Hunt for NES and Rambo III for lr-picodrive (?) successfully.
-
@hooperre Using what Dolphinbar setting mode 1,2,3 or 4?
I'm using #2 and the trigger and other buttons on the Wii Remote are working, but I can't move the cursor from the center of the screen.
Same behaviour for all the cores, lr-nestopia excluded where I can play with the regular mouse.What other settings should I check?
-
@illando Apologies. I'm using an air mouse not a dolphin bar. I missed that in your last post. I think it should still be similar with the dolphin bar with an x,y mouse. Sorry, I don't have a dolphin bar to check.
-
@hooperre said in Multiple mice support in RetroArch cores (lightguns, spinners, trackballs):
I think it should still be similar with the dolphin bar with an x,y mouse.
They generally use a different kind of positioning. Air mice normally use relative positioning and the Dolphinbar, as well as high-end USB light guns use absolute positioning. From what I've heard, now that absolute positioning and pointer devices have been ironed out in RetroArch, success still depends of support from the individual cores. It could be that Nestopia needs to be developed further to accommodate.
-
@mediamogul Thanks or the clarification.
Recently Openemu (that is using a Nestopia 1.42 core) is perfectly capable to work with dolphinbar connected to my MAC.
The actual Nestopia I'm testing on Retropie is 1.49, so maybe it's depending from an integration by Retroarch.
Am I wrong? -
I looked at this a little this evening and was unable to get it to work myself. I switched ports, mouse indexes, input drivers and core options in both lr-nestopia and lr-fceumm. I ultimately ran out of time to experiment, so there may still be a certain combination of all the factors that'll work, but I was unable to find it.
-
@mediamogul It seems that Retroarch dev team recently added "absolute" mouse support.
https://github.com/libretro/RetroArch/pull/5512
After updating Retroarch on my retropie, lr-nestopia core is working perfectly with dolphinbar (mode 2).Talking about Master System there are still some problems with lr-genesis-plus-gx core, and the game crash, but the developer are working on it:
https://github.com/libretro/Genesis-Plus-GX/issues/131 -
@illando Does Update All Packages in RetroPie grab that new feature of Retroarch that you have listed?
-
@hurricanefan Maybe. I prefer to update separately and and using the "from binary" option.
These are the actual versions of RetroArch and cores I'm using and that I can confirm are working perfectly using DolphinBar (mode 2)- RetroArch v. 1.6.9
- lr-nestopia v. 1.49-WIP
- lr-genesis-plus-gx v. 1.7.4
About the Genesis-Plus bug "crash with MS Light Phaser control and Crosshairs option enabled" I found a way to solve it, and sometimes is working, sometimes it crash, I need time to find a correct procedure to avoid the bug!
-
Is there a way to get mouse support on PlayStation?
-
Not currently with RetroArch, but there's a light gun plugin that's likely to be compatible with pcsx-rearmed
Edit: On a second look, it appears to be Win32 only.
-
@mediamogul Thanks!
Considering this topic is about "Multiple mice support in RetroArch cores". Do you know if there's a way to hide the second and unused light gun crosshair? In some AdvanceMame games it keep stands in the center of the screen.
-
I believe in Advance MAME, the second crosshair should only show up if there's a second mouse detected. Also, you'd think it would happen in every game as a constant. What games are you noticing this in?
-
@mediamogul For example:
Point blank
Steel gunner
Zero Point -
Do you have two mouse devices that it's picking up on? Like say an actual mouse or airmouse alongside your Dolphinbar? If so, I believe it's possible to allow all mice to be seen as one changing
device_mouse auto
todevice_mouse raw
in theadvmame.rc
config file. At that point, all mouse devices should be seen as one and you can just leave the others alone and use the Wiimote/Dolphin bar. Also, with all the mouse devices being seen as one, it should only produce one set of crosshairs. I haven't tried this myself, but it was necessary to set my keyboard input setting to 'raw' so that Advance MAME wouldn't automatically map my various keyboard devices to different player numbers based on the event order that the system loaded them in. -
The raw driver for mouse does not unite the devices the way it does for keyboard. You can still setup a matrix of inputs based on the device index, then route each to MAME inputs (like Dial, Trackball, etc.).
If the light gun is just showing up to advancemame as a mouse input, then it should be one of the indices which you could prove/test using the
advm
utility.Here are the relevant lines I have in my .rc file to get up to 4 mouse devices working on separate indices. They need to be mapped later in the file to the different inputs, some even by ROM if you want. For my trackball and two spinners, that means mapping the trackball mouse and not the spinners for games like Golden Tee, and vice versa for games like Blasteroids.
device_mouse raw device_raw_mousedev[0] /dev/input/mouse0 device_raw_mousedev[1] /dev/input/mouse1 device_raw_mousedev[2] /dev/input/mouse2 device_raw_mousedev[3] /dev/input/mouse3 device_raw_mousetype[0] ps2 device_raw_mousetype[1] ps2 device_raw_mousetype[2] ps2 device_raw_mousetype[3] ps2
Then, say your tests put light guns on mouse 1 and 2:
input_map[p1_lightgunx] mouse[1,x] input_map[p1_lightguny] mouse[1,y] input_map[p2_lightgunx] mouse[2,x] input_map[p2_lightguny] mouse[2,y]
That should work, right?
-
@mediamogul No second mouse connected.
I'm doing my tests using only a wired keyboard and a classic wired mouse to reduce variables during the test.Talking about the dolphin bar, I was wondering if could be possible to skip it connecting a Wii remote via Bluetooth using a classic battery powered IR bar,
I found a tutorial about how to connect a wiimote to Retropie here:
https://github.com/RetroPie/RetroPie-Setup/wiki/Wiimote-Controllerbut it's so complicated it seems you have to build a driver by yourself.
-
@caver01 said in Multiple mice support in RetroArch cores (lightguns, spinners, trackballs):
That should work, right?
It certainly looks like it would neatly square away reliable assignment of the mice, but for some reason he's getting two sets of crosshairs with only one mouse which seems odd. Of course, I'm making the assumption that the crosshairs are being generated from Advance MAME. If the crosshairs are coming inherently from the games mentioned, it's possible the whole issue might boil down to intentional behavior, like how many coins were inserted or something. What are your thoughts? I'll look at those particular titles a little later this evening and see how they behave on mine.
but it's so complicated it seems you have to build a driver by yourself.
Yeah, the main attraction of the Dolphinbar is that it's doing everything without the need for special drivers, making it both fool-proof and future-proof at the same time. I'd always stick with it between the two options.
-
@mediamogul I have done plenty with the mouse inputs for advancemame, but I have no experience with lightguns. The dolphin bar presents as a standard mouse when it is working properly, right? This is probably the way I would go if I wanted to to lightgun games.
I also think a lot depends on how each game is built. Does it always draw crosshairs for players who have entered the game? Do the crosshairs default to the center of the screen? That would make a lot of sense, actually. It seems like I could do a test too even with a trackball and spinners, as the game should not know the difference.
-
@caver01 said in Multiple mice support in RetroArch cores (lightguns, spinners, trackballs):
It seems like I could do a test too even with a trackball and spinners, as the game should not know the difference.
You can indeed. It can even be tested by mapping buttons or keys to move a light gun, trackball, etc. It's a real testament to the versatility of MAME, although obviously you'd always want the granular movement of analog input whenever possible.
I tested the games you mentioned. 'Point Blank' refused to launch for me, 'Steel Gunner' loaded with persistent crosshairs generated by AdvanceMAME for P1 and P2 just as you said, but bizarrely, control of the AdvMAME crosshairs for P1 had no effect on the crosshairs for the game. Lastly, 'Zero Point' seemed to behave as it should, but it definitely had persistent crosshairs generated by AdvMAME for both players at all times with no second mouse present.
This might end up being something better addressed over at the AdvanceMAME forums, but it seems as though it may be a bug or perhaps that the light gun implementation for two player games is still somewhat immature. It would seem as though the ideal behavior would be to only generate crosshairs for a second player if a second mouse is found.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.