SquidyBallinxGaming-ShipTurrets icon

ShipTurrets

This is the Ship Turrets mod! (V50 Compatible) Adds a front and rear friendly turret to the player ship that quickly neutralises nearby enemies.

Last updated a week ago
Total downloads 30132
Total rating 7 
Categories Mods Server-side
Dependency string SquidyBallinxGaming-ShipTurrets-1.0.4
Dependants 43 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
NotAtomicBomb-TerminalApi-1.5.1 icon
NotAtomicBomb-TerminalApi

A Terminal Api

Preferred version: 1.5.1

README

Lethal Company Ship Turrets (V50 Compatible)

This is the source-code for the Ship Turrets mod for Lethal Company the game. This mode works using Harmony for adding patches/plugins to existing Lethal Company .Net assembly code.

Setup

Follow the guide at the Lethal Company Wiki for instructions on setting this projetc up and building it.

Dependencies

File Structure

├── NuGet.Config
├── ShipTurrets.csproj
├── Plugin.cs
└── Patches
    ├── RoundManagerPatch.cs
    └── TurretPatch.cs

Bugs

  • "CalculatePolygonPath" can only be called on an active agent that has been placed on a NavMesh.

Future Roadmap

  • Buy turrets in the ship terminal.
  • More ship Upgrades.
  • Balancing with features such as:
    1. Turret Ammo
    2. Turret cooldown periods.

License

ShipTurrets is distributed under the MIT License.

Acknowledgments

Shout out to GoldenKitten for their work on the FairAI mod and sharing their open-source code on their turret AI for attacking enemies in Lethal Company.