I never played this game but I watched gameplays on youtube and I must say without insulting someone who like it that I don’t like it because it looks like unfinished game to me compared to other games in terms of graphics.

  • Dark ArcA
    link
    fedilink
    English
    arrow-up
    4
    ·
    13 days ago

    For me, I couldn’t get behind the battle royale thing… It’s just too much pressure. Don’t get me wrong, I like intense gunfights, but for a win to be only when you’re the last team standing of everyone on the server using only the random loot you found … that’s a lot of pressure.

    On the graphics front, things have changed a lot over the years:

    I actually think it looks pretty decent personally and it keeps getting better. It’s not Hunt Showdown: 1896, but it’s still pretty nice visually (just more of an animation than photorealism focus).

    • loo@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      13 days ago

      The game looks better and better, but the performance just keeps getting worse On my PC I can’t get the game to run properly since they switched to UE5

      • Dark ArcA
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        edit-2
        12 days ago

        but the performance just keeps getting worse

        That’s just the nature of PC gaming; as time goes on games look prettier but run worse.

          • Dark ArcA
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            12 days ago

            No it’s literally how software works. New hardware comes out, you do more with the hardware, old hardware can’t do the new things and runs worse.

            • loo@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              12 days ago

              I get what you’re saying, but I’ve been upgrading my PC over the years and still noticed that with games of big game companies, they care less and less about performance. I firmly believe that publishers, in an attempt to cut costs, tell the game studio to not prioritize performance, while trying to rely on software like super resolution algorithms, to make their games run. In some instances they reused old game Engines for a new and bigger game, for example with Cyberpunk, Stellaris and Elden Ring. Smaller developers are doing everything they can to make a game run smoothly. The best example for this is Factorio. That is my opinion and I totally understand your point of view.

              • Dark ArcA
                link
                fedilink
                English
                arrow-up
                1
                ·
                12 days ago

                I firmly believe that publishers, in an attempt to cut costs, tell the game studio to not prioritize performance

                So, I agree there’s some amount of that. You also have things like Dice (the studio that makes Battlefield) where they lost their veteran development team to poor internal management.

                There are also some (now fairly large) studios that are just absolutely terrible at game performance like Studio Wildcard (makers of the Ark games).

                while trying to rely on software like super resolution algorithms, to make their games run.

                There’s definitely some of this too. I believe the bigger issue is that games have gotten so much bigger and more expensive to develop. Making and shipping a game that runs with 4k textures, dynamic (possibly ray traced) lighting, variable rate shading (instead of manual level-of-detail systems), etc is a lot to get right.

                A common thing with any software development is to take advantage of newer abstractions that make your life easier. For instance, I’m fairly confident Hunt Showdown 1896 has moved to some form of variable rate shading instead of level-of-detail (in pre-1986 when you zoomed in on some of the trees they’d literally change shape when they flipped between the models in the worst case; I’ve yet to see that post-1896). Not having to make a bunch of models and having the software “just figure out” good lower-poly models for things that are sufficiently far away is presumably a huge productivity boost. Similarly, when ray-traced lighting becomes the standard a lot of game development will get easier because setting up lighting won’t (per my understanding) require as many tricks. In both cases, it’s both less work for developers and a better result for players with the hardware to run it.

                In some instances they reused old game Engines for a new and bigger game, for example with Cyberpunk, Stellaris and Elden Ring.

                Old engines aren’t necessarily a bad thing (if they’re appropriately updated) and I think people focus too much on the engine vs the game play. Take Starfield, I’ve heard a lot of people complain about it on forums for copying a similar formula as some of Bethesda’s past titles.

                The issue almost certainly isn’t the engine used, but the design choices associated with using that engine (and the decision to not make new things work).

                Linux, Darwin (MacOS), Windows, Chrome, Firefox, etc are all long running software projects (as are Unreal Engine, Unity, Source Engine, CryEngine, etc). Occasionally, someone throws out their current product entirely and replaces it, but normally there are incremental upgrades made to provide the new functionality that’s desired.

                Smaller developers are doing everything they can to make a game run smoothly. The best example for this is Factorio.

                The performance profile of something like Factorio vs Cyberpunk, Elden Ring, or Hunt Showdown is extremely different.