The Problem
You typed a long command or message in VRising chat. You need to send something similar again. There's no history. You type the whole thing again.
ChatHistory fixes that.
What It Does
ChatHistory gives VRising's chat the kind of history navigation you already expect from a terminal or IDE. Press the up arrow to scroll through past messages. Press the right arrow to auto-complete the suggested entry. That's it.
Features
- Message history navigation: Browse previously sent messages using configurable keys
- Auto-completion: Complete the currently suggested message with a single keypress
- Custom keybinds: Remap all navigation keys to whatever feels natural
- Persistent history: Messages survive game restarts — stored locally in
BepInEx/config/ChatHistory/chat.history - Configurable history size: Limit how many messages are stored (default: 50)
Usage
While the chat is open and focused:
| Key | Action |
|---|---|
| ↑ Up Arrow | Scroll up through history |
| ↓ Down Arrow | Scroll down through history |
| → Right Arrow | Auto-complete the suggested message |
All keys are fully remappable via the config file.
Installation
- Install BepInEx for VRising
- Drop
ChatHistory.dllinto(VRising folder)/BepInEx/plugins/
Comments