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
      last edited by

      @Rookervik @meleu
      maybe i'm missing the something but all the script does is automatically creates launch images for any given theme, right? it doesn't take art from one theme and create another theme under a new name or whatever, it just expands a given theme. it seems like all it does is save themers time and effort :)

      IMO clever scripts like this need to seamlessly work across the board so they can ultimately be an automatic thing that's just a feature of ES/retropie. it makes launching games really slick for ALL themes, hiding the 'DOS'-looking stuff that seems to bother some people.

      eventually i dream that even the retropie-setup menu could be automatically themed based on the current ES theme...

      but yeah, it's up to the themers is they like the idea or not. don't mind me :)

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

        @meleu
        Have you tried it with the Famicom-mini theme by ruckage?
        I enter

        bash -x  ./generate-launching-images.sh -t famicom-mini
        

        and it I can see the command prompt code running down like a matrix code. Then he tells me that he's done but failed to create for Amstrad since there is no theme folder.
        I click OK and go check /opt/retroarch/configs/nes/ and there is no launching.png file.

        Doing this currently on my Pi Zero.

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

          @FlyingTomahawk I would like to see the nes/theme.xml for famicon-mini theme, but I'm behind a proxy that blocks access to mega.nz.

          Can you post this file to ghostbin.com or something similar?

          The -x option enables the matrix mode to a bash script. Just kidding! :) It's a kind of "debugging mode" way to execute bash scripts.

          I don't know why you are executing the script with bash -x but coincidentally this is the way I'm going to ask you to launch the script again.

          Please, execute the following command:

          bash -x  ./generate-launching-images.sh -t famicom-mini 2> debug.txt
          

          It will generate the debug.txt file. And then paste the content of debug.txt in ghostbin.com or something.

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

            @meleu said in runcommand launching images for ANY theme:

            The -x option enables the matrix mode to a bash script. Just kidding! :)

            Not sure why I used bash -x I guess I just saw that here in this topic and used it and it did work always with other themes like my Futura theme or Simplebigart or Metapixel.
            This time I am trying to setup the Famicom-mini theme and it doesn't work.
            Here the requested data:

            Famicom-mini NES file

            Debug file

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

              @FlyingTomahawk Well, I'll need to take a look in other .xml files. Will try to sort this out tonight.

              Also, I'm not sure if you are using the right version of the script. If you installed via RetroPie-Setup, the script is at /opt/retropie/supplementary/launchingimages (it's not the reason of your issue, that's just for you to be aware of).

              I had to create a dedicated repository for this tool in order to make it work along with RetroPie scriptmodule. This is the repository: https://github.com/meleu/generate-launching-images

              I've edited the OP accordingly.

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

                No hurry here. When ever you find time to look into it is fine with me.
                I haven't update anything on the Pi Zero. With only 1 USB port my possibilities are limited.
                I downloaded the image file from the RetroPie website, installed everything and I am using your script before it was merged into RetroPie.
                I ordered a Pi Zero W and also a Zero4U so I will have more possibilities then.
                Thanks.

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

                  @meleu
                  I am running this Famicom-mini theme with only 4 systems (NES,SNES,Megadrive,GBA) so it is not a big deal for me to create the launching.png images in Photoshop and upload them to my Pi Zero.
                  Here a sample.
                  alt text

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

                    @FlyingTomahawk hey! It looks great! But I want to debug the script anyway. :)

                    Thanks for the feedback.

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

                      @meleu I'm running retropie version 4.1.18 and am encountering issues making launching images from Carbon theme.

                      Settings:
                      0_1488929739256_settings.png

                      Errors:
                      0_1488929756552_error.png

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

                        @HurricaneFan try this solution here: https://retropie.org.uk/forum/post/59747

                        And please let me know if it solves your issue.

                        It seems that your original installation was before 4.1. Am I right?

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

                          @meleu I started with the default 4.1 build that was released in November. Then I upgraded all packages before I installed this through retropie setup.

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

                            @HurricaneFan did that solution work for you?
                            https://retropie.org.uk/forum/post/59747

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

                              @meleu Your suggestion worked!

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

                                @FlyingTomahawk I've fixed the script and now it's able to generate images for the @ruckage 's Famicom-mini theme. You can update the script inside RetroPie-Setup, choosing "Update from binary" option.

                                Here's the megadrive launching.png as an example (I think your "hand-made" image looks better, anyway):

                                ./generate-launching-images.sh -t famicom-mini --loading-text-color red --press-button-text-color white --system megadrive
                                

                                0_1489172110790_megadrive_famicom-mini_launching.png

                                Thanks again for reporting this issue. ;-)

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

                                  So how can we go about being able to figure out a way to generate for systems that are not in a theme that we choose? Example is I am going off the Tronky (sp?) theme. It doesn't generate for PCEngineCD, TG16, and TG16CD. Thanks!

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

                                    @fnkngrv said in runcommand launching images for ANY theme:

                                    So how can we go about being able to figure out a way to generate for systems that are not in a theme that we choose?

                                    With some knowledge of how to use GIMP, Photoshop, etc. :)

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

                                      @meleu Is the logo supposed to be blurry?

                                      Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                                      Backlog: http://backloggery.com/lilbud

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

                                        @lilbud the script doesn't apply any blurry effect to the logo. Can you show me some example?

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

                                          @meleu The Megadrive logo itself 0_1489806228199_upload-f66659ef-cbb5-44fa-8139-3a319b5519ff It has a faint, but noticable blur to it.

                                          Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                                          Backlog: http://backloggery.com/lilbud

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

                                            @lilbud oh yeah, I noticed it too. Not sure, but maybe the logo file isn't in svg format.

                                            • Useful topics
                                            • joystick-selection tool
                                            • rpie-art tool
                                            • achievements I made
                                            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.