diff --git a/BelowZero.props b/BelowZero.props index 25d78cf4..d2e77501 100644 --- a/BelowZero.props +++ b/BelowZero.props @@ -5,7 +5,7 @@ - + diff --git a/Install/BelowZero/BepInEx/plugins/Nautilus/Nautilus.dll b/Install/BelowZero/BepInEx/plugins/Nautilus/Nautilus.dll index 4f13bfb3..4d5e45a3 100644 Binary files a/Install/BelowZero/BepInEx/plugins/Nautilus/Nautilus.dll and b/Install/BelowZero/BepInEx/plugins/Nautilus/Nautilus.dll differ diff --git a/Install/Subnautica/BepInEx/plugins/Nautilus/Nautilus.dll b/Install/Subnautica/BepInEx/plugins/Nautilus/Nautilus.dll index b32b3dd5..2451fb2c 100644 Binary files a/Install/Subnautica/BepInEx/plugins/Nautilus/Nautilus.dll and b/Install/Subnautica/BepInEx/plugins/Nautilus/Nautilus.dll differ diff --git a/SCHIZO/Jukebox/CustomJukeboxDisk.BelowZero.cs b/SCHIZO/Jukebox/CustomJukeboxDisk.BelowZero.cs index ba4ca1f0..6136b2d7 100644 --- a/SCHIZO/Jukebox/CustomJukeboxDisk.BelowZero.cs +++ b/SCHIZO/Jukebox/CustomJukeboxDisk.BelowZero.cs @@ -27,7 +27,6 @@ public sealed class CustomJukeboxDisk : JukeboxDisk { string bus = BusPaths.SFX.GetBusName(); CustomSoundHandler.RegisterCustomSound(guid, unlockSound, bus, AudioUtils.StandardSoundModes_2D); - RuntimeManager.GetBus(bus).unlockChannelGroup(); } acquireSound = AudioUtils.GetFmodAsset(guid); diff --git a/SCHIZO/Sounds/FMODSoundCollection.cs b/SCHIZO/Sounds/FMODSoundCollection.cs index ca350099..8d1d1a3a 100644 --- a/SCHIZO/Sounds/FMODSoundCollection.cs +++ b/SCHIZO/Sounds/FMODSoundCollection.cs @@ -127,7 +127,6 @@ private bool Initialize() private void RegisterSound(string id, AudioClip audioClip, Bus bus) { Sound s = CustomSoundHandler.RegisterCustomSound(id, audioClip, bus, AudioUtils.StandardSoundModes_3D); - bus.unlockChannelGroup(); s.set3DMinMaxDistance(1, 30); } diff --git a/Subnautica.props b/Subnautica.props index 707c2246..76db8743 100644 --- a/Subnautica.props +++ b/Subnautica.props @@ -5,7 +5,7 @@ - +