Quote:
Originally Posted by CoZmicShReddeR
Your trying to add them to the game selection?? If it's using HL2 Deathmatch just use that??
|
I've actually setup a couple CSGO servers without issue but I have two UDK games, Chivalry and Red Orchestra 2 there are causing trouble. They query using Source but on a different port. For example, a CSGO server uses 27015 for both query and server port, a CMW server will use 7777 for server and 27015 for query. I've been poking at the code and I see the ports are being set via admincp in the same order (c_port, q_port, and s_port) so I've set it for 7777, 27015, 0. This is basically the same setting as my LGSL script that is already working.
It appears that only games with differing connection and query ports are affected. I'm still trying to determine the cause of the problem but my PHP skills are lacking.