Barotrauma 潜渊症

Barotrauma 潜渊症

Soundproof Walls 2.0
正在显示第 21 - 30 项,共 33 项条目
< 1  2  3  4 >
更新于:2024 年 2 月 17 日 上午 9:45

Version 1.0.5.1

  • Hotfix to correct the Soundproof Walls Linux DLL not being compiled correctly.

更新于:2024 年 2 月 17 日 上午 9:16

Version 1.0.5

  • Fixed a Linux-specific bug that prevented players from loading a game.
    Cause: An issue with MonoMod that causes an unmanaged PAL_SEHException.
    Unfortunately, for Linux users, the solution for this problem comes at the cost of removing the "Listening..." text above the player's head when eavesdropping.

  • Fixed a bug that could cause a crash when updating a non-pitch ignored sound.
    Cause: Performing a concurrent update on a non-concurrent collection (HashSet).
    Credit to @Kohru for finding and diagnosing this issue!

更新于:2024 年 2 月 16 日 上午 2:20

Version 1.0.4

  • New Setting: Wall Ignored Sounds - useful for hearing sounds like alarms/sirens through walls without ignoring them altogether.
  • New Setting: Bubble Ignored Names - allows toggling the drowning effects for specific players by entering their character's name. Enter an empty string "" to disable for all players.

Bug Fixes
  • Fixed a bug that could cause a crash if an explosion detached the player's head.
    Cause: Trying to access the player's head position when it no longer exists.

更新于:2024 年 2 月 11 日 上午 10:33

Version 1.0.3

  • The distance value used to muffle sounds and determine volume for looping sounds now uses the most optimal path through each gap. This improves consistency when dealing with large gaps or unconventional hull setups.

  • Sound distances are now calculated from the character's head to the sound source rather than from the character's torso like vanilla.

  • Non-looping sounds that are underwater with the player now start at a 1.0 pitch multiplier instead of 0.75. This makes sounds like gunshots slightly easier to hear underwater without having to ignore pitching them altogether (the pitch still decreases with range).

Bug Fixes
  • Fixed a bug that caused outside looping sounds to be played at zero volume through hydrophones.
    Cause: Mismatched coordinate systems used in distance calculation.

  • Fixed a bug that caused looping component sounds added to the Ignored Sound list to be played at zero volume.
    Cause: Returning before volume calculation.

  • Fixed a bug that caused looping status effect sounds to be permanently pitch-shifted if the sound started playing when muffled.
    Cause: No pitch handling for status effect sounds (they're not meant to be pitched, which is also fixed by this).

更新于:2024 年 2 月 10 日 下午 1:24

Version 1.0.2

  • Added Русский localization - credit to routerchain.

  • Fixed a bug that caused looping sounds to have no volume when spectating. Cause: distance calculation used wrong coordinate system.

  • Fixed a bug that prevented non-vanilla submarines from accessing the hydrophones. Cause: exiting loop with return instead of continue.

  • Removed some unnecessary files.

更新于:2024 年 2 月 10 日 上午 6:04

Version 1.0.1

Public release

  • Added Français localization - credit to Thespirou54
  • Added Deutsch localization - credit to some_william

更新于:2024 年 2 月 9 日 上午 9:50

Version 1.0.0.2

  • Hotfixed an issue caused by the previous hotfix...

更新于:2024 年 2 月 9 日 上午 9:35

Version 1.0.0.1

Hotfixes

  • Fixed not being able to load custom sounds in the workshop version of the mod.
  • Fixed the radio bubble sound having directional information.

更新于:2024 年 2 月 8 日 下午 7:39

Version 1.0

  • New Setting: Voice Range Multiplier
  • New Setting: Radio Range Multiplier
  • New Setting: Talking Ragdolls - Allows you to hear players speak while they are ragdolling (does not apply to stuns).

  • When players speak underwater without a source of oxygen, a custom bubble sound (with particles) will play and change pitch based on how frantically the player is moving. There is also a unique version of this that can be heard over the radio.
  • Players are now muffled when using the radio underwater without a suit.
  • Changes to default settings. Most notably, Focus Target Audio is now off by default, and eavesdropped sounds are quieter.

  • Fixed a bug that could cause a crash when monitoring the hydrophones and docking the submarine.

更新于:2024 年 2 月 6 日 下午 12:11

Version 0.9.6

  • Added Spanish localization - credit to King Kongrio.
  • Minor fixes.