Package For LethalV2
for me and my friends version 2
Last updated | 2 hours ago |
Total downloads | 2 |
Total rating | 0 |
Categories | Modpacks |
Dependency string | Vissy-Package_For_LethalV2-0.0.1 |
Dependants | 0 other packages depend on this package |
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.2100Evaisa-FixPluginTypesSerialization
Fix custom Serializable structs and such not properly getting deserialized by Unity.
Preferred version: 1.1.1Evaisa-HookGenPatcher
Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.
Preferred version: 0.0.5Scintesto-Monster_Plushies
Adds monsters from the game as Plushies! Check the README to see what plushies are in at the moment
Preferred version: 1.2.9MaxWasUnavailable-LethalModDataLib
A library for Lethal Company, providing a standardised way to save and load modded data.
Preferred version: 1.2.2IAmBatby-LethalToolbox
A Lethal Company Mod & Editor Tool to provide custom content creators with easily accessible ways to implement features and mechanics without then need for custom code.
Preferred version: 1.0.4IAmBatby-LethalLevelLoader
A Custom API to support the manual and dynamic integration of all forms of custom content in Lethal Company. (v50 Compatible)
Preferred version: 1.3.10AudioKnight-StarlancerAIFix
Automatically assigns interior/exterior AI for enemies based on their spawn location. Also fixes a null reference exception regarding EnableEnemyMesh(). Part of my Starlancer Series!
Preferred version: 3.8.4Hardy-LCMaxSoundsFix
Simple mod that increase max number of simultaneous playing sounds, hopefully fixing missing footsteps and other missing sound problems.
Preferred version: 1.2.0LethalMatt-Outpost_31
An abandoned antarctic base left deserted. Something happened here...
Preferred version: 2.0.0no00ob-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.1Clementinise-CustomSounds
Let's you easily load audio files (With LCSoundTool) and replace any in game audio clip.
Preferred version: 2.3.2CaptainArgus-YippeeFellas
Hoarding Bugs have Yippee sounds and all my fellas when angered.
Preferred version: 1.0.1Rune580-LethalCompany_InputUtils
API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.
Preferred version: 0.7.7Coppertiel-MaskedEnemyOverhaulFork
Hides masks on Masked enemies to mimic your crew. Masked spawn naturally on all moons, set off mines, and more! For v68. Continuation of HomelessGinger's MaskedEnemyOverhaul
Preferred version: 3.4.0Lordfirespeed-OdinSerializer
Fast, robust, powerful and extendible .NET serializer built for Unity
Preferred version: 2022.11.9EliteMasterEric-Coroner
Add Cause of Death to the performance report, now with a Mod API!
Preferred version: 2.2.0AMRV-ConfigurableCompany
A robust and powerful API for configuration handling and synchronization in real time. Create file-dependant configurations that can be changed while in game by the players. (The developer MUST implement their own configurations)
Preferred version: 3.7.0AMRV-LethalCompanyVariables
Configure everything from the game to your liking. Create your own custom experience or challenge while in-game and for each save file. (Compatible with custom content and vanilla clients)
Preferred version: 2.7.0femboytv-LethalAdjustments
Lets you adjust different internal values via config
Preferred version: 1.0.1DemonMae-Espira_moon
A Haunted moon in an archipelego, teeming with the Supernatural.
Preferred version: 1.3.2GodGamer331-FrenBracken
Changes the neck snapping SFX of the Bracken to "You're my friend now." sound
Preferred version: 1.0.0AinaVT-LethalConfig
Provides an in-game config menu for players to edit their configs, and an API for other mods to use and customize their entries.
Preferred version: 1.4.3xilophor-LethalNetworkAPI
A library/API to allow developers to easily add networking to their mods.
Preferred version: 3.3.1bcs4313-Moai_Enemy
Adds a funny little easter man to your game. Spawns outside with variants.
Preferred version: 2.4.2malco-Lategame_Upgrades
V3.3.0! - Chargeable Radar Boosters, Locksmith Interaction change & more
Preferred version: 3.3.0Kittenji-Groan_Tube_Scrap
Adds the Groan Tube as a scrap, the one that goes 'AAAAEEEEEEEUUUU' when you flip it. (aka Giggle stick)
Preferred version: 1.0.1AngryChompski-GnomeScrapModFIXED
This adds Gnome Chompski as a collectable Scrap to the game hahe!
Preferred version: 1.0.3README
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.