Skip to content

Retropie auto-installer scripts for homebrew games

Notifications You must be signed in to change notification settings

retrobrews/installers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 

Repository files navigation

retropie-installers

Retropie auto-installer scripts for homebrew games

Please see first!!: https://github.com/retrobrews/installers/wiki

HOW TO INSTALL GBA ROMs ?
Once Retropie is running EmulationStation:
Hit F4
Enter below:
wget http://tiny.cc/gba-roms
mv gba-roms gba-roms.sh
chmod +x gba-roms.sh
./gba-roms.sh
or
wget https://raw.githubusercontent.com/retrobrews/installers/master/gba-roms.sh
chmod +x gba-roms.sh
./gba-roms.sh

Once all will be downloaded and installed - EmulationStation will run again automatically...



HOW TO INSTALL GBC ROMs ?
Once Retropie is running EmulationStation:
Hit F4
Enter below:
wget http://tiny.cc/gbc-roms
mv gbc-roms gbc-roms.sh
chmod +x gbc-roms.sh
./gbc-roms.sh
or
wget https://raw.githubusercontent.com/retrobrews/installers/master/gbc-roms.sh
chmod +x gbc-roms.sh
./gbc-roms.sh

Once all will be downloaded and installed - EmulationStation will run again automatically...



HOW TO INSTALL COLECOVISION ROMs ?
Once Retropie is running EmulationStation:
Hit F4
Enter below:
wget http://tiny.cc/cv-roms
mv cv-roms cv-roms.sh
chmod +x cv-roms.sh
./cv-roms.sh
or
wget https://raw.githubusercontent.com/retrobrews/installers/master/cv-roms.sh
chmod +x cv-roms.sh
./cv-roms.sh

Once all will be downloaded and installed - EmulationStation will run again automatically...

You will not see any emulator inside the RetroPie.. yet.. as CV emulator must be installed manually:
Go to RetroPie --> Retropie Setup
Select (P) Manage Packages --> (opt) Manage Optional Packages --> (108) coolcv --> (B) Install from Binary
Then few times Back.. Back.. Back.. Exit...
Once Done, you need to restart emulation station.



HOW TO INSTALL MEGADRIVE/GENESIS ROMs ?
Once Retropie is running EmulationStation:
Hit F4
Enter below:
wget http://tiny.cc/md-roms
mv md-roms md-roms.sh
chmod +x md-roms.sh
./md-roms.sh
or
wget https://raw.githubusercontent.com/retrobrews/installers/master/md-roms.sh
chmod +x md-roms.sh
./md-roms.sh

Once all will be downloaded and installed - EmulationStation will run again automatically...



HOW TO INSTALL NES ROMs ?
Once Retropie is running EmulationStation:
Hit F4
Enter below:
wget http://tiny.cc/nes-roms
mv nes-roms nes-roms.sh
chmod +x nes-roms.sh
./nes-roms.sh
or
wget https://raw.githubusercontent.com/retrobrews/installers/master/nes-roms.sh
chmod +x nes-roms.sh
./nes-roms.sh

Once all will be downloaded and installed - EmulationStation will run again automatically...



HOW TO INSTALL SNES ROMs ?
Once Retropie is running EmulationStation:
Hit F4
Enter below:
wget http://tiny.cc/snes-roms
mv snes-roms snes-roms.sh
chmod +x snes-roms.sh
./snes-roms.sh
or
wget https://raw.githubusercontent.com/retrobrews/installers/master/snes-roms.sh
chmod +x snes-roms.sh
./snes-roms.sh

Once all will be downloaded and installed - EmulationStation will run again automatically...



HOW TO INSTALL SMS ROMs ?
Once Retropie is running EmulationStation:
Hit F4
Enter below:
wget http://tiny.cc/sms-roms
mv sms-roms sms-roms.sh
chmod +x sms-roms.sh
./sms-roms.sh
or
wget https://raw.githubusercontent.com/retrobrews/installers/master/sms-roms.sh
chmod +x sms-roms.sh
./sms-roms.sh

Once all will be downloaded and installed - EmulationStation will run again automatically...



HOW TO INSTALL ROMs MANUALLY?

Download zip file and extract roms into directory for roms:
/home/pi/RetroPie/roms/[roms_folder] (e.g. nes, snes...)
File gamelist.xml must be placed into different folder for emulationstation:
/home/pi/.emulationstation/gamelists/[roms_folder] (e.g. nes, snes...)
Run emulationstation and all should work!



Other ways of Transferring Roms can be found on RetroPie Setup Wiki:
https://github.com/RetroPie/RetroPie-Setup/wiki/Transferring-Roms

Enjoy!

About

Retropie auto-installer scripts for homebrew games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages