This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.

REPOSoundBoard
Adds a simple soundboard to the game that works with proximity voice chat. Uses hotkeys to play the sound buttons.
Date uploaded | a month ago |
Version | 0.2.0 |
Download link | Moli-REPOSoundBoard-0.2.0.zip |
Downloads | 4995 |
Dependency string | Moli-REPOSoundBoard-0.2.0 |
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.2100
README
REPO SoundBoard Mod
A customizable soundboard mod for REPO that lets you play custom sounds through proximity voice chat using hotkeys.
Table of Contents
Quick Start
- Install the mod via Thunderstore
- Install ffmpeg if you plan to use video files
- Start the game and press
F4
to open the sound board menu (key changeable in the config file) - Add your sound buttons with hotkeys
- Make sure to save them on the left as the auto save could not work with crashes
- Use the configured hotkeys in-game to play sounds
Features
- Custom sound button support with hotkey bindings
- Per-sound volume control
- Simple UI to manage sound buttons
- Enable/Disable sound buttons and the entire sound board
Supported Formats
- Audio:
.wav
,.mp3
,.aiff
- Video (requires ffmpeg):
.avi
,.mov
,.mp4
,.ogg
,.webm
Changing UI Hotkey
If you want to change the hotkey to toggle the UI you can do that in the config file directly.
You can find the config file in thunderstore under R.E.P.O > (your profile) > Edit config
and there
choose the BepInEx/config/Moli.REPOSoundboard.json
file and edit the hotkey there.
Need Help?
Open an issue on our GitHub repository for:
- Bug reports
- Feature requests
- General support
CHANGELOG
Changelog
All notable changes to the mod will be documented in this file.
v0.2.0 - 2025-04-19
Added
- A UI to manage the sound buttons / the sound board
- Support for title-screen audio playback
v0.1.1 - 2025-04-09
Added
- Added support for various audio and video formats:
- Audio:
mp3
,aiff
- Video:
avi
,mov
,mp4
,webm
,ogg
- Audio:
Fixed
- Fixed audio playback issue where sounds would cut off when triggered multiple times
- Improved sound button behavior for concurrent playback
v0.1.0 - 2025-04-08
General
- Initial release of REPOSoundBoard