-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T7x stats are inaccurate #356
Comments
If you have ignore bots set to true stats will not be counted for bot kills. There is no anticheat support for T7. |
Thanks! I've tried setting that option to false, but unfortunately it doesn't seem to fix the issue. But I instead found these entries inside my IW4M-Admin log file. My parser is set to "BOIII Parser". The same messages also appear when a player kills a bot or a bot kills a player. I'm not sure what happens if a player kills another player. I'd like to count bot kills (so when a player kills a bot), but I do not need to track stats for the bots themself.
|
I couldn't debug it, but I'd assume that this comes from here: IW4M-Admin/Application/IO/GameLogEventDetection.cs Lines 81 to 104 in 5d5ba04
Which in turn calls the GetClientList method: That method filters by NetworkId != 0. The Bot-Network ID is always "bot0". Converting that to a long might result in 0, though I'm not absolutely sure. |
Hello,
I'm testing this with a T7x server, but unfortunately the collected stats are far from accurate.
After making like 500 kills, !stats and the WebUI only shows around 50.
Also, Anti Cheat Metric 1-5 are just NaN%, and 6 and 7 are both 0.
Is T7x or Black Ops 3 fully supported or is it a fluke on my side?
I'm using this log server with the
t7x/games_mp.log
file. I've attached an excerpt, though I'm not sure if this file is sourced for those metrics.Thank you!
The text was updated successfully, but these errors were encountered: