@sektor I tested this on my server (laggy mover maps: CTF-BT-SeGear and CTF-BT-Donnie-v1) and it works beautifully. Really excellent. Thank you very much to you and Higor for your help.
If you have no objections I will post this on Github with you and Higor as the authors.
If you think of any improvements to the code, please post them here and I will update mine also.
I hope you will remove RotatingMover from deal like I said...
Main credit goes at Higor, he figured what has to be changed at movers and was writing formula, I just followed advice and I wrote a few lines, first time I was over-thinking problem but in fact was doable more simple. As for GitHub - let's say not every admin can compile or has clue about coding, probably this Server-Actor should be compiled and posted somewhere visible for admins which are not running XC Servers because a double-fix I don't know if it's recommended, probably will slow-down movers based on a double patch...
On the other side, (@Higor) the other tweak to TriggerControl mover was still leaving a door open in some map because in that server I did not install the mutator with tweaker assistant which I wrote for these stupid movers where instigator can be killed in trigger radius and NOTHING is calling UnTrigger when pawn dies - perhaps I have to screw "Killed" or "Destroyed" from Actor definitely forcing some UnTouch at nearby actors which have this pawn in Touching[4] list.
The problem perhaps will need a small package to be sent in player because of new content of execution. New stuff added cannot be conformed properly so client will need to know what's new because here will be needed some variables added - I'll try to figure if exist another simple solution - probably game-controller is an answer.
Not sure, but think NetworkMoveTime. Safe MoveTime for Movers which allow replicate it over network via existing way without loose precision and get same value on replication side.
So Mover on network stop lag. flicker and all actors on it (players usually), stop act strange.
Buggie wrote: ↑Tue Jan 18, 2022 10:23 am
So Mover on network stop lag. flicker and all actors on it (players usually), stop act strange.
Recently I noticed fast and small vertical shaking of my view while I was standing on a resting vertical mover; the view trembled with about 5 Hz. Happened on server "BarbiesWorld"(v469c) in map "MH-3072-FloorWays+SBMod". It was only visible for me, not for other players. Also not visible when I team-viewed myself through them.
"If Origin not in center it be not in center." --Buggie
Barbie wrote: ↑Tue Jan 18, 2022 10:39 am
Recently I noticed fast and small vertical shaking of my view while I was standing on a resting vertical mover; the view trembled with about 5 Hz. Happened on server "BarbiesWorld"(v469c) in map "MH-3072-FloorWays+SBMod". It was only visible for me, not for other players. Also not visible when I team-viewed myself through them.
New formula for calculating movement timer of a Mover it's implemented here (I'll do some testing another time...) but this ServerActor can be configured for using old method if newer one recommended by Buggie will not be suitable for everyone. All INI variables are explained in the document from archive and source-code is there as well...
MovSync.7z
If this ServerActor is not helpful, get rid of it. Once again, this is an Actor usable as ServerActor in Dedicated Servers. Stand Alone games don't need any mover related tweak.
You do not have the required permissions to view the files attached to this post.