This package has been marked as deprecated, and it's suggested another
alternative is used.

DifficultyModifier
Alter the game difficulty during a run!
Last updated | 6 years ago |
Total downloads | 4751 |
Total rating | 0 |
Categories | Mods |
Dependency string | Elzheiz-DifficultyModifier-1.1.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, game API, detour library
Preferred version: 1.3.1README
DifficultyModifier
This mod allows you to control the difficulty of the game during a run. You can also decide to pause the difficulty momentarily if it becomes too challenging, and then unpause when you've caught up!
Controls
- CTRL + "Numpad +" -> Increase the difficulty
- CTRL + "Numpad -" -> Decrease the difficulty
- CTRL + "Numpad *" -> Increases the difficulty step
- CTRL + "Numpad /" -> Decreases the difficulty step
- CTRL + "P" -> Pause the difficulty
- CTRL + "I" -> Check the current debug difficulty settings (coefficients, monster level and total added difficulty).
All the debug text is displayed in the Unity console. Press CTRL + ALT + ` to open it.
Compatibility
This mod should be compatible with any other mods available. If you find one it is not compatible with, please open an issue on GitHub/NewIssue or message me on Discord.
This mod has not been tested in Multiplyer yet, so please be aware it might not work or lead to bugs.
Planned features
- Speed up/Slow down the difficulty increase
- Config file to control the keybinds and the default settings.
Change Notes
v1.1.0
- Added the ability to pause and unpause the difficulty at will!
v1.0.1
- Added some text to README.md
v1.0.0
- Initial Release