bin.pol.social

tourist, do games w Begun the kernel wars have
@tourist@lemmy.world avatar

Does anti-cheat even work?

kernel or no

dogs0n,

Proof is in cheaters existing on day one of battlefield 6 open beta. Client side anti-cheat will never work. It’s good to have some basic preventative measures client-side, but server-side anti cheat is the only way to properly prevent cheaters.

Unfortunately companies keep investing in garbage client side anticheat that just pokes security holes into our machines.

Only Valve to my knowledge is investing money into their server side anti cheat, no other big player is to my knowledge.

sugar_in_your_tea, (edited )

It needs to be a mix. Have your clientside anti-cheat look for obvious attack vectors, have your serverside anti-cheat look for suspicious play, and let users report others. Then have humans review suspected cheaters and make the final call.

But that’s expensive, and off-the-shelf anti-cheat gives them someone else to blame.

dogs0n,

I agree, there’s definitely some checks you can only do on the client and only some that work server-side. Ideally everything that can be checked on either, are checked.

Currently it’s just all wrong, the client-side can’t be relied upon as heavily as it is.

The benefit factor to the rootkits they install on our machines is nil. Just bloats our systems with garbage that is just waiting to be exploited by hackers.

Goodeye8,

You're viewing from the perspective of what would be best for the playerbase. These decisions are made based on what's the cheapest possible solution to have the playerbase shut up about cheaters so they wouldn't drive away potential customers.

dogs0n,

Good eye.

I would think there’s money to gain by keeping your players engaged longer by having less cheaters, but I guess theres also an incentive to keep just enough cheaters that you can steadily ban them for more game sales (not that I think that’s happening, i hope not).

Anyways they take our money, we expect whats best for us, within reason of course.

sugar_in_your_tea,

I doubt the revenue from sales to cheaters is that significant compared to the risk of losing players. I think the simplest explanation is that catching cheaters is hard (read: expensive), so they’re happy with catching the most obvious cheaters with off the shelf solutions (i.e. the Pareto principle).

dogs0n,

Yeah as I mention I don’t really believe it either, just brought it up because it’s a thought.

And yup the simplest explanation is usually the right one.

I do wish they would stop invading our systems with their current anti-cheats (invasive ones) though, that’s the main thing I am worried about.

sugar_in_your_tea,

I refuse to play them. If they want kernel level anticheat, they can submit the source under the GPL to the Linux kernel devs for consideration, because that’s the only way I’d consider using it. No game is worth compromising my system’s security.

CptBread,

That’s only proof that it will never be enough to stop all cheating. But if the metric is if it reduces cheating then that proves nothing. Not saying I have proof that it does reduce cheating but I would personally bet on it reducing it somewhat at least.

dogs0n,

It definitely reduces cheating, but mostly just by raising the bar of entry (not by that much as evident in day 1 cheats being present). I doubt it’s effectiveness though, since most games you can do some quick research and find $5 cheats that will go undetected (hell even free cheats can work if you do a little more research on doing the injection part manually yourself).

You can also never stop cheating, but the anti-cheat they install on your computer is just an extra attack vector for hackers, etc at this point, since it obviously doesnt work as intended.

echodot,

Web developers work this out years ago. If you want to put content behind a paywall don’t do it client side because it will get bypassed.

This was me working out of a tiny office. Yet apparently I was more advanced than AAA game developers.

dogs0n,

Hopefully they start to learn from this at some point… they should realise that their current anti-cheat systems are not working as intended at some point right?

Battlefield will lose sales, every game definitely loses players because of cheater infestations. Lots of money lost in my eyes, is it enough to make them see straight?

cannon_annon88,

Valves anti-cheat doesn’t really do anything though, at least not in CS2. It does like to boot me from the game from time to time because I’m playing on Linux though.

dogs0n,

True VAC alone is not great (nothing really is), but CS2 (in my opinion) has one of the best systems against abuse, even though legit players like myself can get stuck in low trust factor sometimes.

VAC, trust factor, overwatch (player report reviewing, not sure if this was discontinued) all work together.

Hopefully a big improvement is to come soon with the VAC Live agents that monitor games using AI to predict likely cheaters.

Valve obviously has a big interest in keeping cheaters out, because their skin economy makes them boatloads (literally hehe) of money. I think they are the only company going down this road right now of AI agents, which is unobtrusive to users and should hopefully keep up VACs high accurate ban rate (which is at least a good thing about VAC, when you are banned, in almost all cases, you were indeed cheating (low fase positives)).

I do recognize though that AI agents likely comes with a high cost and may only be implemented in other highly competitive games that make lots of money.

There probably exist other methods, but it’ll take more investment in designing adaptable systems that can work on many games.

cannon_annon88,

I do report a lot of cheaters, but I never know if it even does anything. I pretty much only play casual anyways. The worst is when someone is obviously cheating, and no one votes to kick them, or some special types actually vote against kicking the cheater so they can win …

ETA: the AI agents sounds cool, as long as legit players don’t get mistakenly banned. I didn’t realize cheating was such a huge problem these days until I started playing CS2 again. I used to scrim 1.6 Back in the day and never really had that problem that I can remember.

black0ut,

Client side anti-cheat (the one installed on your PC) will never work, it’s just fundamentally impossible. They can restrict user freedom as much as they want, but the hardware still isn’t under their control.

The only reason they push for those kinds of anti-cheats is because they don’t have to pay for the extra processing of server side anti-cheat, and they also get the benefit of a backdoor into your computer that you may never fully uninstall without buying a new computer.

Dremor,
@Dremor@lemmy.world avatar

… Or installing Linux.

flyes away

defaultusername,

Linux isn’t necessarilly immune. A game could easilly ask the user to install a DKMS module or use their kernel image.

They don’t, but that would be the equivilant.

glog78,
@glog78@digitalcourage.social avatar

@defaultusername @Dremor

That statement is to easy. It all depends on how much permissions you give the game and in what kind of environment you execute your game. From sandboxing to inmutable root file systems there is a lot possible to exactly prevent this to happen.

zorro,

eBPF is probably the way with Linux IMO

Katana314,

I mean, it’s like saying Pentagon security can’t work because some skilled hackers can someday find a way to spoof / steal credentials. Security always happens on a sliding scale based on the value of the contents.

I think at the very least, they can take steps that inconvenience hackers sufficiently each update without harming players - they can’t make it impossible to hack on the client side, but they can’t make it feel not worth it for them.

The reason I sort of insist on it is that even with serverside checks for game logic like teleportation and instant kills, game engines still load the data for player positions which allow for wallhacks and aimhacks. Those checks can only happen clientside; you can’t even send mouse positions often enough to look for “snaps”.

At the least, I agree that modern coders have gotten very lazy about having the server verify basic actions. “Okay, player 22 deals 8000 damage to every other player in the server simultaneously? Okay.”

HK65,

Some of it does, some of it doesn’t, the critique is that kernel level stuff is way more than needed against most cheaters but not enough against the most dedicated ones, and it is invasive as hell.

The best anticheat is good netcode and server side checks. You can’t wallhack if your client doesn’t see behind the walls.

CptBread,

It only works in so far that it makes making cheats harder to create and easier to detect. But it will never fully eliminate or catch all cheats.

dvlsg,
@dvlsg@lemmy.world avatar

Anecdotally, there seem to be fewer valorant cheaters than in counter strike.

Idk if that can be chalked up to “valorant uses kernel and cs doesn’t”, though. Probably not. And it’s still nonzero for valorant.

Pirky, do gaming w A small moment in gaming history
@Pirky@lemmy.world avatar

Curious if they ever did that to anyone from Gaylord, MI or even just Gay, MI.

Googlyman64,

My Uncle Winky used to own a bar in Gay called the Gay Bar. It’s still there, although under different management. I literally went there this morning because I’m on vacation in Keweenaw, they have some raunchy-ass merch.

TechieDamien,

Raunchy ass-merch you say?

samus12345,
@samus12345@sh.itjust.works avatar
Sanctus, do games w Steam Doesn't Think This Image Is ‘Suitable for All Ages’
@Sanctus@lemmy.world avatar

Shes got a titty split in her shirt. Why put that in there if its for all ages? Children dont care if the characters are sexy so they dont need to be.

Zorsith,

Frankly ive seen worse in nintendo games, namely the fairy fountains in ocarina of time.

Sanctus,
@Sanctus@lemmy.world avatar

That was also in the '90s, before people could be bothered to give half a shit. Fresh off the 80s Masters of the Universe style. It still wasn’t cool for kids back then. No reason for her to have a revealing vine fit. Tangent, but I still hear all that music in my head constantly. It slaps.

Zorsith,

They also didnt tone it down at all for the 3ds re-master(?) of it.

Sanctus,
@Sanctus@lemmy.world avatar

Oh for real? I didn’t play that. Part of me says preserve it as it was and part of me says they had the chance and still chose horny.

_wizard,
@_wizard@lemmy.world avatar

Tell that to my younger self when I first saw Veronica Rabbit

ccunning,

Tell that to my younger self when I first saw Veronica Rabbit

Jessica Rabbit?

brucethemoose,
Dremor,
@Dremor@lemmy.world avatar

Hey, we don’t kink shame here 😆.

_wizard,
@_wizard@lemmy.world avatar

Yes. Hell…

Sanctus,
@Sanctus@lemmy.world avatar

I had access to Newgrounds, yet I still chose the non-porn games. So not every kid is the same.

carotte,

breasts aren’t inherently sexual. what she’s wearing is just clothing

Sanctus,
@Sanctus@lemmy.world avatar

When you cut a big diamond to show them it is.

shani66,

If you think this is problematically sexual you are the problem.

Sanctus,
@Sanctus@lemmy.world avatar

They said it should be rated for everyone. Do you think a five year old should play this? Do you think showing your voluptuous side boob is necessary in an E rated game? I think its fine in a T rated game. But I dont need my kids asking why the therapist is showing her boobs to off-duty Santa Clause

AllNewTypeFace, do gaming w A Crusader Kings fan makes a small request
@AllNewTypeFace@leminal.space avatar

Also, they’d have to censor them depending on whether the characters are closely related enough to classify them as illegal porn

je_skirata, do games w Stop Killing Games reaches its goal of 1.4M signatures, covering the risk of valid signatures going under 1M

Keep at it EU gamers!

DigDoug, do games w Steam is cracking down on porn games, to keep Payment Processors happy.

Any game featuring most kinds of animal, including people, is evidence that sex occurred. We should ban those too.

celeste,
@celeste@kbin.earth avatar

If a game exists, a person made it and that person exists because someone had sex. It's disgusting how people pay to play that sort of filth.

captainlezbian, do games w The Steam controller was ahead of its time

I prefer AA for controllers actually. Rechargeable AAs are good these days and you can just swap them out. I actually really hate this trend of integrated batteries in things where it isnt necessary. Yeah we need new form factors of replaceable batteries, but the switch from replaceable and standardized to neither is definitely causing problems and costing us money.

dualpad,

Trying to find replacement batteries for integrated batteries is a pain too, since might not be able to find an OEM replacement or battery from a reputable brand. So you end up having to go with whatever random no name battery that could be worse than the OEM battery and end up dying after less than a year.

My preference is rechargeable AA or AAA. And even better if the controller itself can recharge the battery like drone controllers.

vxx,

I got some good rechargeable AA for my controllers about three years ago and will never go back. I have one pair more than controllers and I always have a charged pair read to switch out if needed.

I got 2500mAh batteries from duracell and the charge lasts for days of activity on my xbox controllers. Longer than my PS4 controllers with integrated battery for sure.

dualpad,

I’m still using the same AA eneloops I used since I picked up my Steam Controller all the way back in 2015-2016. And I also used it with my 360 controller too. Just keeps chugging along being good for a month before I need to swap.

Yeah the PS4 battery life has been crap and I don’t know why. Was finally able to replace Sony controllers with 8bitdo now that Steam provides support for the extra buttons to be mapped to unique keys and use analog triggers and gyro together. So been nice not having to spend money on the dualsense, which doesn’t even have hall effects/TMR sticks.

StargazingDog,

I bought two packs of Eneloops from Dell in 2007 that are still constantly in use. I haven’t noticed any degradation. I can only imagine how many alkaline batteries these things have replaced.

rufisium,

I prefer 38650 batteries.

innermachine,

Took me a long time but I settled on Xbox one controllers. I use rechargable batteries but can run the AAs if u want. AA batteries have longer shelf life if u let the controller sit long periods vs rechargeables always seem to discharge. Support in just about every game. Can be had reasonable price on sale now and then and lots of parts available for them. Id never buy a controller with a non replaceable battery!

fishbone,

8Bitdo controllers are pretty hit and miss, but this is a big hit for them. The Pro series (and maybe others) comes with a rechargeable battery but the slot also fits 2 AA batteries.

If only they could get their software more feature rich and consistent.

StargazingDog,

I mocked Xbox controllers for years due to them using AA batteries… until I actually started using one with my PC. Now, I wish all controllers used them. It’s vastly more convenient than charging via USB cable.

jsomae, do games w Thank you, Thor! 🥳

How about let’s all not talk or make angry memes about the guy. Ross requested that he not be harassed. Something about not wanting negative energy.

Randomgal,

It’s not about Ross, it’s about sending a message.

TheGreenWizard,

I doubt he’ll ever use Lemmy to be honest, but I get what you mean.

jsomae,

Since what happens on Lemmy stays on Lemmy, I guess it must be fine.

TheGreenWizard,

I said I get what you mean.

DreamlandLividity,

I’m not gonna go out of my way to review bomb his game or send him messages or at him on twitter. But I am not gonna stop calling him a narcisistic idiot whenever the topic comes up. People should know. That is not harassment, that is countering misinformation, at least IMO. A meme like this is not harassment in my book either. He is a public figure.

bilb,
@bilb@lemmy.ml avatar

Ross is not my dad

jsomae,

yeah but he’s a daddy tho 😘

mriswith,

One of the big reasons many people are “okay” with making fun of him. Is that he could basically make it all go away if he just admitted he was wrong.

The whole thing stems from him being so full of himself that he cannot admit any fault, ever. He has been objectively proven wrong many times on several different topics, there are a lot of situations that heavily indicate misconduct, etc. And he literally went on a stream with a licensed psychiatrist who tried to explain some of his faults. To which he laughed and said “Okay, don’t see it that way, but alright”.

At the end of the day, he seems almost incapable of admitting that he ever did or said anything wrong. So people keep making fun of him, since he’s objectively proven wrong repeatedly.

waggz,

If you’re not familiar with it, check out his classic wow hardcore drama. He’s absolutely incapable of admitting any fault. And he and his mods just ban anyone immediately if they try to have a discussion.

echodot, do games w Signatures skyrocket for **Stop Killing Games** campaign after big youtubers take up the cause, resulting in 100k signatures in 48 hours. (Details on how to help in text body of post)

I hope the wording of the petition is very clear. The last time this was brought up in the UK the government of the time basically just brushed it off by intentionally misunderstanding the petition. You can’t give them any leeway to do that this time.

ProdigalFrog, (edited )

I suspect they would’ve brushed it off regardless, they didn’t want to deal with it. There’s another 100k UK petition (The one linked to at the bottom of the OP text) that would force them to re-look at it with more depth which is also ending quite soon.

kazerniel,
@kazerniel@lemmy.world avatar

Can you link to that other UK petition too pls? :)

ProdigalFrog,

Already included at the bottom of the text body of the post (though it’s to the StopKillingGames page on it, I’ll swap it to the direct link)

kazerniel,
@kazerniel@lemmy.world avatar

Ah sorry I misunderstood your comment then, I thought there was another one besides that.

ProdigalFrog,

No worries, I’ll edit it to try to make it more clear.

echodot,

Yes I’ve already signed it, and I signed the original. Although even back then I suspected that the petition was simultaneously too vague and too specific.

It was vague in that it didn’t really explain what it was asking to happen, and didn’t really make the distinction between a product being technically still functional and a product not working because the servers have shut down. While at the same time being too specifically focused on games rather than server run software in general. What happens if Adobe goes down, does everyone lose access to photoshop?

I just feel that this has a better chance of succeeding if they were to de-emphasize the games aspect, and allow politicians the wiggle run to focus on the corporate business side of things.

esc27, do gaming w Can't relate. *Kills Arabella*

There was a moment in my evil playthrough of fallout 3 where I robbed a man’s house, killed him in his sleep, ate him, then slept in his bed. After a moment of clarity, I closed the game and never played that save again.

Nurse_Robot,

I didn’t realize post cannibalism clarity was a thing

ouch, do gaming w Some slight regret

I hope WINEPREFIX is thick enough for a condom.

nesc,

I think wine maps at least your home directory into prefix, so your data would be in danger.

baguettefish,

yup, home (or was it root actually?) is commonly mapped to the Z: drive, and it’s writeable too. Wine isn’t meant to be a security layer.

DarkDarkHouse,
@DarkDarkHouse@lemmy.sdf.org avatar

Wine, in Bottles, in Flatpak. Worst IKEA experience I’ve had.

baguettefish,

is that some kind of newfangled swedish fetish?

MTK,

Now say it with me, WINE IS MALWARE COMPATIBLE

SkaveRat,

Run wine with sudo. Yolo

OmegaLemmy,
@OmegaLemmy@discuss.online avatar

Not if I don’t give it access to my Linux files

MTK,

Not exactly true but for simple malware yeah

Aceticon, (edited )

Windows applications can still access the Linux functionality when running under Wine, though of course that has to have been purposefully coded in.

However you can run wine itself inside something like firejail to properly sandbox the whole thing - I have Lutris in my Linux gaming machine configured to do just that for all games by default (my firejail config even blocks networking).

ouch,

How do you configure that by default?

Aceticon,

There is a launch configuration option under each game (under System Options tabs, if I’m not mistaken) called “command prefix” were you can put the firejail stuff (so if you put just “firejail -someoption” there your game gets launched with, for example “firejail -someoption wine …”) or whatever other sandboxing command you want to use (such as bubblewrap).

In the main Lutris options, there’s a section with the default values for all those launch options for games, so if you put it in the “command prefix” there, all games get launched with that command prefix unless you override it in that game’s launch options (so, for example, if you’re blocking networking for all games but want to run a game for multiplayer over the net, you override the sandboxing wrapper options in that game’s launch options specifically, which won’t affect any other game).

MonkderVierte,

There’s a Bubblewrap wrapper for wine: github.com/hartwork/sandwine

fxomt, do games w Undertale will be 10 years old in 3 months
TragicNotCute, do gaming w Now this is gaming
@TragicNotCute@lemmy.world avatar

You just know the teen rating is because they are chugging sherry the entire game.

The_Picard_Maneuver,
@The_Picard_Maneuver@lemmy.world avatar

It’s the healing potion, for sure.

Remember_the_tooth,

I’ll drink fino from the fridge. It seemed strange that he’d sip on amontiado straight up from a decanter. I don’t know a lot about wine, though.

Remember_the_tooth,

That and some of Roz’s and Martin’s more colorful dialog.

aeronmelon,

Rated T for Britishisms.

Remember_the_tooth,

Frasier: Is Dad home?

Daphne: Nope, I haven’t seen him since he knocked me up early this morning.

Frasier: [putting his coat up, slows and turns.]

Frasier: What?

Daphne: Knocked me up. Woke me up. It’s an English expression. What does it mean here?

Frasier: Oh, something else. You’d definitely be awake for it, though.

archonet,

fun fact: this expression comes from the time before alarm clocks (or clocks in general), where towns had someone whose job it was to go round the town and knock on windows and doors in the morning, waking people up. Knocker-uppers.

Remember_the_tooth,

They would also wait for the men to leave for work and then attempt to seduce the women who stayed behind. It lead to a lot of contention from the resultant pregnancies. This angered a lot of men and women who left for the new world. This is why Americans use the phase to mean something related but functionally different. I made all of that up, but thank you for citing an actual historical fact that added context to my previous comment.

DogPeePoo,

I thought maybe it had to do with the racy theme song about “tossing salads” and “scrambled eggs”

Remember_the_tooth,

If I remember correctly, he tossed so many salads that he didn’t know what to do with them afterward.

DogPeePoo,

They’re calling again

Remember_the_tooth,

These thirty, thicc, thirsty thots thralled by thoughtful, theatrical therapist.

kadup, do games w Youtuber Geekerwan has find the motherboard of Switch 2 and after reverse-engineer he have simulate the performance on a similar PC
@kadup@lemmy.world avatar

Around the same as the Steam Deck when portable, but with access to significantly better upscaling.

Such a shame FSR looks so terrible, the Steam Deck would otherwise hold up much better against it.

I’m still not going to buy one and only use my Deck though.

echodot,

So there really is no excuse for the new Pokemon games to look so terrible.

bungle_in_the_jungle,

There never was a good excuse other than greed and the fact that everyone keeps blindly throwing their money at them anyway.

Elevator7009,

As a !pokemon fan I didn’t buy for these reasons but that doesn’t stop hordes of parents or certain fans from buying anyways. If they’re happy, I guess… meanwhile I’ll be fine as long as they don’t go after ROM hacks.

fishy,

Rom hacks can be so good, but why can’t we move past hm’s??

fishy,

From what I’ve heard a lot of the same og programmers and animators from the game boy days are still in charge of making the games and they don’t want a large team. They also don’t want to have to work really hard or learn new skills, so basically all the work falls to inexperienced people being led by people with incredibly dated skills. Nintendo still rakes in tons of money so they don’t see the need to interject.

KindaABigDyl, do games w Rust's new jungle update has finally brought me back to it.
@KindaABigDyl@programming.dev avatar

I thought this was a post about the Rust programming language at first, and I was really confused

simple,

The opposite used to happen way more back in the day. People would go into /r/rust and talk about the game.

sugar_in_your_tea,

To be fair, things tend to get rusty in the jungle.

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • NomadOffgrid
  • esport
  • Technologia
  • fediversum
  • FromSilesiaToPolesia
  • ERP
  • rowery
  • test1
  • krakow
  • Gaming
  • muzyka
  • Spoleczenstwo
  • sport
  • informasi
  • tech
  • healthcare
  • turystyka
  • Psychologia
  • Cyfryzacja
  • Blogi
  • shophiajons
  • retro
  • Travel
  • gurgaonproperty
  • slask
  • nauka
  • warnersteve
  • Radiant
  • Wszystkie magazyny