/installers

Retropie auto-installer scripts for homebrew games

Primary LanguageShell

retropie-installers

Retropie auto-installer scripts for homebrew games

Please see first!!: https://retrobrews.github.io/

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

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



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

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



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 ZX SPECTRUM ROMs ?
Once Retropie is running EmulationStation:
Hit F4
Enter below:
wget http://tiny.cc/zxs-roms
mv zxs-roms zxs-roms.sh
chmod +x zxs-roms.sh
./zxs-roms.sh
or
wget https://raw.githubusercontent.com/retrobrews/installers/master/zxs-roms.sh
chmod +x zxs-roms.sh
./zxs-roms.sh

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



HOW TO INSTALL ALL ROMs AT ONCE (ALL IN ONE)?
Once Retropie is running EmulationStation:
Hit F4
Enter below:
wget http://tiny.cc/aio-roms
mv aio-roms aio-roms.sh
chmod +x aio-roms.sh
./aio-roms.sh
or
wget https://raw.githubusercontent.com/retrobrews/installers/master/aio-roms.sh
chmod +x aio-roms.sh
./aio-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!