RE: [hlds_apps] Server Query Protocol Question?

2004-08-24 Thread Alfred Reynolds
Kirby Sent: Monday, August 23, 2004 10:36 AM To: [EMAIL PROTECTED] Subject: [hlds_apps] Server Query Protocol Question? Anyone know what this is for? [3RD_PARTY_APP - SERVER] 00 FF FF FF FF 69 6E 66 6F 00 info. [SERVER - 3RD_PARTY_APP] 00 FF FF

RE: [hlds_apps] Server Query Protocol Question?

2004-08-24 Thread Paul Kirby
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Kirby Sent: Tue 24 August 2004 15:17 To: [EMAIL PROTECTED] Subject: RE: [hlds_apps] Server Query Protocol Question? Yeah I know there isnt an 'info' for the CS:Source yet, Its where my code was written for the HL Query, I knew

Re: [hlds_apps] Server Query Protocol Question?

2004-08-24 Thread Cory Nelson
Kirby -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alfred Reynolds Sent: Tue 24 August 2004 07:11 To: [EMAIL PROTECTED] Subject: RE: [hlds_apps] Server Query Protocol Question? There is no info query for Source right now

RE: [hlds_apps] Server Query Protocol Question?

2004-08-24 Thread Alfred Reynolds
7:17 AM To: [EMAIL PROTECTED] Subject: RE: [hlds_apps] Server Query Protocol Question? Yeah I know there isnt an 'info' for the CS:Source yet, Its where my code was written for the HL Query, I knew that it was a ping response, but just wanted to know why it responded to my request

RE: [hlds_apps] Server Query Protocol Question?

2004-08-24 Thread Paul Kirby
: [hlds_apps] Server Query Protocol Question? It looks like it doesn't recognize the info query, so it just responds with a ping. You can send \xFF\xFF\xFF\xFFT and it will give an info-like response (dev.kquery.com has it pretty well documented). If you can understand C, I have some code

RE: [hlds_apps] Server Query Protocol Question?

2004-08-24 Thread Paul Kirby
Reynolds Sent: Tue 24 August 2004 19:11 To: [EMAIL PROTECTED] Subject: RE: [hlds_apps] Server Query Protocol Question? After reading the code more carefully it is sending ascii '0' in that response. I will check with the guy who wrote that code if he really meant to do that. - Alfred

[hlds_apps] Server Query Protocol Question?

2004-08-23 Thread Paul Kirby
Anyone know what this is for? [3RD_PARTY_APP - SERVER] 00 FF FF FF FF 69 6E 66 6F 00 info. [SERVER - 3RD_PARTY_APP] 00 FF FF FF FF 6A 30 30 30 30 30 30 30 30 30 30 30 j000 10 30 30 30 00 000. I