sethduda / AdvancedTowing

Advanced Towing (Arma 3)
http://steamcommunity.com/sharedfiles/filedetails/?id=639837898
33 stars 27 forks source link

Will using setVelocity cause dead reckoning to be used? #11

Closed sethduda closed 8 years ago

sethduda commented 8 years ago

set position by itself only transmits a new location every so often to clients. As far as I can tell it doesn't attempt to transmit 100 position updates per second like the towing client is seeing.

If setVelocity is set, will this cause other clients to simulate the movement so that it doesn't look as choppy? I'm guessing this is how normal player/vehicle movement is handled.

Need to be careful because set velocity could cause the towing player to see odd movements.

sethduda commented 8 years ago

Added to 1.5-RC1

sethduda commented 8 years ago

Does not work as expected. Don't know of any other possible solutions. Closing issue.