Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

I've noticed some kind of camera stutter when firing weapons with your mods.

With some research on my own, I've been able to fix it by replacing every SPF_INTERPOLATE with SPF_SCALEDNOLERP inside the zscript files.

I've only tested this with GZDoom so it may not be compatible with LZDoom.

(+1)

GZDoom has some problems with mouse jittering regarding that flag, and i even opened a thread about this, but nothing was done as far as i know. I would love to avoid such problems, but SPF_INTERPOLATE is an important flag to make weapons animate smoothly, and it's old enough to work on LZDoom, which is a port good for weaker machines.


I do hope that doesn't ruin your experience, though.

(+1)

I'm quite sensitive to these jitters, but luckily it's quick and easy to replace SPF_INTERPOLATE by SPF_SCALEDNOLERP with Notepad++.

Great mod as always by the way!

Thanks a lot!