You are viewing a potentially older version of this package. View all versions.
CptDristyler-DontBlinkV81-1.1.2 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.

Date uploaded 2 months ago
Version 1.1.2
Download link CptDristyler-DontBlinkV81-1.1.2.zip
Downloads 1277
Dependency string CptDristyler-DontBlinkV81-1.1.2

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

README

Don't Blink (v81 rebuild)

⚠️ Unofficial rebuild for Lethal Company v81, maintained by Cpt.Dristyler. Not affiliated with or endorsed by the original author. Install this instead of the original, not alongside it.

An SCP: Containment Breach style blinking mechanic. The player blinks periodically; while the eyes are closed they "don't see" (and are not seen by line-of-sight logic). Includes manual blink, a meter, fear/steam reactions, and an optional mode that only activates when a Coil-Head / Ghost Girl is visible.

This rebuild (1.1.2) — by Cpt.Dristyler

  • Fixed MissingMethodException on PlayerControllerB.HasLineOfSightToPosition that spammed every frame whenever a SpringMan (Coil-Head) or Ghost Girl was on the map (the patched SpringManAI.Update / DressGirlAI.Update broke). The prebuilt DLL was compiled against an older game version; after game updates the method 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 — existing configs stay compatible.

Credits

  • Original mod: Orion
  • v81 rebuild & fix: Cpt.Dristyler

Dependencies

  • BepInEx 5.4.2100
  • Optional: InsanityRemastered (integration picked up automatically, not required).

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.