Splashscreen for custom systems help...
-
I've created a load of splashscreens for my build. I've done custom images for each system but I can't get the correct image to load for custom systems like e.g. Amiga CD32, this only loads the Amiga splashscreen. Atomiswave and Naomi display the dreamcast screen etc.
I have copied the screens to /opt/retropie/configs/<systemfolder> as per the guide. I have also created config folders for all the custom systems and copied the splashscreen in to them but this hasn't worked..
I've also tried creating a folder in the roms section called images and putting the launching.png in there. Didn't work either. Nor did putting the launching.png file directly in with the roms.
Is there anyway I can get the correct splashscreen to load for these added in systems?
-
You probably haven't completed all the steps for creating custom systems and your
runcommand
configuration references the original systems.Post the entries you added to your
es_systems.cfg
. -
@mitu Thanks for the reply. Here is my es_systems file;
<?xml version="1.0"?>
<systemList><system>
<name>atomiswave</name>
<fullname>Atomiswave</fullname>
<path>/home/pi/RetroPie/roms/atomiswave</path>
<extension>.cdi .chd .gdi .sh .zip .CDI .CHD .GDI .SH .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS dreamcast %ROM%</command>
<platform>arcade</platform>
<theme>atomiswave</theme>
</system><system>
<name>naomi</name>
<fullname>NAOMI</fullname>
<path>/home/pi/RetroPie/roms/naomi</path>
<extension>.cdi .chd .gdi .sh .zip .CDI .CHD .GDI .SH .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS dreamcast %ROM%</command>
<platform>arcade</platform>
<theme>naomi</theme>
</system><system>
<name>amigacd32</name>
<fullname>Commodore Amiga CD32</fullname>
<path>/home/pi/RetroPie/roms/amigacd32</path>
<extension>.adf .adz .cue .dms .ipf .lha .sh .uae .zip .ADF .ADZ .CUE .DMS .IPF .LHA .SH .UAE .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS amiga %ROM%</command>
<platform>amiga</platform>
<theme>amigacd32</theme>
</system><system>
<name>pce-cd</name>
<fullname>PC Engine CD</fullname>
<path>/home/pi/RetroPie/roms/pce-cd</path>
<extension>.7z .pce .ccd .chd .cue .zip .7Z .PCE .CCD .CHD .CUE .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS pcengine %ROM%</command>
<platform>pce-cd</platform>
<theme>pce-cd</theme>
</system><system>
<name>tg16</name>
<fullname>Turbo GraFX16</fullname>
<path>/home/pi/RetroPie/roms/tg16</path>
<extension>.7z .pce .ccd .chd .cue .zip .7Z .PCE .CCD .CHD .CUE .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS pcengine %ROM%</command>
<platform>pcengine</platform>
<theme>tg16</theme>
</system><system>
<name>tg16-cd</name>
<fullname>Turbo GraFX16 CD</fullname>
<path>/home/pi/RetroPie/roms/tg16-cd</path>
<extension>.7z .pce .ccd .chd .cue .zip .7Z .PCE .CCD .CHD .CUE .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS pcengine %ROM%</command>
<platform>tg16-cd</platform>
<theme>tg16-cd</theme>
</system></systemList>
-
Please use pastebin.com for large texts or just post the new additions to the file.
-
@mitu thanks, I've edited my post to just leave the systems I'm having trouble with. They all point to the 'parent' system.
EDIT: I changed the name for naomi from dreamcast and it's working.. So problem solved. Thanks for pointing me in the right direction.
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.