RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Runcommand System Splashscreens!

    Scheduled Pinned Locked Moved Projects and Themes
    run commandruncommandsplashscreenpixelpixel theme
    342 Posts 81 Posters 479.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • meleuM
      meleu @daeks
      last edited by meleu

      @daeks My intention with my script is to let the users create the launching files only for the systems they have installed on their own raspi with no need of any further image manipulation with GIMP, Photoshop or something similar.

      The script are ready, but unfortunately the results aren't cool for every system.

      Look at the fba one:

      0_1483720575746_launching.png

      EDIT: other not fine result was for sega 32x:
      0_1483721071730_launching.png

      • Useful topics
      • joystick-selection tool
      • rpie-art tool
      • achievements I made
      daeksD 1 Reply Last reply Reply Quote 0
      • daeksD
        daeks @meleu
        last edited by daeks

        @meleu yeah you need to resize them. svg will be resized during conversation in my script:

        "%ICONVERT%" -background none -resize "x235>" -resize "600x>" "%%G" "%%~dpG%%~nG.png"

        check my fba

        alt text

        meleuM 1 Reply Last reply Reply Quote 0
        • meleuM
          meleu @daeks
          last edited by

          @daeks great! thanks!
          There must be some way to detect the dimensions of a file and then resize it to a proper size if it's too big. I'll study more about ImageMagick later. Or if you already know these kind of tricks, please share with us! ;-)

          • Useful topics
          • joystick-selection tool
          • rpie-art tool
          • achievements I made
          daeksD 1 Reply Last reply Reply Quote 0
          • daeksD
            daeks @meleu
            last edited by daeks

            @meleu resize "x235 > " -resize "600x > " - the ">" does the trick. It resizes only if the dimension width x heigth is bigger than. So if the image heigth is > 235px or the width > 600px resize it to 235px heigth or/and 600px width. Also checkout my latest changes regarding the positioning of the image / text.

            meleuM 1 Reply Last reply Reply Quote 1
            • meleuM
              meleu @daeks
              last edited by

              @daeks Are you a sorcerer or what?! :D
              Thanks, I'll implement it on my script and release it soon!

              • Useful topics
              • joystick-selection tool
              • rpie-art tool
              • achievements I made
              UDb23U 1 Reply Last reply Reply Quote 0
              • daeksD
                daeks @UDb23
                last edited by daeks

                @UDb23 said in Runcommand System Splashscreens!:

                If you need the Gamecube SVG with white text, it's here.

                Thx I have updated my repo and recreated the images

                meleuM 1 Reply Last reply Reply Quote 0
                • meleuM
                  meleu @daeks
                  last edited by

                  @daeks I also submitted a PR with this image to the carbon theme repository: https://github.com/RetroPie/es-theme-carbon/pull/23

                  I think my script is pretty usable now (after the @daeks tips):
                  https://github.com/meleu/share/blob/master/carbon-launching-images.sh

                  • Useful topics
                  • joystick-selection tool
                  • rpie-art tool
                  • achievements I made
                  daeksD 1 Reply Last reply Reply Quote 0
                  • daeksD
                    daeks @meleu
                    last edited by

                    @meleu looks nice, dont know if you have missed it, but the params on L58, L61, L65 differs regarding the positioning of the image/text. :)

                    meleuM 1 Reply Last reply Reply Quote 0
                    • meleuM
                      meleu @daeks
                      last edited by

                      @daeks said in Runcommand System Splashscreens!:

                      the params on L58, L61, L65 differs regarding the positioning of the image/text.

                      You mean vertically, right? I noticed it. Thanks for sharing your knowledge here!

                      Feel free to add the script on your repository. I'm used to use "Public Domain" license on my scripts. :-)

                      • Useful topics
                      • joystick-selection tool
                      • rpie-art tool
                      • achievements I made
                      daeksD 1 Reply Last reply Reply Quote 0
                      • daeksD
                        daeks @meleu
                        last edited by

                        I have moved my images to a zip file ready for installation: https://github.com/daeks/retropie-system-splashscreens-carbon/releases

                        @meleu yes, correct.

                        1 Reply Last reply Reply Quote 0
                        • RookervikR
                          Rookervik Global Moderator
                          last edited by

                          Hehe, graphic changes for Carbon must be reviewed by the devs. I can't even change things in Carbon and I made it. So pull requests to change graphics are a little bold.

                          meleuM 1 Reply Last reply Reply Quote 0
                          • UDb23U
                            UDb23 @meleu
                            last edited by

                            @meleu Just made a new game runcommand splashscreen.

                            alt text .

                            Part of the new Burning Force Artwork pack.
                            ;-)

                            1 Reply Last reply Reply Quote 2
                            • meleuM
                              meleu @Rookervik
                              last edited by

                              @Rookervik said in Runcommand System Splashscreens!:

                              Hehe, graphic changes for Carbon must be reviewed by the devs. I can't even change things in Carbon and I made it. So pull requests to change graphics are a little bold.

                              My PR doesn't change the game cube system.svg, it just adds a system2.svg with white letters. ;-)

                              • Useful topics
                              • joystick-selection tool
                              • rpie-art tool
                              • achievements I made
                              1 Reply Last reply Reply Quote 0
                              • meleuM
                                meleu
                                last edited by meleu

                                I've created a new thread for the carbon runcommand launching screens:
                                https://retropie.org.uk/forum/topic/7067/runcommand-launching-images-for-carbon-theme

                                Also updated my script just to make it more robust and warning the user about the images that were not created (e.g.: trs-80 directory name from /opt/retropie/configs/ differs from /etc/emulationstation/themes/carbon/).
                                https://github.com/meleu/share/blob/master/carbon-launching-images.sh

                                • Useful topics
                                • joystick-selection tool
                                • rpie-art tool
                                • achievements I made
                                1 Reply Last reply Reply Quote 1
                                • meleuM
                                  meleu
                                  last edited by

                                  @daeks I've just realized that if we bring some xml reading capabilities to the script we can automate the launching images generation to any theme! Maybe we need to deal with some background vs logo colors matching later, but first I need to learn how to make my script read the XML files correctly (I think the sed tricks I know won't be enough here)...

                                  • Useful topics
                                  • joystick-selection tool
                                  • rpie-art tool
                                  • achievements I made
                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    badhorse
                                    last edited by

                                    is it possible to have one splash screen for all emulators?

                                    meleuM 1 Reply Last reply Reply Quote 0
                                    • meleuM
                                      meleu @badhorse
                                      last edited by meleu

                                      @badhorse yes. Put a file named launching.png (.jpg) in /opt/retropie/configs/all and make sure that there's no launching images on the system specific configs directories.

                                      • Useful topics
                                      • joystick-selection tool
                                      • rpie-art tool
                                      • achievements I made
                                      B 1 Reply Last reply Reply Quote 0
                                      • B
                                        badhorse @meleu
                                        last edited by

                                        @meleu awesome. thanks dude

                                        1 Reply Last reply Reply Quote 0
                                        • meleuM
                                          meleu
                                          last edited by

                                          I've made a script to generate launching images for ANY theme. Posted about it here:
                                          https://retropie.org.uk/forum/topic/7193/runcommand-launching-images-for-any-theme

                                          • Useful topics
                                          • joystick-selection tool
                                          • rpie-art tool
                                          • achievements I made
                                          1 Reply Last reply Reply Quote 2
                                          • M
                                            mxstar1
                                            last edited by

                                            OK, i gotta ask. Lets take it to the next level. How do we get videos to play instead of a png/jpg?

                                            RookervikR 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            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.