RemoteVolumeControl
A mod for Lethal Company allowing you to change the client-side volume of all Boomboxes from anywhere on the map with [ and ].
Last updated | 9 months ago |
Total downloads | 4308 |
Total rating | 1 |
Categories | Mods Audio Client-side Boombox Music |
Dependency string | ReyArlena-RemoteVolumeControl-1.0.0 |
Dependants | 4 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.2100Rune580-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.6.3README
RemoteVolumeControl for Lethal Company
A mod for Lethal Company allowing you to change the client-side volume of all Boomboxes from anywhere on the map.
This is a fork of the boombox volume control mod with two small differences:
- Default keybinds are
[
and]
instead ofo
andp
. - Volume change increments are
10%
instead of20%
.
Big thanks to Inoyu for creating the boombox volume control mod, which helped me greatly in figuring out how all this stuff works, and provided 99% of the code for this fork.
I take no credit for this mod, I only made some small modifications :)
Default Keybinds
Below are the default keybinds. They can be changed in the normal keybind settings if you wish.
- Volume Down =
[
(Left Square Bracket) - Volume Up =
]
(Right Square Bracket)
Installation
This mod requires BepInEx and InputUtils.
Use a mod manager (r2modman is highly recommended), it will handle everything for you.
If you wish to install this manually, place the .dll
in you BepInEx\plugins
after installing the above requirements.
Compatibility
This mod is intended for use with DiscJockey, however should work with any other Boombox mod (or even just the vanilla Boombox).
If you are using other mods that use the keybinds for [
and ]
, you will need to rebind the keys for this mod or your other one.
Changelog
v1.0.0
- Ability to control all client-side Boombox volumes on the map from wherever you are (in increments of 10%)
- Ability to remap the keybinds
Issues
If you have any issues, please submit them on the GitHub page.