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

    New Comic Book Theme!

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

      @red5ive said in New Comic Book Theme!:

      Am I using the wrong tags or video format or is something else wrong?

      Check the es_log.txt file to see if the video file is found, otherwise check if the file can be played by VLC.

      R 1 条回复 最后回复 回复 引用 0
      • R
        Red5ive @mitu
        最后由 Red5ive 编辑

        @mitu Taking a look at the es_log.txt I realised that I had lots of 'failure to find file' errors because one of the scrapers I had used had re-named some of the roms, so I had two entries in my gameslist for the same game and I had added the video path to the one that does not exist.
        Anyway working now!

        This may have been asked before but is there a way to have the main image not duplicate itself or use an alternative for when a video is not found for a game, such as use the joypad/joystick graphic for that system as used in the detailed view?

        1 条回复 最后回复 回复 引用 0
        • D
          dizmodawg
          最后由 编辑

          So i have a question, so i am building a arcade only image for my bartop and i don't want any metadata to show, How would i edit the comicbook theme to have no metadata to show? All i want is the videos to show.

          TMNTturtlguyT 1 条回复 最后回复 回复 引用 0
          • TMNTturtlguyT
            TMNTturtlguy @dizmodawg
            最后由 编辑

            @dizmodawg Sorry for not replying, for some reason i am not getting post notifications these days. You can go into the text file for your games and just delete all of the meta data. That will be the easiest.

            SanoS 1 条回复 最后回复 回复 引用 0
            • F
              Flexserve
              最后由 编辑

              Mind Blown! This looks great! Good job!

              1 条回复 最后回复 回复 引用 1
              • SanoS
                Sano @TMNTturtlguy
                最后由 Sano 编辑

                @tmntturtlguy
                I had the same Issue about posts notifications.
                I think a forum update disabled it, you have to re-enable it via your account settings (notify "When a new reply is posted in a topic you are watching ", and be sure you watch "topic you create" and "topics you reply to") .

                1 条回复 最后回复 回复 引用 1
                • B
                  BlockABoots
                  最后由 编辑

                  So if i download the comicbook theme from within Emulation Station it will download the latest release?, the only reason i ask is i have just done this yet im not getting the Loading screens when i load a game for each system??

                  Also as the built in scrapper only seems to download boxart what method are you guys using to get videos, marquees and 3d box art please?

                  Also how do you enable music for each of the system menus?

                  TMNTturtlguyT 1 条回复 最后回复 回复 引用 0
                  • TMNTturtlguyT
                    TMNTturtlguy @BlockABoots
                    最后由 编辑

                    @blockaboots wow, lots of questions here. The download through emulationstation is the current release. Loading screens are a separate download and not part of the theme. The splash/loading screens should be available through rpie-art, or you can see posts and a link to them here: post 785 as far as scraper, there are several methods to do that and tons of posts. Just search the forum and you will find a method that meets your needs. There is no music for the system menus. Music would come from and video snaps that are used for the games.

                    1 条回复 最后回复 回复 引用 0
                    • retroprogrammerR
                      retroprogrammer
                      最后由 编辑

                      @TMNTturtlguy I am not sure if this is the correct place to ask but could you make me custom art for my Bartop arcade? I read from here that you can do it. and if u can how do I print it, do I take it to my local sticker/printing company?

                      Here is me converting the original Xbox for a case:
                      https://retropie.org.uk/forum/topic/15232/converting-original-xbox-into-case-for-raspberrypi/15
                      Check out my GitHub: https://github.com/retro-programmer

                      TMNTturtlguyT 1 条回复 最后回复 回复 引用 0
                      • H
                        holy2tack
                        最后由 holy2tack 编辑

                        I decided to take a stab at this. My first time even attempting graphic design, but I followed the instructions and used the templates. The Zelda logo is a little bigger than i wanted, but I think i have the method down. I can tweak it.

                        alt text
                        alt text
                        alt text

                        Oh and I made a dirty trick to use the launching images based on the title of a game. You have to edit the runcommand.sh file and add that to where it chooses a launching image.

                            # look for custom launching images
                            if [[ "$IS_SYS" -eq 1 ]]; then
                        	# look for name match
                                if [[ "$ROM_BN" =~ "Mario" ]]; then 
                                    images+=("$CONFIGDIR/mario/launching")
                            	elif [[ "$ROM_BN" =~ "Sonic" ]]; then
                                    images+=("$CONFIGDIR/sonic/launching")
                                elif [[ "$ROM_BN" =~ "Mega Man" ]]; then
                                    images+=("$CONFIGDIR/megaman/launching")
                                elif [[ "$ROM_BN" =~ "Star Wars" ]]; then
                                    images+=("$CONFIGDIR/starwars/launching")
                                elif [[ "$ROM_BN" =~ "Turtles" ]]; then
                                    images+=("$CONFIGDIR/TMNT/launching")
                                elif [[ "$ROM_BN" =~ "Zelda" ]]; then
                        	    images+=("$CONFIGDIR/zelda/launching")
                                else
                                    images+=(
                                        "$HOME/RetroPie/roms/$SYSTEM/images/${ROM_BN}-launching"
                                        "$CONF_ROOT/launching"
                                    )
                                fi
                            fi
                        

                        EDIT:
                        Well I felt a lot more comfortable with Photoshop and the process to create logos that fit this theme this morning. So I redid the logo.
                        alt text
                        alt text

                        H 1 条回复 最后回复 回复 引用 3
                        • H
                          holy2tack
                          最后由 holy2tack 编辑

                          Just did up some Metroid stuff!

                          alt text
                          alt text
                          alt text)

                          1 条回复 最后回复 回复 引用 1
                          • H
                            holy2tack @holy2tack
                            最后由 holy2tack 编辑

                            Grr. Getting marked as spam lol.

                            Here's an updated comic.png for Zelda.

                            alt text

                            PittStoneP 1 条回复 最后回复 回复 引用 2
                            • PittStoneP
                              PittStone @holy2tack
                              最后由 编辑

                              @holy2tack I like the new Stuff's. Whats the Difference between holy2tack and yours?

                              H 1 条回复 最后回复 回复 引用 0
                              • H
                                holy2tack @PittStone
                                最后由 编辑

                                @pittstone I'm not sure what you mean? I am me. lol

                                1 条回复 最后回复 回复 引用 0
                                • H
                                  holy2tack
                                  最后由 holy2tack 编辑

                                  Donkey Kong up and ready to break some barrels!

                                  alt text
                                  alt text
                                  alt text
                                  alt text

                                  1 条回复 最后回复 回复 引用 2
                                  • H
                                    holy2tack
                                    最后由 编辑

                                    Someone's hungry to get in on this action.

                                    alt text
                                    alt text
                                    alt text
                                    alt text

                                    1 条回复 最后回复 回复 引用 1
                                    • AlturisA
                                      Alturis
                                      最后由 编辑

                                      @holy2tack Good shite!

                                      RP 4.7.1 • Pi4 4Gig • CanaKit Aluminum • 64GB microSD • 1920x1080 BarTop [2 Sanwa sticks]

                                      1 条回复 最后回复 回复 引用 0
                                      • AlturisA
                                        Alturis
                                        最后由 编辑

                                        Each one gets better and better. Nice job. Did you add that comic dot matrix to kirby too?

                                        RP 4.7.1 • Pi4 4Gig • CanaKit Aluminum • 64GB microSD • 1920x1080 BarTop [2 Sanwa sticks]

                                        H 1 条回复 最后回复 回复 引用 0
                                        • H
                                          holy2tack
                                          最后由 编辑

                                          Probably my last for the day. I really wanted to get this one done though.

                                          I took some liberties with this logo so it would not only match the comic book theme but stay true to the heart of what makes these logos iconic. I made a few different ones because I couldn't decide what color would be best.
                                          alt text
                                          alt text
                                          alt text

                                          alt text
                                          alt text

                                          alt text

                                          1 条回复 最后回复 回复 引用 0
                                          • H
                                            holy2tack @Alturis
                                            最后由 holy2tack 编辑

                                            @alturis

                                            Yes I messed with the color channels on the PSD red layer to get the dark pink that I wanted. I do realize I forgot to shadow the logo so here is the updated logo.

                                            alt text

                                            Edit: Oh you meant the Kirby i used for the break out art. No that one came with it. Thought it matched up nicely with the style so I used it.

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

                                            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.