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
ULTRADistortion is a mod that can make the game sound EXTREMELY LOUD.
How To Use
- Download and install BepInEx to ULTRAKILL.
- Go to the Release page and Download
ultradistortion.dll - Put the
ultradistortion.dllinto the `gamefolder/BepInEx/plugins'. - Done.
Config(Standalone)
There's 2 config values in susinopo.ULTRADistortion.cfg.
AudioDistortionLevelValue of AudioDistortionFilter.distortionLevelOnlyMusicOnly 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.