RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Famicom folder

    Scheduled Pinned Locked Moved Help and Support
    nesfamicomfolderfolderscustomisation
    12 Posts 4 Posters 7.9k 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
      last edited by

      @mediamogul It gets a little more complicated than that i think!

      You also need to add famicom to your es_system.cfg file. I believe that is located here: /home/pi/.emulationstation/es_systems.cfg
      Here is a link to how to do it in the docs Docs Link

      nes should look like this:

      <system>
      <name>nes</name>
      <fullname>Nintendo Entertainment System</fullname>
      <path>/home/pi/RetroPie/roms/nes</path>
      <extension>.7z .nes .zip .7Z .NES .ZIP</extension>
      <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ nes %ROM%</command>
      <platform>nes</platform>
      <theme>nes</theme>
      </system>
      

      Copy this and place the following right below it:

      <system>
      <name>famicom</name>
      <fullname>famicom</fullname>
      <path>/home/pi/RetroPie/roms/famicom</path>
      <extension>.7z .nes .zip .7Z .NES .ZIP</extension>
      <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ nes %ROM%</command>
      <platform>famicom</platform>
      <theme>nes</theme>
      </system>
      

      Now the tricky part is that if you want to have a different log for famicom you need to modify an existing theme or choose a theme that has famicom set up.

      If you want to modify an existing theme you can find it here:
      `/etc/emulationstation/themes/[CURRENT_THEME_SET]/[SYSTEM_THEME]

      You will want to copy the nes folder within the theme and rename it famicom. You will then want to edit the last line of the famicom system we added above in the es_systems.cfg to <theme>famicom</theme>

      Last you want to find open the "art" folder with the newly named famicom folder inside the theme. replace the nes logo file, it should be named system.svg or system.png or system.jpg. You want to replace it with a new logo for famicom. you will need to have the same file type as the file you are replacing, or you will need to edit the theme.xml which can vary by theme. This can get very complicated for those who have not played around with themes before.

      Easy solution for you, instead of modifying a theme, Find a theme you like that supports famicom. I believe that @ruckage mini famicom theme supports it Cardboard Mini NES + Nes mini and Famicom mini themes, i know that my comic book theme also supports it, new-comic-book-theme You will still need to modify your es_system.cfg file, but you wont have to modify any themes or logos, unless you want to learn how, which is very fun and something i recommend.

      mediamogulM 1 Reply Last reply Reply Quote 0
      • mediamogulM
        mediamogul Global Moderator @TMNTturtlguy
        last edited by mediamogul

        @TMNTturtlguy said in Famicom folder:

        It gets a little more complicated than that i think!

        I just have my Famicom games separated as I mentioned above and they all seem to be working well. Of course adding the Famicom itself as a separate system can have it's own set of aesthetic benefits.

        RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

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

          @mediamogul got it! I misread the original post and thought they requested a famicom logo, but I now see they wanted an image for the folder! My mistake.

          mediamogulM 1 Reply Last reply Reply Quote 1
          • mediamogulM
            mediamogul Global Moderator @TMNTturtlguy
            last edited by mediamogul

            @TMNTturtlguy

            No problem. Your post might just sway him to go in that particular direction. It really would look nicer that way.

            RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

            1 Reply Last reply Reply Quote 1
            • R
              Robotechvfx
              last edited by

              Thanks guys. I'm very grateful for all the info that you gave me regarding my quest for having a sleek Famicom folder to match all the other folders in my Pi.
              Tomorrow I'm gonna try to implement it based on your insights.
              Just one last question regarding the Famicom Folder. What are the image measurements for the folder picture/icon?

              mediamogulM 1 Reply Last reply Reply Quote 0
              • mediamogulM
                mediamogul Global Moderator @Robotechvfx
                last edited by

                @Robotechvfx said in Famicom folder:

                my quest for having a sleek Famicom folder to match all the other folders in my Pi

                That being the case, you'll definitely want to add Famicom as a system as @TMNTturtlguy illustrates above.

                What are the image measurements for the folder picture/icon?

                If you want to integrate it with the default Carbon theme, the images for the other systems are all SVG vector images that can be dynamically and cleanly scaled to any size. If you're planning on using raster images, I'm not really sure myself.

                RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                R 1 Reply Last reply Reply Quote 0
                • R
                  Robotechvfx @mediamogul
                  last edited by

                  @mediamogul
                  I might go with svg (small vector graphics). It will help make things look cleaner.
                  I may try @TMNTturtlguy 's method. I'm gonna read into to it a bit more before proceeding.

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

                    Thanks for all the help @mediamogul and a special tanks to @TMNTturtlguy . Your tips where spot on.

                    0_1495562596769_WP_20170523_18_56_24_Pro.jpg

                    One las remark that I would like to leave here for anyone trying to create logos or themes in illustrator CC, the following are the correct presets for saving your svg files for retro pie.
                    0_1495562758554_svg_instructions.jpeg.
                    I was having trouble until I found this.

                    mediamogulM J 2 Replies Last reply Reply Quote 2
                    • mediamogulM
                      mediamogul Global Moderator @Robotechvfx
                      last edited by

                      @Robotechvfx

                      Looks really nice. Great job.

                      RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                      1 Reply Last reply Reply Quote 0
                      • J
                        jcuralli @Robotechvfx
                        last edited by

                        @Robotechvfx That’s a really nice image- I hate to ask, but can you post a link to it? I’d love to use it on my system.

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