[SOLVED] Strange bug after installing source OP - Printable Version
+- SourceOP (
http://forums.sourceop.com)
+-- Forum: SourceOP Plugin (
http://forums.sourceop.com/SourceOP-Plugin-forum)
+--- Forum: General Chat (
http://forums.sourceop.com/General-Chat-forum)
+---- Forum: Bugs/Problems (
http://forums.sourceop.com/Bugs-Problems-forum)
+---- Thread: [SOLVED] Strange bug after installing source OP (
/SOLVED-Strange-bug-after-installing-source-OP-thread)
[SOLVED] Strange bug after installing source OP -
Deckardian - Oct 06, 2010
This is a really wierd one and didnt know where to post it..
When my dedi server is up and running in console mode the server fps is at a constant 64.1fps, but when I start up my media streaming software TVersity, the server fps jumps to 700fps, when I close tversity it goes back to 64.1fps any idea's, I thought valve had locked the tick rate out at 66fps
how is this even possible ?
I have screens available if needed..
regards
[SOLVED] Strange bug after installing source OP -
Drunken F00l - Oct 06, 2010
It is possible for your framerate to be higher than your tickrate. Ticks will not occur more than 66 times per second regardless of framerate.
What you're seeing is tversity starting up high resolution timer which is a gobal Windows setting. Since it's global, srcds's built-in sleeps between frames become much shorter. It's the same reason srcdsfpsboost works.
http://msdn.microsoft.com/en-us/library/dd757624(VS.85).aspx
[SOLVED] Strange bug after installing source OP -
Deckardian - Oct 06, 2010
Drunken_F00l Wrote:It is possible for your framerate to be higher than your tickrate. Ticks will not occur more than 66 times per second regardless of framerate.
What you're seeing is tversity starting up high resolution timer which is a gobal Windows setting. Since it's global, srcds's built-in sleeps between frames become much shorter. It's the same reason srcdsfpsboost works.
http://msdn.microsoft.com/en-us/library/dd757624(VS.85).aspx
thanks for the heads up,
regards