Page 1 of 1

fps ping adjust

Posted: Thu Jul 30, 2015 11:49 am
by beanybabe
I have noticed that fps and ping change much while moving in waypoints. IS there a way to monitor this from the bot. make a function that if the fps drops a lot it changed char to walk mode till it rises again.
It seems rom crashes if you push it past what it can send when the ping or latency is failing.
If a function was there to toggle slowing till the situation clears then less errors may occur. Just a thought.

Re: fps ping adjust

Posted: Thu Jul 30, 2015 12:54 pm
by rock5
There is a GetPing function in the game.

To make it slow down, without editing the bot, I guess you could create a userfunction with a registered timer that regularly check the ping and changes the walking speed accordingly.

Re: fps ping adjust

Posted: Thu Jul 30, 2015 6:20 pm
by beanybabe
I was thinking a sliding average so
if it gradually goes up or down, no action is taken but
big changes it takes action. Ill read on it some.