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 6.0m 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.
    • kcoconnor76K
      kcoconnor76 @prince_rakeem
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • kcoconnor76K
        kcoconnor76
        last edited by

        Are there logos for "PC-FX" ? I'm missing that one.

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

          system.png

          Is there a way to upload bigger pictures? Because i also made the back image for this.

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

          ZenjiroZ 1 Reply Last reply Reply Quote 0
          • M
            mattdiego92
            last edited by

            someone to do pinball fx3

            1 Reply Last reply Reply Quote -1
            • ZenjiroZ
              Zenjiro @3Draco
              last edited by

              @3Draco I think they need to be less than 1MB or something. I typically have to optimize the PNGs before I upload them.

              1 Reply Last reply Reply Quote 0
              • A
                AlphaBetaPie
                last edited by

                I've been trying to wade through the 1200+ posts on this thread, but I can't seem to find what I'm looking for. Does anyone know if the Photoshop template or font (to generate the comic text with half-tone effect) was provided for download at any point in the past? I know this thread dates back to 2017. If so, can someone drop the link here?

                alt text

                ZenjiroZ 1 Reply Last reply Reply Quote 0
                • ZenjiroZ
                  Zenjiro @AlphaBetaPie
                  last edited by

                  @AlphaBetaPie
                  Well I got mine from TMNTturtleguy's templates.
                  The font is called Shaka-pow
                  Want to make your own you can start here.

                  A 1 Reply Last reply Reply Quote 0
                  • ZenjiroZ Zenjiro referenced this topic on
                  • A
                    AlphaBetaPie @Zenjiro
                    last edited by

                    @Zenjiro said in New Comic Book Theme!:

                    @AlphaBetaPie
                    Well I got mine from TMNTturtleguy's templates.
                    The font is called Shaka-pow
                    Want to make your own you can start here.

                    Yup, I actually already have Shaka-pow font (I've been in touch with TMNT Guy directly in the past, who helped me with that). I just figured someone had made a handy-dandy Photoshop file anyone could just edit. At least, that was my hope. :)

                    ZenjiroZ 1 Reply Last reply Reply Quote 0
                    • A AlphaBetaPie referenced this topic on
                    • ZenjiroZ
                      Zenjiro @AlphaBetaPie
                      last edited by

                      @AlphaBetaPie Are you looking for the TIC-80 file? Here is mine it is a GIMP file. Here

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        AlphaBetaPie @Zenjiro
                        last edited by

                        @Zenjiro said in New Comic Book Theme!:

                        @AlphaBetaPie Are you looking for the TIC-80 file? Here is mine it is a GIMP file. Here

                        I was actually looking for an easier template where any/all words could be loaded into and changed on the fly. But based on your video, looks like you have to custom-make each word (instead of just typing into the template and letting it do the work). Is that right?

                        ZenjiroZ 1 Reply Last reply Reply Quote 0
                        • ZenjiroZ
                          Zenjiro @AlphaBetaPie
                          last edited by

                          @AlphaBetaPie Correct.

                          A 1 Reply Last reply Reply Quote 0
                          • A
                            AlphaBetaPie @Zenjiro
                            last edited by

                            @Zenjiro said in New Comic Book Theme!:

                            @AlphaBetaPie Correct.

                            Cool, thanks for the heads up.

                            1 Reply Last reply Reply Quote 0
                            • S
                              smartgenes @Zenjiro
                              last edited by

                              @Zenjiro said in New Comic Book Theme!:

                              @sergio_mikkos hahahahaha well... I fixed it

                              It was stupid simple to do.

                              I will update it to my fork, but it you want to do it manually, all you need to so is open the comic_book.xml in the text editor of your choice. (I use Notepad++) And edit the following:

                              From this:

                              <rating name="md_rating">
                                       <pos>0.87 0.66</pos>
                                       <size>0 0.038</size>
                                       <filledPath>./_assets/star_filled.png</filledPath>
                              	 <unfilledPath>./_assets/star_empty.png</unfilledPath>
                                      </rating>
                              

                              To This:

                              <rating name="md_rating">
                                       <pos>0.87 0.66</pos>
                                       <size>0 0.038</size>
                              	 <unfilledPath>./_assets/star_empty.png</unfilledPath>
                                       <filledPath>./_assets/star_filled.png</filledPath>
                                      </rating>
                              

                              What is happening is that when it is applying the images on the screen it first applies the star_filled.png then the star_empty.png, which causes the overlap. So the edit just changes the order of apply the empty star image first, then the filled one.

                              Where is the file where you edit this? I think a similar issue was solved with an overlapping "D" in "TIMES PLAYED"?

                              What I'd also really like to do is increase the amount of text available in the text box (the <desc> information) in emulation station and also decrease the scroll speed if possible.

                              ZenjiroZ S 2 Replies Last reply Reply Quote 0
                              • ZenjiroZ
                                Zenjiro @smartgenes
                                last edited by

                                @smartgenes Yeah it was a simple change. My fork also already has that applied.

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  smartgenes @Zenjiro
                                  last edited by smartgenes

                                  @Zenjiro Thanks, sorry for the noobish question but where is the file located, it'll save me pottering about all over the place for an hour...

                                  And do you mean already with the text box scrolling applied?

                                  ZenjiroZ 1 Reply Last reply Reply Quote 0
                                  • ZenjiroZ
                                    Zenjiro @smartgenes
                                    last edited by

                                    @smartgenes It is here. I have not updated much because of IRL stuff. And I am focusing on actually playing on my setup now rather than tweaking it constantly.

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      smartgenes @Zenjiro
                                      last edited by

                                      @Zenjiro I meant the theme file(s) for editing but sure I guess I will add your fork too.

                                      ZenjiroZ 1 Reply Last reply Reply Quote 0
                                      • ZenjiroZ
                                        Zenjiro @smartgenes
                                        last edited by Zenjiro

                                        @smartgenes Templates can be found here

                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          smartgenes @Zenjiro
                                          last edited by

                                          @Zenjiro No, I mean where are the files located on the Pi which I could edit in a terminal with nano. Thanks loads!

                                          S 1 Reply Last reply Reply Quote 0
                                          • S
                                            smartgenes @smartgenes
                                            last edited by smartgenes

                                            @smartgenes Maybe it's obvious to others, but it's: cd /etc/emulationstation/themes/ComicBook where you can sudo nano comic_book.xml
                                            If it's obvious a 10 second answer is still helpful, if not help would be good but anyway, now I can cause damage to the file at my leisure...

                                            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.