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

    [ES Theme] Nostalgia Pure

    Scheduled Pinned Locked Moved Projects and Themes
    es themesrecalboxretropiethemewindows
    75 Posts 28 Posters 37.4k 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.
    • A
      argnara
      last edited by

      does this work for windows version of ES? if so why is mine doing this?

      Untitled.png

      Untitled2.png

      mituM H 2 Replies Last reply Reply Quote 0
      • mituM
        mitu Global Moderator @argnara
        last edited by

        @argnara What version of EmulationStation are you using ?

        A 1 Reply Last reply Reply Quote 0
        • A
          argnara @mitu
          last edited by argnara

          @mitu the Continuous build from https://github.com/jrassa/EmulationStation/releases

          as it was the latest i could find

          v2.10.0RP-DEV

          esv.png

          1 Reply Last reply Reply Quote 0
          • GeekOBG
            GeekOB
            last edited by

            Looks amazing @Frakatchoo, I wanted to try it on my Pi4. Unfortunately I get the same results as @argnara with several lines of emulationstation unknown property type "path" (for element of type video)
            I'm on RetroPie 4.6.7 using latest ES v2.9.3RP. Maybe it will be supported on a future version for RetroPie?

            A 1 Reply Last reply Reply Quote 0
            • A
              argnara @GeekOB
              last edited by

              @GeekOB His last theme was for the same version i'm using, that's whats even more confusing lol

              1 Reply Last reply Reply Quote 0
              • alphatoanantA
                alphatoanant
                last edited by

                This is beautiful! Nicely done

                My RetroPie Themes:
                Art Book https://github.com/anthonycaccese/es-theme-art-book
                Art Book Next https://github.com/anthonycaccese/art-book-next-retropie
                TFT https://github.com/anthonycaccese/es-theme-tft

                1 Reply Last reply Reply Quote 0
                • GeekOBG
                  GeekOB
                  last edited by

                  I'm wondering if I missed something for making this work on the RPi4, can you assist @mitu?
                  Thank you,

                  mituM 1 Reply Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator @GeekOB
                    last edited by

                    @GeekOB said in [ES Theme] Nostalgia Pure:

                    I'm wondering if I missed something for making this work on the RPi4, can you assist @mitu?

                    I intended to give it a try, but after looking at the size of the theme, I gave up. If the theme uses something that's specific to other EmulationStation forks (Recalbox/Batocera), then it won't work with the RetroPie version.

                    1 Reply Last reply Reply Quote 0
                    • GeekOBG
                      GeekOB
                      last edited by

                      Thank you for your input @mitu. Yes, the theme is quite heavy as all the system screens are actually 1080p mp4 files (around 1 min long each). I tried running it on windows using the same version as @argnara, but I get the same generic theme-less ES view.
                      I'm actually not sure if the fullscreen video is the deal-breaker here or maybe video is not supported on "main" system selection screen.
                      @Frakatchoo what ES version are you using in windows?

                      mituM 1 Reply Last reply Reply Quote 0
                      • mituM
                        mitu Global Moderator @GeekOB
                        last edited by

                        As far as I know, videos in system view are not supported by the RetroPie EmulationStation fork. On Windows, you may try @f-caruso's fork (https://github.com/fabricecaruso/EmulationStation) and see if it works.

                        1 Reply Last reply Reply Quote 0
                        • FrakatchooF
                          Frakatchoo
                          last edited by

                          Hi guys !

                          Here's the EmulationStation version i'm using, and yes like @mitu said, it's a fork of EmulationStation by Fabrice Caruso.
                          As I know, my theme can run on some recent Retropie configs, but it's a bit laggy on RPI, I recommend using it on Windows (with an updated ES).

                          emulationstation.jpg

                          mituM A 2 Replies Last reply Reply Quote 0
                          • mituM
                            mitu Global Moderator @Frakatchoo
                            last edited by

                            @Frakatchoo said in [ES Theme] Nostalgia Pure:

                            As I know, my theme can run on some recent Retropie configs, but it's a bit laggy on RPI,

                            Have you actually tested it on RetroPie or did you use something like Batocera or Recalbox ?

                            FrakatchooF 1 Reply Last reply Reply Quote 0
                            • HurricaneFanH
                              HurricaneFan
                              last edited by

                              Is there a way to use system images instead of videos on the systems view?

                              FrakatchooF 1 Reply Last reply Reply Quote 1
                              • FrakatchooF
                                Frakatchoo @mitu
                                last edited by

                                @mitu I'm using a portable version of EmulationStation (like Retrobat).
                                I don't have tested yet on RPI OS (Recalbox, Retropie, ...) but I've already have some feedbacks and it's a bit laggy on RPI. A solution is to convert all HD videos to 720p ;)

                                mituM 1 Reply Last reply Reply Quote 0
                                • FrakatchooF
                                  Frakatchoo @HurricaneFan
                                  last edited by

                                  @HurricaneFan Yes, you have to edit the theme.xml.
                                  I think you just have too delete this tag entry :

                                  <video name="md_video" extra="true">
                                        <path>./_assets/backgrounds/${system.theme}.mp4</path>
                                  	  <tile>false</tile>
                                        <color>FFFFFFFF</color>
                                       <origin>0 0</origin>
                                  		<pos>0 0</pos>
                                  		<size>1 1</size>
                                        <maxSize>1 1</maxSize>
                                        <delay>0</delay>
                                  	  <showSnapshotNoVideo>true</showSnapshotNoVideo>
                                  	<showSnapshotDelay>true</showSnapshotDelay>
                                   </video>
                                  

                                  And change the background image to a dynamique background :

                                  Search for :

                                  <path>./_assets/system-global-bg.png</path>
                                  

                                  And change it to :

                                  <path>./_assets/backgrounds/${system.theme}.png</path> 
                                  

                                  Of course, you have to add background images in the right folder ;)

                                  1 Reply Last reply Reply Quote 1
                                  • mituM
                                    mitu Global Moderator @Frakatchoo
                                    last edited by mitu

                                    @Frakatchoo said in [ES Theme] Nostalgia Pure:

                                    @mitu I'm using a portable version of EmulationStation (like Retrobat).

                                    RetroBat uses @f-caruso's EmulationStation fork, which is different than the fork used in RetroPie.

                                    I don't have tested yet on RPI OS (Recalbox, Retropie, ...) but I've already have some feedbacks and it's a bit laggy on RPI. A solution is to convert all HD videos to 720p ;)

                                    I think your theme is not compatible with RetroPie's EmulationStation fork and will not work in RetroPie as is.

                                    FrakatchooF 1 Reply Last reply Reply Quote 0
                                    • FrakatchooF
                                      Frakatchoo @mitu
                                      last edited by

                                      @mitu As I know, the theme is compatible with RPI, but I don't know if it's on Retropie or Recalbox, the EmulationStation fork have to be compatible with videos on systems view, that's right.

                                      1 Reply Last reply Reply Quote 0
                                      • GeekOBG
                                        GeekOB
                                        last edited by

                                        Very informative, thank you both @mitu and @Frakatchoo. I'll try the other ES fork for windows

                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          argnara @Frakatchoo
                                          last edited by

                                          @Frakatchoo thank you, 100% works now :)

                                          1 Reply Last reply Reply Quote 0
                                          • GeekOBG
                                            GeekOB
                                            last edited by

                                            I've created PNG files to replace the videos for all system selection screens, so now it's RetroPie compatible (I called it Nostalgia Pure Lite). @Frakatchoo, let me know if you'd like me to upload it somewhere so that you can link it on your first post above.
                                            There's a few systems missing still like AmigaCD32, Channel F, openbor, TI99 and PSP Minis, I went to the Launchbox forums links you specified but still couldn't find them.

                                            Y G 2 Replies Last reply Reply Quote 3
                                            • 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.