Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.44 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.44 KB

ULTRADistortion

English 日本語

ULTRADistortion is a mod to DESTROY your ears.

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 won't read from .cfg file. and value change are applies almost instant.

How it works

in default, it add the AudioDistortionFilter component in the gameobject who have AudioListener component. if you turns on the OnlyMusic, it attaches AudioDistortionFilter to audiosource which plays music.

acknowledgments

@kazukazu123123 for Idea of this mod.