Kataiser / tf2-rich-presence

Discord Rich Presence for Team Fortress 2
GNU General Public License v3.0
62 stars 8 forks source link

Kill Counter and Player Count does not work and displays as "?/? and ?" #246

Open bobkinect98 opened 2 years ago

bobkinect98 commented 2 years ago

As the title stated, My Kill Counter and Player Counter does not Work. It Instead displays like this. pythonw_WE5OIx64Le It always displayed like this from start to end of a match. here is a .zip of my console.log, most recent files from the logs folder, screenshots, and some demo/.dem files i didn't really need to put in the demo files but since p-rec automatically recorded them i decided to put them in incase you needed it

Kataiser commented 2 years ago

Oh friggin cool, it's happening to other people too... It's been broken like that for me too for months (see https://github.com/Yepoleb/python-a2s/issues/29), and I have no idea how to fix it. I was hoping it was just a thing on my end, maybe weird networking settings or something, but with this report it's confirmed to happen to yall. Thanks for the thorough report though.

Jennacidal commented 1 year ago

I've seen some 3rd party programs use RCON, Could using that solve the issues with Player #319

KarmaDeb commented 4 months ago

I know this is about a year now, but maybe we could make this make something similar to what TF2 bot detector did?

TF2 Bot Detector | How does it work

It monitors the console output (saved to a log file) to get information about the game state. Invoking commands in the game is done via passing rcon commands to your client. Getting players in the current game is done via the tf_lobby_debug and status commands

Kataiser commented 4 months ago

Perhaps