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

    Comic Book Theme 16:9 Full Release

    Scheduled Pinned Locked Moved Projects and Themes
    themecomicses themes
    62 Posts 17 Posters 27.7k 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.
    • TMNTturtlguyT
      TMNTturtlguy @herb_fargus
      last edited by

      @herb_fargus Thank you for the note. I apologize for deleting the old repo, i am new to github and when I decided to create 2 different versions i abandoned the first one and deleted it without looking at it.

      I also did not realize that there was another way to use github outside the web interface which is horrible to use as you have stated. I will now research better ways to use the site.

      If i could bother you to re-post the instructions i would greatly appreciate it. Thank you again for your time and I apologize for asking you to double up on the work you had already done to help me. Thank you

      AlexMurphyA herb_fargusH 2 Replies Last reply Reply Quote 0
      • AlexMurphyA
        AlexMurphy Banned @TMNTturtlguy
        last edited by AlexMurphy

        @TMNTturtlguy github is a pox on humanity, but it is needed.
        EDIT For now.

        1 Reply Last reply Reply Quote 0
        • C
          CyberOptek @chrisdodgen
          last edited by

          @chrisdodgen that was the same question I was going to ask. I've spent the last 3 months cleaning up the image that I have now and making sure every game had art work. On a lot of the games I actually did game shots for my art work. I would be fine having screenshots in place of the videos

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

            @TMNTturtlguy no worries, I would have used the same thing except the first time I used github the web interface wasn't really as usable so I was forced to learn the command line.

            The command line is really useful but if you're running windows the desktop app is pretty straightforward for the most part if you're just modifying files and whatnot, and you can get by without the command line.

            Basically for inclusion in the retropie theme downloader the repos have to be named with this format (you can rename the repo from the settings):
            es-theme-yourthemename

            and then you just add a line in the retropie setup script for your repo eg:
            https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/supplementary/esthemes.sh#L88

            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

            TMNTturtlguyT 1 Reply Last reply Reply Quote 1
            • TMNTturtlguyT
              TMNTturtlguy @CyberOptek
              last edited by TMNTturtlguy

              @CyberOptek you can follow the steps I posted above to remove the video features. You will need to edit each theme.xml you want to run to take the md_image info out.

              I have built the theme for use with video, and unfortunately with the current limitations of themeing in ES I am only allowed to place the scraped image in one location, thus it is in the small lower grey box. I can't have it show in both boxes. I have basic view set to show the image in the big black box, but when I want to have it also show in video view in the altenate location, it won't work as I would like it. To resolve this issue I added the image to the theme.xml, but this over rides the the comic_book.xml. I suspect you could leave the video feature in the main comic_book.xml and just remove the md_image from each theme.xml and it will work for you.

              Edit: I know this will work because that is how the 4:3 version is set up!
              Edit#2: I will continue to look at how i might be able to adjust the theme code to allow basic view work properly in the 16:9 version. There must be a way!

              1 Reply Last reply Reply Quote 0
              • TMNTturtlguyT
                TMNTturtlguy
                last edited by

                @CyberOptek @chrisdodgen Problem Fixed!

                Ok, so thank you for posting enough to make me think about this a little bit harder. I figured out the error I had in a previous build which made me change the way i was handling the md_images. I have made the correction already! unfortunately it will take a bit to get uploaded for your use. I will let you know when it is up.

                I really need to read up on git and follow directions to get this onto the retropie menu!

                1 Reply Last reply Reply Quote 1
                • TMNTturtlguyT
                  TMNTturtlguy
                  last edited by TMNTturtlguy

                  16:9 Updated! same link as the first post, EDIT Now available through the retropie menu. Be sure to update your retropie-setup script.

                  Detail view has now been corrected. If you do not have any videos for a system, scraped images will now display in the Large Black box!

                  Ok, so i have to apologize, i have learned a lot in the last hours bout github, and i am slightly embarrassed. I spent hours cleaning up all of the files and folders in the themes prior to release to make sure they were clean, spotless, all the files located where they need to be, and no unnecessary files hanging out taking up space. PROBLEM: i was using the web based github browser and assuming that when i replaced an entire folder, it was deleting the folder and updating it with the new contents....WRONG - it was simply adding and changing, not deleting, so what you are seeing is a lot of garbage in the folders.

                  I have now learned how to use the desktop app for git, way faster and now i can see exactly what i am doing. NOW the 16:9 theme is posted with only what is needed and nothing extra! If you want to re-download, you will get a smaller file size, as well as the detailed view update. You can also wait for me to get this onto retropie menus if you prefer.

                  I apologize for this confusion, it should not affect the use of the theme, but is rather embarrassing.

                  pjftP 1 Reply Last reply Reply Quote 1
                  • pjftP
                    pjft @TMNTturtlguy
                    last edited by

                    @TMNTturtlguy not at all. The only embarrassing thing is someone who doesn't want to learn!

                    Glad to hear you managed to get this to work as expected on both video and non-video collections. It should look stellar!

                    Thanks for digging into it.

                    1 Reply Last reply Reply Quote 1
                    • TMNTturtlguyT
                      TMNTturtlguy @herb_fargus
                      last edited by

                      @herb_fargus wow, the desktop app is a miracle compared to the web browser. I followed the above instructions and sent a commit to the setup script. After hitting merge I wondered if I was supposed to create another branch and a pr? If i was, please forgive me. Thanks

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

                        @TMNTturtlguy dont worry, any changes to the retropie master script have to be reviewed and accepted by jools before they are included.

                        the process for merging to repos is:

                        • fork the original
                        • create a branch on your fork
                        • make changes and commit to your branch
                        • submit a pull request to the master repo (which can be done from the web interface if you like)

                        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

                        TMNTturtlguyT 1 Reply Last reply Reply Quote 0
                        • TMNTturtlguyT
                          TMNTturtlguy @herb_fargus
                          last edited by

                          @herb_fargus Thank you! I will correctly submit and add a note to it. Appreciate it.

                          1 Reply Last reply Reply Quote 0
                          • C
                            chrisdodgen
                            last edited by

                            I can confirm boxart showing up (not that you needed me to). The amount of work and dedication here is incredible. We're really lucky to have people like you guys super-devoted to the cause. Nice work!

                            Rpi 3 • Rpi Zero 1.3 • Rpi Zero W
                            Retropie Version 4.2
                            Theme - Futura
                            Emulators - All of them.

                            1 Reply Last reply Reply Quote 1
                            • TMNTturtlguyT
                              TMNTturtlguy
                              last edited by

                              Now available through the retropie menu. Be sure to update your retropie-setup script.

                              I will be moving my posts back to the main thread. link to main thread

                              1 Reply Last reply Reply Quote 3
                              • C
                                CyberOptek
                                last edited by

                                @TMNTturtlguy I was able to work on my image for a bit last night and got everything working properly. This image is amazing....much respect to you and Rich Modmaster for all the hard work (not only initially, but the support you guys have shown since it's release). You guys are awesome.

                                1 Reply Last reply Reply Quote 2
                                • R
                                  rutjoni
                                  last edited by

                                  muy bonito donde se puede descargar ? gracias

                                  mituM ClydeC 2 Replies Last reply Reply Quote 0
                                  • mituM
                                    mitu Global Moderator @rutjoni
                                    last edited by

                                    @rutjoni You should be able to install it from the RetroPie themes menu.

                                    1 Reply Last reply Reply Quote 0
                                    • ClydeC
                                      Clyde @rutjoni
                                      last edited by

                                      @rutjoni See https://github.com/retropie/retropie-setup/wiki/themes

                                      1 Reply Last reply Reply Quote 0
                                      • FlightRiskF
                                        FlightRisk
                                        last edited by

                                        I need help with a missing menu. I assume it is the gamelist.xml file for the retropie menu that isn't working. The "retropie setup" menu item just says the default "rpsetup" and has no help text or graphics. All the other items have it. If I just had the text for that section of your gamelist.xml file so I could cut and paste it, I think that will get me fixed. If there is another solution, let me know. I tried changing themes back and forth, but that didn't work. It was completely corrupted since the .xml file was empty. But I deleted the file and then re-installed the OS and the cores and then the "retropie menu" from the config menu. Strange I am just missing one item now.

                                        1 Reply Last reply Reply Quote 0
                                        • FlightRiskF
                                          FlightRisk
                                          last edited by

                                          Is there support like a lot of themes have now for all/favorites/last played? If not, could it be added? I am still amazed. I watch the video splash addition and move through the menus like it is an interactive movie. It truly is art.

                                          1 Reply Last reply Reply Quote 0
                                          • sad_musoS
                                            sad_muso
                                            last edited by

                                            Sorry to ressurect this old thread, but I absolutely love this theme. I don't suppose a 1080p version exists?

                                            Pi 4B 4GB
                                            PSU: LABISTS 5.1V 3A
                                            SD: SanDisk Extreme 32 GB for OS
                                            USB: 2.0 - Wired keyboard / Plugable Bluetooth 4.0 adapter, 3.0 - Crucial MX300 275GB SSD in Novatech caddy for ROMS
                                            Controllers: 8bitdo SN30 Pro+ / 8bitdo SFC30
                                            RetroPie: 4.6 official

                                            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.