Skip to content

A simple mod that lets you replace Limbus Company's sounds with your own custom audio files

License

Notifications You must be signed in to change notification settings

kimght/LimbusCustomSound

Repository files navigation

LimbusCustomSound

A simple mod that lets you replace Limbus Company's sounds with your own custom audio files.

Installation

  1. Install .NET SDK 6.0
  2. Install BepInEx
  3. Download the latest version of the mod
  4. Extract and place the LimbusCustomSound folder into your BepInEx/plugins directory

How to Use

  1. Create a Sound folder inside your LimbusCustomSound folder
  2. Add your custom .wav files following this structure:
    Sound/
    ├── Voice/
    │   └── Default/
    │       └── D_Wick.wav
    └── BGM/
        └── LimbusCompany_BGM_Lobby.wav
    ...
    
  3. The mod will print all playing sound events in the console, which you can use as a reference

Example

To replace D_Wick sound:

  • Original event path: event:/Voice/Default/D_Wick
  • Place your .wav file at: Sound/Voice/Default/D_Wick.wav

Features

  • Custom sound effects
  • Custom voice lines
  • Correct volume control

Need Help?

If you have any issues, please create a ticket in the Issues section.

About

A simple mod that lets you replace Limbus Company's sounds with your own custom audio files

Resources

License

Stars

Watchers

Forks

Packages

No packages published