Barotrauma
Soundproof Walls 2.0
33개 중 21~30개 표시 중
< 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.