-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuttering View #135
Comments
When you move in game, you actually move, you stay on ground and for each frame can be calculated own value. This hard to fix. Demo play linear. For make proper interpolation between dots in time, need know when this appear. You need next point in time, but this point irregular and can appear in 1 seconds, in 1 hour or never at all. |
If you among v469d testers - please test build 247. |
In latest test build add smooth for movement. By default it apply only for 3rdperson, since in first person view it make glitches, but you can try turn it on. In general it caused by demo nature and how stored location of player. It stored frame by frame and use rounded locations. When playback, it just move you for this position, not prediction or interpolation here. So on low fps there can be visible micro movements. This can't be fixed. Smooth too not able fix it good enough, since rotation still goes in quants and can't be smooth in good shape. However you can try experimental smooth and see what happen. |
checked it in the latest release candidate. I feel its a bit better but still there. it wouldnt be as annoying if it wouldnt look like you dont move straight, it just looks like the player view is slightly rotated to the right and to compensate that the movement isnt straight but slightly forward-left and therefore the textures get oriented weirdly |
Unfortunately this can't be fixed. You can even input You can turn in udemo.ini smoothing for first person view, but result will be doubtful. Such can be fixed, during udemo nature. Did you try with smooth for all variants? |
Yes I changed it to Smooth_All. Funnily there were no glitches when I set Smooth_All but when it only was set to 3rd Person i had some flickering going on. Anyway, I appreciate your efforts and explaining why it happens, thanks for that |
It just workaround. It very depends how player in demo aim. If player in demo mostly aim forward and not do nice tracking on sides, Smooth_All look good. But if it pro player which able track target on side, it look not really good. Better without. Such good visible in Pro BT demos. So by default it turned off. |
On demoplayback there is a minimal (horizontal) stutter. Barely noticeable when youre not looking for it, though I cant unsee it now. When actually playing the game its way smoother.
Maybe has something to do with the interpolation calculation?
Recorded this video on slomo and added a white bar for orientation, you can see on the floor texture (fullscreen) that it like moves some pixels left, some pixels right multiple times per second
2023-07-27.mp4
The text was updated successfully, but these errors were encountered: