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

    Suggestions for ports

    Scheduled Pinned Locked Moved Ideas and Development
    portsports retropieideas
    483 Posts 35 Posters 245.0k 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.
    • R
      retropi19 @tpo1990
      last edited by retropi19

      More Ports from zerojay fixed and working: fofix , bloboats and hurrican with opengl

      also Xmoto working with opengl

      after a lot of tests finally urban terror v3x is functional with opengl
      unfortunate any newer version is not possible to work yet

      Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

      Rpi4 4GB rev1.4 USB 3.0 Boot HDD Hitachi 160GB 7200rpm

      1 Reply Last reply Reply Quote 0
      • T
        TappedOut @retropi19
        last edited by

        @retropi19 said in Suggestions for ports:

        this scripts are made for retropie if and when they become available you will have the change to install them from there, now if you want a specific port i can give it to you

        Did you mean chance to install them? Do you have plans to push them into the official retropie repo?

        1 Reply Last reply Reply Quote 0
        • R
          retropi19
          last edited by retropi19

          tpo1990 can push them for me since i dont know the way,any specific port you want?

          Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

          Rpi4 4GB rev1.4 USB 3.0 Boot HDD Hitachi 160GB 7200rpm

          B 1 Reply Last reply Reply Quote 0
          • B
            bloodykean @retropi19
            last edited by bloodykean

            @retropi19 the best way it will be to send the install scripts to @tpo1990 and he will know what to do😁

            tpo1990T 1 Reply Last reply Reply Quote 0
            • tpo1990T
              tpo1990 @bloodykean
              last edited by

              @bloodykean said in Suggestions for ports:

              @retropi19 the best way it will be to send the install scripts to @tpo1990 and he will know what to do😁

              I might have an idea on how to do it since i did need to learn it the hard way on how to use github and how to make a pull request from RetroPie setup git repository that i forked from. I did it first for Hexen 2 and now all that is left is to merge my pull request into the RetroPie setup git repository, so that it will be an official part of RetroPie ;-)

              Greetings from Denmark. :-)

              Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

              1 Reply Last reply Reply Quote 1
              • tpo1990T
                tpo1990
                last edited by

                My big surprise is now ready. Return to Castle Wolfenstein is ready for the RetroPie community to try out. See in the other topic: https://retropie.org.uk/forum/topic/22554/return-to-castle-wolfenstein-iortcw-source-port

                Greetings from Denmark. :-)

                Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                1 Reply Last reply Reply Quote 2
                • T
                  TappedOut
                  last edited by

                  I've go two big projects I'd like to suggest:

                  Ikemen GO Plus
                  Uses Golang to interpret M.U.G.E.N files and characters
                  Repo: https://github.com/Windblade-GR01/Ikemen_GO
                  Discussion is in this thread: http://mugenguild.com/forum/topics/ikemen-go-plus-184152.1060.html

                  and RenPy visual novel interpreter written in Python:
                  https://www.renpy.org/latest.html

                  SuperFromNDS 1 Reply Last reply Reply Quote 1
                  • R
                    retropi19
                    last edited by

                    Managed to make urban terror latest version 4,3 full workable Genius!!!
                    also work in progress with smokin guns Reaction and world of padman

                    Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

                    Rpi4 4GB rev1.4 USB 3.0 Boot HDD Hitachi 160GB 7200rpm

                    tpo1990T 1 Reply Last reply Reply Quote 1
                    • tpo1990T
                      tpo1990 @retropi19
                      last edited by

                      @retropi19 Great work. Did you compile directly from source?

                      Greetings from Denmark. :-)

                      Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                      1 Reply Last reply Reply Quote 0
                      • R
                        retropi19
                        last edited by

                        no compile at all, only testing with the engine

                        Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

                        Rpi4 4GB rev1.4 USB 3.0 Boot HDD Hitachi 160GB 7200rpm

                        tpo1990T 1 Reply Last reply Reply Quote 0
                        • tpo1990T
                          tpo1990 @retropi19
                          last edited by

                          @retropi19 Was it ioquake3 or openarena engine that you tested with? The last time i tested urban terror was with ioquake3 the one that you install from RetroPie Setup and i could only get into the main menu of urban terror.

                          Greetings from Denmark. :-)

                          Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                          ExarKunIvE R 2 Replies Last reply Reply Quote 0
                          • ExarKunIvE
                            ExarKunIv @tpo1990
                            last edited by

                            @tpo1990 so early on the post you said how to fix the flickering on Dune Legacy.

                            now that i have it installed. i wanted to give it a try, but i cant find the file that you said to edit

                            other then the flicking everything works great.

                            oh and great work on RTCW. it worked perfectly.

                            RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                            RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                            Maintainer of RetroPie-Extra .

                            tpo1990T 1 Reply Last reply Reply Quote 0
                            • tpo1990T
                              tpo1990 @ExarKunIv
                              last edited by tpo1990

                              @ExarKunIv It's worth to mention that before you compile Dune Legacy after getting the source files, you need to make a change in in the file named: Game.cpp

                              You should be able to find the Game.cpp file inside the Dune Legacy source port folder that you extracted.
                              File path: your/dune/legacy/source/folder/src/Game.cpp

                              Edit the Game.cpp file and change the line SDL_RenderPresent(renderer);

                              Change it to the following and save the Game.cpp file.

                              //SDL_RenderPresent(renderer);
                              

                              Then compile Dune Legacy again and the flickering should be gone.

                              Thank you. Good to hear that RTCW works for other people than my self :-)

                              Greetings from Denmark. :-)

                              Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                              ExarKunIvE 1 Reply Last reply Reply Quote 1
                              • ExarKunIvE
                                ExarKunIv @tpo1990
                                last edited by

                                @tpo1990

                                since im tired of asking how to do all this, as im sure you are tired of telling.
                                what are some sites that you used to help teach your self on how to compile and building packages

                                RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                                RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                                Maintainer of RetroPie-Extra .

                                tpo1990T 1 Reply Last reply Reply Quote 0
                                • tpo1990T
                                  tpo1990 @ExarKunIv
                                  last edited by

                                  @ExarKunIv To begin with i tried to search on Google for how to compile from source on a Raspberry Pi, but that gave me some mixed search results and it was not easy to find out how to do it. I then found out this guys website on how to compile Chocolate Doom from source and that was pretty easy to follow to get it working.

                                  After that success i figured that i wanted even more ports to work, so i kept on looking at different open source ports or clones to see what their compiling instructions for Linux is all about. I then learned that all the source ports has different needs for specific libraries or packages for them to be able to successfully work such as SDL.

                                  In the end i could see that nearly most of them all mentions that you use cmake and make from Command line or terminal to compile from source on Unix/Linux.

                                  It also means that you will need to know how to use command line and the terminal. The best example that i can come up with that tells you how to compile from source is probably the Julius source port or ZDoom which has some more advanced compiling instructions.

                                  Greetings from Denmark. :-)

                                  Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                                  ExarKunIvE 1 Reply Last reply Reply Quote 0
                                  • R
                                    retropi19 @tpo1990
                                    last edited by

                                    @tpo1990 i used this engine: https://github.com/cdev-tux/q3lite

                                    Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

                                    Rpi4 4GB rev1.4 USB 3.0 Boot HDD Hitachi 160GB 7200rpm

                                    tpo1990T 1 Reply Last reply Reply Quote 0
                                    • tpo1990T
                                      tpo1990 @retropi19
                                      last edited by

                                      @retropi19 I have never seen that engine before. Great find. It looks like it is a fork of ioquake3 with some enhancements low specific hardware such as RPI. :-)

                                      How is the performance compaired to ioquake 3?

                                      Greetings from Denmark. :-)

                                      Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                                      1 Reply Last reply Reply Quote 0
                                      • R
                                        retropi19
                                        last edited by retropi19

                                        i haven't try with quake 3 or open arena this engine yet,should be faster thought even on rpi0

                                        Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

                                        Rpi4 4GB rev1.4 USB 3.0 Boot HDD Hitachi 160GB 7200rpm

                                        tpo1990T 1 Reply Last reply Reply Quote 1
                                        • ExarKunIvE
                                          ExarKunIv @tpo1990
                                          last edited by

                                          @tpo1990 thank you much.

                                          that is just what i was looking for. i did poke around about a year ago and got about the same thing with getting mixed results.

                                          with the few things that you have linked will help i think with me getting a idea on how to play around with this.
                                          when i have questions i might come and pick your brain, but that will be a last resort :)

                                          RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                                          RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                                          Maintainer of RetroPie-Extra .

                                          tpo1990T 1 Reply Last reply Reply Quote 1
                                          • tpo1990T
                                            tpo1990 @retropi19
                                            last edited by

                                            @retropi19 It could be very interesting to find out how the different quake3 engines match out in performance.

                                            As always, there can be room for even further performance optimization. :-)

                                            Greetings from Denmark. :-)

                                            Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                                            R 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.