Thread: Dozi_UI
View Single Post
11-30-11, 07:14 AM   #3
Alianka
A Wyrmkin Dreamwalker
 
Alianka's Avatar
Join Date: May 2011
Posts: 51
Originally Posted by sigg View Post
Hello Dozi,



This is because your FPS is too high, the timer engine is called often.

See the first picture in attachement, the line Adaptive function is taking 1.90% CPU all the time. The function is called 60 times per frame (your FPS)

Use this command:
/script VFLT.SetScheduleDilation(10);

by default the dilation is set to 1

After the call of this command, the timer engine will reduce internaly his usage and the line Adaptive function will reduce to 0.44% and your game will be smoother.

Do not use a too high value or you will slow too much the timer and you could see some strange effect on your UI. I will add a check maximum value of 10 in the next version.

Hi sigg,

so do i understand you correctly that regardless of how powerfull CPU and GFX ( fps wise ) someone has, the Adaptive function in unchanged form will "slow" the UI ?

Regards
Alianka
  Reply With Quote