Skip to main content

ChatHistory

A VRising plugin that brings terminal-style chat history to the game. Navigate your previously sent messages with arrow keys and auto-complete them instantly — persistent across restarts.

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:

KeyAction
↑ Up ArrowScroll up through history
↓ Down ArrowScroll down through history
→ Right ArrowAuto-complete the suggested message

All keys are fully remappable via the config file.

Installation

  1. Install BepInEx for VRising
  2. Drop ChatHistory.dll into (VRising folder)/BepInEx/plugins/

Comments

0/280
ChatHistory