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.5m 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 @Panther7
      last edited by

      @Panther7 These are awesome! Thank you so much, i think they are elegant and also very sharp! I will pull these down in a bit. Do you mind if we make a github repro for these? Either you can do it, or I can do it as well. I will of course give you all of the credit for them in the post.

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

        @Panther7 WOW - i just downloaded them and again amazing work. So perfect, so simple and the colors are so vibrant! I was going to do something so much more complicated, I might put that on the back burner now that you have created these, I don't think I can beat them!

        1 Reply Last reply Reply Quote 0
        • P
          Panther7 @TMNTturtlguy
          last edited by

          @TMNTturtlguy You (or anyone else working on development of the theme) can do whatever you want with them. I don't know how to use github (I'm not a developer in any form). You can post them there if it helps people out. :)

          If you need to make more, I actually just used the method posted here:

          It's experimental package "launchingimages"; after installing it, go to the configuration section of the Retropie Setup Script

          Settings were:
          theme: Comic Book
          system: (you must do it one by one if you want different colors)
          extension: .png
          loading_text: (unchanged)
          press_button_text: (unchanged)
          loading_text_color: Either white (for color screens) or black (for dark screens)
          press_button_text_color: grey75 (to pair with white above) or black/grey10 (to pair with black above)
          show_timeout: (doesn't matter)
          no_ask: true (you can turn it on if you want to preview it)
          no_logo: false
          logo_belt: false
          solid_bg_color: This is the key. I tried to pick the one that best fit the color of the text (usually the top color in the shader) A few multi-color systems needed a few tries to find something that worked.

          This will generate you a screen in "/opt/retropie/configs/(systemname)/launching.png", which you can obtain through SFTP. If the image needed touchups (some will need background touchups), you can fix them with GIMP or PS, and then copy over the previous image.

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

            @Panther7 Cool! That is @meleu 's script, glad it worked so well. With your awesome work created from his script, i can just as easily create these in PS copying the great work you came up with since i have all the actual files. That is with your permission to continue on with your work.

            Github is a nice place to put stuff because it allows us to easily update them and users to pull down the information. Thank you for permission to create this. When i get time i will do that.

            Lastly, I don't want to steal your hard work, so i am looking for your thoughts and approval on a potential modification. I am undecided on this since yours are so clean and perfect, but here is a little addition to what you have created. Thoughts? Also - community thoughts are welcome. Again, Great work on these!

            0_1499125087888_launching2.png

            0_1499125100601_launching2.png

            P meleuM 2 Replies Last reply Reply Quote 1
            • P
              Panther7 @TMNTturtlguy
              last edited by

              @TMNTturtlguy It's all yours. Do whatever you like, you clearly have good judgment based on the current theme. You've done a million times more work than I did, no need to feel bad! Consider it part of my thanks for all your hard work.

              I like that idea. I'm sure there is a number of different ways you could take it to improve upon it. My art skills are rather limited, you clearly have me on that end. :)

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

                @TMNTturtlguy Wow! They are astonishing! :D
                @Panther7 had a good idea using a solid background!

                Just to let you guys know, that in RetroPie-Setup is a kind of a frontend to the actual image generator tool. If you want more convenient way for trying several configs to see the results, maybe it's faster to use the command line.

                The tool is installed on /opt/retropie/supplementary/launchingimages/generate-launching-images.sh and you can see useful info with the --help option.

                If you have something to say about the tool use this thread: https://retropie.org.uk/forum/topic/7193/runcommand-launching-images-for-any-theme

                Cheers!

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

                  @meleu Awsome work, btw. I was able to try a bunch of different ideas before I found this one. Your tool is really handy, especially in themes without preset images or ones without many systems.

                  Just FYI, I tried using the "theme color" for each system, and that didn't work at all. Not sure if that's a theme issue (which I suspect) or your script.

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

                    @Panther7 said in New Comic Book Theme!:

                    Just FYI, I tried using the "theme color" for each system, and that didn't work at all. Not sure if that's a theme issue (which I suspect) or your script.

                    The ComicBook theme doesn't have a color for background, it just use the image. That option is useful for themes like metapixel and material.

                    I know that @TMNTturtlguy is against changing a perfectly working theme just to make it useful for a 3rd party script, but if he define a <color> for each system and make them all transparent, it would not affect the theme in ES, but would make the launching images creation really easy.

                    I'm not near to my RetroPie to make the tests, but maybe you guys can give it a try.

                    [UPDATE: that trick doesn't work as I expected!]

                    Open the file /etc/emulationstation/themes/ComicBook/nes/theme.xml and in the <image name="SystemBackground"> part add a <color> with the value FF000000 (or FF0000FF, as I can't remember the value for total transparent or total opaque :) ). In the end it will be something like this:

                    		<image name="SystemBackground" extra="true">
                    			<tile>false</tile>
                    			<pos>0 0</pos>
                    			<origin>0 0</origin>
                    			<size>1 1</size>
                    			<path>./art/comic.png</path>
                    			<color>FF000000</color>
                    		</image>
                    

                    Restart ES after making the change to see if it changes the Nintendo theme (if the background is totally red try using <color>FF0000FF</color>). If it doesn't change anything, great! The theme won't be affected but the script can easily generate the launching images.

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

                      @meleu Thanks for the info! I am not against changing anything to help your script work better now that I know what is going on.....my comment before was more in regards to a user stating my theme was "Broken" because a script didn't work on it.

                      That being said, adding a color into each theme is at the very bottom of my to do list! I have 116 current systems in the theme and to find the exact color code for each would be a great task. Then i have 4 separate theme variations, so i would need to update this 116x4= 464 files!

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

                        @TMNTturtlguy said in New Comic Book Theme!:

                        That being said, adding a color into each theme is at the very bottom of my to do list! I have 116 current systems in the theme and to find the exact color code for each would be a great task. Then i have 4 separate theme variations, so i would need to update this 116x4= 464 files!

                        If you make the test I mentioned above and confirm it works fine, I can submit a PR adding those <color> fields in all needed files, at least to the main ComicBook repo. ;-)

                        Maybe we can use the colors that @Panther7 used...

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

                          heys i finally got my rasp pi 3 ordered setup and ready to go :) cant wait to try your theme on the pi.. i flashed my sdcard with the new motion blue v5... should i be using the comic book theme SE because all my gamelist xml came with motion blue.. and my roms have videos, snaps ect with them in the pack... thanks for the help and good work

                          P 1 Reply Last reply Reply Quote 1
                          • P
                            Panther7 @serotonin
                            last edited by

                            @serotonin Normal will do video and picture (boxart), the SE adds Marquee logo as well. You can install both and see how it works.

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

                              @lilbud here is what happens when @TMNTturtlguy enters in a roman osteria:

                              0_1499146400476_osteria.jpg

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

                                @meleu

                                High Class Laughter

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

                                Backlog: http://backloggery.com/lilbud

                                1 Reply Last reply Reply Quote 0
                                • P
                                  Panther7 @TMNTturtlguy
                                  last edited by

                                  @TMNTturtlguy @jdrassa So I was doing some more work and ran into that black description bug again. After staying up all night trying to figure out what is causing it, I figured it out. It's Kid's Mode. There is some sort of conflict between the two.

                                  If I update emulation station to get rid of the black bars, I lose Kid's Mode. If I update Kid's Mode, the black description bug comes back. If I update emulationstation, the black bars go away, but the Kid's Mode is broken again. It's 100% repeatable. Any ideas?

                                  Z 1 Reply Last reply Reply Quote 0
                                  • Z
                                    Zigurana @Panther7
                                    last edited by

                                    @Panther7 yeah, that makes sense, I've not yet updated Kidsmode (last rebase was may 7th), so any improvements after that are not yet present.

                                    If tetris has thought me anything, it's that errors pile up and that accomplishments dissappear.

                                    TMNTturtlguyT AndersHPA 2 Replies Last reply Reply Quote 1
                                    • TMNTturtlguyT
                                      TMNTturtlguy @Zigurana
                                      last edited by

                                      @Zigurana Thanks for the confirmation @Zigurana , @Panther7 There has been a ton of updates and work done to ES in the last 3 months or so. At times some small updates are pushed out daily. It looks like kids mode was updated about the same time as this small bug became present in ES. You should notice that several, if not all themes with meta data descriptions are affected by this, and that other updates are not available while running the kids mode build either. If you take a look i am guessing that screen saver options were not yet available on may 7th either?

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

                                        @TMNTturtlguy that trick about <color> doesn't work as I expected. Delete that item from the bottom of your to do list! :-)
                                        #fail

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

                                          @meleu #thanks and #sorry - I haven't booted a retropie in about a week....i am starting to shake and go through deep withdrawals! Thanks for testing it out - bummer it doesn't work. I will use the great work started by @Panther7 and create a full set of launching images. With photoshop and the original files it shouldn't be to hard. I just need to find the time to get it done!

                                          1 Reply Last reply Reply Quote 1
                                          • P
                                            Panther7 @TMNTturtlguy
                                            last edited by

                                            @TMNTturtlguy @Zigurana I just deleted Kid's mode for now, mayble I'll try it again in the future. Sorry for hijacking this thread, I just wanted to make sure that people capable of fixing a bug like this were made aware that it still exists and a method to reproduce it, to aid them in solving it when the time comes. I'm not sure how to report bugs otherwise!

                                            1 Reply Last reply Reply Quote 2
                                            • 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.