Title: fps is displayed wrong Post by: dash9 on November 01, 2008, 07:28:38 PM With /cg_drawFps 1, it behaves like this:
/seta com_maxfps "250" -shows 250 /seta com_maxfps "300" -shows 333 instead of 300 /seta com_maxfps "400" -shows 500 /seta com_maxfps "800" -shows 1000 0.8.1, linux 64 Title: Re: fps is displayed wrong Post by: sago007 on November 02, 2008, 04:42:40 AM It it displayed wrong or is it the com_maxfps does not work?
Title: Re: fps is displayed wrong Post by: menganito on November 02, 2008, 06:29:50 AM It is displayed right and com_max fps works. In a way.
The point is that the engine has to have maxfps as 1000/x, where x is a natural number (lower than 1000, obviously), and when you insert a value that is not 1000/x, the engine takes it and goes to the first higher acceptable value (when you enter 300, it goes to 1000/3, which is roughly 333, same with 400 getting to 500 etc.) |