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

    What would you like to see in future Retropie releases

    Scheduled Pinned Locked Moved Ideas and Development
    retropie4.3wip
    214 Posts 68 Posters 92.3k 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.
    • BuZzB
      BuZz administrators @Pupsenlalala
      last edited by BuZz

      @pupsenlalala We already have this in ES (via collections). Note there are no major new features going in between now and 4.3. There has been a lot of development since the last 4.2 image though.

      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

      1 Reply Last reply Reply Quote 0
      • T
        twd Banned
        last edited by

        Is Es vertical support on the road map at all? I know I keep banging on about it , but I think it is an essential nostalgic feel that cannot be replicated by bezels and 16:9 hd screens , to have the option to have Es the same orientation as the games is obviously a good thing. But it could also benefit the theme builders as a diffrent canvas to work on. I know it's most likely Low priority but nice to know it is on the list and may appear in a future version.

        BuZzB 1 Reply Last reply Reply Quote 0
        • BuZzB
          BuZz administrators @twd
          last edited by

          @twd There is no roadmap really - apart from things on the bugtracker - but nothing in stone. But if someone wants to implement it, I would not be against accepting it.

          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

          1 Reply Last reply Reply Quote 0
          • HexH
            Hex
            last edited by

            @twd Can you elaborate what you expect in vertical mode?

            Sent from 20,000 leagues under the sea.

            Powersaver Emulation station : https://github.com/hex007/EmulationStation
            ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

            T 1 Reply Last reply Reply Quote 0
            • lilbudL
              lilbud @BuZz
              last edited by

              @buzz Well compared to this time last year when we were at ES 2.0.1a, I'd say we are pretty close.

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

              Backlog: http://backloggery.com/lilbud

              BuZzB 1 Reply Last reply Reply Quote 0
              • BuZzB
                BuZz administrators @lilbud
                last edited by BuZz

                @lilbud don't read too much into the version number. Previously I was not bumping the version (even though there was some development). I'm not planning on bumping it to v3 currently.

                To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                1 Reply Last reply Reply Quote 0
                • T
                  twd Banned @Hex
                  last edited by twd

                  @hex I don't expect anything buddy but I would like to see it if possible, basically have the es system in portrait mode rotated 90deg , you can do it in boot.config but you get a performance hit this way, it will be most useful for old arcade games like puc man as most used a vertical screen and there's the shumps.

                  @buzz that's not a problem , I am not much of a coder myself I learnt my limit when I was making games with unity 3d. I could make amazing landscapes models textures , but I cannot code well. what would take you 30minutes would take me 3 days I make so many typos backtracking code isn't fun. But I am sure I could make a theme if it ever do get implemented, I just hope I sowed a seed :) . Sorry for going off topic I just jumped at a opportunity to get a definitive answer.

                  1 Reply Last reply Reply Quote 0
                  • HexH
                    Hex
                    last edited by

                    @twd So you want Console text in landscape(no boot config changes) and ES in portrait (internally rotated). I think I am getting what you mean

                    Sent from 20,000 leagues under the sea.

                    Powersaver Emulation station : https://github.com/hex007/EmulationStation
                    ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

                    T 1 Reply Last reply Reply Quote 1
                    • T
                      twd Banned @Hex
                      last edited by

                      @hex basically yes mate as an example the default carbon theme. if you rotated your tv 90 degrees the White bar and text would be vertical but to read it and navigate properly it would need to be horizontal, I can navigate it like that but it like riding a reverse bike. I love the work you guys do and appreciate the shizen you have to put up with, I am happy either way but I would be the cherry on the cake for me personally :)

                      M 1 Reply Last reply Reply Quote 0
                      • HexH
                        Hex
                        last edited by

                        I am currently working on rotation support for J2ME. If I get it working as needed I will see if that can be ported to ES.

                        Sent from 20,000 leagues under the sea.

                        Powersaver Emulation station : https://github.com/hex007/EmulationStation
                        ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

                        T M 2 Replies Last reply Reply Quote 0
                        • T
                          twd Banned @Hex
                          last edited by

                          @hex if it's possible and your willing to attempt it , that would be amazing.

                          1 Reply Last reply Reply Quote 0
                          • HexH
                            Hex
                            last edited by

                            I scanned through the code and ES uses GL acceleration. I have no Idea how it works. Based on the code there is a transform that is applied on the entire rendering. If that can be modified then you shall get your wish

                            void Window::render()
                            {
                            	Eigen::Affine3f transform = Eigen::Affine3f::Identity();
                            	// If the above matrix can be changed from Identity (100010001) to Rotational (0-10100001) then you get a rotation.
                            
                            

                            Sent from 20,000 leagues under the sea.

                            Powersaver Emulation station : https://github.com/hex007/EmulationStation
                            ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

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

                              @hex said in What would you like to see in Retropie 4.3:

                              I scanned through the code and ES uses GL acceleration. I have no Idea how it works. Based on the code there is a transform that is applied on the entire rendering. If that can be modified then you shall get your wish

                              void Window::render()
                              {
                              	Eigen::Affine3f transform = Eigen::Affine3f::Identity();
                              	// If the above matrix can be changed from Identity (100010001) to Rotational (0-10100001) then you get a rotation.
                              
                              

                              @hex I've been meaning to look into this. I got a few requests for this after implementing rotation support for individual theme elements.

                              You can see how to rotate the transform matrix here.

                              The tricky part will be the clipRects. Currently these must be specified as absolute coordinates. This caused issues with trying to rotate the gamelist and the description text because the clipRect wouldn't rotate with the component. I've been considering addressing this by making the clipRects able to use the transform matrix.

                              I believe we would probably also need to make sure that the values returned from Renderer::getScreenWidth() and Renderer.getScreenHeight() are swapped.

                              Get latest build of EmulationStation for Windows here

                              1 Reply Last reply Reply Quote 1
                              • lipebelloL
                                lipebello
                                last edited by

                                Possible: I would like to see objects that you can add movement values. EX: i would remove the help information and add an image with the help information and made it scrolls endlessly like that informations on news channel. Or add a round image and make it rotate.
                                A wheel carousel. That would be nice too.

                                Don't know if pi could handle it: The ability to import low poly 3D models, so we can model consoles, characters or even the theme borders and add it to the theme. But i think that's too much for rpi.


                                Retrorama Tshirts:
                                https://www.teepublic.com/user/lipebello
                                https://www.instagram.com/phillbello/

                                1 Reply Last reply Reply Quote 1
                                • HexH
                                  Hex
                                  last edited by

                                  @jdrassa I think we should make a new thread to discuss the rotation implementation.

                                  I tried this and I see what you mean

                                  Eigen::Affine3f transform = Eigen::Affine3f::Identity();
                                  transform *= Eigen::AngleAxisf(0.05, Eigen::Vector3f::UnitZ());
                                  

                                  0_1503729633827_Screenshot from 2017-08-25 23-39-32.png

                                  Sent from 20,000 leagues under the sea.

                                  Powersaver Emulation station : https://github.com/hex007/EmulationStation
                                  ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

                                  T 1 Reply Last reply Reply Quote 1
                                  • C
                                    Cjax08
                                    last edited by

                                    What I would REALLY like to see is a way to lock down your retropie setup. Similar to the kids mode but integrated into the main ES. It would be so convenient to be able to easily lock down retropie and ES settings except for settings like maybe connecting to wifi, jumping to different letters in game lists, shutting down from menu, etc. Small things that need to be regularly accessed on a finished set up. I know there is already a thread with people talking about the possibilities of something like that, and I personally can't wait till one day some generous genius donates their time to figure it out.

                                    I know it's been said no major changes are coming to 4.3 and I understand that, but if we are talking about desired features then that is a big one. It's honestly the only thing that has kept me back from putting together retropies for friends and family for birthday/Christmas gifts. Knowing that they will probably break something after a few days lol. The one I did make for a friend as a housewarming gift needed fixing after a week.

                                    sirhenrythe5thS HurricaneFanH 2 Replies Last reply Reply Quote 5
                                    • thexT
                                      thex
                                      last edited by

                                      Suggestions for a SMALL screen installation

                                      1. The ability to increase font size on the Main Menu (start and select menus)
                                      2. A RetroPie configuration to add/remove a "Power Menu" on the main system list.
                                        This makes it easier to find and power down small screen size systems

                                      Outside of RetroPie - add a column to the ES Themes page to identify "optimized for small screens?"

                                      HexH cyperghostC 2 Replies Last reply Reply Quote 0
                                      • sirhenrythe5thS
                                        sirhenrythe5th @Cjax08
                                        last edited by

                                        @cjax08 i removed the Retropie configs section from the ES Menue by editing the systems.es

                                        As far as kids are concerned this should be enough. The only way to change settings is to enter the terminal and enter the right commands.

                                        -- Retro-Achievements Username: SirALX --
                                        RetroRatio: 1.88
                                        Started Games beaten: 2,47%
                                        Site Rank: 4382/93743 ranked users (TOP 4.76%)
                                        Last seen in [The Legend of Zelda: Lost in Time (HACK) [N64], exploring Hyrule at Night]

                                        C 1 Reply Last reply Reply Quote 0
                                        • HurricaneFanH
                                          HurricaneFan @Cjax08
                                          last edited by

                                          @cjax08 I'd like some form of lock down too. I've setup a pi for a friend and his kids kept messing with the built in scraper settings even though I'd already scraped everything.

                                          edmaul69E 1 Reply Last reply Reply Quote 1
                                          • T
                                            twd Banned @Hex
                                            last edited by

                                            @hex @jdrassa wow progress already I didn't expect that , it's only been a few hours. I do think the subject probably deserves its own thread, just for searchability reasons

                                            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.