Thread: Dozi_UI
View Single Post
11-30-11, 05:41 AM   #2
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
Hello Dozi,

I have decided not to continue with RDX as the game animations are smoother when I use other addons to do the same job on my PC.
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.

Attached Thumbnails
Click image for larger version

Name:	ScreenShot026.jpg
Views:	1132
Size:	53.4 KB
ID:	6612  Click image for larger version

Name:	ScreenShot027.jpg
Views:	904
Size:	49.8 KB
ID:	6613  
__________________
RDX manager
Sigg
  Reply With Quote