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

    New Comic Book Theme!

    Scheduled Pinned Locked Moved Projects and Themes
    themees themesconcept
    1.5k Posts 159 Posters 5.9m 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.
    • duglorD
      duglor @3Draco
      last edited by duglor

      @3Draco You Have BLOWN Me Away!!!!! What an incredible job!

      1 Reply Last reply Reply Quote 1
      • duglorD
        duglor @koda9901
        last edited by

        @koda9901 @Folly Pong? @Dteam (side bar-1- Is there a great version of Pong that is almost arcade perfect? in retropie? -death race and monaco gp are non arcade rom games too I believe
        2-Any great Player vs Computer Pong game for retropie?)

        1 Reply Last reply Reply Quote 0
        • kcoconnor76K
          kcoconnor76
          last edited by

          The PICO-8 has been added to RetroArch 1.13.0. I just added it to my RetroPie. A theme for that one would be great! If you haven't added that system it is similar to TIC-80 or WASM-4.

          RetroPie 4.8.4 • RetroArch 1.15.0 • Raspian OS • Pi 4B 8GB • WD 2TB SSD • SanDisk 512GB Extreme microSDXC UHS-I • SanDisk 256GB iXpand • Argon ONE M.2 Case • REiiE Keyboard • 8BitDo Pro 2 & Arcade Stick
          retroachievements.org/user/kcoconnor76

          3Draco3 1 Reply Last reply Reply Quote 0
          • 3Draco3
            3Draco @kcoconnor76
            last edited by 3Draco

            @kcoconnor76

            i hope you like the pico-8

            system.png
            rip.png
            comic.png

            https://retroachievements.org/user/3Draco

            K 1 Reply Last reply Reply Quote 3
            • duglorD
              duglor @3Draco
              last edited by duglor

              @3Draco Well done!

              1 Reply Last reply Reply Quote 0
              • duglorD
                duglor @3Draco
                last edited by

                @3Draco said in New Comic Book Theme!:

                Thank you @duglor

                Today i have the PC-FX.

                system.png
                rip.png
                comic.png

                What's the top right game there? :D

                3Draco3 1 Reply Last reply Reply Quote 0
                • 3Draco3
                  3Draco @duglor
                  last edited by

                  @duglor i cant remember! If i found it again i come back with the information

                  https://retroachievements.org/user/3Draco

                  1 Reply Last reply Reply Quote 0
                  • 3Draco3
                    3Draco
                    last edited by

                    I'm just thinking about creating loading pictures like this. I'm not quite sure yet if I should do that, but I'm also considering creating my own comic theme that would look like the loading screens. However, I'm not good at scripts, maybe I'll find someone who can help me there.
                    The loading pictures are not yet perfect, just a first idea.

                    NES.png
                    playstationloading.png

                    https://retroachievements.org/user/3Draco

                    K F 2 Replies Last reply Reply Quote 1
                    • K
                      koda9901 @3Draco
                      last edited by

                      @3Draco
                      These look quite nice. Having more interesting launching images does add polish to the overall feel. I do like these much better than the script generated ones that can be created for the comic book theme.

                      Also thought I'd share the launching images i've been using in case anyone else is interested:

                      https://github.com/dale-personal/retropie-launching-images

                      3Draco3 1 Reply Last reply Reply Quote 0
                      • F
                        Folly @3Draco
                        last edited by Folly

                        @3Draco said in New Comic Book Theme!:

                        I'm just thinking about creating loading pictures like this. I'm not quite sure yet if I should do that, but I'm also considering creating my own comic theme that would look like the loading screens. However, I'm not good at scripts, maybe I'll find someone who can help me there.

                        I experimented with your idea.
                        It's possible to add a runcommand-onstart.sh script in :
                        /opt/retropie/configs/all

                        This runcommand-onstart.sh worked for me (make sure you install feh) :

                        # make sure feh is installed => sudo apt-get install feh
                        # $1 is the systemname, so for, for example, psx it becomes ..../psx/psx-onstart.png
                        # it only runs if it can find the onstart picture
                        # if you need somehow to get to the retropie-launch-screen then press the escape key when the picture appears
                        [[ -f /etc/emulationstation/themes/es-theme-ComicBook/$1/$1-onstart.png ]] && \
                        feh -F -N -Z -Y -q /etc/emulationstation/themes/es-theme-ComicBook/$1/$1-onstart.png &
                        
                        3Draco3 1 Reply Last reply Reply Quote 0
                        • 3Draco3
                          3Draco @koda9901
                          last edited by

                          @koda9901 thank you! I didn't even know that there were already loading images for the theme -> https://github.com/TMNTturtleguy/ComicBook-Theme-Launch-Images-for-Retropie

                          https://retroachievements.org/user/3Draco

                          duglorD 1 Reply Last reply Reply Quote 0
                          • 3Draco3
                            3Draco @Folly
                            last edited by

                            @Folly
                            very cool I did not know that you can run a script at the start. What I still don't understand is what is the difference between your script and including launching.png in the individual system configs.

                            https://retroachievements.org/user/3Draco

                            F 1 Reply Last reply Reply Quote 0
                            • F
                              Folly @3Draco
                              last edited by Folly

                              @3Draco said in New Comic Book Theme!:

                              @Folly
                              very cool I did not know that you can run a script at the start. What I still don't understand is what is the difference between your script and including launching.png in the individual system configs.

                              Did't know that was possible.
                              If that works you probably don't even need a script.

                              Just tested including launching.png in the individual system configs and it looks the same as using the runcommand-onstart.sh solution.

                              With the the runcommand-onstart.sh solution you can do more things, like playing a video when starting the game, for example.
                              But for your needs your solution is good enough !

                              K 1 Reply Last reply Reply Quote 0
                              • K
                                koda9901 @Folly
                                last edited by

                                @Folly @3Draco
                                I have used the event scripts to open a game manual PDF on a separate device or display a custom marquee. It does give you more flexibility, but the launching images were designed for this use case i think.

                                1 Reply Last reply Reply Quote 1
                                • duglorD
                                  duglor @3Draco
                                  last edited by

                                  @3Draco There's a pc 98 set, right? I swear i saw it.
                                  Also, is there a pc 88 set? If so, I would request pc 88.

                                  be well!!!!!!!!

                                  1 Reply Last reply Reply Quote 1
                                  • K
                                    KisnardOnline @3Draco
                                    last edited by KisnardOnline

                                    @3Draco Any chance you can make one for "Plug & Play"? I'm using the Sinden light gun bare bones 9 image. The games are Mission: Paintball Powered Up and Star Wars - The Clone Wars, and Teenage Mutant Ninja Turtles: Mutant and Monster Mayhem.

                                    Here was my attempt for Sinden light guns :)
                                    system.png

                                    comic.png

                                    duglorD 1 Reply Last reply Reply Quote 0
                                    • duglorD
                                      duglor @KisnardOnline
                                      last edited by

                                      @KisnardOnline Very Nice!

                                      duglorD 1 Reply Last reply Reply Quote 0
                                      • duglorD
                                        duglor @duglor
                                        last edited by

                                        Has there been a new official comic book theme update with all of these new wonderful additions , added in?

                                        1 Reply Last reply Reply Quote 0
                                        • 3Draco3
                                          3Draco
                                          last edited by

                                          system.png
                                          rip.png
                                          comic.png

                                          system.png
                                          rip.png
                                          comic.png

                                          @duglor hope you like it ;-)

                                          https://retroachievements.org/user/3Draco

                                          duglorD 1 Reply Last reply Reply Quote 2
                                          • 3Draco3
                                            3Draco
                                            last edited by 3Draco

                                            @KisnardOnline a Plug and Play for Sinden? ... why not. do you have 3 more games? because i need 7 games für one comic.

                                            edit...
                                            maybe this is useful for someone:

                                            system.png
                                            Sinden.png
                                            rip.png

                                            https://retroachievements.org/user/3Draco

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