Announcement

Collapse
No announcement yet.

How to mod Lethal Company Guide PC/Steam Deck

Collapse
X
Collapse
  •  

  • How to mod Lethal Company Guide for PC and Steam Deck

    Click image for larger version  Name:	lethal-company.jpg Views:	0 Size:	39.5 KB ID:	466Modding Lethal Company on PC and Steam Deck, with and without Thunderstore or r2modman mod manager app software installed on your system.
    Here are the preliminary steps:
    1. Backup Your Game Files:
      • Always create a backup of your Lethal Company game folder. This ensures you can revert to the original version if something goes wrong.
    2. Choose Your Modding Method:
      • Manual Installation: For those who prefer a hands-on approach.
      • Mod Manager: Using tools like Thunderstore or r2modman for ease of use.
      • Steam Deck: Instructions are below the PC instructions.
    Lethal Company is an engaging indie game that blends horror, survival, and cooperative gameplay elements.Players take on the role of workers sent to abandoned moons to collect scrap for their company, facing various threats from the environment and creatures.The game's modding community has been quick to expand upon this universe, offering players new ways to experience the game.
    Modding Lethal Company can enhance gameplay, introduce new content, fix bugs, or even change the game's visual style to suit personal preferences.





    Manual Installation of Mods
    Step-by-Step Guide:
    1. Download BepInEx:
      • BepInEx is a mod framework for Unity games like Lethal Company. Download the latest version suitable for your system from its official GitHub page. Extract the contents into your Lethal Company game folder.
    2. Download LC API:
    3. Find and Download Mods:
      • Visit modding websites like Thunderstore.io where mods for Lethal Company are hosted. Look for mods that interest you. You don't have to use the Thunderstore software, but you will at least maybe utilize Thunderstore to download reputable, trustworthy mods.
    4. Installing Mods:
    5. Launch the Game:
      • Start the game. If BepInEx is correctly installed, you should see a console window appear, indicating that mods are loading.



    Using a Mod Manager
    For those who prefer a more streamlined, user-friendly experience:
    1. Install Thunderstore or r2modman:
      • These mod managers simplify the process. Download and install one from their respective websites. Be wary of the r2modman website, as the advertisements can be very tricky and have you downloading software from a different website.
    2. Setup for Lethal Company:
      • Open the mod manager, search for Lethal Company, and create a profile for the game.
    3. Download Mods:
      • Browse or search for mods within the manager. Download them with a click, and the manager will automatically handle dependencies like BepInEx and LC API.
    4. Launching with Mods:
      • Use the manager to start the game with mods loaded.



    Popular Mods for Lethal Company
    Here are some notable mods you might consider:
    • MoreCompany/BiggerLobby Mod (TooManyFriends): Increases the player count in lobbies, allowing for larger groups to play together.
    • Skinwalkers Mod (MoreElites): Adds new creatures that mimic player voices, adding a layer of horror and confusion.
    • More Suits Mod (StarStorm 2): Expands the cosmetic options, letting players customize their appearance beyond the default suits.
    • ItemQuickSwitch Mod (QuickSwitch): Adds hotkeys for faster inventory management during gameplay.
    • FOV Adjust (Verify Compatibility): Allows players to change their field of view for better visibility or immersion.
    • WalkieUse (Verify Compatibility): Permits radio communication without needing to hold the walkie-talkie, improving gameplay flow.
    • FlashlightToggle (Verify Compatibility): Adds a keybind to toggle your flashlight, making navigation in dark areas more user-friendly.
    • LateCompany (Verify Compatibility): Enables players to join games in progress, not just at the start.
    Modding Considerations
    • Compatibility: Ensure all players in a session have the same mods installed, especially for mods that alter gameplay mechanics.
    • Version Check: Always check the compatibility of mods with the current game version.
    • Performance: Some mods, particularly those adding high-detail graphics or expanding game entities, might impact performance. Monitor your game's frame rate and adjust settings or mods if necessary.
    • Community Engagement: Engage with the Lethal Company modding community. Forums, Discord servers, or the game’s Steam Workshop often have shared knowledge, troubleshooting tips, and mod recommendations.
    Advanced Modding
    • Creating Mods: If you're interested in mod creation, learning C# and getting familiar with Unity modding tools like Il2CppAssemblyUnhollower or MelonLoader can be beneficial. The community often has resources or forums to help new modders.
    • Custom Content: Beyond gameplay mods, you can add your own textures, models, or even sounds. This requires knowledge of game assets and possibly 3D modeling software.



    Modding Lethal Company on Steam Deck
    Preparation:
    1. Switch to Desktop Mode:
      • Hold the power button on your Steam Deck, select "Switch to Desktop" from the menu. This mode allows for easier file management and software installation.
    2. Ensure Game Location:
      • It's highly recommended to have Lethal Company installed on the Steam Deck's internal SSDrather than an SD card for better mod compatibility.
    3. Backup Your Game:
      • Before modding, back up your game files. Navigate to /home/deck/.steam/steam/steamapps/common/Lethal Company/ and copy this folder to a safe location.

    Manual Mod Installation on Steam Deck
    Steps:
    1. Download BepInEx:
    2. Extract BepInEx:
      • Use the KDE Dolphin file manager on the Steam Deck to navigate to the downloaded ZIP file. Right-click, select "Extract" or "Extract Here" to unpack it.
    3. Move BepInEx to Game Folder:
      • Copy the contents of the extracted BepInEx folder into the /home/deck/.steam/steam/steamapps/common/Lethal Company directory.
    4. Download Mods:
      • Use the browser to visit Thunderstore or another modding site, downloading mods directly to the Steam Deck. Ensure compatibility with the game's version.
    5. Install Mods:
      • Extract mod files into the BepInEx/plugins directory within your Lethal Company folder. If mods come with a BepInEx folder, merge this with your existing one.
    6. Set Up Launch Options:
      • Go back to Steam, find Lethal Company in your library, right-click for properties, and in the "Launch Options" field, enter:
        Code:
        WINEDLLOVERRIDES="winhttp.dll=n,b" %command%
    This command helps in running the game with mods through Proton.
    • Run the Game Once:
      • Start the game to let BepInEx generate necessary files. Close the game after it launches.
    • Adjust Resolution (If Needed):
      • If the game runs in a small window, switch back to Game Mode, go to settings, and set the resolution to something like 1280x800 or change to windowed mode.



    Using r2modman on Steam Deck
    Steps:
    1. Install r2modman:
    2. Make Executable:
      • Right-click the .AppImage file, go to properties, permissions, and check "Is Executable".
    3. Launch r2modman:
      • Double-click the .AppImage to open r2modman. Select Lethal Company from the list or search for it.
    4. Create a Profile:
      • Choose or create a profile for Lethal Company. The default profile is often easiest for Steam Deck users.
    5. Install Mods via r2modman:
      • Navigate to the online mods section, select, and install mods. r2modman will handle dependencies.
    6. Run Game with Mods:
      • Use the "Start modded" option in r2modman to launch the game with mods.
    Additional Tips for Steam Deck Modding
    • Symlink for External Storage: If your game must be on external storage, create a symbolic link:
      • Use Konsole in Desktop Mode:
        Code:
        ln -s /path-to-your-microSD/steamapps/compatdata/1966720 /home/deck/.steam/steam/steamapps/compatdata/1966720
        • This helps mods load as if the game were installed internally.
    • Controller Issues: If mods affect controller functionality, ensure your Steam Deck’s controls are properly configured through Steam's controller settings or in-game control mapping if available.
    • Performance Monitoring: Keep an eye on performance. Some mods might need you to tweak settings or reduce visual fidelity due to the Steam Deck’s hardware constraints.
    • Community Resources: Engage with the Steam Deck and Lethal Company communities for specific modding tips, troubleshooting, or if there's a mod specifically tailored for the Deck's controls or resolution.

    Modding Lethal Company on a Steam Deck might require a bit more setup than on a PC due to Linux compatibility issues, but with tools like BepInEx and r2modman, it becomes quite manageable. Remember to always back up your game files, use mods from trusted sources, and keep your game and mods updated for the best experience. With this guide, you should be able to enhance your Lethal Company gameplay, tailor it to your preferences, and possibly even share your experiences or mods with the community.



    Conclusion
    Modding Lethal Company opens up a plethora of possibilities, from enhancing gameplay mechanics to altering the game's aesthetic or adding entirely new content. Whether you're tweaking for quality-of-life improvements, seeking a more challenging experience, or just wanting to customize your game, modding offers a way to make Lethal Company uniquely yours. Always approach modding with caution, ensuring you back up your game before altering it, and stay involved with the community for the latest mods and updates. With these tools and knowledge, you're well on your way to enhancing your Lethal Company experience.

    Remember: Modding can be complex, and sometimes mods might conflict or cause instability. Always read the instructions provided by mod authors and check community feedback for known issues or conflicts. Enjoy customizing your Lethal Company adventure, but also remember the essence of what makes the game fun for you and your friends.

      Leave a comment

      Please enter the six letters or digits that appear in the image below.

      Registration Image Refresh Image

    About the Author

    Collapse

    1robbi3 Telecommunications Technician, Web Developer and Server Manager. Working at this since 2005. Find out more about 1robbi3

    Contributions

    Collapse

    Categories

    Collapse

    Latest Articles

    Collapse

    • 2024 LAN Party: Call of Duty Black Ops 6 at LocalhostPhilly
      by 1robbi3

      East Coast Takeover - Call of Duty Black Ops 6 LAN Party organized by @TPCircuit and @Destro_Gaming, scheduled for December 14th & 15th, 2024. A LAN party is an event where individuals bring their own computers or gaming consoles to a common location to connect over a Local Area Network (LAN) for multiplayer gaming.

      ​Here are the details based on available information:


      Event Overview:
      ...
      11-20-2024 AM EST, 02:26 AM EST
    • How to mod Lethal Company Guide for PC and Steam Deck
      by 1robbi3
      Modding Lethal Company on PC and Steam Deck, with and without Thunderstore or r2modman mod manager app software installed on your system.
      Here are the preliminary steps:
      1. Backup Your Game Files:
        • Always create a backup of your Lethal Company game folder. This ensures you can revert to the original version if something goes wrong.
      2. Choose Your Modding Method:
        • Manual Installation: For those who prefer a hands-on approach.
        • Mod Manager: Using tools like Thunderstore or r2modman for ease
      ...
      11-20-2024 AM EST, 12:50 AM EST
    • Comprehensive Guide to Left 4 Dead 2 - Statistics, Achievements, Maps, Mods and More
      by 1robbi3

      Released in 2009 by Valve Corporation, Left 4 Dead 2 (L4D2) continues to be a beacon for gamers worldwide, especially those who relish in cooperative play, survival horror, and the adrenaline rush of battling against zombie-like hordes. Despite its age, this game not only retains its charm but has arguably seen a revival in popularity. Here's why Left 4 Dead 2 remains a staple in the gaming community, along with insights into its gameplay, community, and enduring appeal.
      ...
      11-16-2024 PM EST, 09:14 PM EST
    • What Does "Overclocked" Mean? What is "Overclocking"?
      by 1robbi3




      Ready to Overclock your Computer?
      Imagine your toys - like your toy car or your spinning top. They all have a speed at which they work best, right? Now, think of the parts inside your computer, like the CPU (the brain), GPU (the part that makes games look nice), RAM (where your computer keeps things it's working on), and LAN (how fast your computer talks to others on the internet). Overclocking is like tweaking these toys (no pun intended) to make them spin or...
      11-15-2024 AM EST, 03:54 AM EST
    • A Deep Dive into Call of Duty: Black Ops 6 Season 1 Update - Revamping the Battlefield
      by 1robbi3
      Call of Duty: Black Ops 6, developed by Treyarch in collaboration with Raven Software, has set a high bar for the series with its innovative gameplay mechanics, compelling narrative, and engaging multiplayer modes. As with every Call of Duty title, the introduction of its first season marks a significant update with new content, gameplay tweaks, and balance changes. Here's an exhaustive look at what the Season 1 update brings to the table, how it transforms the game from its initial release, and...
      11-13-2024 PM EST, 07:02 PM EST
    • The Mojang-Microsoft Saga: What It Means for Minecraft Players
      by 1robbi3
      In 2014, Microsoft acquired Mojang, the developer of the wildly popular game Minecraft, for $2.5 billion ($2,500,000,000). Since then, there have been significant changes to how players access and play Minecraft, especially concerning account management.





      The Account Migration Initiative
      • Why the Change? The primary reason for migrating from Mojang accounts to Microsoft accounts was to enhance security, unify player experiences across platforms, and introduce
      ...
      11-13-2024 PM EST, 06:26 PM EST
    Working...
    X