Viewing 35 posts - 1 through 35 (of 55 total)
  • Author
    Posts
  • #5389
    nosifone
    Participant

    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

    #5392
    nosifone
    Participant

    Aperçu

    #5395
    nosifone
    Participant

    Encore

    #5398
    nosifone
    Participant

    PS: ne faites pas attention aux noms des jeux dans les aperçu, ce sont les maquettes ;)

    #5401
    roman
    Participant

    Wow, this is great!

    Would you mind sharing the originals in a zip file?

    I would appreciate it, thanks.

    #5407
    karloss
    Participant

    +1

    Sent from my Nexus 5 using Tapatalk

    #5422
    kitchuk
    Participant

    These look amazing!! Please include a zip with all your themes/boot screen!

    #5423
    nosifone
    Participant

    Merci pour vos commentaires,

    j’ai transféré tous les fichiers a Aloshi, il devrait les mettre a disposition sur son site prochainement.

    #5424
    trimmtrabb
    Participant

    Thanks for sharing, really nice work :-)

    #5427
    nosifone
    Participant
    #5428
    kitchuk
    Participant

    Nosifone, what reolsolution do you recommend to set the pi for these themes?

    #5429
    kitchuk
    Participant

    Ces peaux sont fantastiques. Votre travail est apprécié!

    #5430
    nosifone
    Participant

    j’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.

    #5432
    petrockblog
    Keymaster

    These 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!

    #5434
    nosifone
    Participant

    merci ;)

    #5437
    karloss
    Participant

    Thanks for sharing this mate! :)

    Sent from my Nexus 5 using Tapatalk

    #5444
    karloss
    Participant

    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

    #5446
    peanut
    Participant

    I 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?

    #5452
    nosifone
    Participant

    Pour quelle console as tu rencontré ce problème? peut-tu joindre une photo?

    #5463
    petrockblog
    Keymaster

    [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.

    #5465
    kitchuk
    Participant

    I 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.

    #5470
    nosifone
    Participant

    Tu peux facilement modifier l’emplacement de xxx_logo.png en éditant le fichier thème.xml

    #5485
    karloss
    Participant

    I 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.. :(

    #5487
    nosifone
    Participant

    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…

    #5488
    nosifone
    Participant

    J’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

    #5493
    Anonymous
    Inactive

    Franchement ces themes sont supers !!

    Très bon boulot !

    As-tu prévu un theme MasterSystem ou une variante Megadrive du theme Genesis ?

    #5494
    nosifone
    Participant

    J’ai terminé la MasterSystem hier.

    Pour la Megadrive je peux faire un 2nd titre avec le logo de la MegaDrive ;)

    #5497
    nosifone
    Participant

    j’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 ;)

    #5516
    kitchuk
    Participant

    Could you share the master system and mega drive themes?

    #5517
    nosifone
    Participant

    voilà 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.

    #5519
    nosifone
    Participant

    voilà pour le logo de la megadrive.

    #5522
    nbonaparte
    Participant

    J’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=3

    Aussi,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)

    #5530
    Anonymous
    Inactive

    Avec 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.

    #5531
    nosifone
    Participant

    Cool, 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.

    #5533
    nosifone
    Participant

    autre idée, tu dois pouvoir rajouter plein d’espace a la fin du texte pour le remonter ;)

Viewing 35 posts - 1 through 35 (of 55 total)
  • The forum ‘Emulation Station Themes’ is closed to new topics and replies.