http://dogsofwarvu.com/forum/index.php/board,135.0.html
Confirm in the post your presence
SOW Waterloo Multiplayer Wednesday 22/05/19 @ 22:00 CET
SOW Waterloo Multiplayer Wednesday 22/05/19 @ 22:00 CET
Visit my wargames blog: http://warforgame.blogspot.it/
Re: SOW Waterloo Multiplayer Wednesday 22/05/19 @ 22:00 CET
Visit my wargames blog: http://warforgame.blogspot.it/
Re: SOW Waterloo Multiplayer Wednesday 22/05/19 @ 22:00 CET
Thanks for sharing, first of all.
Took me a little bit of time, but I watched it entirely.
Overally very enjoyable, but those MP hiccups (P2P lockstep ack waits, right?) were rather severe, especially on the follow camera mode.
Wouldn't be possible to apply some kind of smoothing / spring-damper like function over there?
My MP programming skills aren't barely close to decent (and Norb's are brillant, on the other hand), but...
If one could simply hold in memory the unit position at -2 ( A ) and -1 ( B ) simulation ticks (refreshed at 10hz I think?)...
And then, updating the camera position at unconstrained frame rate (decoupled), interpolating between states A and B...
As far as I could tell, trading smooth camera movement for a small presentation delay, shouldn't raise big user responsiveness issues in a game like SOW.
Even at the fastest galloping speeds.
Any idea?
Took me a little bit of time, but I watched it entirely.

Overally very enjoyable, but those MP hiccups (P2P lockstep ack waits, right?) were rather severe, especially on the follow camera mode.
Wouldn't be possible to apply some kind of smoothing / spring-damper like function over there?
My MP programming skills aren't barely close to decent (and Norb's are brillant, on the other hand), but...
If one could simply hold in memory the unit position at -2 ( A ) and -1 ( B ) simulation ticks (refreshed at 10hz I think?)...
And then, updating the camera position at unconstrained frame rate (decoupled), interpolating between states A and B...
As far as I could tell, trading smooth camera movement for a small presentation delay, shouldn't raise big user responsiveness issues in a game like SOW.
Even at the fastest galloping speeds.
Any idea?
Last edited by r59 on Sat May 25, 2019 9:00 pm, edited 1 time in total.