Re: Bots running in slow-motion. -
27-09-2006
I think You cannot get working bots with booster above 250 fps... Just phisical limitation of time amount the bot shuold have on the server to work correctly. The minimum value of time needed by the function responsible for bots movement is 1msec (0.001 sec), so to get smooth movement You need to have frame time at least 5 times grater - so the minimum frame time is - 0.005s. To calculate the max fps You just need to calculate 1/min_frame_time -> 1/0.005 = 200. Above that value You may expect some stupid things as speedhacks of bots or their slow motion.
|