
You are viewing a potentially older version of this package. View Latest Version

🧩 This mod is based on lcbhop by aIIison. It implements classic Quake/Half-Life movement physics (CPM) directly into Lethal Company by overriding the default character controller [cite: Patches.cs].
ItemQuickSwitch) [cite: Patches.cs].| Action | Input | Description |
|---|---|---|
| Toggle Mod | F1 |
Completely enable/disable the mod physics and HUD in-game [cite: CPMPlayer.cs] |
| Jump | Space / Scroll |
Standard jump or mouse wheel (if Auto Bhop is OFF) [cite: CPMPlayer.cs, Patches.cs] |
| Toggle Auto Bhop | /autobhop |
Chat command to switch jump modes [cite: Patches.cs] |
| Toggle Speedo | /speedo |
Chat command to show/hide the speedometer [cite: Patches.cs] |
All movement variables can be adjusted in lcbhop.cfg [cite: Config.cs]:
Gravity: Default 800.0 [cite: Config.cs]Friction: Default 4.0 [cite: Config.cs]Max Speed: Max horizontal speed per tick (320.0) [cite: Config.cs]Air Accelerate: Default 10.0 [cite: Config.cs]Enable bunnyhopping: Set to true to remove the 1.7x speed cap [cite: Config.cs].🧩 Этот мод основан на проекте lcbhop от aIIison. Он внедряет классическую физику передвижения Quake/Half-Life (CPM) в Lethal Company, полностью заменяя стандартную логику перемещения [cite: Patches.cs].
| Действие | Ввод | Описание |
|---|---|---|
| Вкл/Выкл Мод | F1 |
Полное включение/выключение физики и спидометра [cite: CPMPlayer.cs] |
| Прыжок | Space / Колесо |
Прыжок или колесико мыши (если Автохоп ВЫКЛ) [cite: CPMPlayer.cs, Patches.cs] |
| Переключить Автохоп | /autobhop |
Команда в чате для смены режима прыжков [cite: Patches.cs] |
| Переключить Спидометр | /speedo |
Команда в чате для показа/скрытия скорости [cite: Patches.cs] |
Параметры движения настраиваются в файле lcbhop.cfg [cite: Config.cs]:
Gravity: Гравитация (стандарт: 800.0) [cite: Config.cs]Friction: Трение о землю (стандарт: 4.0) [cite: Config.cs]Max Speed: Максимальная скорость за тик (стандарт: 320.0) [cite: Config.cs]Air Accelerate: Ускорение в воздухе (стандарт: 10.0) [cite: Config.cs]Enable bunnyhopping: Установите true, чтобы снять ограничение скорости в 1.7x [cite: Config.cs].CPMPlayer component to the local player object [cite: Plugin.cs].CharacterController.Move to bypass vanilla movement when the mod is active [cite: Patches.cs].PlayerControllerB.Crouch_performed to fix crouching behavior with custom physics [cite: Patches.cs].HUDManager chat submission to handle custom commands [cite: Patches.cs].TextMeshProUGUI found in the game's Compass UI to display the speedometer [cite: CPMPlayer.cs].NetworkPrefabPatch to ensure compatibility with the game's network manager [cite: Plugin.cs].Created by Diman3012