• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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 244.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.
  • E
    ellohir
    last edited by 3 Jun 2019, 09:58

    I have very good memories from playing Tremulous and OpenArena like 10-15 years ago, do they work fine on the Pi ?

    R 1 Reply Last reply 3 Jun 2019, 10:24 Reply Quote 0
    • R
      retropi19 @ellohir
      last edited by 3 Jun 2019, 10:24

      @ellohir yeah they work great

      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
        tpo1990 @retropi19
        last edited by tpo1990 6 Mar 2019, 12:14 3 Jun 2019, 11:12

        @retropi19 That is some good progress.

        Are you going to fork and create a pull request at the RetroPie Setip Git repo for all these ports scriptmodules?

        Dune Legacy is one of the source ports im trying to get to work with building a scriptmodule for. Did you happen to fix the flickering in-game screen?

        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 3 Jun 2019, 11:52 Reply Quote 1
        • R
          retropi19 @tpo1990
          last edited by 3 Jun 2019, 11:52

          @tpo1990 no the flickering is not possible to fix yet i installed one version down that works fine, there is a solution in the page about but i dont understand it maybe you can figure it out its in the middle of the page
          https://sourceforge.net/p/dunelegacy/bugs/75/

          unfortunate i dont know how to create pull requests

          Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

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

          T 1 Reply Last reply 3 Jun 2019, 11:57 Reply Quote 0
          • T
            tpo1990 @retropi19
            last edited by tpo1990 6 Mar 2019, 12:57 3 Jun 2019, 11:57

            @retropi19 Actually the flickering is very possible to fix. It is simple as changing one line for SDL renderer.

            I have already figured it out and fixed it by that same link, but i do not have my Pi with me at the moment. I would also like to test your Dune Legacy scriptmodule. :-)

            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 3 Jun 2019, 12:04 Reply Quote 1
            • R
              retropi19 @tpo1990
              last edited by 3 Jun 2019, 12:04

              @tpo1990 if i knew what file to edit i would do it but it does not tell about do you know where the file is?
              im trying to port urban terror now i will give you the script soon

              Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

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

              T 1 Reply Last reply 3 Jun 2019, 12:24 Reply Quote 1
              • T
                tpo1990 @retropi19
                last edited by 3 Jun 2019, 12:24

                @retropi19 The file that you are looking for should be the Game.cpp which is located in the src folder.
                File path: ./src/Game.cpp

                The line that you want to change is the SDL_RenderPresent(renderer);

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

                //SDL_RenderPresent(renderer);
                

                Compile Dune Legacy again from source and you should have a working binary without the flickering in-game.

                Urban Terror brings me good memories. I tried using Quake3 and Urban Terror as a mod with only getting into the menu without working gameplay. It might be possible to compile Urban Terror as a standalone game.

                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 3 Jun 2019, 16:59 Reply Quote 1
                • E
                  ExarKunIv @retropi19
                  last edited by 3 Jun 2019, 13:17

                  @retropi19 the only one i would really be interested in would be dune legacy.
                  i would play about with the others just to see what they are.

                  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 .

                  1 Reply Last reply Reply Quote 0
                  • S
                    shavecat @tpo1990
                    last edited by shavecat 6 Mar 2019, 16:04 3 Jun 2019, 15:02

                    @tpo1990 said in Suggestions for ports:
                    OpenClaw - Captain Claw source port.
                    Assault Cube - FPS clone like Counterstrike
                    Dave Gnukem - Duke Nukem 1/2 clone
                    Heroes 2 of Might and Magic - Fheroes2

                    How do i get them install on my retropie and do the work fine ??? PLZ !! :)))

                    R T 2 Replies Last reply 3 Jun 2019, 17:02 Reply Quote 0
                    • R
                      retropi19 @tpo1990
                      last edited by retropi19 6 Mar 2019, 18:30 3 Jun 2019, 16:59

                      @tpo1990 @ExarKunIv Here is the link for dunelegacy script

                      its a simple script nothing special it installs the depends and the deb file from sourceforge and adds a shortcut in ports for the game
                      i did not put inside to download the demo you can add it if you want or add any other enhancement

                      http://s000.tinyupload.com/index.php?file_id=86288331388260966310

                      urban terror is just terror to install i found this page that you can install the client without the need of quake 3 files if you can take a look at it and maybe you can make it possible

                      https://github.com/FrozenSand/ioq3-for-UrbanTerror-4

                      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 1
                      • R
                        retropi19 @shavecat
                        last edited by retropi19 6 Mar 2019, 18:03 3 Jun 2019, 17:02

                        @shavecat i will try to build Dave Gnukem and openclaw tomorrow
                        assaultcube and the heroes are not possible at least from me

                        Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

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

                        T 1 Reply Last reply 3 Jun 2019, 17:50 Reply Quote 0
                        • T
                          tpo1990 @shavecat
                          last edited by 3 Jun 2019, 17:44

                          @shavecat If you want to try it yourself, you need to know how to compile and build a binary from source on linux.

                          All of them works on Raspberry Pi, but we need to compile and test it first before a scriptmodule can be created. Just be patient.

                          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
                          • T
                            tpo1990 @retropi19
                            last edited by tpo1990 6 Mar 2019, 18:51 3 Jun 2019, 17:50

                            @retropi19

                            I already have Dave Gnukem and OpenClaw working on my test Raspberry Pi.
                            Heroes of Might and Magic 2 is also working.

                            The source port that works best of them is Dave Gnukem. Dave Gnukem runs great. Heroes of Might and Magic 2 runs slow in gameplay in framebuffer mode. It works best in desktop. OpenClaw is playable with some lag. Assaultcube needs to be tested again.

                            One thing to note is that it takes time to do all the work in building a working scriptmodule and make it a reality on our Raspberry Pi.

                            Thanks for the script and the link. It might be worth checking out Urban Terror standalone edition and see if we can get it to build.

                            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 3 Jun 2019, 17:55 Reply Quote 1
                            • S
                              shavecat
                              last edited by 3 Jun 2019, 17:52

                              @retropi19
                              yeha thank you ! so much !:) Dave Gnukem and openclaw is Amazing Think i play so much Captain-Claw its amazing if will work good :)
                              Then i will see it after i update the script pi setup on the setup exp' packages ?

                              @tpo1990
                              Too crazy for me i think :\

                              T 1 Reply Last reply 3 Jun 2019, 17:54 Reply Quote 0
                              • T
                                tpo1990 @shavecat
                                last edited by 3 Jun 2019, 17:54

                                @shavecat Alright then just wait. I dedicate my free time into making it happen. My goal is to expand the RetroPie experience with making more source ports available.

                                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
                                • R
                                  retropi19 @tpo1990
                                  last edited by retropi19 6 Mar 2019, 19:19 3 Jun 2019, 17:55

                                  @tpo1990 there is a video in youtube about a guy running urban terror in rpi0 its quite slow but no any info about

                                  i found the gnakem and the claw repositories are the building instructions the same as yours?
                                  you can expand the script by adding the demo download and also to get the newest deb the one i put is the old non flicker version that does not have the hd resolutions and if its possible to automatically add the fix to the sdl file

                                  i will try to build gods deluxe and opensonic tomorrow
                                  https://jotd.pagesperso-orange.fr/gods/index.html

                                  what about this?

                                  https://github.com/deathkiller/jazz2

                                  Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

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

                                  T 1 Reply Last reply 4 Jun 2019, 13:14 Reply Quote 0
                                  • S
                                    shavecat
                                    last edited by 4 Jun 2019, 08:42

                                    @tpo1990 IAM !:))
                                    @retropi19
                                    OpenClaw&Dave will be Awesome to run thank u !
                                    JAZZ 2 !!! wish it will run it .
                                    also gods deluxe really old & famous :)

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tpo1990 @retropi19
                                      last edited by 4 Jun 2019, 13:14

                                      @retropi19 Yes the building instructions are the same that i tried to used.

                                      Jazz2 Resurrection could work, if you can get it to build without using opengl es, but im not sure about it, since it looks like it uses Open GL ES version 3 which the Raspberry Pi does not support.

                                      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 4 Jun 2019, 13:41 Reply Quote 0
                                      • R
                                        retropi19 @tpo1990
                                        last edited by retropi19 6 Apr 2019, 17:57 4 Jun 2019, 13:41

                                        @tpo1990 i can give it a try there is sometimes the option before you run a game eg --help to give you the available commands eg disable ogl
                                        or its just like openarena that uses full opengl from command line
                                        also when i run a game first time i use startx before eg: startx widelands it bypass the need for opengl sometimes and run the game

                                        tpo1990 what is the most common command you use to build a port make or make -j ??

                                        by the way jazz2 is not working opengl needed

                                        Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

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

                                        T 1 Reply Last reply 6 Jun 2019, 09:39 Reply Quote 0
                                        • R
                                          retropi19
                                          last edited by retropi19 6 May 2019, 09:29 4 Jun 2019, 16:57

                                          Hey tpo1990 i got into a lot of error running captain claw

                                          can you describe me your build process and what files and were exactly you put from the original game? or more easy for you if you have made an sh file or even more easy if you have anywere uploaded the compiled version

                                          thanks

                                          Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

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

                                          C 1 Reply Last reply 4 Jun 2019, 17:54 Reply Quote 0
                                          57 out of 483
                                          • First post
                                            57/483
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received