Howdy guys,
Hoping you could help me out, been working on building a retropie cabinet for some time after I got an old Lotto Fun 2 cabinet and thought it would be fun to rebuild it as an emulator. I've got the retropie installed, most of the roms I wanted are now working (MAME games seem to be the most difficult, consoles worked like a charm), and what parts aren't done yet should be a snap.
The main issue I keep running into and can't seem to figure out is how to set the TankStick from X-Arcade control schemes. For MAME, it auto detects and sets the controls just fine, for everything else, only the first player sticks work, and the buttons are terribly configurated; player 2 doesnt get configured at all.
I've seen the retropie wiki pages about configuring controls, but it doesnt seem to want to work. For example:
http://www.xgaming.com/service/images/Layouts/PC-MAC.htm <=== Is the control panel for the x-arcade, and I was attempting to rewrite the SNES CFG file to map the bottom left 4 buttons as the SNES 4 buttons, but everything I seem to try doesnt impact anything. Not sure if I'm supposed to be editing the all.cfg or the individual emulator .cfgs. I'll be the first to admit, I know very very little about linux or the Pi, so I've been trying to get some help, but this seems to be where I've hit a wall. Trying to make controls for SNES, Megadrive, and MAME all seperately; not just have 1 control set for all.
Any help would be stupendous!
EDIT: Example of what I
thought would work, below based on tankstick vs snes controller based on help I received from a friend. In snes retroarch.cfg.
input_remapping_directory = "/opt/retropie/configs/snes/"
input_player1_joypad_index = 0
input_player2_joypad_index = 1
input_player1_joypad_index = 0
input_player1_b_btn = 5
input_player1_a_btn = z
input_player1_y_btn = c
input_player1_x_btn = shift
input_player1_l_btn = ctrl
input_player1_r_btn = alt
input_player1_start_btn = x
input_player1_select_btn = space
input_player2_b_btn = 6
input_player2_a_btn = e
input_player2_y_btn = ]
input_player2_x_btn = w
input_player2_l_btn = a
input_player2_r_btn = s
input_player2_start_btn = [
input_player2_select_btn = q
# Axis for RetroArch D-Pad.
# Needs to be either '+' or '-' in the first character signaling either positive or negative direction of the axis, then the axis number.
input_player1_up_axis = -1
input_player1_down_axis = +1
input_player1_left_axis = -0
input_player1_right_axis = +0
input_player2_up_axis = -1
input_player2_down_axis = +1
input_player2_left_axis = -0
input_player2_right_axis = +0
If this post is in the wrong section let me know
