Overleaf Community Edition Server: Latex editor | Luciano's tech see the web in desktop mode to better experience | 469 OS | 304 OS Pi 4B | 77 OS Pi5
Add custom consoles to RetroPie
Capcom, SNK, Lucha, Naves, Futbol, Sega Raspberry Pi Buenos Aires, como quieras que se llame, vos tenés el poder!
Movernos a la carpeta de emulationstation--Move to the EmulationStation folder:
cd /etc/emulationstation
Hacer un backup--Make a Backup:
sudo cp es_systems.cfg es_systems.old
Agregar nuestro sistema personalizado, basado en uno existente--Add our custom system. Ej: Megadrive
sudo nano es_systems.cfg
Nuestro emulador base--Our base system:
<system>
<name>megadrive</name>
<fullname>Sega Mega Drive</fullname>
<path>/home/pi/RetroPie/roms/megadrive</path>
<extension>.7z .smd .bin .gen .md .sg .zip .7Z .SMD .BIN .GEN .MD .SG .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ megadrive %ROM%</command>
<platform>megadrive</platform>
<theme>megadrive</theme>
</system>
Replicamos y cambiamos las etiquetas--Copy and change the next <tags> <etiqueta> name, fullname, path, platform, theme:
<system>
<name>rpibuenosaires</name>
<fullname>Raspberry Pi Buenos Aires</fullname>
<path>/home/pi/RetroPie/roms/rpibuenosaires</path>
<extension>.7z .smd .bin .gen .md .sg .zip .7Z .SMD .BIN .GEN .MD .SG .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ megadrive %ROM%</command>
<platform>rpibuenosaires</platform>
<theme>rpibuenosaires</theme>
</system>
Guardar y cerrar el archivo--Close and Save:
Ctrl+ o (vocal o) , enter, Ctrl+x
Nos movemos a nuestro theme por defecto--Move to the theme default path:
cd /etc/emulationstation/themes/carbon/
En el crearemos la carpeta de nuestro theme del sistema--Here we make the directory for our custom system's theme:
sudo mkdir rpibuenosaires
Copiaremos en él, el contenido del theme del que nos copiamos--We get all the necessary from our base console:
sudo cp -r megadrive/* rpibuenosaires
Creamos el directorio rom de nuestro sistema personalizado--Make the rom directory for our custom console:
cd $HOME/RetroPie/roms/
mkdir rpibuenosaires
Debemos conseguir una foto para que sea nuestro logo, debe tener extensión .svg, colocarla en la carpeta creada para facilitar su copia a la carpeta correcta del theme:
We need a logo for our custom system, need have an .svg extension, momentarily we put in our rom folder for copy later to our theme folder:
$HOME/RetroPie/roms/rpibuenosaires
Y nombrarla--named system.svg donde extensión debe ser--where extension need to be .svg
Esto lo podemos hacer por--We can copy using ftp como hacemos con las--like we do with roms y--and bios.
Y nombrarla--named rpibuenosaires.svg
Moveremos esa foto a la carpeta correspondiente de nuestro--Move the logo to the theme folder:
mv(move) this to there
sudo mv $HOME/RetroPie/roms/rpibuenosaires/system.svg /etc/emulationstation/themes/carbon/rpibuenosaires/art/
Moveremos esa foto a la carpeta correspondiente de nuestro--Move the logo to the theme folder:
mv(move) this to there
sudo mv $HOME/RetroPie/roms/rpibuenosaires/rpibuenosaires.svg /etc/emulationstation/themes/carbon-2021/art/systems/
Reiniciamos--Restart the OS:
sudo reboot
Si no nos equivocamos veremos un nuevo sistema con nuestro logo y los juegos que hemos elegido. Sera muy útil utilizar esto en conjunto con el tutorial de enlaces simbólicos.--That's all, enjoy!