Skip to content

Commit

Permalink
update nautilus
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed Nov 21, 2023
1 parent 109af9a commit 63e9221
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BelowZero.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<ItemGroup>
<PackageReference Include="Subnautica.BelowZero.GameLibs" Version="49371.0.0.1-r.0" />
<PackageReference Include="SubnauticaZero.Nautilus" Version="1.0.0-pre.21" />
<PackageReference Include="SubnauticaZero.Nautilus" Version="1.0.0-pre.22" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file modified Install/BelowZero/BepInEx/plugins/Nautilus/Nautilus.dll
Binary file not shown.
Binary file modified Install/Subnautica/BepInEx/plugins/Nautilus/Nautilus.dll
Binary file not shown.
1 change: 0 additions & 1 deletion SCHIZO/Jukebox/CustomJukeboxDisk.BelowZero.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion SCHIZO/Sounds/FMODSoundCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down
2 changes: 1 addition & 1 deletion Subnautica.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<ItemGroup>
<PackageReference Include="Subnautica.GameLibs" Version="71288.0.0-r.0" />
<PackageReference Include="Subnautica.Nautilus" Version="1.0.0-pre.21" />
<PackageReference Include="Subnautica.Nautilus" Version="1.0.0-pre.22" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 63e9221

Please sign in to comment.