Skip to content

Releases: KSPModStewards/RocketSoundEnhancement

Rocket Sound Enhancement v0.9.1

23 May 00:04
Compare
Choose a tag to compare

Get the Latest Default Config Mod Here: https://github.com/ensou04/RocketSoundEnhancementDefault/releases

  • Added Support for Internal Space Mods (RPM, MAS)
  • Fixed Music Getting Muffled at higher Muffler Settings

Rocket Sound Enhancement v0.9.0

22 May 20:14
Compare
Choose a tag to compare

Get the Latest Default Config Mod Here: https://github.com/ensou04/RocketSoundEnhancementDefault/releases

New Audio Muffler Quality Settings

  • Lite: The Old Basic Muffler
  • Full: Mixer based Audio Muffler with Dedicated channels for Exterior Sounds, Focused Vessel and Interior. With Doppler Effect
  • AirSim: Works on top of Full Quality, Parts with RSE Modules will simulate realistic sound attenuation over distance, comb-filtering, mach effects, sonic booms and distortion. Stock sound sources has basic mach and distance attenuation (volume or filter based) support.

Changes

  • RSE_RotorEngines Part Module
  • RSE_Propellers{} Config Node for propeller blades. Works when attached to Rotors with an RSE_RotorEngines Part Module
  • Motor{} Sound Group for RSE_Wheels. Torque Sound Group has been removed.
  • ShipEffects now uses Sound Groups for Physics Controllers instead of using soundlayer.data
  • DYNAMICPRESSURE{}, SONICBOOM{} and REENTRYHEAT{} Sound Group for ShipEffects
  • Simplified Audio Muffler Settings
  • Interior and Exterior Volume Settings
  • Support for SoundtrackEditor music sources by @KvaNTy in #11
  • Support for misc Chatterer sound sources by @KvaNTy in #12

Full Changelog: 0.7.2...0.9.0

Rocket Sound Enhancement v0.7.2

23 Mar 00:21
37e24f7
Compare
Choose a tag to compare

Get the Latest Default Config Mod Here: https://github.com/ensou04/RocketSoundEnhancementDefault/releases

  • Potential Fix for Collision Loop Sound Effects Persisting after Impact
  • Custom Audio Muffler Settings now react instantly to new settings
  • Tweaked Orbit View Muffling
  • Removed "MuffleChatterer" from LOWPASSFILTER in Settings.cfg
  • Added "AffectChatterer" under RSE_SETTINGS in Settings.cfg
  • Code Optimization

Rocket Sound Enhancement v0.7.1

22 Mar 02:54
Compare
Choose a tag to compare

Get the Default Config Mod Here:
https://github.com/ensou04/RocketSoundEnhancementDefault/releases

0.7.1

  • Fixed Music being Muffled

0.7.0

  • New In-game Settings Window
  • Audio Limiter/Sound Effects Mastering now have Presets Available through In-Game Settings
  • Audio Muffler Presets now Available through In-Game Settings

Sound Effects Mastering Presets:

  • Balanced (The Default Preset, Sounds are balanced with Reasonable Dynamic Range)
  • Cinematic (Wide Dynamic Range, Loud Sounds are Louder and Quiet Sound Are Quieter than Balanced)
  • NASA-Reels (Inspired by Real Rocket Launch Footage, This is the Loudest Preset with minimal Dynamic Range)
  • Custom (User Customizable Preset)
  • Add more Presets in Settings.cfg

Audio Muffler Presets:

  • Interior-Only (Only Muffle sounds when the Camera is in IVA view)
  • Muffled-Vacuum
  • Silent-Vacuum
  • Custom (User Customizable Preset)
  • Add more Presets in Settings.cfg

Other Changes:

  • Handling of Configs has been changed in code.
  • Code Cleanup

Rocket Sound Enhancement v0.6.1

20 Mar 15:34
Compare
Choose a tag to compare

Get the Default Config Mod Here:
https://github.com/ensou04/RocketSoundEnhancementDefault/releases

  • Setting Muffling to 0 now goes to silent.
  • Code Optimization on Audio Limiter

Rocket Sound Enhancement v0.6.0

20 Mar 11:00
c72d647
Compare
Choose a tag to compare

Get the Default Config Mod Here:
https://github.com/ensou04/RocketSoundEnhancementDefault/releases

  • Compiled on 1.12.3
  • Implemented a new Audio Limiter (Fairly Childish Limiter/Compressor)
  • Added RCS Part Module
  • Volume Settings are now controlled by Stock In-game Settings
  • Moved Audio Limiter and Muffler Settings to Settings.cfg
  • Increased KSP Real Voices/Sound Limit to 64 (originally was only 15)
  • Fixed Engage/Disengage Not Working Together
  • Fixed "Volume" Config Node for RSE_Wheels and RSE_Engines not being in code.
  • Change Muffling Settings to Internal Muffling only by Default

Unmuted v0.5.4

27 Nov 04:38
Compare
Choose a tag to compare
  • Fixed Null spam with Chatterer

Unmuted v0.5.3

23 Nov 06:04
Compare
Choose a tag to compare
  • Fixed Confusing Naming Conventions
  • Added Tooltips for Lowpass Filter Settings
  • Updated Configs

Unmuted v0.5.2

21 Nov 21:22
Compare
Choose a tag to compare
  • Added Option to Muffle Chatterer Sounds (off by default)
  • Changed ShipEffects Thrust controls to TotalThrust / Mass instead of just Total Thrust Power
  • Updated ShipEffects.cfg to reflect new change
  • Reduced Pitching for Medium Rattles layer in ShipEffects.cfg

Unmuted v0.5.1

20 Nov 21:05
Compare
Choose a tag to compare

Download the Config/Library from v0.5.0 for the patches and sounds
Work on the limiter is still being done and might be replaced in the future.

Plugin

  • Added Whitelist for Chatterer
  • Reduced sound cracking from Audio Limiter by moving the Volume Reduction code from LateUpdate() to OnAudioFilterRead()

Configs

  • Fixed Collision Module getting applied to parts that does not have crashTolerance