Homepage › Forums › RetroPie Project › Emulation Station Themes › My Skin
- This topic has 53 replies, 19 voices, and was last updated 10 years, 1 month ago by leosmeira.
-
AuthorPosts
-
03/03/2014 at 23:58 #5389nosifoneParticipant
Bonjour,
J’ai réalisé dans le cadre de mes études une borne d’arcade embarquant (comme vous pouvez-vous en douter) une raspberry pi et RetroPie. Je voulais une interface plus simple que celle fournis par défaut avec EmulationStation . Je n’y connais rien en programmation mais j’aime bien bidouiller :), j’ai donc gardé la base du code et opéré quelques modifications pour adapter mes visuels. J’ai associé à chaque console une couleur, et fait apparaitre le logo en en-tête ainsi que la manette/console dans le background. Pour l’instant une bonne douzaine d’émulseurs sont habillés (tout ceux que j’ai réussis a faire fonctionner en fait^^).
Je vous laisse en juger pas vous même.
Et si il y’a des intéressés, je partagerais volontiers mon travail avec la communauté.
Florian
03/03/2014 at 23:59 #5392nosifoneParticipantAperçu
03/04/2014 at 00:01 #5395nosifoneParticipantEncore
03/04/2014 at 00:04 #5398nosifoneParticipantPS: ne faites pas attention aux noms des jeux dans les aperçu, ce sont les maquettes ;)
03/04/2014 at 00:23 #5401romanParticipantWow, this is great!
Would you mind sharing the originals in a zip file?
I would appreciate it, thanks.
03/04/2014 at 07:56 #5407karlossParticipant+1
Sent from my Nexus 5 using Tapatalk
03/04/2014 at 13:54 #5422kitchukParticipantThese look amazing!! Please include a zip with all your themes/boot screen!
03/04/2014 at 16:12 #5423nosifoneParticipantMerci pour vos commentaires,
j’ai transféré tous les fichiers a Aloshi, il devrait les mettre a disposition sur son site prochainement.
03/04/2014 at 16:19 #5424trimmtrabbParticipantThanks for sharing, really nice work :-)
03/04/2014 at 19:10 #5427nosifoneParticipantPour les plus impatients :
03/04/2014 at 20:09 #5428kitchukParticipantNosifone, what reolsolution do you recommend to set the pi for these themes?
03/04/2014 at 20:11 #5429kitchukParticipantCes peaux sont fantastiques. Votre travail est apprécié!
03/04/2014 at 20:18 #5430nosifoneParticipantj’ai réalisé ce skin expresement pour ma borne d’arcade, écran 19″ format 4/3, 1280×1024
J’ai fournis dans skin.zip les fichiers sources (template.psd et controlers.ai), vous pourrez facilement modifier les dimensions pour l’adapter a une autre résolution.
03/04/2014 at 20:25 #5432petrockblogKeymasterThese themes look great!
Due to the size of the theme package, I have added it to the downloads section of RetroPie. You can find it here.
Great work!
03/04/2014 at 20:34 #5434nosifoneParticipantmerci ;)
03/04/2014 at 22:19 #5437karlossParticipantThanks for sharing this mate! :)
Sent from my Nexus 5 using Tapatalk
03/05/2014 at 00:30 #5444karlossParticipantBe careful not to just drag and drop this zip on to your install as this contains config files that will mess up your install..just a warning.
Sent from my Nexus 5 using Tapatalk
03/05/2014 at 02:38 #5446peanutParticipantI tried the package but the first titel of a game overlaps the TOP gamesystem logo’s
My resolution is 1280×1024…17inch monitor anyone else have the issue?
03/05/2014 at 09:32 #5452nosifoneParticipantPour quelle console as tu rencontré ce problème? peut-tu joindre une photo?
03/05/2014 at 19:33 #5463petrockblogKeymaster[quote=5444]Be careful not to just drag and drop this zip on to your install as this contains config files that will mess up your install..just a warning.
Sent from my Nexus 5 using Tapatalk
[/quote]
Thanks for that hint. I have removed the config files from that package and updated the download right now.03/05/2014 at 22:05 #5465kitchukParticipantI tried the package but the first titel of a game overlaps the TOP gamesystem logo’s
My resolution is 1280×1024…17inch monitor anyone else have the issue?
I seems to have the same problem. I need to find a way to move it down a little.
03/05/2014 at 22:10 #5470nosifoneParticipantTu peux facilement modifier l’emplacement de xxx_logo.png en éditant le fichier thème.xml
03/06/2014 at 10:14 #5485karlossParticipantI can’t seem to get this theme to install, i have over written all the folders in .emulationstation, but only some of the themes have chanage, e.g. megadrive is still in the old theme style, with none of the new wallpapers or anything.. :(
03/06/2014 at 10:32 #5487nosifoneParticipanthmmmm, 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 .xmlj’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=35mon 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…
03/06/2014 at 10:42 #5488nosifoneParticipantJ’aimerais ajouter de nouvelles consoles mais je n’arrive pas faire marcher les émulateurs :
-game gears
-neogeo pocket
-ScummVM
-Nintendo 64
-Playstation Portable
-ZX Spectrum
-C64 (au moins pour “Super Bread Box” ^^ )”Si vous pouviez m’aidez par exemple en m’envoyant vos “es_systems” fonctionnel.
l’emplacement des bios si il y’en a besoin, etc…Merci beaucoup
03/06/2014 at 13:46 #5493AnonymousInactiveFranchement ces themes sont supers !!
Très bon boulot !
As-tu prévu un theme MasterSystem ou une variante Megadrive du theme Genesis ?
03/06/2014 at 13:58 #5494nosifoneParticipantJ’ai terminé la MasterSystem hier.
Pour la Megadrive je peux faire un 2nd titre avec le logo de la MegaDrive ;)
03/06/2014 at 16:52 #5497nosifoneParticipantj’ai réussis a modifier cet horrible Menu.
Pour installer le mien, remplacer le fichier “emulationstation” à cette adresse
/home/pi/RetroPie/supplementary/EmulationStation
vous devrez quitter emulationstation avant de procéder au remplacement avec la touche F4
et placer MY-FONT à cette adresse
/home/pi
Si vous voulez, vous pouvez mettre une autre font que la mienne du moment qu’elle porte le même nom ;)
03/06/2014 at 23:08 #5516kitchukParticipantCould you share the master system and mega drive themes?
03/06/2014 at 23:16 #5517nosifoneParticipantvoilà pour la MasterSystem mais je n’ai pas eu le temps de terminé la megadrive, j’ai chercher toute la journée comment modifier le menu.
03/07/2014 at 00:08 #5519nosifoneParticipantvoilà pour le logo de la megadrive.
03/07/2014 at 01:29 #5522nbonaparteParticipantJ’aime votre oeuvre!
Si vous vouliez la texte pour Nintendo 64 dans le es_systems:DESCNAME=Nintendo 64
NAME=n64
PATH=/home/pi/RetroPie/roms/n64
EXTENSION=.z64 .Z64 .n64 .N64
COMMAND=cd /home/pi/RetroPie/emulators/mupen64plus-rpi/test/ && ./mupen64plus %ROM%
PLATFORMID=3Aussi,est-ce que vous avez (ou vous pouviez faire) un resolution plus grand pour le background? (Je voudrais 1920 x 1080, s’il vous plait)
03/07/2014 at 08:44 #5530AnonymousInactiveAvec le .psd inclu j’ai pu adapter les couleurs de fond, et j’ai adapté les themes pour l’affichage pochettes + résumé pour une résolution 1920×1080.
Est-ce qu’il y a un moyen de changer l’alignement vertical du texte des résumés ? Quand le résumé est très court il apparaît collé tout en bas et c’est pas super beau.
03/07/2014 at 08:56 #5531nosifoneParticipantCool, je ne l’avais pas fait car j’avais peur que les pochettes et artworks cassent la monochromie que l’on retrouve dans chaque émulateur. Mais j’aimerais bien voir ce que ça donne, je ne sais pas pour l’alignement du texte mais je pense que oui, fouille dans le .xml
Par exemple, peut être en rajoutant ” <pos>0 0</pos> “.il est possible de jouer sur la taille du texte aussi.
03/07/2014 at 09:02 #5533nosifoneParticipantautre idée, tu dois pouvoir rajouter plein d’espace a la fin du texte pour le remonter ;)
-
AuthorPosts
- The forum ‘Emulation Station Themes’ is closed to new topics and replies.