You are viewing a potentially older version of this package. View all versions.
NoSpawnn-BetterChatBox-1.0.2 icon

BetterChatBox

Make the chat box editable and keyboard navigable

Date uploaded 2 days ago
Version 1.0.2
Download link NoSpawnn-BetterChatBox-1.0.2.zip
Downloads 2951
Dependency string NoSpawnn-BetterChatBox-1.0.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
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

Installation

Automatic

  1. Install through your mod manager
  2. Idk what else to tell you...

Manual

  1. Ensure you have BepInEx installed

  2. Download BetterChatBox

    • Download the latest release from Thunderstore
    • Place the BetterChatBox.dll inside BepInEx/plugins/

Configuration

In game

  1. Ensure REPOConfig is installed
  2. Launch the game and open the Mods menu

Through Gale

  1. Ensure BetterChatBox is installed to the current profile
  2. Edit values in the mod config tab

Manual

  1. Open BepInEx/config/NoSpawnn.BetterChatBox.cfg
  2. Edit the values inside

CHANGELOG

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 SavePreviousChatMessage config option was false
    • Fixed repeating actions (delete, cursor move) continuing on next open if the chat box was closed with them being held
  • Removed

v1.0.1

  • Fixes
    • Fixed cursor always moving the end of the chat box when pasting text

v1.0.0

  • Initial release