Novum / vkQuake

Vulkan Quake port based on QuakeSpasm
GNU General Public License v2.0
1.84k stars 224 forks source link

missing first person animation interpolation #259

Closed Riccardoman closed 3 years ago

Riccardoman commented 3 years ago

While shooting the screen shake skips a lot of frames Also the interpolation on some buttons is absent

LethalManBoob commented 3 years ago

set the command to interp animations value to 2. it interps everything but causes some oddities.

Riccardoman commented 3 years ago

cannot find the command, are they r_lerpmove and r_lerpmodels? they don't seem to work

VGkav commented 3 years ago

r_lerpmodels

Set it to 2

Riccardoman commented 3 years ago

tried it.... doesn't work it interpolates even the fire, but not the screen movement when you shoot (for example the shotgun, which it's really noticeable

Ok I tried to compare QS, QSS and VKQ... now I'm certain of it. VKQ has the same issue that QS vanilla has, but QSS had it fixed

I'll try to explain it better. Wen you shoot, the screen (crosshair) goes up, and after it returns to the initial position. In QSS the movement from up to down doesn't skip any frames, in VKQ it skips the frames that are from the initial position and it goes directly to the upper position, tho skip the frames again and go to the initial position

I finally found the prompt digging in the fitzquake page! For anyone who's interested to enable the gun kick interpolation the line is V_GUNKICK 2

VGkav commented 3 years ago

Wow, much smoother now, why isn't it the default?

LethalManBoob commented 3 years ago

v_viewkick 0 try that

On Sun, 22 Nov 2020 at 19:48, Riccardoman notifications@github.com wrote:

tried it.... doesn't work it interpolates even the fire, but not the screen movement when you shoot (for example the shotgun, which it's really noticeable

Ok I tried to compare QS, QSS and VKQ... now I'm certain of it. VKQ has the same issue that QS vanilla has, but QSS had it fixed

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Novum/vkQuake/issues/259#issuecomment-731834391, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHG65O4APOVFB5HM5ZTUAQLSRFTIFANCNFSM4T6QLVFA .

LethalManBoob commented 3 years ago

v_gunkick 0 not viewkick my bad

On Sun, 22 Nov 2020 at 20:29, AnotherLife notifications@github.com wrote:

Wow, much smoother now, why isn't it the default?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Novum/vkQuake/issues/259#issuecomment-731842329, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHG65O6LTJFMETLR2EPIPP3SRFYBZANCNFSM4T6QLVFA .

Novum commented 3 years ago

By design. QuakeSpasm and vkQuake want to be faithful to the original Quake.