Splash Videos for different Emulators: Suggestions Welcome
-
I have retropie set up so that whenever I load a playstation rom, it first plays a 30 second video of the playstation logo.
I'd like to set up some splash videos for the others but can't find any good ones.
Currently using;
Sega Mega Drive
Nintendo
Super Nintendo
N64
Gameboy
Gameboy ColourAnyone got any suggestions for cool, short videos to play before the above emulators load their respective ROMs?
Anyone fancy making something...?
-
How about you show us how you got videos to play before rom?
-
- edit /opt/retropie/configs/all/runcommand-onstart.sh
nano /opt/retropie/configs/all/runcommand-onstart.sh`
- paste the following into script (it checks if the system is psx, if so, play the mp4):
[[ $1 == *psx* ]] && omxplayer -o both -b --layer 10001 /path/to/your/ps1.mp4
- make it executable.
chmod a+x /opt/retropie/configs/all/runcommand-onstart.sh
The video I used was found
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.