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

    EmulationStation mod

    Scheduled Pinned Locked Moved Ideas and Development
    mod
    340 Posts 49 Posters 333.6k 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.
    • herb_fargusH
      herb_fargus administrators @nj180grados
      last edited by herb_fargus

      @nj180grados Thing is he's probably busy with real life, job school, etc. If he's interested in stuff he'll be around, if not he'll be dealing with life. We all do this in our free time as we see fit and have interest.

      If you really want these improvements feel free to roll up your sleeves, get dirty with C++ and make something cool.

      If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

      Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

      frgnF 1 Reply Last reply Reply Quote 2
      • frgnF
        frgn @herb_fargus
        last edited by

        @herb_fargus it would be great if jacobfk20 shared the tools to compile. I did try to do it yourself according to the instructions on github - process fails
        :c

        Aloha from Russia, and sorry for my bad English. ¯\(ツ)/¯
        My RetroPie themes repo - https://github.com/free-gen/
        Blast16 to MDMINI mod
        DONATE HERE

        herb_fargusH D 2 Replies Last reply Reply Quote 0
        • herb_fargusH
          herb_fargus administrators @frgn
          last edited by

          @frgn you have all the tools available to you already. All you have to do is modify the child friendly module to point to jacobfk20's branch. Install it like you would anything in the setup script and voila!

          If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

          Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

          1 Reply Last reply Reply Quote 0
          • D
            dudleydes @frgn
            last edited by

            @frgn You can use a scriptmodule created by forum user PokeEngineer. Download from here. Place it in the /home/pi/RetroPie-Setup/scriptmodules/supplementary folder and then use the RetroPie script to build ES.

            1 Reply Last reply Reply Quote 1
            • F
              ferdnand
              last edited by

              Hello, if i could say one thing, Thank you for your mods, and also to the RetroPie team, I have relived my child hood , many times over with the Raspberry Pi 3 and the Retropie, with this mods it makes it even easier to make one for family and friends to make it easier to use or to get up and running....

              Keep up the great work..

              My name is not important, but you can contact me at ferdnand99@gmail.com

              1 Reply Last reply Reply Quote 0
              • Z
                zeblackness
                last edited by

                Did this ever get into pulled into the retropie repo? If not, are you planning to?

                I'm looking at possibly starting search and would love to start with a gridview already there.

                1 Reply Last reply Reply Quote 0
                • InsecureSpikeI
                  InsecureSpike @Rookervik
                  last edited by InsecureSpike

                  @rookervik said in EmulationStation mod:

                  Oh I forgot to ask for something! * gets down on knees and begs* Can we have a clock? A clock would be so amazing. I dug out an old "grid dreams" mockup I did. Reminded me about wanting a clock in ES. Keep in mind, it was March when I did this mockup.

                  undefined

                  did this ever become a feature?
                  i too would find it extremely useful..... please....

                  RPi 3 - RetroPie + 500gb HDD [consoles] + Razer Onza Tournament
                  RPi 3 - RetroPie + 32gb USB [computers] + Keyboard
                  both with AttractMode + FuzzBoxx Layout

                  lilbudL D 2 Replies Last reply Reply Quote 0
                  • lilbudL
                    lilbud @InsecureSpike
                    last edited by

                    @insecurespike Sorry to say, but no. Gridview stopped being worked on by @jacobfk20 a while ago. @Koerty picked it up, so go bother him.

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

                    Backlog: http://backloggery.com/lilbud

                    InsecureSpikeI 1 Reply Last reply Reply Quote 0
                    • D
                      dudleydes @InsecureSpike
                      last edited by

                      @insecurespike I don't believe the clock was ever a feature of the Gridview mod.

                      A clock in the corner is a feature in the Pegasus frontend but it's still in development so go bother the Pegasus dev.

                      1 Reply Last reply Reply Quote 0
                      • InsecureSpikeI
                        InsecureSpike @lilbud
                        last edited by

                        @lilbud said in EmulationStation mod:

                        @insecurespike Sorry to say, but no. Gridview stopped being worked on by @jacobfk20 a while ago. @Koerty picked it up, so go bother him.

                        @dudleydes said in EmulationStation mod:

                        @insecurespike I don't believe the clock was ever a feature of the Gridview mod.

                        A clock in the corner is a feature in the Pegasus frontend but it's still in development so go bother the Pegasus dev.

                        yeah i was wondering if the clock idea had ever been added, not necessarily to the grid view but to ES in general

                        RPi 3 - RetroPie + 500gb HDD [consoles] + Razer Onza Tournament
                        RPi 3 - RetroPie + 32gb USB [computers] + Keyboard
                        both with AttractMode + FuzzBoxx Layout

                        Z 1 Reply Last reply Reply Quote 0
                        • Z
                          Zigurana @InsecureSpike
                          last edited by

                          @insecurespike
                          No, it has never been added, mostly because there is no Real Time Clock on the little computer. That means that the RPi simply does not know the time when it is powered up. You need to have a working network connection in order to retrieve the current time from your network (or the internet).
                          I spend an evening or two trying to get a separate RTC chip (like this) to work, just so I could make this happen, but I never got it to run, so that little side-project died an early dead.

                          It could still be done tough, for those machines that do have a working network connection.

                          If tetris has thought me anything, it's that errors pile up and that accomplishments dissappear.

                          InsecureSpikeI mattrixkM 2 Replies Last reply Reply Quote 1
                          • InsecureSpikeI
                            InsecureSpike @Zigurana
                            last edited by

                            @zigurana said in EmulationStation mod:

                            @insecurespike
                            No, it has never been added, mostly because there is no Real Time Clock on the little computer. That means that the RPi simply does not know the time when it is powered up. You need to have a working network connection in order to retrieve the current time from your network (or the internet).
                            I spend an evening or two trying to get a separate RTC chip (like this) to work, just so I could make this happen, but I never got it to run, so that little side-project died an early dead.

                            It could still be done tough, for those machines that do have a working network connection.

                            ah, i see, i do leave mine connected, maybe if you get time, and decide to add it, could there be a switch in the UI menu to turn it on/off, like the on-screen help, then its there if the user finds it useful?
                            with changable font, size, color, position etc

                            thanks for the reply

                            RPi 3 - RetroPie + 500gb HDD [consoles] + Razer Onza Tournament
                            RPi 3 - RetroPie + 32gb USB [computers] + Keyboard
                            both with AttractMode + FuzzBoxx Layout

                            Z 1 Reply Last reply Reply Quote 0
                            • Z
                              Zigurana @InsecureSpike
                              last edited by

                              @insecurespike
                              If / when I get to this, it will probably be a themable element, so it would be up to the theme to include and format it. That way, we would have maximum flexibility for how a clock would look like.

                              If tetris has thought me anything, it's that errors pile up and that accomplishments dissappear.

                              1 Reply Last reply Reply Quote 1
                              • mattrixkM
                                mattrixk @Zigurana
                                last edited by

                                @zigurana said in EmulationStation mod:

                                there is no Real Time Clock on the little computer

                                That explains why my Kodi time was so out of whack when I took my RPi on holidays last week.

                                My ES themes: MetaPixel | Spare | Io | Indent

                                1 Reply Last reply Reply Quote 2
                                • RookervikR
                                  Rookervik Global Moderator
                                  last edited by

                                  Yeah even for me the clock would be wrong pretty often. But after having my Pi running a couple days the time finally updates. And it's glorious on Kodi to see the time. Imagine the greatness of ES.

                                  Also... ES uses time, already, when writing to the gamelist when you last played the game. Sooooo, there are already tons of time errors being written to disk. LOL.

                                  1 Reply Last reply Reply Quote 2
                                  • M
                                    MatinatorX
                                    last edited by MatinatorX

                                    Has anyone had any luck getting this mod to work with the latest RetroPie 4.4? It failed to start for me and complained about not having some old libraries, so I made symlinks to the ones included with 4.4, but it gave a different error message and still failed to start.

                                    I tried to recompile it myself using the guide, but the build always fails at around 75% when it can't seem to resolve calls to the OpenGL library (even though I have all the necessary libraries installed). I tried forcing cmake to use other versions of gcc (5.0 instead of 4.7 for example, or the latest one) before building but those all fail too for various reasons, and I'm not familiar enough with coding or what changed between Jessie and Stretch to solve the issue.

                                    I'm trying to avoid the need for a keyboard to connect to WiFi when I head over to friends' houses and the OSK and WiFi config this mod has would be perfect.

                                    Alternatively, does anyone know if the alpha Pegasus frontend includes this feature?

                                    1 Reply Last reply Reply Quote 0
                                    • W
                                      wcarvalho
                                      last edited by

                                      @matinatorx said in EmulationStation mod:

                                      Has anyone had any luck getting this mod to work with the latest RetroPie 4.4? It failed to start for me and complained about not having some old libraries, so I made symlinks to the ones included with 4.4, but it gave a different error message and still failed to start.

                                      I tried to recompile it myself using the guide, but the build always fails at around 75% when it can't seem to resolve calls to the OpenGL library (even though I have all the necessary libraries installed). I tried forcing cmake to use other versions of gcc (5.0 instead of 4.7 for example, or the latest one) before building but those all fail too for various reasons, and I'm not familiar enough with coding or what changed between Jessie and Stretch to solve the issue.

                                      I'm trying to avoid the need for a keyboard to connect to WiFi when I head over to friends' houses and the OSK and WiFi config this mod has would be perfect.

                                      Alternatively, does anyone know if the alpha Pegasus frontend includes this feature?

                                      I also tried but unfortunately I could not

                                      @jdrassa
                                      would it be possible to deploy this in the official version? Some features of the emulationstation that the recalbox contains, are quite interesting

                                      J 1 Reply Last reply Reply Quote 0
                                      • J
                                        jdrassa @wcarvalho
                                        last edited by

                                        @wcarvalho If someone comes along and puts in the effort, I am fairly sure that an OSK implementation would be accepted. Adding the WiFi config to ES is unlikely to be added. My understanding is that since RetroPie supports multiple frontends, config stuff like that is to remain in RetroPie-Setup.

                                        Get latest build of EmulationStation for Windows here

                                        1 Reply Last reply Reply Quote 0
                                        • W
                                          wcarvalho
                                          last edited by

                                          @jdrassa
                                          Thank you

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            phcreery
                                            last edited by

                                            The emulationstation file seems a bit old now. It keeps calling for libboost 1.55 which I was unable to install.

                                            sudo apt-get install libboost1.55-all libboost1.55*
                                            

                                            only said that the repository doesn't exist. After searching, there seems to be no repository that has it for the arm.

                                            I tried symlinking the new libraries (i think 1.6x)

                                            locate libboost*
                                            ln -s (lib_new_name) (lib_old_name)
                                            

                                            to trick it into thinking I have the old and that eventually starts but I get nothing on the display, it just freezes or something.

                                            I have tried to build it with no luck. (renderer_graw_gl failed)

                                            This is all on the RetroPie 4.4
                                            The On-screen keyboard is really what I want since I am running a pi-zero inside a Gameboy. I don't want RecalBox because I still want the full raspbian image and the ability to run scripts for battery monitoring, etc.

                                            Is there any other frontend that supports a virtual keyboard or is there somewhere else that this project is updated?

                                            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.