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 519.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.
    • Q
      qqplayer @meleu
      last edited by

      @meleu thank you for your answer,maybe I havent explain me correctly.

      This is my problem:

      I want to make something like hyperspin fade screeen to hide emulators loading screens.
      Fba decompress zip roms , mame makes a lot of cheks...
      I´ve set the splashscreen time to 10 seconds to hide all this stuffs.
      But after 10 seconds the emulator is in first second loading , not in 10 second loading.

      meleuM 1 Reply Last reply Reply Quote 0
      • BuZzB
        BuZz administrators
        last edited by BuZz

        It can cause problems with some emulators - replace the logic with just fbi -1 -t 10 -noverbose -a "$image" </dev/tty &>/dev/null & and it should always load in the background

        (but it will appear in front once it starts, can't really change that)

        I may consider an option for this in the future, but it's not a priority currently. If you want fbi to remain in front for longer - that isn't possible.

        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

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

          @qqplayer
          If you look carefully this part runcommand.sh code you'll notice that fbi runs in background only when launching retroarch.

          if [[ "$command" =~ retroarch ]]; then
              fbi -1 -t 5 -noverbose -a "$image" </dev/tty &>/dev/null &
          else
              fbi -1 -t 2 -noverbose -a "$image" </dev/tty &>/dev/null
          fi
          

          It means that if you are not using a libretro mame/fba, there's no reason to increase the fbi timeout after the else. It only delays the emulator startup.

          EDIT:
          Also note what BuZz said above:

          If you want fbi to remain in front for longer - that isn't possible.

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

            @meleu @BuZz thank you so much for your help.
            I thought that the splashcreens could hide emulators loading.
            I´m using my old rpi1 on a mini-portable stick and could be great hide mame test screens and fba decompress screens.

            1 Reply Last reply Reply Quote 0
            • BuZzB
              BuZz administrators
              last edited by

              it can hide them loading until they display something. once they are doing framebuffer/dispmanx output it will render in front of the launch art.

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              1 Reply Last reply Reply Quote 1
              • ColossusC
                Colossus
                last edited by

                Thank you! Very cool!

                But i have a little problem with the "Ports"-screen. It's never shown. Is this normal?

                In ports i have Descent, Descent 2, Doom, Duke Nukem 3D, Quake and Quake 3 Arena. Every port has a downloaded image but art is disabled. launching.png is present in /opt/retropie/configs/ports

                The splashscreens for the other systems work fine and looks cool.

                My settings:
                Launch menu: enabled
                Launch menu art: disabled

                RetroPie 4.0.4
                Pi 3

                meleuM 1 Reply Last reply Reply Quote 0
                • edmaul69E
                  edmaul69 @BuZz
                  last edited by

                  @BuZz sorry to bother you, but do you have a date when retropie was born? Im doing a cool splashscreen for my apple iie pi system and really could use that. Thanks.

                  BuZzB 1 Reply Last reply Reply Quote 0
                  • edmaul69E
                    edmaul69
                    last edited by

                    @Rookervik these are pretty cool. I am definitely going to use them. Thanks.

                    1 Reply Last reply Reply Quote 0
                    • RionR
                      Rion
                      last edited by

                      @Rookervik

                      Would you mind adding the Europe/Japanese version of snes to?

                      FBNeo rom filtering
                      Mame2003 Arcade Bezels
                      Fba Arcade Bezels
                      Fba NeoGeo Bezels

                      RookervikR 2 Replies Last reply Reply Quote 0
                      • RookervikR
                        Rookervik Global Moderator @Rion
                        last edited by

                        @Rion Eur and Jap SNES is so much prettier than the US one. I'm working on it. Will have to add it to Pixel as well.

                        RionR 1 Reply Last reply Reply Quote 1
                        • RionR
                          Rion @Rookervik
                          last edited by

                          @Rookervik said in Runcommand System Splashscreens!:

                          @Rion Eur and Jap SNES is so much prettier than the US one. I'm working on it. Will have to add it to Pixel as well.

                          I think you already made it for pixel. I just change the console.png from the sfc folder when i install your pixel theme.

                          The text for Super Nintendo is the same as the US one.

                          Basically just replace the console and add the sfc version. The text is the same.

                          In pixel theme that is.

                          FBNeo rom filtering
                          Mame2003 Arcade Bezels
                          Fba Arcade Bezels
                          Fba NeoGeo Bezels

                          RookervikR 1 Reply Last reply Reply Quote 0
                          • BuZzB
                            BuZz administrators @edmaul69
                            last edited by BuZz

                            @edmaul69 https://www.raspberrypi.org/forums/viewtopic.php?p=142052 / http://blog.petrockblock.com/2012/07/22/retropie-setup-an-initialization-script-for-retroarch-on-the-raspberry-pi/

                            To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

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

                              @Rion Check-check. EU SNES is now added to the SNES folder of configs. You'll have to rename them just as you would with Genesis/Megadrive. Use the original download link to get the updated zip file.

                              Also updated Pixel to 1.91 with the SNES addition. Pixel Post->

                              RionR 1 Reply Last reply Reply Quote 1
                              • herb_fargusH
                                herb_fargus administrators @BuZz
                                last edited by

                                @BuZz I suppose if we were to decide on an official date for the birth of RetroPie I'd say July 22, 2012 based on the initial commit to github/blog post

                                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 2
                                • BuZzB
                                  BuZz administrators
                                  last edited by

                                  Sounds good to me.

                                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

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

                                    @BuZz I'm already planning the party. I bring the cake you bring the beer

                                    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

                                    Z 1 Reply Last reply Reply Quote 1
                                    • RookervikR
                                      Rookervik Global Moderator @Rion
                                      last edited by

                                      @Rion It's bad when I've made so many systems that I lose track of what I did and didn't do. >_< RetroPie is too big.

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

                                        @Colossus said in Runcommand System Splashscreens!:

                                        But i have a little problem with the "Ports"-screen. It's never shown. Is this normal?

                                        I've been playing Cave Story a lot recently and didn't noticed it until reading your post. The problem is that runcommand take the game name as the "system". With my example, it searches for the launching image at /opt/retropie/configs/cavestory/ and, obviously, doesn't find the file.

                                        So, (currently) the runcommand launching images doesn't work for ports.

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

                                          @meleu : That's the solution! Thank you! I created a folder for every port in /opt/retropie/configs (/descent1|descent2|doom|duke3d|quake|quake3), adding launching.png and it works! Coooooool ...

                                          meleuM 1 Reply Last reply Reply Quote 3
                                          • RionR
                                            Rion @Rookervik
                                            last edited by

                                            @Rookervik said in Runcommand System Splashscreens!:

                                            @Rion Check-check. EU SNES is now added to the SNES folder of configs. You'll have to rename them just as you would with Genesis/Megadrive. Use the original download link to get the updated zip file.

                                            Also updated Pixel to 1.91 with the SNES addition. Pixel Post->

                                            Thank you!
                                            And good solution about differen names both in Pixel and Runcommand splashscreens. :)

                                            @Colossus said in Runcommand System Splashscreens!:

                                            @meleu : That's the solution! Thank you! I created a folder for every port in /opt/retropie/configs (/descent1|descent2|doom|duke3d|quake|quake3), adding launching.png and it works! Coooooool ...

                                            Oh you don't say.. God find!

                                            FBNeo rom filtering
                                            Mame2003 Arcade Bezels
                                            Fba Arcade Bezels
                                            Fba NeoGeo Bezels

                                            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.