DemoNetDriver snappy movement

Hey there!

I’m using the DemoNetDriver for a replay system and I’ve noticed the movement looks great with the Third Person Character but it looks snappy with the Vehicle Template.

I’ve tried changing the Physics Replication Mode to Predictive Interpolation and Resimulation but the margin of error in movement is too much. I’ve also played around with the Replication values in the pawn but it didn’t help much. Is there any way to decrease the snappy movement in the Default setting?

This is what I’m talking about:

Thank you!

I’ve noticed something. In my other project, I enabled the physics prediction and I’m using the interpolation option, but it looks laggy too. Same with resimulation.

Increasing both the Net Update Frequency and the Min Net Update Frequency makes it a bit smoother, but not even close to what I need.

Any ideas? I don’t understand why it works perfect with the Third Person Character but not with the vehicle or even a cube.

Oop! For anyone wondering, I’m using the function Force Net Update in the tick of my character now and it works!

I hope this helps!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.