YaLTeR / OpenAG

An open-source reimplementation of Adrenaline Gamer's client library.
https://j.mp/OpenAG
Other
131 stars 42 forks source link

Viewmodel ejected shells fixes #141

Closed tmp64 closed 3 years ago

tmp64 commented 3 years ago

Fixes a few issues with ejected shells and clviewmodel* cvars.

  1. Enabling left-handed mode inverted shell direction for other player models (which hold the weapon world model in the right hand).
  2. cl_viewmodel_ofs cvars didn't offset shell spawn positions.
  3. Shell positions weren't adjust for cl_viewmodel_fov.
YaLTeR commented 3 years ago

Thanks!