You are viewing a potentially older version of this package.
View all versions.
VentSpawnFix
Allows indoor enemies to spawn in groups larger than 1, like outdoor and daytime enemies can.
Date uploaded | a week ago |
Version | 1.2.2 |
Download link | ButteryStancakes-VentSpawnFix-1.2.2.zip |
Downloads | 8263 |
Dependency string | ButteryStancakes-VentSpawnFix-1.2.2 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Vent Spawn Fix
On its own, this mod does nothing. This just adds support for indoor enemies to spawn in groups of 2 or more, similar to baboon hawks (outside) and tulip snakes (daytime).
This was previously used by the Barber (which was meant to spawn in pairs in v55), but in v62+ Barbers are configured to spawn alone.
This mod is meant to be paired with BarberFixes using the SpawnInPairs
config setting, but it will also work with any content variable customizer, such as LethalQuantities or similar.
CHANGELOG
v1.2.2
- Fixed grouped enemies sometimes adding to power count without actually spawning
v1.2.1
- Attempted fix for a somewhat rare NullReferenceException
v1.2.0
- Removed redundant fix for overlapping vent spawns (this was fixed in vanilla v56)
- Now works again when installed with LethalFixes (the group spawning fix was removed in LethalFixes v1.1.9)
v1.1.1
- Now disables itself automatically if LethalFixes is installed to prevent conflicts
v1.1.0
- Added support for vent enemies to spawn in groups greater than 1
v1.0.1
- Behavior is now seeded to allow consistent spawns
v1.0.0
- Initial release