


⚠️ Unofficial rebuild for Lethal Company v81, maintained by Cpt.Dristyler. Not affiliated with or endorsed by the original authors. Install this instead of the original, not alongside it. Licensed CC BY-NC 4.0 (see LICENSE).
Adds five weather effects to Lethal Company: Heatwave, Solar Flare, Snowfall, Blizzard, Toxic Smog — each with its own hazards (heat exhaustion, walkie distortion, snow accumulation/frostbite, toxic poisoning).
HeatstrokeAudioPatch crashing the whole plugin on v81. The transpiler's
CodeMatcher pattern no longer matched the updated game IL and the unguarded
Advance/CreateLabel threw, aborting Awake() and silently disabling every
weather. The transpiler is now fail-safe (skips only the minor heatstroke audio-muffle
if the pattern is missing; all weathers keep working).SnowHindranceTranspiler producing invalid IL on v81. It hardcoded local
index 8 in PlayerControllerB.Update; v81 renumbered locals, so the injected div
was rejected (InvalidProgramException), crashing init and spamming the log every
launch — which also broke other mods patching Update. It now reuses the operand of
the matched stloc.s instead of a hardcoded index.GetRandomNavMeshPositionInBoxPredictable overload ambiguity (v81 added a
second overload).LethalCompany.GameLibs.Steam 81.0.5; dependency manifest corrected to
mrov-WeatherRegistry-0.8.8 + mrov-MrovLib-0.4.3 (the versions it is compiled
against). GUID voxx.LethalElementsPlugin unchanged — configs and the asset bundle
stay compatible.