Homepage › Forums › RetroPie Project › Emulation Station Themes › My Skin › Reply To: My Skin
hmmmm, j’ai parfois changer les noms des répertoires dans mon fichier “es_systems” c’est la raison pour laquelle je l’avais ajouter dans “skin.zip”
Vérifier aussi le chemin d’accès de chaque fichier dans chaque .xml
j’ai également changer l’ordre des consoles pour avoir une continuité entre les couleurs des console.
Par exemple pour la megadrive/genesis:
mon fichier “es_systems”:
DESCNAME=Sega Master System II
NAME=mastersystem
PATH=/home/pi/RetroPie/roms/mastersystem
EXTENSION=.sms .SMS
COMMAND=/home/pi/RetroPie/supplementary/runcommand/runcommand.sh 1 “/home/pi/RetroPie/emulators/RetroArch/installdir/bin/retroarch -L /home/pi/RetroPie/emulatorcores/picodrive/picodrive_libretro.so –config /home/pi/RetroPie/configs/all/retroarch.cfg –appendconfig /home/pi/RetroPie/configs/mastersystem/retroarch.cfg %ROM%”
PLATFORMID=35
mon fichier theme.xml :
<basicTheme>
<listPrimaryColor>FFFFFF</listPrimaryColor>
<listSelectorColor>000000</listSelectorColor>
<hideHeader />
<hideDividers />
<listFont>
<path>./../general_art/Gobold.ttf</path>
<size>0.04</size>
</listFont>
<descriptionFont>
<path>./../general_art/Gobold.ttf</path>
<size>0.03</size>
</descriptionFont>
<menuScrollSound>./../sounds/GS25.wav</menuScrollSound>
<menuSelectSound>./../sounds/GS42.wav</menuSelectSound>
<menuBackSound>./../sounds/GS28.wav</menuBackSound>
<menuOpenSound>./../sounds/SNES5.wav</menuOpenSound>
<fastSelectColor>FFFFFF</fastSelectColor>
<boxBackground>./../general_art/darkgrey.png</boxBackground>
<fastSelectFont>
<path>./../general_art/Gobold.ttf</path>
<size>0.15</size>
</fastSelectFont>
<component>
<type>image</type>
<path>./megadrive_art/genesis_bg.png</path>
<pos>0 0</pos>
<dim>0 0</dim>
</component>
<component>
<type>image</type>
<path>./../general_art/arrow_white.png</path>
<pos>0 0</pos>
<dim>0 0</dim>
</component>
<component>
<type>image</type>
<path>./megadrive_art/genesis_logo.png</path>
<pos>0.5 0</pos>
<dim>0 0</dim>
<origin>0.5 0</origin>
</component>
<component>
<type>image</type>
<path>./../general_art/black_point.png</path>
<pos>0 0.935</pos>
<dim>0 0</dim>
</component>
<component>
<type>image</type>
<path>./megadrive_art/genesis_point_white.png</path>
<pos>0.5 0.957</pos>
<dim>0 0</dim>
<origin>0.5 0</origin>
</component>
</basicTheme>
désolé pour tout ces problèmes…