Announcement

Collapse
No announcement yet.

Epic's New Unreal Tournament Still Advancing, v0.1.1 Released

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Epic's New Unreal Tournament Still Advancing, v0.1.1 Released

    Phoronix: Epic's New Unreal Tournament Still Advancing, v0.1.1 Released

    Epic Games continues working on their free-to-play Unreal Tournament game powered by Unreal Engine 4 and today have released version 0.1.1...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Thanks Michael.

    Download link for Linux can be found here: https://www.epicgames.com/unrealtour...sted-5-16-2017

    After unzipping:

    1. $ cd LinuxNoEditor/Engine/Binaries/Linux
    2. $ chmod +x UE4-Linux-Shipping
    3. $ ./UE4-Linux-Shipping UnrealTournament

    To use an alias for easy launching (update path to match your setup, I place the "LinuxNoEditor" folder in ~/Games and renamed it to "UT"):

    $ alias ut
    ut='(cd ~/Games/UT/Engine/Binaries/Linux && exec ./UE4-Linux-Shipping UnrealTournament)'

    Side note: Are patches available for these updates? Or do we have to re-download the entire 10GB file each time?

    Comment


    • #3
      Since you don't test games you write about: the Linux version has a lot of issues, not worth playing atm.

      Comment


      • #4
        I was at first unable to get the game running, but after I forced Mesa to override the OpenGL version then it worked. Unreal Tournament requires OpenGL 4.3.

        $ export MESA_GL_VERSION_OVERRIDE=4.3

        Comment


        • #5
          Wonder if they fixed the black textured pistol in tutorial.

          Comment


          • #6
            Why do they distribute the game via a zip file? Don't they know that it's going to screw with the permissions? Horrible first impression.

            Comment


            • #7
              Good example why Linux needs one standard for some sort of user level simple so called "setup.exe" that is easy to use. Biggest stopper for Linux adaption is that NO STANDARDS.

              Comment


              • #8
                There are RUN files since forever.

                Comment


                • #9
                  Originally posted by tuuker View Post
                  Good example why Linux needs one standard for some sort of user level simple so called "setup.exe" that is easy to use. Biggest stopper for Linux adaption is that NO STANDARDS.
                  Better to do it better than Setup.exe though, as it is a very crappy and unsafe way.

                  It's especially fun when uninstallers fail and you need to go delete shit manually or use third party tools to clean up.

                  Comment


                  • #10
                    setup.exe isn't exactly a standard either.
                    There's a quadrillion ways to generate them and even more to configure them.

                    NSIS alone is probably home to a few thousand unique scripts, a lot of which are just copy&paste jobs from half a dozen different sources.

                    Comment

                    Working...
                    X