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 472.1k 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

      @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
                                • RookervikR
                                  Rookervik Global Moderator @mxstar1
                                  last edited by

                                  @mxstar1 Tain't no time to play a video before a game launches. We're lucky Jools coded this for us. All praise be to Jools.

                                  M 1 Reply Last reply Reply Quote 4
                                  • M
                                    mxstar1 @Rookervik
                                    last edited by

                                    @Rookervik said in Runcommand System Splashscreens!:

                                    @mxstar1 Tain't no time to play a video before a game launches. We're lucky Jools coded this for us. All praise be to Jools.

                                    Totally, I am not putting this down by no means, its awesome, and i use it. But im always thinking, how cool would a loading bar be, even if it was quick. im just curious if other file types could be used, mp4, swf, gif. Just out of curiosity. Thats all.

                                    herb_fargusH 1 Reply Last reply Reply Quote 0
                                    • herb_fargusH
                                      herb_fargus administrators @mxstar1
                                      last edited by herb_fargus

                                      @mxstar1 easy enough to call omxplayer and an mp4 with the onstart.sh command so it's called right before the game launches

                                      If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                                      Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                                      B M 2 Replies Last reply Reply Quote 1
                                      • B
                                        butflash @herb_fargus
                                        last edited by

                                        @herb_fargus @mxstar1
                                        I read further up the thread about enabling the option of pressing a button WHILE a runcommand boot image appears to open the runcommand menu, rather than waiting for the image to disappear and then pressing any button or joy button 0.
                                        Has anybody worked this out?

                                        herb_fargusH 1 Reply Last reply Reply Quote 0
                                        • herb_fargusH
                                          herb_fargus administrators @butflash
                                          last edited by

                                          @butflash one button mash closes the image. The next button mash opens runcommand.

                                          If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                                          Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                                          B 1 Reply Last reply Reply Quote 0
                                          • B
                                            butflash @herb_fargus
                                            last edited by

                                            @herb_fargus
                                            Thank you, I'll try that tomorrow. I've got something showing using the runcommand-onstart.sh script for a certain duration. I want to jump out when a button is pressed.
                                            Thanks

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