Help with mapping 4 start buttons for Galaga/Ms. PacMan
-
@bengalsfan88 said in Help with mapping 4 start buttons for Galaga/Ms. PacMan:
I have set the player 3 and player 4 start buttons in the /opt/retropie/configs/arcade/retroarch.cfg but nothing happens in-game. I have tried to use the in game menu to change the controls, but it won't let me set anything for player 3 or 4. Also the in-game menu shows both player 1 and player 2's start buttons as mapped to "Start (left)"
I don't think that's needed, the mapping are saved automatically when you configure the gamepad/joypads in Emulationstation. Looking at the source,
lr-fbalpha
only uses 2P controls - since any game is at most 2 players - and has P1 Start right/left mapped to P1/P2 start and P2 Start right/left mapped to P3/P4 start. Do you see these controls in the RGUI when you assign the mappings ? -
I haven't done anything like this but I think what you are trying to do is have the four buttons do the following,
- Btn 1 - Auto Start 1 Player PacMan
- Btn 2 - Auto Start 2 Player PacMan
- Btn 3 - Auto Start 1 Player Galaga
- Btn 4 - Auto Start 2 Player Galaga
Assuming I have the right idea I'd suggest looking up how to bind a keys for volume control. What you are trying to do is similar and rather than calling the script to change volume you would call a script that starts the appropriate game. Starting with a specific number of players is going to be hard. My only thought their is if there is a cheat to specify the number of players you might be able to specify that on the command line.
I'm also guessing you will want any existing game to terminate if you press one of the start buttons. You could do this by having a line something like,
kill `pgrep retroarch` &> /dev/null
Hope this helps
Jonathan -
@jmbooth2000 You need two things.
- Create four saved games states just after you have started the game and selected the number of players (i.e. pacman 1 player, pacman 2 player, galaga 1 player, and galaga 2 player). You will start retroarch with the saved state vice the rom thus bypassing the need to select the number of players.
- A variation on https://retropie.org.uk/forum/topic/17589/how-to-make-volume-up-and-volume-down-with-buttons/10
where instead of changing the volume your script should kill any existing retroarch instance, then restart retroarch with appropriate game state.
I'm pretty certain this should work. Please reply so I/others can know if this works.
-
@bengalsfan88 So I tried to take my advice and opened the input mapping interface, but it seems that the
Start (right)
(for both players) are not map-able in the RGUI input configuration. Looking at the ROM driver source, I see they it may have some overlapping in the mapping (or I'm just reading the source wrong).
@barbudreadmon - do you know if theStart (right)
input is purposely assigned to theCoin
and it's hidden from the control mapping ? I've tried with the latest RA nighly (v0.2.97.44 9c55533) and I can only mapStart (left)
in the RGUI - no matter which device type I choose. Rom is20pacgal
, not one of the clones. -
@mitu The layout is unusual, so my algorythm fails mapping all buttons, i'm not too sure how i should deal with this special case, i guess i'll just map extra starts to the Retropad A buttons and let the final user remap as he want.
-
@barbudreadmon It is quite unusual - I've looked at the cabinet pictures and there's 5 buttons (2 on the left, 3 on the right) and a single joystick.
@bengalsfan88 do you have a picture with the panel and how you arranged the buttons ? -
@mitu Now "Start (left)" is mapped to Retropad start, and "Start (right)" is mapped to Retropad A : https://github.com/libretro/fbalpha/commit/4adb2518645c782ff8d34afe8b9cc0828bc54e69
-
@barbudreadmon Thanks - I'll give it a shot to see how it works.
-
@barbudreadmon OK, so it seems to work. As long as I have enough credits (P1 and P2):
P1:Start
starts a 1P Ms Pac-ManP1:A
starts a 1P GalagaP2:Start
starts a 2P GalagaP2:A
starts a 2P Ms Pac-Man
@bengalsfan88 can you give it a try ?-Just update
lr-fbalpha
from source to get the latest modifications added by @barbudreadmon and try using the mapping for Start/A on each player to get the various starting options in the ROM.EDIT: Ms Pac-Man.
-
@mitu
I'm so sorry I haven't replied, I never checked back in until now because I was expecting to get an email when someone replied but it looks like my notification settings were just wrong. Thank you all so much for the help, I am trying your solution right now. I'll be sure to make a post when the project is complete and the cabinet is restored to her former glory!Thanks again.
-
@bengalsfan88 said in Help with mapping 4 start buttons for Galaga/Ms. PacMan:
I'll be sure to make a post when the project is complete and the cabinet is restored to her former glory!
I'd like to see that, thank you !
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.