
BetterChatBox
Make the chat box editable and keyboard navigable
Last updated | 15 hours ago |
Total downloads | 987 |
Total rating | 0 |
Categories | Mods Misc Client-side |
Dependency string | NoSpawnn-BetterChatBox-1.0.1 |
Dependants | 2 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.2100
README
REPO - BetterChatBox
A client-side overhaul of the chat box, making it editable and adding keybind support!
Keybinds
Key | Action |
---|---|
↑ / ↓ | Scroll through message history |
Delete (hold) | Delete character ahead of cursor (repeat) |
Backspace (hold) | Delete character behind cursor (repeat) |
Ctrl + X | Delete all text (or cut to clipboard, depending on the config settings) |
Ctrl + C | Copy all text to the clipboard |
Ctrl + V | Paste from your clipboard (up to the character limit) |
Ctrl + ← | Move left a word |
Ctrl + → | Move right a word |
Ctrl + Backspace | Delete whole word behind cursor |
Ctrl + Delete | Delete whole word in front of cursor |
Configuration
In game
- Ensure REPOConfig is installed
- Launch the game and open the
Mods
menu
Through Gale
- Ensure BetterChatBox is installed to the current profile
- Edit values in the mod config tab
Manual
- Open
BepInEx/config/NoSpawnn.BetterChatBox.cfg
- Edit the values inside
Installation
Automatic
- Install through your mod manager
- Idk what else to tell you...
Manual
-
Ensure you have BepInEx installed
- Download BepInEx from BepInExPack Release
- Extract it into your R.E.P.O. game directory
-
Download BetterChatBox
- Download the latest release from Thunderstore
- Place the
BetterChatBox.dll
insideBepInEx/plugins/
Todo
- [ ] Make history scrolling better