turn180 command causes view to stutter with cl_capfps 0

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: turn180 command causes view to stutter with cl_capfps 0

Re: turn180 command causes view to stutter with cl_capfps 0

by Rachael » Thu May 20, 2021 7:40 am

This one is probably not high on anyone's list, but the issue is indeed lack of interpolation. I'm moving this to on-hold for now.

Re: turn180 command causes view to stutter with cl_capfps 0

by Leonard2 » Wed Sep 12, 2018 8:23 am

Shouldn't any bind that touches the player angle trigger the interpolation anyways? (LocalKeyboardTurner variable I think)

Re: turn180 command causes view to stutter with cl_capfps 0

by Matt » Mon Sep 10, 2018 12:42 pm

There's no interpolation.

Could this be replaced with A_SetAngle?

turn180 command causes view to stutter with cl_capfps 0

by unknownna » Mon Sep 10, 2018 5:25 am

Continued from 0003418: (3.1 alpha) Stuttering ingame

There's currently some bugs fixed and readjustments being made to Zandronum's unlagged system, which required changing some time functions and make them similar to GZDoom. There was some stuttering caused by a bug which was fixed later, however, after the fix and the change in code to make the timer the same as in GZDoom, it broke the turn180 command and made it stutter compared to before. As reported by the user below, the command causes the view to jitter compared to before when using the command.
EnsaladaDeTomate wrote:The suttering is still there, but is not as severe as before.
To prove that the suttering is not completely gone, i had to do this:
In console, bind "Turn180" to any key
Spam such key and you will notice your screen suttering.
(This doesnt happen in 3.0 and lower versions of zandronum)
Edit1: The suttering is even worse if you try to move while spamming turn180
It seems that it has been broken since forever in (G)ZDoom and earlier compared to Skulltag/Zandronum. It's very easy to see the difference between Zandronum 3.0 and GZDoom when using the command side by side. In Zandronum 3.0 the view remains completely smooth whereas in GZDoom it looks like it's locked to 35 fps while using the command.

Top