--
[ Picked text/plain from multipart/alternative ]
Correct me if I am wrong, but wouldn't such a thing trigger firewalls or the sort, 
it's quite dangerous to allow registry path data to be sent off to the host computer...

----- Original Message -----
From: botman
Sent: Monday, May 06, 2002 3:11 PM
To: [EMAIL PROTECTED]
Subject: Re: [hlcoders] Detecting Client Video Mode from Server

> Hi, does anyone know if and how we can detect the client's video mode from
> the server side, like via a Metamod plugin utilizing the HL SDK?
>
> We would like to know if the client is in software mode or 3D mode.
>
> Thanks in advance!

These seem to be stored in the Windows Registry....

HKEY_USERS\.DEFAULT\Software\Valve\Half-Life\Settings

EngineMode - video display mode?
EngineModeH - video height
EngineModeW - video width
EngineModeWindowed - running Half-Life in a window

Looks like you'll need something running on the client's machine to suck stuff
out of the registry then send that to the server.

Jeffrey "botman" Broome

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcodersGet more from the Web.  FREE 
MSN Explorer download : http://explorer.msn.com
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to