I found this script that works pretty well overall.
You want to change the order of your Joysticks? This is something useful especially with the Raspiboy and Retrostone, if you're playing on the TV then you probably don't want the unit in your hands during that time, you want to change Gamepad 1 to another of your pick.
Install this script (follow the simple instructions), it adds an option under the Retropie menu to change the order as needed. Since the interface itself can be controlled by any gamepad, it's not too hard to undo either!
https://github.com/meleu/RetroPie-joystick-selection
Joystick Order Selection
Re: Joystick Order Selection
I can’t seem to get this to install. I get the error:
“curl: (6) Could not resolve host: bash
curl: (6) Could not resolve host: install.sh”
“curl: (6) Could not resolve host: bash
curl: (6) Could not resolve host: install.sh”
-
- Posts: 7
- Joined: Thu 6 Sep 2018 18:52
Re: Joystick Order Selection
There are two statements to run in the install instructions.
Run this to download the install script:
curl https://raw.githubusercontent.com/meleu ... install.sh -o install.sh
And then this to run it:
bash install.sh
After its installed, you can delete the script if you want to:
rm install.sh
Run this to download the install script:
curl https://raw.githubusercontent.com/meleu ... install.sh -o install.sh
And then this to run it:
bash install.sh
After its installed, you can delete the script if you want to:
rm install.sh
Re: Joystick Order Selection
Thanks! Got it squared away now.