Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: RetroArch config script not saving config file #106710
    dokfrost
    Participant

    Sorry for the haphazard reply but I’m at work so I am pretty much going to copy and paste something I wrote for a friend last night, most of my formatting gets cut out when I paste it here though. I hope this helps:

    General info
    Pi Model: RasPi 2
    RetroPie Version Used: 3.0
    Built From: SD Image
    USB Devices connected: DragonRise inc. SNES style USB gamepad. Basic USB HID keyboard.

    How to manually configure controllers in RetroPie 3.0

    So I was running into a problem where the auto config was not saving the config files when I ran it on certain controllers on RetroPie 3.0. I needed to find a way to manually configure my controllers and save/manage the files in case I wanted to switch controllers at different points. I’ve listed some useful locations below:
    -This is the cfg file that emulationstation uses for the main UI. Delete this file if you want to setup a new control scheme for emulationstation when you restart. (NOTE this wont do anything for game controls)
    /home/pi/.emulationstation/es_input.cfg
    -This is where the .cfg that the RetroArch snes emulator uses in game.
    /opt/retropie/configs/all/retroarch.cfg
    -This is where new configs are generated by the Configure RetroArch RGUI
    /opt/retropie/configs/all/RetroArch-####-######.cfg
    -This is where the retropie setup script is located (just in case you dont already know)
    ~/RetroPie-Setup/restropie_setup.sh

    NOTE: any step that starts with $ is what you should type at the command prompt but omit any text with a # before it. The # is letting you know that the text following it is just a note for your information and is not meant to be input into the rasberry pi.

    Also, anytime you run a command with sudo in front of it you may be required to input your password, I didn’t put this in the directions so just keep an eye out for that.

    1. press F4 from emulation station
    2. $ cd RetroPie-Setup # Change directory to the retropie setup dir so you can run the setup script.
    3. $ sudo ./retropie_setup.sh #run the setup scripts.
    4. select option 3 “Setup / Configuration”
    5. select option 316 (this is probably subject to change) “retropie configuration menu for emulationstation”
    6. press esc key until you are back in command line then type emulationstation and hit enter.
    7. You should now have a new menu tab called retropie, select that
    8. select “configure RetroArch / Launch RetroArch RGUI
    9. when browsing this with your Keyboard ‘z’ should be back and ‘x’ should be use/enter/confirm/ok
    10. go down to “settings” and press x
    11. go to “input user 1 binds”and press x
    12. Make sure your keypad is plugged in and highlight each option in this screen, press ‘x’ on your keyboard the press the button on your gamepad that corresponds to the option you highlighted.
    13. once you are done setting all of your buttons press ‘z’ twice to go back to the main screen.
    14. Have a pencil and paper ready for this next part. Highlight the “Save New Config” option and press ‘x’
    15. write down the file name that was saved. It should look something like “opt/retropie/configs/all/RetroArch-0923-030622″ (Basically what you just wrote gets saved as a backup file and you must go to /opt/retropie/configs/all/ and manually rename your file to retroarch.cfg)
    16. Now select “Quit RetroArch” and press ‘x’
    17. You should be kicked back into EmulationStation, so press ‘F4’ to go back to terminal.
    18. $ cd /opt/retropie/configs/all/ #this is the dir where your .cfg file and any new .cfg’ are located
    19. $ ls -l #this should populate an easy to read list of the config files you need to work with
    20. $ sudo mv retroarch.cfg retroarch.cfg.backup #save your old .cfg file just in case you want to swap back
    21. Locate the file you made in step 14-15, it should look like RetroArch-0923-030622. If you dont know which file it was or couldn’t write it down, the naming convention seems to be “RetroArch-[DATE]-[TIMESTAMP]. You will use this in the next step.
    22. $ sudo cp RetroArch-NNNN-NNNNNN.cfg retroarch.cfg #replace the NNNN-NNNNNN with the actual numbers of the file you created. This will copy your new .cfg file into the space that RetroArch uses for playing games.
    23. $ ls -l #make sure you see a retroarch.cfg file.
    24. $ sudo reboot

    Load up some games and have fun!

    Cheers,

    ~L

Viewing 1 post (of 1 total)