Timmeey86 / CustomTrainingStatisticsPlugin

GNU General Public License v3.0
2 stars 1 forks source link

Feature: register hit after reset shot (impact locations) #58

Open maggaou opened 2 years ago

maggaou commented 2 years ago

I think hit only registers if time runs out or goal was made. I'm not sure if sv_training_clock can be used to affect how quickly impact detection happens but most user don't know this cvar anyway.

Note: you can assign single values to sv_training variables. For example assigning sv_training_clock 2 means shot time is limited to 2 seconds.

Timmeey86 commented 2 years ago

I'm not sure I understand you correctly. Does it currently look like the hits wouldn't be registered sometimes, i.e. is this a bug? Or do you want the plugin to only register when time runs out, or a goal was made? Note that the newest version uploaded here might not have some of the most recent fixes

Currently, any wall hit or goal hit gets registered (in a certain aera). I've been thinking to add an option so users can decide if they want to keep this behavior or only have the last hit/goal registered

maggaou commented 2 years ago

I wasn't sure how hits were registered when I wrote this issue. Now it's more clear.

I use goal blocker and hits to this goal blocker are not registered. You can edit the title of this issue.,

Timmeey86 commented 2 years ago

I see. Yeah I have used goal blocker in the past but I haven't tested with this. Not sure if I can detect it, but if it's possible, I'll register hits on the blocker as well