Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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.
By CptDristyler
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 patchedSpringManAI.Update/DressGirlAI.Updatebroke). Cause: the prebuilt 1.1.1 DLL was compiled against an old Lethal Company version; after game updates theHasLineOfSightToPositionsignature 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. GUIDOrion.DontBlinkunchanged — configs stay compatible.