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

    Cardboard Mini NES + Nes mini and Famicom mini themes

    Scheduled Pinned Locked Moved Projects and Themes
    nescasediybuildtheme
    1.3k Posts 210 Posters 2.7m 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.
    • H
      hhtien1408 @taialt97
      last edited by hhtien1408

      @taialt97 said in Cardboard Mini NES + Nes mini and Famicom mini themes:

      Hii ! i would love to help out and create the rest of the images
      please contact me via email or Instagram @taialt97 taialt97@gmail.com

      @ruckage

      How to use grid view even I used ES mod? Thanks!

      1 Reply Last reply Reply Quote 0
      • H
        hhtien1408 @CUTECASECUSTOMS
        last edited by

        @cutecasecustoms said in Cardboard Mini NES + Nes mini and Famicom mini themes:

        @stuart2773 Hi! I'm wondering if you already have finished this theme, it looks awesome and I haven't found nothing more accurate to the NES/FAMICOM MINI Themes.

        It is for ES?

        Thank you!

        alt text

        How to enable and use grid view? I am using ES mod but no grid view option found

        1 Reply Last reply Reply Quote 0
        • H
          hhtien1408 @Mydriaze
          last edited by

          @mydriaze said in Cardboard Mini NES + Nes mini and Famicom mini themes:

          Hello,

          I'm really impressed by the talent some people have. Unfortunately, I'm not as skilled as people here. I would like first to thanks Ruckage for his work. That's absolutely beautiful.

          However, I have a pretty straight forward question about the nes mini themes: Is an option or a workaround to have parralax scrolling of the game, like the picture below?

          Thanks for your answer.

          alt text

          Could you share this theme with grid view support? Thanks

          1 Reply Last reply Reply Quote 0
          • I
            i5rael_lp @A Former User
            last edited by

            @run hey, did you solve that issue? been havin' that same issue today, can't find a fix:
            WhatsApp Image 2021-11-11 at 1.31.15 PM.jpeg

            can somebody help us? thanks!

            1 Reply Last reply Reply Quote 0
            • wmarcioW
              wmarcio
              last edited by

              This happened after updating the emulationstation, I had this problem, the solution was to go back to the previous version.

              I 1 Reply Last reply Reply Quote 0
              • I
                i5rael_lp @wmarcio
                last edited by i5rael_lp

                @wmarcio said in Cardboard Mini NES + Nes mini and Famicom mini themes:

                This happened after updating the emulationstation, I had this problem, the solution was to go back to the previous version.

                could you help me with any link to do that? can't find anything, don't know how to look up for it (english is not my first language). Thanks!

                EDIT: I couldn't rollback the ES version, but I did managed to mod ruckage theme. Edit the nesmini.xml and add "pos/size" (in bold text)

                Hope this helps!

                CC. @Run @ruckage

                <textlist name="gamelist">
                <forceUppercase>0</forceUppercase>
                <scrollSound>./sounds/se_sys_cursor.wav</scrollSound>
                <fontPath>./art/NESCyrillic_gamelist.ttf</fontPath>
                <alignment>left</alignment>
                <horizontalMargin>0.0083333333333333</horizontalMargin>
                <pos>0.2959 0.2035</pos>
                <size>0.4085 0.6</size>

                <fontSize>0.0592592592592593</fontSize>
                </textlist>

                wmarcioW 1 Reply Last reply Reply Quote 1
                • wmarcioW
                  wmarcio @i5rael_lp
                  last edited by

                  @i5rael_lp said in Cardboard Mini NES + Nes mini and Famicom mini themes:

                  EDIT: I couldn't rollback the ES version, but I did managed to mod ruckage theme. Edit the nesmini.xml and add "pos/size" (in bold text)
                  Hope this helps!

                  Great solution, I'll try it to see if it works for me.

                  Thanks.

                  Post the feedback in a little while.

                  1 Reply Last reply Reply Quote 0
                  • Y yewox50273 referenced this topic on
                  • wmarcioW
                    wmarcio
                    last edited by wmarcio

                    It worked, but sometimes the emulationstation breaks, and you need to restart and hope to work.

                    The best solution for now is to mount the original retropie image (version 4.7.1) and go to the folder \opt\retropie\supplementary\emulationstation
                    and copy the files and replace in the folder with the problem version, which is in the same place on the sd card.
                    You need root privileges for this, you can copy over the network.

                    That's the way I found it, if someone knows it easier, just teach us.

                    To make life easier for all of us, here are what you need:

                    https://we.tl/t-pbcGp8sxVu

                    https://www.mediafire.com/file/57ppn52d39tch1u/5977-8AAB.zip/file

                    I'm not a Linux expert, just learning the basics.

                    Y 1 Reply Last reply Reply Quote 0
                    • G
                      gpeds
                      last edited by gpeds

                      Hi, I run the snes-mini-master theme and ran into this issue when i updated everything. To fix the layout issue I removed the background images on the game list ( it removes the boxes around the game names). I think it actually looks less busy and cleaner on my setup.

                      I edited the following part out by commenting out these sections in this file es-theme-snes-mini-master/layouts/setup.xml ( around line 85 or so ):

                      <!--	
                      		<image name="gamelist_background" extra="true">
                      			<path>./../art/gamelist_background${wide}.png</path>
                      			<size>0 0.7333333333333333</size>
                      			<origin>0.5 0.5</origin>
                      			<pos>0.5 0.5</pos>
                      			<color>4d4d4d9a</color>
                      		</image>
                      	
                      		<image name="gamelist_outline" extra="true">
                      			<path>./../art/gamelist_outline${wide}.png</path>
                      			<size>0 0.7333333333333333</size>
                      			<origin>0.5 0.5</origin>
                      			<pos>0.5 0.5</pos>
                      			<color>ffffffbe</color>
                      			<zIndex>200</zIndex>
                      		</image>
                      -->		
                      

                      maybe on the theme you are using you could do something similar to remove the box surrounding the list of games

                      wmarcioW 1 Reply Last reply Reply Quote 0
                      • Y
                        yewox50273 @wmarcio
                        last edited by

                        @wmarcio said in Cardboard Mini NES + Nes mini and Famicom mini themes:

                        It worked, but sometimes the emulationstation breaks, and you need to restart and hope to work.

                        Yes it segfaults and crashes, and the same behavior is happening with the SNES-mini theme.

                        1 Reply Last reply Reply Quote 0
                        • wmarcioW
                          wmarcio @gpeds
                          last edited by

                          @gpeds would you be able to post the result with a photo?

                          1 Reply Last reply Reply Quote 0
                          • S sleve_mcdichael referenced this topic on
                          • mituM mitu referenced this topic on
                          • mrmadcatzM
                            mrmadcatz
                            last edited by

                            @mitu Here are the images, as requested:

                            SNES:
                            auto-random.png

                            NES:
                            auto-random.png

                            I also created, copied and renamed background files in each necessary directory to go along with these:

                            background/bg_tron/auto-random.png
                            auto-random.png

                            background/bg_tron_blur/auto-random.png
                            auto-random.png

                            background/bg_tron_blur_usa/auto-random.png
                            auto-random.png

                            background/bg_tron_usa/auto-random.png
                            auto-random.png

                            background/blurred_shots/auto-random.png
                            auto-random.png

                            background/nes_mini/auto-random.png
                            auto-random.png

                            1 Reply Last reply Reply Quote 0
                            • mrmadcatzM
                              mrmadcatz
                              last edited by mrmadcatz

                              This is the last update (I felt I could get the icons even closer to the style of ruckage's originals, and believe that I have). Here are ALL of the assets I've adjusted for the ruckage/es-theme-snesn-mini theme for RetroPie. This includes backgrounds, labels and icons for the auto-random list that goes with all the different configurations of this theme that are available by editing config.xml that comes with the theme. They are as follows:

                              Icons
                              es-theme-snes-mini/art/icons and es-theme-snes-mini/art/icons_usa
                              auto-random.png

                              es-theme-snes-mini/art/nes_icons and es-theme-snes-mini/art/nes_icons_usa
                              auto-random.png

                              Logos
                              es-theme-snes-mini/art/logos and es-theme-snes-mini/art/logos_usa
                              auto-random.png

                              Backgrounds
                              es-theme-snes-mini/background/bg_tron/auto-random.png
                              auto-random.png

                              es-theme-snes-mini/background/bg_tron_blur/auto-random.png
                              auto-random.png

                              es-theme-snes-mini/background/bg_tron_blur_usa/auto-random.png
                              auto-random.png

                              es-theme-snes-mini/background/bg_tron_usa/auto-random.png
                              auto-random.png

                              es-theme-snes-mini/background/blurred_shots/auto-random.png
                              auto-random.png

                              es-theme-snes-mini/background/nes_mini/auto-random.png
                              auto-random.png

                              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.