this post was submitted on 01 Jul 2024
217 points (100.0% liked)

LGBTQ+

6167 readers
71 users here now

All forms of queer news and culture. Nonsectarian and non-exclusionary.

See also this community's sister subs Feminism, Neurodivergence, Disability, and POC


Beehaw currently maintains an LGBTQ+ resource wiki, which is up to date as of July 10, 2023.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 months ago

I'm going to guess the "mod = hack" comes from people adding mods to the client, to do things like change textures to make them partially transparent, letting them see the enemy before they see them.

This stems from online games having to send an enemy player's position and expected movement, before they do it, so the user's client can render it in time. That means enemies get spawned into a client scene before the user sees them, then the client manages visibility,.and sends the user's actions so the server can determine the results.

Making walls partially transparent on the client, allows things like predictive aiming to shoot at an enemy just as they become partially visible but before they can see you on their client with opaque walls, giving an unfair advantage.

Other mods would allow a client to automatically parse the enemy's position, auto aim and auto fire. They aren't hacks as long as they use the game's official API for mods... and some games did expose that data to mods, making unfair mods possible.