susinopo-ULTRADistortion icon

ULTRADistortion

mod that can make the game sound EXTREMELY LOUD.

Last updated 3 weeks ago
Total downloads 426
Total rating 0 
Categories Audio
Dependency string susinopo-ULTRADistortion-1.0.2
Dependants 0 other packages depend on this package

README

ULTRADistortion

English 日本語

ULTRADistortion is a mod that can make the game sound EXTREMELY LOUD.

How To Use

  1. Download and install BepInEx to ULTRAKILL.
  2. Go to the Release page and Download ultradistortion.dll
  3. Put the ultradistortion.dll into the `gamefolder/BepInEx/plugins'.
  4. Done.

Config(Standalone)

There's 2 config values in susinopo.ULTRADistortion.cfg.

  • AudioDistortionLevel Value of AudioDistortionFilter.distortionLevel
  • OnlyMusic Only music to distorted.

Changes to these values are not applied until the game restart.

Config(PluginConfigurator)

This mod supports PluginConfigurator If PluginConfigurator is installed to ULTRAKILL, it ignores the .cfg file. config changes from PluginConfigurator are applied as the config menu closes.

How it works

In default, it adds the AudioDistortionFilter component to GameObject have AudioListener component. When OnlyMusic is true, it attaches the AudioDistortionFilter to corresponding AudioSource.

acknowledgments

@kazukazu123123 for Idea of this mod.