minimapa diman3012
Minimalist Lethal Company mod that adds an always-on minimap to the HUD. Shows players and objects, rotates with view direction, and is lightweight and unobtrusive.
| Date uploaded | a month ago |
| Version | 1.0.8 |
| Download link | SHLUHA-minimapa_diman3012-1.0.8.zip |
| Downloads | 514 |
| Dependency string | SHLUHA-minimapa_diman3012-1.0.8 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
MIniMap 🛰️
🇬🇧 English Description (Click to expand)
🧩 This mod was inspired by and originally based on the work of
LethalCompanyMinimap by tyzeron. The codebase has been significantly reworked for a minimalist HUD-based implementation with enhanced target control.
Description
A minimalist mod for Lethal Company that adds a functional radar minimap directly to your HUD. Monitor your surroundings, teammates, and threats without returning to the ship.
✨ Features
- Always Active: The radar camera stays enabled even when you are far from the ship.
- Toggle Visibility: You can now hide or show the minimap at any time.
- Auto-Rotate: The map aligns with your character's view direction for intuitive navigation.
- Smart Icons: Player markers and terminal objects (turrets, mines, doors) remain correctly oriented and don't "flip" when the camera rotates.
- Target Locking (Override): Prevent the game or other players from changing your radar target automatically.
- Manual Switching: Quickly cycle through radar targets directly from your HUD.
🎮 Controls
| Action | Key | Description |
|---|---|---|
| Toggle Map | F2 |
Shows or hides the minimap HUD |
| Toggle Override | F3 |
Locks the current target (Prevents auto-switching) |
| Switch Target | F4 |
Manually cycles to the next radar target |
🛠️ Installation
- Install BepInEx Pack.
- Download the MIniMap.dll.
- Place the file into
Lethal Company/BepInEx/plugins.
🇷🇺 Русское описание (Нажмите, чтобы развернуть)
🧩 Данный мод был вдохновлён и изначально основан на проекте
LethalCompanyMinimap от tyzeron. Код был существенно переработан для создания минималистичной миникарты в HUD с расширенным управлением целями.
Описание
Минималистичный мод для Lethal Company, который добавляет функциональный радар прямо в ваш HUD. Следите за окружением, союзниками и угрозами, не возвращаясь на корабль.
✨ Особенности
- Постоянная работа: Камера радара активна всегда, даже если вы глубоко в комплексе.
- Переключение видимости: Теперь вы можете скрывать или показывать миникарту по желанию.
- Авто-поворот: Карта вращается вслед за направлением взгляда вашего персонажа.
- Умные иконки: Маркеры игроков и объектов (турели, мины, двери) сохраняют правильную ориентацию и не "кувыркаются" при повороте карты.
- Блокировка цели (Override): Позволяет зафиксировать камеру на определенном объекте, запрещая игре или другим игрокам менять вашу цель.
- Ручное переключение: Листайте цели радара прямо на ходу.
🎮 Управление
| Действие | Клавиша | Описание |
|---|---|---|
| Вкл/Выкл карту | F2 |
Скрыть или показать миникарту в интерфейсе |
| Блокировка (Override) | F3 |
Фиксирует текущую цель (защита от авто-переключения) |
| Смена цели | F4 |
Вручную переключает радар на следующий объект |
🛠️ Установка
- Установите BepInEx Pack.
- Скачайте файл MIniMap.dll.
- Поместите файл в папку
Lethal Company/BepInEx/plugins.
🏗️ Technical Details
- Namespace:
MIniMap - Hooks: Patches
PlayerControllerBfor UI toggling andManualCameraRendererfor rotation/target logic. - Network Sync: Includes a
NetworkPrefabPatchto ensure identification across clients usingUnity.Netcode.
Created by Diman3012