Re: [hlds] Frame limiter code....

2007-05-02 Thread Whisper
gt; I'd be happy with srcds.exe doing 100tic & > 250fps without external code > help. > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of James Tucker > Sent: Wednesday, May 02, 2007 5:34 AM > To: hlds@list.valvesoftwa

RE: [hlds] Frame limiter code....

2007-05-02 Thread Frank T. O'Connor
.valvesoftware.com Subject: Re: [hlds] Frame limiter code If you want REAL 1000Hz timer on Windows you don't want to use an application to do it: http://www.microsoft.com/technet/sysinternals/information/bootini.mspx Specifically: */TIMERES=* * Sets the resolution of the system ti

Re: [hlds] Frame limiter code....

2007-05-02 Thread James Tucker
If you want REAL 1000Hz timer on Windows you don't want to use an application to do it: http://www.microsoft.com/technet/sysinternals/information/bootini.mspx Specifically: */TIMERES=* • Sets the resolution of the system timer on the standard x86 multiprocessor HAL (Halmps.dll). The argument

Re: [hlds] Frame limiter code....

2007-04-29 Thread Gary Stanley
At 04:50 AM 4/29/2007, Frank T. O'Connor wrote: Can anyone shed some light on which method srcds.exe is using on Windows to limit it's framerate (in repsect to FPS_MAX)? Is it simply doing a sleep() command, or some more complex algo? I know most of us are running some code (srcdsfpsboost.exe or

Re: [hlds] Frame limiter code....

2007-04-29 Thread Whisper
-- [ Picked text/plain from multipart/alternative ] I asked on this list a while back for something that made the SRCDS run at X fps whilst leaving all the other processes alone. On 4/29/07, Frank T. O'Connor <[EMAIL PROTECTED]> wrote: > > Can anyone shed some light on which method srcds.exe is us