You are viewing a potentially older version of this package. View all versions.
Team_me_myself_and_I-RadioVolumeAdjust-1.0.2 icon

RadioVolumeAdjust

Decouples walkie-talkie radio volume from proximity voice so distant teammates on the radio stay audible. PageUp/PageDown adjust radio volume by 10%.

Date uploaded 2 months ago
Version 1.0.2
Download link Team_me_myself_and_I-RadioVolumeAdjust-1.0.2.zip
Downloads 18
Dependency string Team_me_myself_and_I-RadioVolumeAdjust-1.0.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
Rune580-LethalCompany_InputUtils-0.7.13 icon
Rune580-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.13

README

RadioVolumeAdjust

Decouples walkie-talkie radio volume from proximity voice in Lethal Company.

By default, a teammate's walkie-talkie voice fades with distance just like their normal proximity voice. so someone far across the map is barely audible even when they're talking into the radio. This mod scales the radio voice independently: when a remote player is speaking through a walkie and you are holding one too, their volume is set by your radio-volume setting instead of by distance.

Usage

  • PageUp - radio volume +10%
  • PageDown - radio volume -10%

Both keys are rebindable in Settings → Controls (via InputUtils).

Volume starts at 100% each session and is not persisted (it resets when you relaunch the game). Adjustments are shown as a brief on-screen tip.

The mod only changes volume while a remote player is actively speaking through a walkie and you are holding one. Normal proximity voice is left untouched.

Installation

This mod depends on the BepInEx pack and LethalCompany InputUtils. The easiest path is a mod manager (Thunderstore Mod Manager or r2modman), which installs dependencies automatically.

Manual install: install the BepInEx pack and InputUtils, then drop RadioVolumeAdjust.dll into BepInEx/plugins/.

CHANGELOG

1.0.4

  • Radio volume can no longer be lowered below 10%.

1.0.3

  • Corrected the mod description to accurately describe what it does (lowers the volume of incoming walkie-talkie radio voice). No functional changes.

1.0.2

  • Fixed keybinds not appearing in Settings → Controls and not firing (InputAction properties now have setters so InputUtils registers them).

1.0.1

  • Fixed PageUp/PageDown doing nothing in-game: keybinds now use the new Input System via InputUtils, and are rebindable in the in-game Controls menu.

1.0.0

  • Initial release.