NeotokyoRebuild / neo

NEOTOKYO Rebuild - Source SDK 2013 mod of NEOTOKYO
https://neotokyorebuild.github.io/
Other
16 stars 12 forks source link

Firing guns should not draw tracers from the players own viewmodel #548

Open blaberry opened 1 month ago

blaberry commented 1 month ago

Build Info

20240629_96f57be

Description

Currently, if you fire a weapon there are client side tracers drawn simulating bullets flying out of your gun

To Reproduce

  1. Shoot gun
  2. See tracer

Expected behavior

No tracers for first person shots

Actual behavior

There are tracers

Operating System

Version/Distro

Win 10

Machine's CPU

No response

Machine's GPU

No response

GPU's driver

No response

Build's compiler

No response

Additional context and Screenshots

No response

AdamTadeusz commented 1 month ago

Should the tracers be visible coming out of your own gun in thirdperson? And what about when using cl_first_person_uses_world_model?

blaberry commented 1 month ago

I think limiting it do when drawing the viewmodels is fine. That's parity behaviour afaik. Should probably be tested though.