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.
You are viewing a potentially older version of this package.
View all versions.
BetterChatBox
Make the chat box editable and keyboard navigable
| Date uploaded | a year ago |
| Version | 1.0.2 |
| Download link | NoSpawnn-BetterChatBox-1.0.2.zip |
| Downloads | 52524 |
| Dependency string | NoSpawnn-BetterChatBox-1.0.2 |
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
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 |
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.dllinsideBepInEx/plugins/
Configuration
In game
- Ensure REPOConfig is installed
- Launch the game and open the
Modsmenu
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
CHANGELOG
v1.0.3
-
Added
- Compatibility with nolimitchatbox by nickklmao
-
Fixes
- Fixed rich text displaying improperly on newer versions of the game
v1.0.2
-
Fixes
- Fixed game becoming unresponsive when opening the chat box after typing but not sending a message
- Fixed messages not sending when the
SavePreviousChatMessageconfig option was false - Fixed repeating actions (delete, cursor move) continuing on next open if the chat box was closed with them being held
-
Removed
- Removed REPOConfig as a hard dependency
v1.0.1
- Fixes
- Fixed cursor always moving the end of the chat box when pasting text
v1.0.0
- Initial release