RetroPie Toolkit

RetroPie EasyHax RetroPie Toolkit

Here is an old RetroPie Toolkit that was developed by EazyHax.  I decided to switch the sh files to match our server just in case his ever went offline and someone still needed these files for their RetroPie Project.

Here’s what’s available in the ZIP below:

Disk Space.cmd
plink -ssh -l pi -pw raspberry retropie “curl https://l5j.net/pitime/Disk_Space.sh | bash”EXIT
Flip flop Megadrive PC Engine and Genesis TG16ace.cmd
plink -ssh -l pi -pw raspberry retropie “curl https://l5j.net/pitime/Flip_SegaGen_Mega_PCE_TG16_DISP.sh | bash”
EXIT
Log into Retropie.cmd
start .\putty.exe pi@retropie -pw raspberry
exit
N64 Minor Tweaks (Launch to enable hi-res Textures on N64)
plink -ssh -l pi -pw raspberry retropie “curl https://l5j.net/pitime/n64_tweaks.sh | bash”
EXIT
No Audo Fix (Try this if you do not have audio)
plink -ssh -l pi -pw raspberry retropie “curl https://l5j.net/pitime/No_Audio_Fix.sh | bash”
EXIT
Overscan Disable (Get rid of black boarder).cmd
plink -ssh -l pi -pw raspberry retropie sudo perl -p -i -e ‘s/#disable_overscan=1/disable_overscan=1/g’ /boot/config.txt; sudo reboot
EXIT
Overscan Enable (Picture runs off the screen).cmd
plink -ssh -l pi -pw raspberry retropie sudo perl -p -i -e ‘s/disable_overscan=1/#disable_overscan=1/g’ /boot/config.txt; sudo reboot
EXIT
Power Override (use if your power supply is crap).cmd
plink -ssh -l pi -pw raspberry retropie “curl https://l5j.net/pitime/Power_Override.sh| bash”
EXIT
Reboot RetroPie.cmd
plink -ssh -l pi -pw raspberry retropie sudo reboot
exit
Reset Controller Configse.cmd
plink -ssh -l pi -pw raspberry retropie “curl https://l5j.net/pitime/Reset_Controllers.sh | bash”
EXIT
Shutdown EmulationStation.cmd
plink -ssh -l pi -pw raspberry retropie killall emulationstation
exit
Shutdown RetroPie.cmd
plink -ssh -l pi -pw raspberry retropie sudo shutdown -h now
exit
[download id=”7663″]

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *