RetroflagGpi Guides

Useful guides for Retroflag Gpi Case

View on GitHub

Banner Image

Back to Index

NEW Openbor Beta 6xxx Install Guide

For Pi Zero/One

(It’s good practice to make a backup first)

See this thread for more information

Beginning

sudo ~/RetroPie-Setup/retropie_setup.sh

wget https://github.com/crcerror/OpenBOR-Raspberry/archive/master.zip

GL4ES - Open GL

Add some pak files

Let the fun begin

This might not be needed, but something you can try if it won’t load a game.

add a line to end of emulators.cfg:

sudo nano /opt/retropie/configs/ports/openbor/emulators.cfg

openbor = "pushd /opt/retropie/ports/openbor; /opt/retropie/ports/openbor/OpenBOR; popd"

Per Cypherghost

you may consider trying this instead, about the emulators.cfg, it should be:

openbor = "pushd /opt/retropie/ports/openbor; /opt/retropie/ports/openbor/OpenBOR %ROM%; popd"
The %ROM% is needed to start PAK-files through dialog menu or via EmulationStation as own system.

Controls:

You need to download the default.cfg file

sudo mkdir -p /opt/retropie/configs/ports/openbor/Saves && cd /opt/retropie/configs/ports/openbor/Saves && wget -O default.cfg https://github.com/SinisterSpatula/RetroflagGpiGuides/raw/master/data/openbor/default.cfg 

For HE-MAN you need to copy default.cfg to HE-MAN.cfg

sudo cp /opt/retropie/configs/ports/openbor/Saves/default.cfg /opt/retropie/configs/ports/openbor/Saves/HE-MAN.cfg

You can use this method for each and every game, just copy the default.cfg and call it whatever game-name.cfg or overwrite that games game-name.cfg with the one from defalt.cfg. If you don’t do this step, you will end up with controls that aren’t exactly right (you will see two players on your screen and it might be taking a bunch of screenshots when you press a normal button. This is because it didn’t load the correct config file, or you did not make a config file for it from the default.cfg.

Controls use Advanced Controller Framework

Support Thread

Go here for help

Additional Resources

See this thread for more information

Back to Index

Head back to our Facebook Group