ALCHIEMODPACK-AlchieModPack icon

AlchieModPack

ModPackForFriends

Last updated 4 months ago
Total downloads 117
Total rating 0 
Categories Modpacks
Dependency string ALCHIEMODPACK-AlchieModPack-1.1.2
Dependants 0 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
tinyhoot-ShipLoot-1.1.0 icon
tinyhoot-ShipLoot

Reliably shows the total value of all scrap in your ship.

Preferred version: 1.1.0
anormaltwig-LateCompany-1.0.13 icon
anormaltwig-LateCompany

A mod to allow players to join after the game starts.

Preferred version: 1.0.13
2018-LC_API-3.4.5 icon
2018-LC_API

Multipurpose modding API for Lethal Company

Preferred version: 3.4.5
no00ob-LCSoundTool-1.5.1 icon
no00ob-LCSoundTool

Let's you easily load audio files, replace in game audio, send audio over the network and log any audio playback into console.

Preferred version: 1.5.1
Clementinise-CustomSounds-2.3.2 icon
Clementinise-CustomSounds

Let's you easily load audio files (With LCSoundTool) and replace any in game audio clip.

Preferred version: 2.3.2
bizzlemip-BiggerLobby-2.7.0 icon
bizzlemip-BiggerLobby

The original lobby expansion mod! Now with up to 40 players!

Preferred version: 2.7.0
BunyaPineTree-ModelReplacementAPI-2.3.9 icon
BunyaPineTree-ModelReplacementAPI

API to simplify model replacement

Preferred version: 2.3.9
x753-More_Suits-1.4.1 icon
x753-More_Suits

Adds more suits to choose from, and can be used as a library to load your own suits!

Preferred version: 1.4.1
Jordo-NeedyCats-1.2.1 icon
Jordo-NeedyCats

You like cats? The company likes cats too! Find them roaming the various abandoned facilities and bring them home!

Preferred version: 1.2.1
vasanex-ItemQuickSwitch-1.1.0 icon
vasanex-ItemQuickSwitch

Use keybinds to access your items directly!

Preferred version: 1.1.0
rhydiaan-NicerTeleporters-1.1.1 icon
rhydiaan-NicerTeleporters

Mod that makes Teleporter and Inverse Teleporter no longer drop Shovels, WalkieTalkies, Keys, Flashlights and Boomboxes. Also reduces Inverse Teleporter cooldown.

Preferred version: 1.1.1
Midge-PushCompany-1.2.0 icon
Midge-PushCompany

Push your fellow crewmates using the interaction key! (E by default). This mod is required by everyone.

Preferred version: 1.2.0
RickArg-Helmet_Cameras-2.1.5 icon
RickArg-Helmet_Cameras

For monitoring first person cameras on player's helmets. For best "Camera Man" experience.

Preferred version: 2.1.5
Ozone-BepInUtils-1.2.1 icon
Ozone-BepInUtils

A library some of my mods depend on.

Preferred version: 1.2.1
Ozone-Glow_Steps-1.1.2 icon
Ozone-Glow_Steps

Now see other people's footsteps w/ no networking required(Client-side still)! Adds glowing footsteps where you run! Makes getting out easier.

Preferred version: 1.1.2
FlipMods-ReservedFlashlightSlot-2.0.2 icon
FlipMods-ReservedFlashlightSlot

Gives a dedicated Flashlight slot on the right side of your screen that can optionally be purchased! Can be toggled with [F] to activate the Flashlight at anytime.

Preferred version: 2.0.2
FlipMods-ReservedWalkieSlot-2.0.2 icon
FlipMods-ReservedWalkieSlot

Gives a dedicated Walkie slot on the right side of your screen that can optionally be purchased! You can press [X] to activate and speak into the Walkie at anytime.

Preferred version: 2.0.2
FlipMods-ReservedItemSlotCore-2.0.12 icon
FlipMods-ReservedItemSlotCore

The core mod for all ReservedItemSlot mods. Adds functionality for all ReservedItemSlot mods and adds API functions!

Preferred version: 2.0.12
matsuura-HealthMetrics-1.0.2 icon
matsuura-HealthMetrics

Add a simple health counter on your HUD

Preferred version: 1.0.2
Nwya-Minimap-1.0.6 icon
Nwya-Minimap

The first fully customizable client-sided (FairPlay Edition) Minimap mod for Lethal Company. Suitable for both solo and co-op players!

Preferred version: 1.0.6
SnoopCave-I_need_more_Bullets-1.0.0 icon
SnoopCave-I_need_more_Bullets

Changes the in game turret sounds for the I need more Bullet guy yelling shit.

Preferred version: 1.0.0

README

More Suits v1.4.1

Adds more suits to choose from, and can be used as a library to load your own suits!

Instructions

Place the x753-More_Suits-X.X.X folder in your BepInEx/Plugins folder. Make sure the moresuits folder is in the same folder as MoreSuits.dll.

Config File

After launching the game with the mod once, a config file is generated. In this file you can disable individual suits from being loaded, as well as ignore any !less-suits.txt file and attempt to load all suits (which is useful if you have another mod that helps manage lots of suits).

Customize

You can add .png files to the moresuits folder to add new suits as long as both the host and clients have the same files.

Advanced

You can add a .json file in the advanced folder with the same name as your .png file in the moresuits folder to enable additional features like emission. Place additional texture maps in the advanced folder.

For a list of supported features, see: https://docs.unity3d.com/Packages/[email protected]/manual/Lit-Shader.html

Add Suits to Store

Add a "PRICE" key to your advanced .json to put a suit in the store rotation. See Glow.json for an example of adding a suit with emission that must be purchased from the store.

Making your own More Suits mod

Upload your own package with a BepInEx/plugins/moresuits folder in it (do not include the MoreSuits.dll file) and add x753-More_Suits-1.4.0 as a dependency, and this mod will automatically load your .png files as suits. If you don't want some or all of the suits that originally come with my mod, adjust the config file BepInEx\config\x753.More_Suits.cfg. Include a !less-suits.txt file in your moresuits folder to disable all the default suits that come with this mod.