asumagic / kag-staging

Issue tracker for the KAG staging build
6 stars 0 forks source link

[3338-v12] Drills that have gone offscreen make no sound. #99

Closed Hobey closed 3 years ago

Hobey commented 4 years ago

How to reproduce:

Go into sandbox Put a tunnel on the left of the map, suicide until you are on the right side, put tunnel on the right side Make a drill and notice that it does make sound Drop the drill on the ground and go through tunnel and come back Notice that the drill makes no sound when you use it

asumagic commented 4 years ago

Sounds like this is caused by inaudible sounds getting killed when inaudible. Emit sounds are only paused when they quit playing, not destroyed then replayed. The fix isn't quite obvious because the "must tick" behavior of soloud is glitchy and inappropriate anyway.

asumagic commented 4 years ago

Actually for emit sounds it's fairly easy to work around, so that will be fixed in 3484-render2d-v4

not

asumagic commented 3 years ago

Should be fixed in 3570-render2d-v3 when it's out