MiniMapPlus
Minimalist minimap mod for Lethal Company. Displays the ship radar directly on your HUD so you can track teammates, scrap, and threats without returning to the ship monitor.MiniMapPlus
Minimalist minimap mod for Lethal Company. Displays the ship radar directly on your HUD so you can track teammates, scrap, and threats without returning to the ship monitor.
Credits: This mod is based on MIniMap by SHLUHA / Diman3012 (which itself was inspired by LethalCompanyMinimap by tyzeron).
Features
- HUD overlay — radar view in the top-right corner of your screen.
- Dedicated Camera — uses its own camera object so teleporting or tracking doesn't accidentally grab the wrong person.
- Persistent state — toggle on/off with
F2; preference saved in BepInEx config. - Auto-rotate — map rotates with the current target's view direction.
- Icon correction — map icons and compass rose stay upright when the map rotates.
- Target locking — prevents the game from auto-switching your radar target while the minimap is active.
- Manual cycling — switch between valid radar targets with a hotkey (
F3). - Zoom support — cycle between different zoom levels (
F4). - Death support — follows your spectated player when dead; returns to you on respawn.
Controls
| Action | Key | Description |
|---|---|---|
| Toggle minimap | F2 |
Show/hide minimap and save state to config |
| Switch target | F3 |
Cycle to the next valid radar target |
| Zoom minimap | F4 |
Cycle through zoom levels |
Minimap is disabled by default in orbit, but will automatically enable itself when the ship lands. You can toggle it at any time with
F2.
Installation
Thunderstore Mod Manager (recommended)
- Install r2modman or Gale Mod Manager.
- Search for minimapa diman3012 by SHLUHA.
- Install and launch the game through the mod manager.
Manual
- Install BepInEx Pack for Lethal Company.
- Download
MIniMap.dllfrom Thunderstore or build from source. - Place the DLL in:
Lethal Company/BepInEx/plugins/
- Launch the game once to generate the config:
BepInEx/config/com.diman3012.minimap.cfg
Configuration
| Option | Default | Description |
|---|---|---|
Enabled |
false |
Whether the minimap is visible (also toggled with F2) |
Additional settings (size, zoom, offsets, hotkeys) are defined in code in MinimapData inside MinimalMinimap.cs.
Building from source
Requires .NET Framework 4.8 and a local Lethal Company install with BepInEx.
- Open
MIniMap.slnxin Visual Studio or Rider. - Update
HintPathreferences inMIniMap/MIniMap.csprojto point to your game folder. - Build in Release configuration.
- Copy
MIniMap/bin/Release/MIniMap.dlltoBepInEx/plugins/.
Key files:
MIniMap/MinimalMinimap.cs— BepInEx plugin, config, network prefab registration.MIniMap/MinimapPatch.cs— HUD overlay, hotkeys, target switching, death/spectator logic.MIniMap/ManualCameraRendererPatch.cs— map camera zoom, auto-rotate, icon correction.
Changelog
See CHANGELOG.md.
License
This project is licensed under the GNU Affero General Public License v3.0. See LICENSE for details.
Authors: Invertigo (https://github.com/invertigo260/minimapplus)
