You are viewing a potentially older version of this package. View all versions.
atomicjuno-SpawnedEnemiesFix-1.0.0 icon

SpawnedEnemiesFix

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

Date uploaded 6 months ago
Version 1.0.0
Download link atomicjuno-SpawnedEnemiesFix-1.0.0.zip
Downloads 5267
Dependency string atomicjuno-SpawnedEnemiesFix-1.0.0

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