Austinb / GameQ

A PHP Gameserver Status Query Library
https://austinb.github.io/GameQ/
GNU Lesser General Public License v3.0
403 stars 134 forks source link

KF2 Protocol #243

Closed kc1r74p closed 9 years ago

kc1r74p commented 9 years ago

Seems like they use Source Protocol for KF2 Default Port 27015. There are some useful fields: CurrentWave, MaxZedCount, ...

Austinb commented 9 years ago

Will add once it is launched and there are production servers around to build tests against.

gothroach commented 9 years ago

Feel free to query against valjean.kf.0xf.org - query ports start at 27015 and go up as odd numbers from there.

EDIT: I had to move my servers to a different IP in the same block, I updated the hostname in my comment.

Austinb commented 9 years ago

Thanks. I will try to build this during the week.

Austinb commented 9 years ago

Class added with tests @ 837e8cb