You are viewing a potentially older version of this package. View all versions.
susinopo-ULTRADistortion-1.0.2 icon

ULTRADistortion

mod that can make the game sound EXTREMELY LOUD.

Date uploaded 2 months ago
Version 1.0.2
Download link susinopo-ULTRADistortion-1.0.2.zip
Downloads 465
Dependency string susinopo-ULTRADistortion-1.0.2

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.