AMD users should think twice before installing driver update 23.10.1.

  • andyburke@kbin.social
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    people really enjoy the boot of anti-cheat on their necks.

    maybe these companies could move their cheat detection to the server where they control the code. maybe don’t just send all player positions so wall-hacks become impossible. maybe use some machine learning to look at input patterns and detect when a player is sending things that don’t look human.

    the list of things companies could do to actually fix cheating in pvp games is long and all they want to do is pay for ridiculous anti-cheat that impacts normal users.

    ridiculous.

      • Ferk@kbin.social
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        11 months ago

        Yes… honestly, imho, any game that’s competitive should either embrace “cheating” and design its gameplay to be as transparent as chess (ie… make it ok to be tool-assisted) or be designed around controlled environments that forbid using tools like that.

        Anyone who doesn’t want to surrender to a controlled environment (whether it’s in the form of some kernel-level control or VPN / Stadia-like platform) should just look for coop games.

        It’s sad that FPS have evolved towards the competitive landscape… to me, the best experience in the original classic Doom was coop mode. Yet Doom Eternal, at most, only supports some wacky asymmetric team deathmatch.

          • Ferk@kbin.social
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            11 months ago

            Doom did have networking, using IPX. You had to start the game with a parameter from the DOS commandline. Like Quake, the maps had special player spawn points & items for deathmatch too. The term “deathmatch” was coined by the Doom game mode.

            However, there was no frame interpolation in the original Doom, instead, there might be a latency in the inputs. The game state only advances when all players have sent an update for that “tic” (1/35 of a second), so the game might be laggy for everyone if the connection from one of the players is slow.

            But multiplayer back then was mostly for LAN parties. At least in my area. I didn’t even have an internet connection at that time, personally. In fact, even during the Quake age, I was only able to play on LAN… and I still liked coop better.

            Even co-op games have lots of cheating but the nature of the game means the cheating affects people who don’t want to cheat less. They aren’t directly subjected to it, it’s still a problem though, the cheating still affects things like the game economy and player perception of the game.

            Yes, what I meant is that cheating becomes irrelevant in coop, not that it doesn’t exist.

            If a game has an economy that makes some players richer than others (like say… in many MMOs), and you actually care a lot about being rich in that universe, then it’d starts being more of a competitive thing and less about coop… a game can be competitive and be PvE.

            Even singleplayer games can be competitive if you make it about beating your friend’s “score” or speed… almost anything is susceptible to speedrunning.

            I guess the question on coop vs competitive is more about what are the goals of the players. If people play games to have a fun time, or if it’s because they want to have some way to prove themselves they are good at something :P

      • andyburke@kbin.social
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        I wrote a snarky response because of the final insulting comment in yours but then thought better of it, going to try to address a couple of your points legitimately even after the unnecessary personal attack.

        It’s a lot cheaper to make your server dumb. It costs you less in programmers with deep multiplayer programming experience, it costs you less in ongoing hosting because of reduced CPU usage, and it makes the problem less “yours” as a developer.

        I’m saying that’s shitty that the developers will try to save money that way rather than investing in actual effective, privacy-respecting cheat prevention.

        Your argument seems to be that a quake-style predictive algorithm is the only solution possible for online games. I doubt that is the case, but even if it were, using some raycasts on the server for some basic sanity checks on what data to send to players is an example of where lots of developers just can’t be bothered.

        If you want to dismiss machine learning as heuristics, I’m sorta ok with that, as I think they are just glorified heuristics, but even the most basic analysis isn’t done by most developers. Instead, they rely on the sales pitches of various anti-cheat software and don’t implement anything beyond it, even when there might be some low hanging fruit.

        I am not saying developers are lazy, there’s tons of stuff to work on. I am mad that this problem gets repeatedly pushed onto the users rather than the developers, though, and I think it’s reasonable for me to offer some pushback when both my CPU cycles and my privacy are being abused.

          • andyburke@kbin.social
            link
            fedilink
            arrow-up
            1
            ·
            11 months ago

            Frankly, I feel like it’s wrong for you to say that the problem is pushed onto users when you don’t understand the code and effort the developers are writing to solve this issue specifically with counter-strike

            You are the one who continues to make assumptions about what I do and do not understand about the code that makes this work in various games.

            I don’t really feel like getting into the nitty gritty here in comments, but if your experience is what you say, I’m very surprised at some of your unqualified statements.

            I’ll bow out now.

              • andyburke@kbin.social
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                11 months ago

                And the incorrect assumptions just continue…

                Edit: Who I am shouldn’t matter to you. Addressing the idea that you can shift some or all anti-cheat to the server is something you should try to engage with directly rather than appealing to authority. For what it’s worth, I’ve spent time as a programmer in the game industry in a handful of different roles and your search will eventually find me if you keep going down that road. My experience isn’t what I am arguing here, though.

  • falsem@kbin.social
    link
    fedilink
    arrow-up
    7
    ·
    11 months ago

    Erroneous bans, they intend to reverse them once AMD implements a fix:

    AMD’s latest driver has made their “Anti-Lag/+” feature available for CS2, which is implemented by detouring engine dll functions.
    If you are an AMD customer and play CS2, DO NOT ENABLE ANTI-LAG/+; any tampering with CS code will result in a VAC ban.
    Once AMD ships an update we can do the work of identifying affected users and reversing their ban. @AMD

  • Big P@feddit.uk
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I thought it was pretty well understood that if you modify game DLLs you get banned, why did they attempt to add this feature?