Homepage Forums RetroPie Project New to RetroPie? Start Here! RetroPie / OpenELEC (KODI) Dual Boot Disc Image Reply To: RetroPie / OpenELEC (KODI) Dual Boot Disc Image

#102237
smithers
Participant

Ok – here is an installer script I’ve made that when run will create 2 new scripts that will sit inside the RetroPie Menu screen in Emulation Station that will allow you to toggle command line access on and off (so you can use retropie setup script etc. but when finished you can turn off to allow clean emulator open and exit).

[ links removed]

Extract the contents and you should be left with a folder named “text_switcher”. Copy the folder onto your Raspberry Pi via FTP (or using Linux, if you run it), into the /home/pi/ directory, so it should look like:

/home/pi/text_switcher/

Now log into the pi via SSH and type in the following exactly:

cd text_switcher/
sudo ./install.sh

It is very important that you are inside the ‘text_switcher’ directory when running the above install script, so do not run it from another directory as it will not work!

Your Pi will now reboot and you will notice 2 extra items in the RetroPie menu. Now because you have used my build, it is safe to install an update to my gamelist.xml file which will assign a proper name and picture for the 2 new items.

I would not advise doing this step if you have not used my build

To install the theme update, log back into SSH on your Pi and type the following:

cd text_switcher/
sudo ./theme_install.sh

Your Pi will now reboot again and you will notice the 2 new items have been renamed and they have a picture to go with them, keeping with the theme throughout.

It is now safe to delete the “text_switcher” folder in /home/pi/, but do not delete the /home/pi/backup/ folder! This is where the magic takes place! ;)

I have also attached the standard es-input.cfg file should you want to replace mine.

Hope this helps people who were having difficulties in amending settings etc.

Cheers.
Steve