RE-SS3D / SS3D

Space Station 3D, another remake of SS13, but with an extra D.
https://ss3d.space/
252 stars 139 forks source link

Ambient sounds are playing in lobby #1352

Closed stilnat closed 9 months ago

stilnat commented 9 months ago

Summary

Currently, connecting to lobby immediatly plays ambient sounds. It should wait for player to spawn in the station to start playing sounds.

Possible Solution

The ambience handler game object should probably be enabled only upon spawning the player. You could use the player spawned event to get it started, in the player system I believe ?