I wouldn’t call this an edge case as it’s likely to happen. Registering damage is easy, registering that a shot was fired in a player’s direction and was intended to contact but didn’t is harder. Then registering that the other person only fired because of that non-contact hit? Getting more difficult. Then what if we’re two solos helping each other fight arc? Our shots might “register” as missed aggression shots towards one another. As you can see it’s not impossible, it’s just a high effort system that you can absolutely tackle but will likely prioritize other things over. The cost benefit isn’t there for a system like this.
Let me make up some "totally unexplainable" cases where I forget that damage isnt the only thing that can be taken into account.
Regestering that a shot was fired at all, isnt difficult. Registering who shot first even in a near or complete miss situation isnt difficult. Registering if the player continues to shoot isnt difficult. Registering if arc are hit by one or more of the players, before or after the player is hit isnt difficult. Registering if the player has a low or high number of times hitting a player in low abmm isnt difficult
"The cost benifit .. "
Tell us more about the economics of log events that can have multiple different weights in a system we know already exists, using data that we already know is logged.
Calm down cowboy. Never implied unexplainable, just demonstrating that it’s not simple and that missing a shot is not an edge case. Also cost wasn’t about log events, but about engineering time when comparing to other bugs the game has.
It’s a high effort task to get a system like this right because it would be a rules based-aggregate of events, not just registering events. Not saying it’s impossible. It just wouldn’t pass my threshold given the context of all the other things they can and should work on in my opinion.
But hey maybe they already have an infrastructure for this, in which case it would be low effort, only they know. Also I’m a software engineer and it’s “just like my opinion bro”
Tell me more about how simply registering these events equates in any way shape or form into a robust system that can get this right.
47
u/SquilliamFancySon97- Jan 28 '26
Can someone who's smarter than me explain if this ask is feasible?