RetroPie forum home
    • 最新
    • 标签
    • 热门
    • Home
    • Docs
    • 注册
    • 登录

    New Comic Book Theme!

    已定时 已固定 已锁定 已移动 Projects and Themes
    themees themesconcept
    1.5k 帖子 159 发布者 6.7m 浏览
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • P
      Panther7 @TMNTturtlguy
      最后由 编辑

      @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 条回复 最后回复 回复 引用 2
      • TMNTturtlguyT
        TMNTturtlguy @Panther7
        最后由 编辑

        @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 条回复 最后回复 回复 引用 1
        • P
          Panther7 @TMNTturtlguy
          最后由 编辑

          @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 条回复 最后回复 回复 引用 1
          • meleuM
            meleu @TMNTturtlguy
            最后由 编辑

            @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 条回复 最后回复 回复 引用 1
            • P
              Panther7 @meleu
              最后由 编辑

              @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 条回复 最后回复 回复 引用 0
              • meleuM
                meleu @Panther7
                最后由 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 条回复 最后回复 回复 引用 1
                • TMNTturtlguyT
                  TMNTturtlguy @meleu
                  最后由 编辑

                  @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 条回复 最后回复 回复 引用 0
                  • meleuM
                    meleu @TMNTturtlguy
                    最后由 编辑

                    @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 条回复 最后回复 回复 引用 0
                    • S
                      serotonin
                      最后由 编辑

                      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 条回复 最后回复 回复 引用 1
                      • P
                        Panther7 @serotonin
                        最后由 编辑

                        @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 条回复 最后回复 回复 引用 1
                        • meleuM
                          meleu @lilbud
                          最后由 编辑

                          @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 条回复 最后回复 回复 引用 2
                          • lilbudL
                            lilbud @meleu
                            最后由 编辑

                            @meleu

                            High Class Laughter

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

                            Backlog: http://backloggery.com/lilbud

                            1 条回复 最后回复 回复 引用 0
                            • P
                              Panther7 @TMNTturtlguy
                              最后由 编辑

                              @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 条回复 最后回复 回复 引用 0
                              • Z
                                Zigurana @Panther7
                                最后由 编辑

                                @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 条回复 最后回复 回复 引用 1
                                • TMNTturtlguyT
                                  TMNTturtlguy @Zigurana
                                  最后由 编辑

                                  @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 条回复 最后回复 回复 引用 0
                                  • meleuM
                                    meleu @TMNTturtlguy
                                    最后由 编辑

                                    @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 条回复 最后回复 回复 引用 0
                                    • TMNTturtlguyT
                                      TMNTturtlguy @meleu
                                      最后由 编辑

                                      @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 条回复 最后回复 回复 引用 1
                                      • P
                                        Panther7 @TMNTturtlguy
                                        最后由 编辑

                                        @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 条回复 最后回复 回复 引用 2
                                        • I
                                          Invincer
                                          最后由 编辑

                                          Love the comic book theme, it made me forget all about attract mode and the hyperpie stuff. Not too much to it, not too little, it is perfect. My one question is whether you will be adding more collections to system choices. I notice the collection menu now has as many choices as attract mode had, will you be adding namco/metal slug/pac-man/arcade classics/ etc collections now that they are available in the collection menus of retropie?

                                          pjftP 1 条回复 最后回复 回复 引用 1
                                          • pjftP
                                            pjft @Invincer
                                            最后由 编辑

                                            @Invincer The ability to add custom collections to ES isn't implemented yet. It will, eventually, but for now you only have "All", "Favorites" and "Last Played".

                                            @TMNTturtlguy - maybe a suggestion, for scalability purposes, is to implement a default theme, taking advantage of @jdrassa 's latest changes!

                                            See:

                                            https://github.com/RetroPie/es-theme-carbon/commit/aad1e0eb14e014e0673c4a40cf67a8314cef540a

                                            TMNTturtlguyT 1 条回复 最后回复 回复 引用 2
                                            • 第一个帖子
                                              最后一个帖子

                                            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.