#Does Anyone know what CTFGCClientSystem is for?

1 messages · Page 1 of 1 (latest)

lean hatch
#

Hey so I have been checking console.log a lot recently, and I have come across this being referenced a few times.
When starting TF2 you might see something like:

CTFGCClientSystem::PostInitGC
CTFGCClientSystem - adding listener

It seems to have something to do with Matchmaking and the user's current lobby. Information about it is very limited and searches only find people posting their console dumps for debugging.

Anyone know what this thing does? 🤔

rose kernel
#

GC stands for Game Coordinator, which is valve's name for the matchmaking system (and a few other things, like the item server). What you're seeing is a debug log from when the GC is connecting to valve servers.

lean hatch
#

Ohhh okay that seems much more obvious now