How to Add a Loading Animation to RetroPie

Get That RetroPie Polish!



Let's go over how to add a loading animation to RetroPie. The loading animation will show up before and after a game/ROM is launched or exited. We'll also cover how to hide the Runcommand Launch Menu.

Code Snippet

The following code snippet goes in runcommand-onstart.sh and runcommand-onend.sh:

#!/bin/bash
omxplayer -b "/opt/retropie/configs/all/launching-3s.mkv" > /dev/null &

Gear in This Video

Other Links

My Gear