ReactiveDrop / reactivedrop_public_src

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

After picking up a X-33 Damage Amplifier, the damage-increase-effect still stays in where it was placed. #778

Closed IAFJaeger closed 2 months ago

IAFJaeger commented 3 months ago

After picking up a X-33 Damage Amplifier, its damage-increase-effect still stays where it was placed, instead of following who picked up it.

BenLubar commented 2 months ago

The particle effect is driven by the game code. It appears to work correctly (connecting to marines close to the amp and not connecting to marines far from the amp) in my testing, so this might be something else.

IAFJaeger commented 2 months ago

What I mean is, it is the the function of damage-boost still staying where it was placed, instead of the particle effect. For an example, a marine places a X-33 with a range of 200 units at ( 0, 0, 0 ), and then if the marine picking it up and walking to ( 400, 0, 0 ), he/she won't get the buff of damage-boost though the particle effect is on the marine.

The particle effect is driven by the game code. It appears to work correctly (connecting to marines close to the amp and not connecting to marines far from the amp) in my testing, so this might be something else.

BenLubar commented 2 months ago

Alright, I fixed this but it's still not reliably connecting to the marine that's carrying it.

WhenTanksFly commented 2 months ago

...close this, since it's been fixed 1st of August?