Here is a way to select joystick for players 1-4 (global or emu specific)
-
@hansolo77 the retropie menu doesn't need a gamelist. I can manually move the script to the retropiemenu and it shows up, the script just doesn't function correctly when i do that.
-
@TMNTturtlguy the instalation through retropie_setup / experimental packages should be enough. Could you try it again?
-
@meleu I just figured it out. It is because i am running off of a usb drive and the retropiemenu folder is on my USB drive, I am guessing that the setup menu is installing it to the SD Card?
-
@meleu confirmed, i tried to reinstall with my USB stick in, did not work. Uninstalled. Removed my USB. Installed again through retropie setup and it is now in my retropie menu. That is running off of the SD card. What do i need to do to allow it to run off of my USB? Thanks
Update: I tired a few things, first i looked at how it worked on the SD card and it was a simple symbolic link from the /opt/ location. So i tried to do this to the USB but it won't allow it. No matter what i try, even sudo will not allow the link. So i just copied the 3 files from the /opt/ location and dumped them into my retropiemenu location on the USB and it works. I can't run an update to this location, from the setup menu, but that is fine.
-
@TMNTturtlguy I'll think on a better solution and let you know when it's ready.
-
@TMNTturtlguy I think I solved your issue. Could you remove those files from retropiemenu and install the tool using the steps I've put on the README?
https://github.com/meleu/RetroPie-joystick-selection/blob/master/README.md#installation -
Changelog
- Installation procedure has changed (some people were having issues with the previous one). The OP and README file were updated accordingly.
- solved the issue when
~/RetroPie
directory is on a partition that doesn't support symbolic links (thanks @TMNTturtlguy for reporting this issue). - added the possibility to invoke the tool in runcommand menu and configure the joystick input for the system that is about to be launched (thanks BuZz for adding such a cool feature on runcommand).
-
@Rion said in Here is a way to select joystick for players 1-4 (global or emu specific):
Looking forward for Joystick support and included in run command before you start a game! :)
More than one year later but this day finally has come! Update the script and you'll get what you want! ;-)
Note: this feature depends on RetroPie 4.2.8+
-
@meleu Thanks for doing this, unfortunately I am once again traveling and don't have my pi. I will test this upon my return in 3 days.
-
@meleu High Five!
-
@meleu I get an error when trying to download the
install.sh
script. https://pastebin.com/8iYrjcBT
I'm on 4.2.9 but kernel is from 4.2. I started with a clean 4.2 image. So I then downloaded it on my pc instead and transferred to my pi that way. It now gives me:
ERROR: "/root/RetroPie-Setup" directory not found! Looks like you don't have RetroPie-Setup scripts installed in the usual place. Aborting...
I tried to execute it in my/home/pi/RetroPie-Setup/
folder.
I also tried/home/pi/
and/home/
-
@Darksavior it's weird. @edmaul69 reported the same thing but I'm unable to reproduce. Anyways I noticed a little bug on
install.sh
and just fixed it. Can you try it again, please?curl https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/master/install.sh -o install.sh chmod a+x install.sh ./install.sh
-
@meleu Now I can download the installer on my pi without errors, but when installing it, it still gives me the same error.
Update: I fixed it. I changed the installer's"$home/RetroPie-Setup"
to"/home/pi/RetroPie-Setup"
Sorry I didn't open the file to find out the problem before. I've never opened an sh file in my life:P -
@meleu I've used this script a couple of times without issue, but I'm doing a fresh install and I'm getting an error:
Is this something wrong on my end? I had trouble setting up the wifi too (it wouldn't let me input a password).
-
@mattrixk said in Here is a way to select joystick for players 1-4 (global or emu specific):
Is this something wrong on my end?
Yes. I'm pretty sure.
-
@meleu Darn. Any ideas? Either what it might be, or how to test out what it might be?
Edit: I was able to update retropie via the setup script without issue, so I should be connected to the net.
-
@mattrixk
Can youping github.com
? -
@meleu
ping: unkown host github.com
I had just followed https://www.modmypi.com/blog/how-to-give-your-raspberry-pi-a-static-ip-address-update to set up a static IP address. Maybe that has interfered with something...
-
@meleu That was the problem. I deleted the lines from
/etc/dhcpcd.conf
and I was able to install your script without a problem. Cheers.Also I'll point out, on your github page (and just a few posts above this) you have:
curl https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/master/install.sh -o install.sh
But in your update on the first post of this thread it just has:
curl https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/master/install.sh
-
@mattrixk You're right. Thanks!
I've just fixed it in the OP too.
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.