Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
GlobalVoiceVolume
Adds a global voice volume slider to the Quick Menu and can automatically set all player voice volumes to maximum when joining a lobby.
| Last updated | 5 months ago |
| Total downloads | 725 |
| Total rating | 0 |
| Categories | Mods Audio Client-side Tweaks & Quality Of Life |
| Dependency string | HoppinsHauler-GlobalVoiceVolume-1.0.2 |
| Dependants | 1 other package depends 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.2100README
Global Voice Volume
A small, client-side quality-of-life mod for Lethal Company.
This mod adds a global voice volume slider to the Quick Menu that adjusts all player voice volumes at once, and can automatically set everyone to maximum volume when joining a lobby.
Background
The idea for this mod comes from the NicheTweaks mod.
NicheTweaks includes a global voice volume slider among many other tweaks, but I personally only needed this single feature. To keep my mod setup minimal and focused, I extracted this functionality and rebuilt it as a standalone, lightweight mod.
The goal of this mod is to do one thing only, and do it reliably.
Features
- Adds a new global voice volume slider to the Quick Menu
- Adjusts all player voice sliders simultaneously
- Optional auto-apply default volume on lobby join
- Uses the game's native voice slider range (no incorrect scaling)
- Fully client-side
Configuration
Config file location:
BepInEx/config/HoppinHauler.GlobalVoiceVolume.cfg
Available options:
[General]
Enabled = true
ApplyDefaultOnStart = true
DefaultVolumeRaw = 9999
Option notes:
-
Enabled
Enables or disables the mod. -
ApplyDefaultOnStart
Automatically applies the default volume when the Quick Menu initializes (for example, when joining a lobby). -
DefaultVolumeRaw
Default value in the game's slider units.
The voice slider range is usually -20 to 20.
Set this to 9999 to always use the slider's maximum value.
Recommended setup
To automatically hear everyone at maximum volume when joining a lobby:
Enabled = true
ApplyDefaultOnStart = true
DefaultVolumeRaw = 9999
Notes
- This mod only affects your local client.
- It does not force other players to change their settings.
- Designed to be compatible with vanilla UI and most HUD mods.
Credits
NicheTweaks — original inspiration for the global voice volume feature.
Requirements
- BepInEx 5
- Lethal Company
License
MIT