this post was submitted on 20 Aug 2024
104 points (98.1% liked)
Gaming
2450 readers
209 users here now
The Lemmy.zip Gaming Community
For news, discussions and memes!
Community Rules
This community follows the Lemmy.zip Instance rules, with the inclusion of the following rule:
- No NSFW content
You can see Lemmy.zip's rules by going to our Code of Conduct.
What to Expect in Our Code of Conduct:
- Respectful Communication: We strive for positive, constructive dialogue and encourage all members to engage with one another in a courteous and understanding manner.
- Inclusivity: Embracing diversity is at the core of our community. We welcome members from all walks of life and expect interactions to be conducted without discrimination.
- Privacy: Your privacy is paramount. Please respect the privacy of others just as you expect yours to be treated. Personal information should never be shared without consent.
- Integrity: We believe in the integrity of speech and action. As such, honesty is expected, and deceptive practices are strictly prohibited.
- Collaboration: Whether you're here to learn, teach, or simply engage in discussion, collaboration is key. Support your fellow members and contribute positively to shared learning and growth.
If you enjoy reading legal stuff, you can check it all out at legal.lemmy.zip.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
These keyboards also don't move your character on their own. They simply allow you to react faster by not requiring you to fully depress the key before the other input is accepted. This is simillar to banning n-key rollover if something like 4-key rollover was the norm. It's an improvement on movement and raises the skill ceiling.
To top it all off, this feature is not hardware restricted. Unlike wooting's other things like setting the key depress distance, which you can do because they have optical switches.
No. But that example is also nothing like the feature being discussed here. Are you sure you understand what this does?
The game is coded to not allow you to strafe while pressing both side buttons. This software sidesteps that by changing how the keyboard functions with simultaneous key presses.
Rollover has nothing to do with how the game is coded to handle certain inputs.
Strafing is a difficult skill. Allowing hardware to change how a character behaves lowers the skill ceiling.
Still a closer analogy than "are they gonna ban low latency peripherals." Genuinely baffling how you came to that conclusion.
The way this feature works has nothing to do with how the game is coded and no, cs does not explicitly try to prevent you from doing this. If it does, please show me your source.
If they actually wanted to do that, they could also add a minimum delay between the inputs and not ban anyone.
Lowers the skill ceiling to strafe but strafing isn't something that everyone does. Considering that it makes you harder to hit, and shooting IS something everyone does, it means that everyone has to improve their tracking skills.
If that baffles you, it means you didn't give it much thought. Lower latency benefits people with better reflexes. If you have a mouse that has a high latency and I a keyboard that has very low latency, that means I can avoid more of your shots.
they do in a way move the character on their own though, through emulating extra input events on behalf of the user.
without, these inputs are sent, one per human action: KEYDOWN=A, KEYDOWN=D with the same two keypresses: KEYDOWN=A, KEYDOWN=D+KEYUP=A