2man-PersonalHelper icon

PersonalHelper

Atmospheric horror mod for Lethal Company with developer events, a stalker, video pranks and lockdowns.

By 2man

CHANGELOG

Changelog

0.3.0

Third release.

Added

  • Video event. Admin only. Pick a player, a full screen video takes over their screen for 11 seconds (configurable per call), audio included, then it hard cuts back. Streamed from Assets/videos, so file size costs nothing until it plays. F12 plays one locally for testing.
  • New asset folder videos/ for .mp4 / .webm / .m4v / .mov.
  • New config section Video: Seconds, Volume, KillPlayer.

Changed

  • Music no longer loops. Vigil and lockdown tracks play once and stop. Make your track at least as long as the buildup.

0.2.0

Two release.

Added

  • The Stalker. Walk forward long enough without turning and something spawns behind you. It never moves. The moment you turn around and it enters your view, a full screen image and a sound hit you, then fade out quietly. Cooldown and a per-round cap so it stays rare. Non-lethal by default.
  • Lockdown. Admin triggered, only when every living player is inside. The main entrance stops working, fire exits stay open, a full screen image pulses dim to bright, global music plays and a countdown synced to the server clock runs on everyone's HUD. Whoever is still inside at zero gets the payoff.
  • New asset folders: sounds/meme, images/meme, images/lockdown.
  • New config sections: Stalker, Lockdown.

Changed

  • Plugin GUID is now experimenter.personalhelper, config lives at BepInEx/config/experimenter.personalhelper.cfg.
  • Plugin path is now BepInEx/plugins/PersonalHelper/PersonalHelper.dll.
  • Event playback moved behind a single host-authoritative handler: the host rolls, clients only play.

0.1.0

First release.

Added

  • Event 1 - Distant Sound. 85% chance, once per round, fires when the first player enters the facility. Per-player randomized direction and distance.
  • Event 2 - Vigil. 67% chance per round, 60 s inside triggers a global 90 s buildup, then stinger + full screen image + death.
  • Rare flashes. 4% per minute while inside, single frame, host broadcast.
  • Runtime asset loading from Assets/ for .ogg / .wav / .mp3 / .png.
  • Debug hotkeys F7-F11.
  • Config at BepInEx/config/experimenter.personalhelper.cfg.