Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › editing retroarch.cfg from /opt/retropie/configs/all doesnt do anyhthing
- This topic has 7 replies, 3 voices, and was last updated 9 years, 11 months ago by Floob.
-
AuthorPosts
-
12/21/2014 at 20:16 #83869pcloadletterParticipant
new to the Forum so I’m sorry if I’m posting in the wrong spot. did a quick search and can’t seem to find my exact problem.
So here is my problem, I have the Xarcade tank stick (with trackball). i downloaded and imaged an 8gb SD card with the 2.3 image. set up my language options, keyboard options for the US. dropped some roms in for MAME, SNES, NES.
editied what i thought i needed to in /opt/retropie/configs/all retroarch.cfg under the keyboard settings adding things like:
input_player1_a = z
input_player2_down = f
etc.
MAME is working flawlessly, even the trackball works in bowling games, but I know its not reading the cfg file from that location because I just changed the inputs, for player one, for up and down and reversed them (ex. input_player1_up = down). rebooted no effect, added input_exit_emulator_btn = 3 and nothing. I’m thinking its not reading the retroarch.cfg from that location and wondering if there is somewhere else I should be editing it.I did some reading and looked in /home/pi/RetroPie/ but there is no config folder here. i tired creating one then an all folder and dropping the retroarch.cfg there and still no change
The bigger problem is that NES and SNES don’t respond at all except to the left joystick.
I even went as far as re-imaging with 2.3 and setting it all back up, going into /opt/retropie/configs/all and still the same issue.
I’m not much of a Linux user but I’m very capable in the windows environment so please be a little patient with me.
12/21/2014 at 21:10 #83874FloobMemberMame uses its own config file (for controllers etc..)
SNES/NES etc.. use retroarch.cfgThis may help:
Xarcade2Jstick – Map your Xarcade Tankstick to Game Pads and use it with RetroPie
12/21/2014 at 22:56 #83889pcloadletterParticipantdeleted
12/21/2014 at 23:24 #83892pcloadletterParticipantThanks for the quick reply, I think i have it working somewhat the way i need it to now.
installed Xarcade2Jstick, registered as a service etc from the link you provided and opened the MAME emulator hit TAB and remapped all the controls.the only issue is the one button in the nes emulator exits the game and i would like to remap just that one is there a button similar to TAB for mame that lets me into the emulator menu for the NES emulator that comes with retropie?
12/21/2014 at 23:43 #83893FloobMemberYou can have system specific configs for retroarch based emulators
/opt/retropie/configs/{systemname}/retroarch.cfgThat will overwrite values set in the /all/retroarch.cfg file
Also if you uncomment this, you can get a GUI in retroarch emulation
# Toggles menu. # input_menu_toggle = f1
12/22/2014 at 00:14 #83895pcloadletterParticipantThanks again for the quick reply, my issue in NES was that I had set a hotkey and and exit key in the /opt/retropie/configs/nes. removed those and its working. only thing left is to set a key to exit the emulator for NES SNES and Genesis. I’d like to use what the joypad config sees as “8” so i put in input_exit_emulator_btn = 8 and input_enable_hotkey_btn = 8 but it doesnt seem to do anything
12/22/2014 at 20:10 #83919laoraccParticipantTry putting the 8 in quotes, and change the enable hotkey button to something else. I don’t know if your setup would work, ie – hotkey + functionality on the same button, but it would almost certainly prevent you from mapping any other hotkey functionality (like menu/save/load/etc).
12/22/2014 at 20:20 #83920FloobMemberYes, as laoracc says, try one button for the hotkey, and another for the action.
Here is an example:
https://www.petrockblock.com/wp-content/uploads/2014/12/USB2-axis8-buttongamepad.txtSo:
input_enable_hotkey_btn = “6”is the hotkey, and everything below that is a hotkey based action.
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.