OopsAllGup
Oops, all gups! Modify how Gups work in a run. Change the number of lives, how many spawn after splitting, and forcing Kin runs to be Gups.
Last updated | 3 months ago |
Total downloads | 3256 |
Total rating | 2 |
Categories | Mods Enemies Server-side |
Dependency string | JustDerb-OopsAllGup-1.0.1 |
Dependants | 4 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, detour library
Preferred version: 5.4.2117README
Oops! All Gup
Extends the number of times a Gup can split!
If you also have Risk of Options, you can dynamically adjust the settings during your runs!
Troubleshooting
When a Gup dies, it doesn't spawn as many as I have configured in SplitCount
This is due to protections in the Spawn Director so that the game doesn't spawn unlimited enemies and potentially crash your game. Currently this mod doesn't remove this limit.
Changelog
1.0.1
- Update code to work with the new Risk of Rain 2 DLC: Seekers of the Storm
- Refactored code to remove IL injection (and use a regular hook instead). This should allow this mod to hopefully continue working after most game updates and be more friendly to other mods.
- Reduced log spam
- Fixed logging to now be filterable in the mod window
1.0.0
- Initial release