Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
BillyMasked
Replaces the Masked enemy's kill sequence with an escalating Billy Mays infomercial (karaoke, custom audio/video, continuation clips).
By DumbassStuff
| Last updated | 4 months ago |
| Total downloads | 569 |
| Total rating | 0 |
| Categories | Client-side Asset Replacements |
| Dependency string | DumbassStuff-BillyMasked-1.0.0 |
| Dependants | 0 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.2100README
Billy Masked
A Lethal Company mod that replaces the Masked Enemy's kill sequence with an ever-escalating Billy Mays infomercial experience.
Features
- Custom Audio Commercials: Load your own Billy Mays audio clips that play during the Masked Enemy's kill animation
- Escalating Volume: Each commercial plays louder than the last through audio layering - it just keeps getting louder
- Karaoke System: On-screen transcript display with "BILLY MAYS" callouts synced to the audio
- Video Support: Optional video playback alongside audio commercials
- Continuation Clips: Special "But wait, there's more!" style clips play between commercials
Installation
- Install BepInEx for Lethal Company
- Install LethalCompanyInputUtils (required dependency)
- Download and extract this mod into your
BepInEx/pluginsfolder
Adding Custom Content
Audio Files
Place audio files in the Commercials folder inside the plugin directory:
BepInEx/plugins/BillyMasked/Commercials/
Supported formats:
. wav.ogg.mp3
Transcripts
Add a . txt file with the same name as your audio file to enable karaoke display:
Commercials/
├── oxiclean.mp3
├── oxiclean.txt <- Transcript for karaoke
├── zorbeez.ogg
└── zorbeez.txt
Video Files
Add video files with matching names for video playback during commercials:
Commercials/
├── oxiclean.mp3
├── oxiclean. mp4 <- Video plays alongside audio
Supported formats:
.mp4.webm.mov
Continuation Clips
Name your audio files with any of these patterns to mark them as "continuation" clips that play between main commercials:
butwaitbutwaittherebutthatsnotallbutthatsnotbutimnotdoneyetbutimnotdonebutimstillnotdonebutimstillnot
Example: butwait_theresmore.mp3
How It Works
When a Masked Enemy initiates its kill animation:
- The victim is locked in place facing the Masked Enemy
- Commercial audio begins playing
- Each subsequent commercial adds more audio layers, stacking volume
- Continuation clips ("But wait! ") play between main commercials
- The karaoke system highlights "BILLY MAYS" mentions in transcripts
- Volume continues escalating until all commercials have played
Dependencies
Credits
Made for fans of the legendary pitchman.
License
MIT License - See LICENSE file for details