SkillAgentSearch skills...

LimbusModLoader

Mod loader for loading Limbus Company visual mods

Install / Use

/learn @LEAGUE-OF-NINE/LimbusModLoader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Limbus Mod Loader

This is a mod loader for loading Limbus Company visual mods.

  • You don't modify game files directly, so you kinda don't break limbus ToS
  • It can work with multiple mods changing same folder but different files
  • Saves space greatly, now you don't need to upload 2 GB to Google Drive, just upload a 3mb file on Discord instead
  • Mods persists after game updates (might require a restart after updating the game to load the mods)

Discord Servers:

  • Limbus Company Modding Discord: https://discord.gg/T4kpeNcnnc

Ping @myssal, @zenocara or @qifeetrying for support.

Download

Check the release page for the newest version, it is available as build.zip.

Installing Mods for Limbus Company

This guide explains how to install mods for Limbus Company using a modloader.

1. Download and Prepare the Modloader:

Windows:

  • Download the build.zip file from releases.
  • Extract the contents of the build.zip file into a new folder. This will create a main.exe file and a folder named __internal.

Linux:

  • Download and unzip the source code zip file from releases. Alternatively, git clone the project, and checkout to the latest tag.
  • In the project, run python3 -m venv venv to create a virtual environment.
  • Run source venv/bin/activate to activate the virtual environment, you should see (venv) in your terminal.
  • Run pip install -r requirements.txt to install the required packages.

2. Configure Steam Launch Options:

  • Right-click on Limbus Company in your Steam library.
  • Select "Properties".
  • Go to the "General" tab.

Windows:

  • In the "Launch Options" field, enter the following: "path to main.exe" %command%
    • Replace "path to main.exe" with the actual path to the main.exe file you extracted in step 1 (e.g., "C:\loader\main.exe").

Linux:

  • In the "Launch Options" field, enter the following: APPDATA=/home/user/..../.steam/.../AppData/Roaming /path/to/the/repo/venv/bin/python3 /path/to/the/repo/main.py %command%
    • Replace /home/user/..../.steam/.../AppData/Roaming with the actual path to your Limbus AppData directory.
    • You can locate this by doing cd ~/.steam/steam and then find . | grep Roaming. Note there might be multiple directories, you need to find the one with LimbusCompany in it.

Example

3. Launch Limbus Company:

  • Launch Limbus Company through Steam.
  • The game should start normally.
  • If you've installed visual mods before, you should clear cache once to uninstall all of them. Users have reported some mods not working and clearing cache once fixed it. This is only needed when you install the mod loader for the first time.

4. Locate the Mods Folder:

  • A new folder named LimbusCompanyMods will be created in your AppData/Roaming directory. This is where you'll install your mods.
    • This folder can be found by pressing Windows key + R to launch the Run dialog window, and entering %AppData%
    • Alternatively, try C:\Users\user\AppData\Roaming\LimbusCompanyMods

5. Install Mods:

  • Lunartique Format Mods:
    • These are zip files containing installer and uninstaller scripts (Installer.bat and Uninstaller.bat).
    • Simply place the zip files directly into the LimbusCompanyMods folder.
    • The mod will be automatically loaded upon launching the game. No need to unzip!
  • Carra Format Mods:
    • These are .carra files.
    • Place the .carra files directly into the LimbusCompanyMods folder.
  • Sound Mods:
    • These are .bank files.
    • Place the .bank files directly into the LimbusCompanyMods folder.
    • Note that you can't use 2 different modded version of a .bank at the same time.

Important Notes:

  • Lunartique format mods will be converted to Carra format mods when launching the game. This compression can take a while.
  • This conversion is irreversible. If you are a mod maker, ensure you keep a copy of the original zipped file.

Related Skills

View on GitHub
GitHub Stars32
CategoryDevelopment
Updated7d ago
Forks4

Languages

Python

Security Score

90/100

Audited on Mar 27, 2026

No findings