ID:160191
 
I want to know how to raise the FPS (frames-per-second) using DM.. Any ideas?

*As a reference; this runs at 20 FPS: http://www.byond.com/games/Kajika/MegaMan
Stereo wrote:
I want to know how to raise the FPS (frames-per-second) using DM.. Any ideas?

*As a reference; this runs at 20 FPS: http://www.byond.com/games/Kajika/MegaMan

By decreasing tick_lag to zero, it will speed up the response time to player commands.
In response to Calus CoRPS
Calus CoRPS wrote:
Stereo wrote:
I want to know how to raise the FPS (frames-per-second) using DM.. Any ideas?

*As a reference; this runs at 20 FPS: http://www.byond.com/games/Kajika/MegaMan

By decreasing tick_lag to zero, it will speed up the response time to player commands.

Zero isn't a realistic value; 0.5 would fit the game mentioned above.

Lummox JR
In response to Lummox JR
Thanks a ton, no more blocky movement! :D