ReactiveDrop / reactivedrop_public_src

Alien Swarm: Reactive Drop game source code and issue tracker.
https://reactivedrop.com
104 stars 35 forks source link

Hitscan weapons have double trails, best visible when the weapon is held sideways #737

Closed WhenTanksFly closed 3 months ago

WhenTanksFly commented 4 months ago

Easiest reproducible by turning off laser sight, then crouching right before shooting:

https://github.com/ReactiveDrop/reactivedrop_public_src/assets/112336094/18001a7b-61c5-4a78-a394-756f647ee4ab

Vanilla:

https://github.com/ReactiveDrop/reactivedrop_public_src/assets/112336094/4ed5ae3f-b27f-4b5e-8d99-3b6903bd1d59

Somewhat reminiscent of #735 due to the sideways grip. Unable to extract any memories on when did the problem first manifest.

BenLubar commented 3 months ago

My guess is that one is the predicted tracer and the other is the server tracer (which shouldn't be visible to the person who did the prediction, but that narrows down the area of code I need to look at a lot)