Homepage Forums RetroPie Project Splash screens EmulationStation Splash (SVG) Reply To: EmulationStation Splash (SVG)

#37412
whoismezero
Participant

You have to modify it from the source code. The splash screen svg can be found in the unstable release (https://github.com/Aloshi/EmulationStation/tree/unstable) in data/resources/splash.svg

Also, the code that dictates how the splash screen is displayed is located in es-core/src/Window.cpp (lines 227-248).

Once you have modified the sourcecode to your liking, you can compile it using the instructions provided on the EmulationStation website: http://emulationstation.org/gettingstarted.html#install_rpi_standalone.