kondrak / vkQuake2

id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, macOS, FreeBSD, Raspberry Pi 4)
GNU General Public License v2.0
896 stars 91 forks source link

Aimfix CVAR for all games in repository. #102

Closed mjr4077au closed 4 years ago

mjr4077au commented 4 years ago

All games by default don't aim accurately. A russian port, Berserker@QuakeII has a game-side patch for this which works really great.

I ported this to Yamagi Quake II where it was accepted if you're looking for a quick test. It'd be great to have this optional fix included in vkQuake2 as well 😄.

All code has been tested in MSVC 16.6.2 without any issues.

kondrak commented 4 years ago

Looks great, thanks!