Insane Glitching

Posted by Walt

Replies (1)

Last message on 10 Jul 2018

jdev on 10 Jul 2018, 15:44:00
Hi,

If you are referring to the animations not playing server-side, I am pretty sure that is a GameMaker Server issue as it happens to me as well. It's quite disappointing and I hope a patch can be rolled out to fix this.

As for the stuttery movement, you can try experimenting with movement interpolation. Try using the code that I use for movement interpolation and let me know if it helps.

gms_optimize_set_max_skip(1)
gms_optimize_set_spc(spc_smoothen);
gms_optimize_set_sendspeed(lt_fullfps)