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

    runcommand launching images for ANY theme

    Scheduled Pinned Locked Moved Projects and Themes
    runcommandlaunching imagesplashscreenscript
    222 Posts 40 Posters 172.5k 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.
    • dankcushionsD
      dankcushions Global Moderator @FlyingTomahawk
      last edited by

      @FlyingTomahawk no one can.

      1 Reply Last reply Reply Quote 0
      • E
        EctoOne @FlyingTomahawk
        last edited by

        @FlyingTomahawk It's not always the A button on the controller. It's whatever key is 0 in your config. For me it's the B button, so I changed the text to that. Also you need to press it after the image is gone, it's a very small time limit.

        1 Reply Last reply Reply Quote 0
        • FlyingTomahawkF
          FlyingTomahawk
          last edited by FlyingTomahawk

          I see... I'll just give it another try then. Thanks guys.

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

            @FlyingTomahawk mash buttons til it works

            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

            FlyingTomahawkF 1 Reply Last reply Reply Quote 2
            • FlyingTomahawkF
              FlyingTomahawk @herb_fargus
              last edited by

              @herb_fargus

              lol, will try. Thanks. :-))

              1 Reply Last reply Reply Quote 0
              • B
                backstander @FlyingTomahawk
                last edited by

                @FlyingTomahawk
                I just do what @herb_fargus mentioned "mash buttons til it works" but sometimes it will put me in where I am choosing which emulator to use and I have to back out one menu.

                I think I read somewhere on here that the Runcommand looks for the button pressing either the last millisecond that launching.png is on screen or just right after it goes away.

                hooperreH 1 Reply Last reply Reply Quote 1
                • hooperreH
                  hooperre @backstander
                  last edited by hooperre

                  @backstander I just press it once after the launching screen goes away and it works every time.

                  4B ~ RPi PSU 5.1V / 3.0A ~ 32GB SanDisk microSD ~ 128GB USB

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

                    @FlyingTomahawk After the image is gone you have 2 seconds of black screen where you can press the button 0 and access the runcommand menu. But if you press the button 0 while the image still on screen the image disappears and then you have those 2 seconds to press button 0 and access the runcommand menu.

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

                      @meleu
                      I couldn't had said it any better! Maybe you should put something about this on the Runcommand Wiki page?

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

                        @backstander sounds like a good idea to me. This is the only time on retropie I'll ever recommend button mashing as a solution to a problem!

                        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

                        1 Reply Last reply Reply Quote 1
                        • M
                          masteryoer
                          last edited by masteryoer

                          Hmm, I built a custom theme and placed it in /etc/emulationstation/themes and the script picks it up, but when I try generating images, it tells me WARNING: image for <system> was NOT created!

                          That's all it tells me. It works on the stock carbon theme, and any themes downloaded through the retropie es themes menu, but if I manually upload a theme via ftp into the /etc/emulationstation/themes folder, it doesn't generate loading images for them.

                          To see if maybe it was a permissions issue, I modified the esthemes.sh script to add in my theme at it's github repository, and even after installing the script, it still doesn't allow me to generate images for my theme.

                          (It's saying 'failed to add the logo image' in the systems that I do have)

                          My theme can be found at https://github.com/Ex0r/es-theme-xcade

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

                            @masteryoer If you are comfortable enough with Linux command line, I would like to ask you something...

                            Please, execute the following command:

                            (If you installed the tool via RetroPie-Setup, the script is at /opt/retropie/supplementary/launchingimages/)

                            bash -x  ./generate-launching-images.sh -t theme_name 2> ~/debug.txt
                            

                            It will generate the /home/pi/debug.txt file. Then paste the log.txt in http://codepad.org/ (select the "Plain Text" at the left of text box). It could be pastebin or something, but I'm behind a restrictive proxy now...

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

                              http://codepad.org/YqfWqlkT

                              is the current debug.txt

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

                                @masteryoer I've found the problem. My script looks for the logo in the detailed view. Your theme.xml files don't have a logo for this (they have for system view only).

                                I think I'll make the script look for the logo in the detailed view first, and if fail, look for it in the system view.

                                Will look into it next weekend (pretty busy currently).

                                I'll let you know when it's ready. ;-)

                                Cheers!

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

                                  @meleu

                                  So for the time being, would using the --no-logo flag cause the script to work?

                                  meleuM 2 Replies Last reply Reply Quote 0
                                  • meleuM
                                    meleu @masteryoer
                                    last edited by

                                    @masteryoer said in runcommand launching images for ANY theme:

                                    @meleu

                                    So for the time being, would using the --no-logo flag cause the script to work?

                                    Why not try? :-)

                                    I think yes.

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

                                      @meleu sure does!

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

                                        Just saw that @ETAPRIME made a cool video showing how to use the launchingimages feature:

                                        The fact that he didn't pronounce my name correctly doesn't detract from the quality of the video! :-)

                                        Cheers!

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

                                          @meleu said in runcommand launching images for ANY theme:

                                          he didn't pronounce my name correctly

                                          Maybe you should explain you're from Brazil..not from France ;-)

                                          Nice video btw @ETAPRIME !

                                          1 Reply Last reply Reply Quote 2
                                          • AndersHPA
                                            AndersHP
                                            last edited by

                                            Wow, it would be awesome to have a systems-logo launch image with a little signature underneath, that shows your button layout, and which is assigned for which.

                                            I have a 6 button layout, meaning that in some games not all is used. This would make this clear, every time I launch a game... Hmmm..

                                            My "Bubble Bobble" Themed Bartop Arcade
                                            My Gameboy

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