/Onward-NoReverb

A BepInEx plugin to remove reverb in Onward 1.7.7

Primary LanguageC#GNU General Public License v2.0GPL-2.0

Onward No Reverb

A BepInEx plugin that allows you to modify (or remove) reverb from various sources in Onward 1.7.7

How to install

  1. Install BepInEx to Onward

  2. Either download a release or build from source

  3. Put NoReverb.dll into Onward/BepInEx/plugins

Configuration

Config is located at Onward/BepInEx/config/Zman2024-NoReverb.cfg

AudioReverbPreset overrides

The following settings will override the AudioReverbPreset that is used by the specified audio mixer:

  • AreaReverbPreset is for the AreaReverb scripts, it changes the reverb in a specified area
  • GunshotReverbPreset is the reverb preset used for all gunshot sounds
  • GlobalReverbPreset is the reverb for everything else

These seetings change if overrides are enabled / disabled:

  • DisableAreaReverb completely disables all AreaReverb scripts
  • EnableAreaReverbOverride enables the AreaReverbPreset override (does nothing if DisableAreaReverb is true)
  • EnableGunshotOverride enables the GunshotReverbPreset override
  • EnableGlobalOverride enables the GlobalReverbPreset override