JBMod / jbmod

Official bug tracker and request tracker for JBMod
https://www.jbmod.com/
14 stars 1 forks source link

Some weapons don't have viewmodel bobbing #35

Closed randomperson189 closed 1 year ago

randomperson189 commented 1 year ago

Describe the bug Some weapons don't have viewmodel bobbing such as the physgun, smg, ar2, and leafblower. All the other weapons seem to bob just fine

To Reproduce Steps to reproduce the behavior:

  1. Create a server
  2. Open the console and type sv_cheats 1
  3. Now type impulse 101
  4. Select these weapons and move around: physgun, smg, ar2 and leafblower
  5. See that the viewmodels don't bob while you're moving

Expected behavior The weapons should bob when moving just like all the other ones

Additional context This issue seems to come from HL2DM because viewmodel bobbing doesn't work for the smg and ar2 for some reason

TEAMJBMOD commented 1 year ago

Partially fixed in the next release. SMG, AR2, Flaregun are fixed.

Physgun is currently server side and the viewmodel bob comes from client side code. Physgun is undergoing a rewrite and this will be fixed at some point in the future.

Leafblower is replaced by scripted code in a future release and will be fixed then.