

⚠️ 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.
Fall damage scales with the weight you are carrying — heavier loadouts take damage from
shorter falls. The damage check runs only on landing (not in Update), so it stays
lightweight. Push Force / Range / Cost / threshold are configurable.
Config held BepInEx
ConfigEntry<T> fields, which are not [Serializable]; BinaryFormatter threw a
SerializationException, SerializeToBytes returned null, and the host's
OnRequestSync then hit a NullReferenceException on every client join (config never
synced + error spam). The ConfigEntry fields are now [NonSerialized]; plain value
mirrors are synced instead, and gameplay reads those mirrors. Host config now syncs to
all clients automatically.LethalCompany.GameLibs.Steam
(game v81). The plugin GUID windblownleaves.scaledfalldamage is unchanged — existing
config files stay compatible.