atomicjuno-SpawnedEnemiesFix icon

SpawnedEnemiesFix

Fixes ControlCompany spawned enemies not being added to RoundManager.SpawnedEnemies.

Last updated a day ago
Total downloads 87
Total rating 0 
Categories Bug Fixes Tweaks & Quality Of Life
Dependency string atomicjuno-SpawnedEnemiesFix-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
ControlCompany-ControlCompany-1.3.3 icon
ControlCompany-ControlCompany

Play as the monsters found in Lethal Company and scare your friends!

Preferred version: 1.3.3

README

SpawnedEnemiesFix

Fixes an issue where enemies spawned by ControlCompany are not added to RoundManager.SpawnedEnemies.

This breaks other mods that depend on that list, such as enemy count tracking and end-of-round logic. This mod patches ControlCompany at runtime to ensure all spawned enemies are properly registered.

Requirements

  • BepInEx
  • ControlCompany

Installation

Install via r2modman. No configuration required.

Changelog

1.0.0

  • Initial release