CptDristyler-DontBlinkV81 icon

DontBlinkV81

Unofficial rebuild. Adds an SCP: Containment Breach style blinking mechanic. Rebuilt for current Lethal Company (v81) by Cpt.Dristyler — fixes HasLineOfSightToPosition MissingMethodException. Original by Orion.

CHANGELOG

Changelog

Entries below are for this unofficial v81 rebuild by Cpt.Dristyler. Original mod by Orion — the upstream release history is not duplicated here.

1.1.2 — v81 rebuild by Cpt.Dristyler

  • Fixed MissingMethodException: PlayerControllerB.HasLineOfSightToPosition(Vector3, single, int, single), spammed every frame whenever a SpringMan (Coil-Head) or Ghost Girl was on the map (the patched SpringManAI.Update / DressGirlAI.Update broke). Cause: the prebuilt 1.1.1 DLL was compiled against an old Lethal Company version; after game updates the HasLineOfSightToPosition signature shifted and the old IL referenced a missing method.
  • Recompiled from a decompiled source against current LethalCompany.GameLibs.Steam (game v81) — calls rebound to the current API. Game logic unchanged. GUID Orion.DontBlink unchanged — configs stay compatible.