Bespoke Multi Game Arcade Cabinets

Custom Arcade Machines



Start A Game Automatically When RetroPie Loads


Maybe you've built a multi game arcade cabinet but had it look like an original cabinet from the 80s or 90s (Like Our Replica Range?). A cool feature would be for it to boot straight in to a game while still having the option to access EmulationStation and all the other games. This is pretty easy with the following steps.



Game First, EmulationStation Second


RetroPie will automatically load EmulationStation on boot up as that is what's dictated by the autostart.sh file. Navigate your way to it ...


/opt/retropie/configs/all/autostart.sh


Depending on how you're accessing this (the built in text editor if using something like WinSCP or nano if you're accessing directly via the console), you can open the file to see that it should contain the following ...


emulationstation #auto


To make a game run first, just add the code to start the game (See Here For Info) before the line starting EmulationStation. For example, to have the system boot directly in to Super Metroid on the Super Nintendo add the following line of code so the autostart.sh file looks like this ...


/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ snes /home/pi/RetroPie/roms/snes/supermetroid.smc

emulationstation #auto


When you exit out of the game, EmulationStation will load as normal.

Custom Arcade Machines

© Copyright 2024 Custom Arcade Machines UK


Unless stated otherwise, all content on this website has been created by (and for) Custom Arcade Machines UK. Please direct any queries regarding this to info@customarcademachines.co.uk and we'll do our very best to help.