Giter Club home page Giter Club logo

installers's Introduction

retropie-installers

Retropie auto-installer scripts for homebrew games

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

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 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!

installers's People

Contributors

retrobrews avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.