Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
SimulacrumOrbCount
Choose how many Simulacrum reward orbs (per player) spawn at end of each wave.
| Date uploaded | 8 months ago |
| Version | 1.0.0 |
| Download link | coconut-SimulacrumOrbCount-1.0.0.zip |
| Downloads | 29 |
| Dependency string | coconut-SimulacrumOrbCount-1.0.0 |
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.2111README
SimulacrumOrbCount (Risk of Rain 2)
Lets you configure how many reward orbs (per player) spawn at the end of each Simulacrum wave.
Config
A config is generated on first run at:
BepInEx/config/Caden.SimulacrumOrbCount.cfg
- OrbsPerPlayer (int, default 1, min 1, max 20)
- SameDropPerRing (bool, default false)
Install (manual)
- Install BepInExPack and HookGenPatcher.
- Place
SimulacrumOrbCount.dllintoBepInEx/plugins/SimulacrumOrbCount/. - Run the game, edit config, restart.
Implementation notes
Hooks InfiniteTowerWaveController.DropRewards. Calls vanilla, then spawns extra "rings" == OrbsPerPlayer - 1.